Wiki source code of TestSVGMacro

Version 1.1 by Ludovic Dubost on 2010/02/06 17:08

Show last authors
1 You should see an SVG Drawing below and you can edit it by clicking on the edit icon:
2
3 {{svg width="640" height="480"}}<svg width="640" height="480" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
4 <g>
5 <title>Layer 1</title>
6 <rect x="237.349801" y="132.625181" width="324.49861" height="213.948426" id="svg_1" fill="#aa0000" stroke="#000000" stroke-width="5" transform="rotate(29.0349, 399.602, 239.6)"/>
7 <text transform="matrix(1, 0, 0, 1, 27, 10)" xml:space="preserve" text-anchor="middle" font-family="serif" font-size="24" stroke-width="0" stroke="#000000" fill="#000000" id="svg_2" y="242.1" x="374.6">This is an SVG Drawing</text>
8 </g>
9 </svg>{{/svg}}