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

Matemática Computacional
Liberdade é um prato facil de comer.
Mas deficil de digerir
Jean-Jaques Rousseau

Scalable Vector Graphics

  • Formato Aberto
  • Escalável
  • Texto
  • HTML-like
SVG Listing: Simple.svg.
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

<svg height="800" version="1.1" viewBox="0 0 800 800" width="800" xmlns="http://www.w3.org/2000/svg">
   <title>Some Fig</title>
   <name>Simple SVG</name>

   <circle fill="red" stroke="black" style="stroke-width: 2;" cx="400" cy="400" r="50"/>
   <line stroke="black" style="stroke-width: 2;" x1="0" y1="0" x2="800" y2="800"/>
</svg>
Messages:
0 secs.