ExampleSvgDocuments

From Inkscape Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Embedding SVG code in a Wiki doesn't work. Hmm, I wonder why? Sure would be cool if it did. -- Bryce

<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [

<!ATTLIST svg
 xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">

]> <svg

  id="svg1"
  sodipodi:version="0.28pre2"
  xmlns="http://www.w3.org/2000/svg"
  xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  width="210mm"
  height="297mm"
  sodipodi:docbase="/home/bryce/"
  sodipodi:docname="/home/bryce/foo.svg">
 <defs
    id="defs3" />
 <sodipodi:namedview
    id="base" />
 <rect
    style="font-size:12;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.204994pt;"
    id="rect4"
    x="165.508871"
    y="503.232439"
    width="108.186803"
    height="55.732504"
    rx="0.000000"
    ry="0.000000" />
 <text
    style="fill:black;stroke:none;font-family:Helvetica;font-style:normal;font-weight:normal;font-size:12;text-anchor:start;writing-mode:lr;fill-opacity:1;stroke-opacity:1;stroke-width:1pt;stroke-linejoin:miter;stroke-linecap:butt;"
    x="191.735962"
    y="532.737854"
    id="text5">
   <tspan
      id="tspan6">

Hello World</tspan>

 </text>

</svg>