Second Annual SVG Open Conference 20
michael bolger points to this announcement that "SchemaSoft and the World Wide Web Consortium (W3C) will host the 2nd annual SVG Open Conference on Scalable Vector Graphics (SVG) in Vancouver, British Columbia from July 13-18, 2003 at the Westin Bayshore Resort & Marina. The SVG Open 2003 Conference and Exhibition is a forum for software developers, Web developers, graphic artists and other technical specialists to exchange ideas, methods and advances related to Web graphics."
Re:Flash? (Score:5, Informative)
From what I understand, SVG is superior to flash because,
1. Not only human, but machines(web robots etc) can read information on graphical content of a web page if SVG is used, because the file is presented in a human readable file as xml text file, opposed to flash delivered in binary format which you can only know what it is by loading it on specific applications.
2. File size is notably smaller compared to images presented as a binary format, because the rules of the graphic/animation is written as a text file. Although if you embed an existing image file, that will make the entire SVG bigger than just lines of xml code, of course.
3. SVG is an open and standardized format, so many applications may adopt the format(Editor, viewer, converter etc).
4. After all, it's XML :) Interoperability, it has.
Re:Flash? (Score:1, Funny)
Re:Flash? (Score:3, Informative)
Last time I looked Adobe had some pretty clever SVG demos, but last time I looked was about mid 2000 and widescale support for SVG has conspicuously failed to appear.
Laa laa laa, Betamax vs VHS, NextStep vs Windows, Objective-C vs Java
Dave
Re:Flash? (Score:3, Interesting)
I've been using SVG as a good intermediate format, much like you would PPM in the raster world. I've been having to transmogrify Adobe Illustrator files into something that can be imported to a printed circuit board layout program. The file gets saved as a bitmap (to flatten it; haven't figured out how to flatten it in the vector domain), autotraced [sourceforge.net] into SVG, and then run through a Perl script to convert beziers to line segments and output it in PCAD's file format. I chose SVG simply because it's more-o
5 days? (Score:3, Funny)
Day 1: Has anyone used it yet?
Day 2: Why hasn't anyone used it yet?
Day 3: You got any svgs? Nope, you?
Day 4: Foosball
Day 5: Hangover recovery
Re:5 days? (Score:4, Informative)
BuddyZoo [buddyzoo.com] has a nice use for SVG, you may have heard of it somewhere [slashdot.org]. I don't like the Adobe SVG Viewer [adobe.com] but the Apache Software Foundation's Batik [apache.org] project is good for turning SVG into a nice (albiet big) PNG.
Although you might have to futz around with the svg code generated by to get it to work with Batik. Run it through an XML validator to see what I mean. (There is top level <svg> but two closing </svg> so delete the one that isn't at the end.)
Version of Adobe SVG plugin (Score:2)
It sure would be nice if Adobe would release an updated version of their SVG plugin. The current one, 3.0, is from November 2001 [adobe.com]. The Linux version is still beta 1.
Or does anyone know of other ways to render SVG in the browser besides the Adobe plugin?
JP
Re:Version of Adobe SVG plugin (Score:1)
Re:Version of Adobe SVG plugin (Score:2)
Thank you. I understand that it's a browser plugin, but unfortunately it's Windows only and I can't find anything at their site about planned support of other operating systems. (I'm on Mac OS X.) Still, it's good to know that there is some competition for Adobe in this regard.
JP
sodipodi, and librsvg (Score:5, Informative)
librsvg [sourceforge.net]
The leading free SVG renderer for Unix.
useless for me... (Score:2)
i just downloaded and installed adobe's svg viewer. (why the hell doesn't it work in mozilla natively, or at least be made available as a plugin?) it doesn't work. click a link, tell it to open the SVG file, about three dialog boxes pop up giving me errors.
so i save the file to my desktop, and launch from there. same three error boxes coming up telling me to save it to disk and launch it from there.
so i look in the start menu for this mysterious program and use the ope
Re:useless for me... (Score:1)
SVG is extremely cool (Score:3, Interesting)
SVG is enormously more useful than many realize. It's also one of those technologies that's not going away... it'll take a while for everyone to learn just how good it is, but once they do, watch out!
Cheers!