bell notificationshomepageloginedit profileclubsdmBox

10% popularity   0 Reactions

Scalable Vector Graphics (SVG) is a markup language for describing two-dimensional vector-graphics images, animations, and applications, and a set of related graphics script interfaces. It was originally an xml-based format, but can also be included inline in html using HTML parsing rules.

The current version is SVG 1.1; version 1.2 is under development as a profile of SVG Tiny.

Sample

SVG file

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 120 200 200">
<style>
circle { fill: fuchsia; stroke: black; stroke-width:2 }
text { font: 12pt sans-serif }
</style>
<circle cx="30" cy="20" r="10"/>
<text x="10" y="40" transform="rotate(15)">Rotated text</text>
</svg>​

Rendered result

Useful links

W3C Scalable Vector Graphics home page
An SVG Primer for Today's Browsers
SVG Boilerplate
A collection of SVG examples
SVG on the Mozilla Developer Network
Janvas - Online SVG vector graphics drawing and development - janvas.com

original definition from stackoverflow.com


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

Login to follow story

More posts by @Lorraine

0 Comments

Sorted by latest first Latest Oldest Best

 

Back to top