1. |
-
SVG Tutorial [examples]
- SVG is not ideal for bitmap graphics like photos, movies etc. although you can embed bitmap graphics in an SVG image. This can be a handy way to draw shapes or text ontop of a bitmap image.
URL: http://tutorials.jenkov.com/svg
|
2. |
-
Scalable Vector Graphics (SVG) 1.1 (Second Edition)
- This specification defines the features and syntax for Scalable Vector Graphics (SVG) Version 1.1, a modularized language for describing two-dimensional vector and mixed vector/raster graphics in XML.
URL: http://www.w3.org/TR/SVG
|
3. |
-
Mozilla SVG Tutorial
- This tutorial aims to explain the internals of SVG and is packed with technical details.
URL: https://developer.mozilla.org/en/SVG/Tutorial/
|
4. |
-
An SVG Primer for Today's Browsers
- This is neither an introductory text book, nor a reference manual. Instead, it is aimed so that any of these people:
- an upper division undergraduate student with a few semesters under her belt of computing coursework;
- a professional web programmer;
- a graphic designer with a strong technical bent;
or
- a science teacher who wants to build graphical presentations
URL: http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html
|
5. |
-
Online SVG editor
-
URL: http://svg-edit.googlecode.com/svn/trunk/editor/svg-editor.html
|
6. |
-
Understanding the SVG viewBox
- Think of view box as a virtual approach to crop an image.
URL: http://webdesign.about.com/od/svg/a/svg-viewbox-attribute.htm
|