Courses/Design & Technique-Essential Web Design/Q2/01
From Publication Station
SVG
What is SVG?
SVG (Scalable Vector Graphics) is a vector image format.
Contary to
SVG: image and text
SVG elements
SVG in the browser
SVG styled by CSS
SVG with custom fonts
This is just the basics. We'll want to manipulate the SVG drawings further, not just style them with CSS, but:
- add drawing elements,
- remove them,
- turn elements into links,
- transform the image based on user interaction
- create a new image every time a user visits the site,
- etc.
To create those actions with need a scripting language for the browser.
- (WHAT IS A SCRIPTING LANGUAGE?)