SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

Animations with Python, SVG & Carousel
Vive como se fosse morrer amanhã.
Estude como se fosse viver para sempre.
Einstein

Scalable Vector Graphics: SVG

  • <line x1='10' y1='20' x2='50' y2='100'/>
  • <circle xc='10' yc='20' r='5'/>
  • <polyline points="0,40 40,40 40,80 80,80 80,120 120,120 120,160"\>
  • <path d="M150 0 L75 200 L225 200 Z" />
  • <image xlink:href="https://my.site.org/image.svg" height="200" width="200"/>
  • <svg width="600px" height="600px" viewBox="-300 -300 600 600" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink"> ... </svg>
  • CSS
Messages:
0 secs.