SVG, a
recommendation from the World Wide Web Consortium, uses XML to describe graphics
that are made up of lines, curves, and text.
u oh! If you're one of the technical types, you definitely need to be aware that this book will not make you a better artist,
author is very friendly!
ex:"He also told me in an email, "we already know that
you know how to write," which is one of the nicest things anyone has ever told me."
"I also want to thank all the people, foremost among them my brother Steven, who, when I told them I was writing a book, believed in me enough to say, "Wow, that's great."" :)!
difference between raster graphics and vector graphics.
basic circle in svg:
groups and transforming!
path ex:
"Move to coordinate (75,90).
Draw a line to coordinate (65,90). Draw an elliptical arc with an x-radius of 5 and a
y-radius of 10, ending back at coordinate (75,90)."
upper lefthand-corner of browser is 0,0
this guy is the best! "These are set in stone, so you can take them for granite. "
whoops pause at 9:50 to see who this dude was. he seems lonely, just as i suspected.
color can be defined by word or rgb hex value
dash-array, for dotted lines
fill-rules:"
"
examples o far use inline styles....svg can also use document level and external style sheets.
object groups
use tag to make object copies
can import raster files with
on transformations, entire grid for object shifts, not the object.
lines or organized by moveto and lineto commands..also close path (M, L, and Z)
you can also add markers to paths
rectangle with gradient:
" "
text is handled almost the same way as in css
text on a path:"
This text is too long for the path.
"
"Or, you might want to set a mood by showing an image as though viewed through a translucent curtain."
"nobody wants to see a graphic of a spring flower
composed of pure vectors"
ahhhh!:"
I created large
numbers of stunningly ugly results during botched attempts to
discover how a filter really works. You probably will, too. We'll just
keep it as our little secret."
[3]
[4]
changing gamma with svg!
" "
also you can do compositing in svg@!
animated svgs are the new hot shit
[1]
[7]
[8]"
there is no such thing as Psychic
Vector Graphics
svg is also primitively scriptable(mouseover, mouseout, etc)