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

SVG

 SVG

Rogerio Angeliski

September 21, 2017
Tweet

More Decks by Rogerio Angeliski

Other Decks in Programming

Transcript

  1. WHY? • Colorful & Detailed • Interactive & Stylish with

    css • Responsive • Advanced Animations • Gzip • Cross-Browser Suport
  2. Polyline <svg width="500" height="200"> <polyline points="0,40 40,40 40,80 80,80 80,120

    120,120 120,160" fill="white" stroke="blue" stroke-width="4" /> </svg>
  3. Polygon <svg width="500" height="200"> <polygon points="50,5 100,5 125,30 125,80 100,105

    50,105 25,80 25,30" fill="blue" stroke="#000" stroke-width="4"/> </svg>
  4. Animation - CSS (https://codepen.io/angeliski/pen/WZwLzZ) - Keyframes - Animation CSS3 -

    SMIL (https://codepen.io/angeliski/pen/rGePVg) - Embedded