Courses/Design & Technique-Essential Web Design/Q2/01

From Publication Station
Revision as of 15:55, 10 November 2015 by Andre (talk | contribs) (Created page with "= 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 == =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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?)