Training, Open Source
computer languages


PerlPHPPythonMySQLApache / TomcatTclRubyJavaC and C++LinuxCSS 

Search our site for:
Home Accessibility Courses Diary The Mouth Forum Resources Site Map About Us Contact
SVG?

Posted by enquirer (enquirer), 23 December 2002
Who or what is SVG?

Posted by admin (Graham Ellis), 23 December 2002
SVG Stands for Scalable Vector Graphics.  It's an XML based graphic description language, with the graphics specified in a vector (i.e. lines, circles, characters, etc) format rather than in a raster or pixewl by pixel format, so SVG file can contain a lot of information in a few bytes, and can be used to produce images of different widths and heights from the same source.

Here's a piece of SVG which draws a green box in a white frame, and adds the text "SVG Rools?"

Code:
<svg width="400" height="400">
<rect x="30" y="30" width="340" height="340"
style="stroke: black; fill: #339933" />
<text x="60" y="250" style="font-size: 40pt">SVG Rools?</text>
</svg>


Image at: http://www.wellho.net/wellimg/rools.jpg



This page is a thread posted to the opentalk forum at www.opentalk.org.uk and archived here for reference. To jump to the archive index please follow this link.


WELL HOUSE CONSULTANTS LTD.: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • FAX: 01144 1225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho