Could anyone recommend a good introduction to SVG?
I’m looking for a good tutorial that covers what SVG is, and the basics of how to use it.
I’ve Googled, of course, but I don’t see an introduction that I immediately trust.
Thanks for your help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is the SVG Primer over at the W3C. It’s from a member of the SVG Working Group, trustworthy as it can get.
The Mozilla Developer Network has references to elements and attributes.
And then there is this question already answered with a ton of good references. Let me emphasize @p00ya’s answer to read the specification. It’s well written and it’s what I used to learn SVG. You can also trust @Erik Dahlström to know what he talks about, he, too, is a member of the W3C SVG Working Group.