Commit 4eb26e91e24c51aaaf4af65f850fa43a546bbff3

Authored by Edmar Moretti
1 parent 4411e7e1

--no commit message

Showing 1 changed file with 6 additions and 3 deletions   Show diff stats
pacotes/svg/template_linha.svg
1   -<?xml version="1.0" standalone="yes"?>
  1 +<?xml version="1.0" standalone="no"?>
2 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3   -<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
4   -<g id="gos" width="500" height="500" />
  3 +<svg width="100%" height="100%" version="1.1"
  4 +xmlns="http://www.w3.org/2000/svg">
  5 +<g id="gos" >
  6 +<line x1="10" y1="10" x2="200" y2="200" style="stroke:rgb(255,99,99);stroke-width:2" />
  7 +</g>
5 8 </svg>
6 9 \ No newline at end of file
... ...