Difference between revisions of "ExampleSvgDocuments"

From Inkscape Wiki
Jump to navigation Jump to search
m (link fix)
 
m (+cat)
 
Line 43: Line 43:
   </text>
   </text>
</svg>
</svg>
[[Category:Developer Discussion]]

Latest revision as of 17:11, 26 July 2006

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>