Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Books/Tutorials to Learn SVG [closed]

Tags:

svg

graphics

Does anyone here know SVG? If so, how did you learn it?

Any books/tutorial pointer will be beneficial. Also I am a programmer, not a designer, so I want to pick up some skills there too.

like image 349
Ankur Gupta Avatar asked Dec 02 '08 08:12

Ankur Gupta


4 Answers

One method that you might want to try is by direct experimentation. Inkscape is an open source SVG editor that lets you directly view and manipulate the XML tree while editing graphically. So in this way, you can experiment with things and see how they affect the XML that gets generated.

like image 107
Simon Howard Avatar answered Nov 17 '22 08:11

Simon Howard


I learned it developing SVG Tiny software, mostly by reading the spec. SVG Tiny is basically a subset of full SVG and is focused on use in mobile phones and other "devices".

Adding to the links from previous answers, KevLinDev has a bunch of beginner-friendly tutorials.

EDIT: Removed Ikivo Animator link, since it is now leading to an entirely different kind of site.

like image 29
Niklas Avatar answered Nov 17 '22 09:11

Niklas


You could have a look at the SVG tutorial at w3schools. They also have a SVG reference there.

Another very good source is SelfSVG, but it is in german.

like image 22
schnaader Avatar answered Nov 17 '22 09:11

schnaader


The best reference book I've seen on SVG is SVG Essentials by J. David Eisenberg. I used that book to learn SVG. I also used Firefox to view SVGs and Inkscape to create them.

like image 1
Rich Apodaca Avatar answered Nov 17 '22 07:11

Rich Apodaca