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

SVG
O bem que a violência faz, é - sempre - passageiro.
O mal que ela faz, é permanente.
Mahatma Gandhi
< Python | Example | Python >

SVG

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>Simples 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>
< Python | Example | Python >
Messages:
0 secs.