SVG 1.1 Becomes W3C Proposed Recomendation
openbear writes "From the w3c web site... W3C is pleased to announce the advancement of Scalable Vector Graphics (SVG) 1.1 and Mobile SVG to Proposed Recommendations. Comments are welcome through 20 December. SVG delivers vector graphics, text, and images to the Web in XML. SVG 1.1 separates the SVG language into reusable building blocks. Mobile SVG re-combines them into two profiles optimized for cellphones and pocket computers."
A proposed recommendation for possibility of consideration of partial inclusion...
See also W3C XForms, which has just become a Candidate Recommendation (one step before PR). XForms updates HTML forms to be XML-based, and plays well with other standards, adding forms to SVG and other XML applications. There are already about a dozen XForms implementations, ranging from those for hand-held devices to standalone clients and popular browser plug-ins. (And a Bugzilla entry for Mozilla that is entertaining reading, though a link from Slashdot won't work anyway.)
Disclaimer: I am one of the editors of the XForms spec.
The first place I would expect SVG to appear in is the browser. In Mozilla the beta SVG provided by Adobe does not work. Mozilla's own implementation[mozilla.org] is stuck due to licensing issues (LGPL vs MPL). When can we expect a decent one on our beloved platform? Windows users at least a decent one from Adobe.
Flash is the dominant method used for interactive graphics on the web today. Websites, adverts, those little games, all have standardized on Flash. In fact although I wouldn't mind it, I can't picture the internet without Flash anymore.
So my question as a non-developer is can SVG do everything Flash can? I didn't see anything about audio capabilities. Also does anyone think even if it can, are the tools there to make using SVG as good as the tools for making Flash graphics. Lastly is SVG a good working spec that won't be co-opted and ruined by some big company.
If you wanna get rich, you know that payback is a bitch
SVG can be used like flash , and you can use javascript to manipulate the shapes on page.
See batikfor an apache implementation of it and some examples (quite nice ones) , and adobe provides a nice viewer for the svg too..
The good point bt vector graphics is that it is scalable , and sizing of images do not affect the clarity/sharpness of the images
---
~561
Here's a great page that compares SVG vs. Flash.
Here's two good reasons why you want to implement SVG instead of Flash:
SVG is a standard, Flash is proprietary.
SVG can be indexed and searched, Flash can't.
For example, start with this static picture generated from a CAD program.
add some simple polygons and script them to conform with some business logic. Connect to your enterprise applications and databases using various connectors (simulated here) and you get a UI component like this that integrates with HTML.
Click on components to select them.
Ctrl-Click to select a set of components. Move your mouse over the colored components to highlight data in the html table.
Type a number in at the top right [enter] to see if you have enough components available for manufacturing.
This example was coded by hand in a day and a half. Probably could do another one in 3 hours or so now we got the hang of it.
This guy is clueless beyond imagination.. Anyway..
The Xfree86 stuff he is getting riled up about is probably this
While the gnome/gtk stuff is here and here
How he mixed it together is - impressive.
still reading?
Adobe has been distributing SVG viewer as part of the Acrobat 5 download for over a year now.
Nobody's waiting for Microsoft to innovate SVG or do their XDocs whatever thing; check these static examples generated from MS apps with SVGmaker: Excel, PowerPoint, Word, Project
For building SVG web applications its true that there aren't comprehensive IDE tools available yet, but that hasn't stopped developers from creating some definitive web apps with simple home grown tools (starting with a text editor since SVG is just XML).
Like this interactive logical diagram
Check this awesome mapping example
And this wonderful airport flight management app.
It would be even nicer if there were Linux graphic editors that could export SVG...
May we never see th
This is a shameless plug but we are only 5 guys working out of a house, not a monopoly... (yet... ho ho ho). In the same way that Acrobat can generate PDF out of anything, SVGmaker can generate SVG out of Windows apps.
These are examples.
Sodipodi uses SVG as its native file format.