Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Let's use SVG

Quinton Jason
November 20, 2014

Let's use SVG

SVG is the future of web graphics. Scaling beautifully not matter the pixel density or the device size, SVG brings images to life. We will talk about use cases, pros and cons, even animating graphics.

Quinton Jason

November 20, 2014
Tweet

Other Decks in Design

Transcript

  1. Accessible SVG • <svg> • <title><desc> • <text> • ARIA

    role http://www.sitepoint.com/tips-accessible-svg/
  2. Padding Hack 1. Remove height/width 2. Set viewbox 3. Wrap

    SVG in container 4. Use Intrinsic Ratio for container
  3. Icon Fonts / Image Sprites • Anti-aliasing • Limited CSS

    control • @font-face weirdness • Positioning