Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: how do you...


Message #1 by "Alejandro" <apaz@c...> on Mon, 23 Sep 2002 19:05:58 -0500
> Thank you, but what is exactly SVG?

Structured Vector Graphics

A way to specify graphics using vector information (points, curves and 
lines) so that the client can recreate or construct those graphics. The 
SVG data is pure XML, so it sits well inside HTML.

Search Google and you'll find loads of stuff out there.

The major browsers are supposed to support it. For down-level browsers 
there are plug-ins.

Brian
----@


  Return to Index