Wiki source code of TestSVGMacro

Last modified by Ludovic Dubost on 2012/05/22 09:48

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"}}
4 <svg width="640" height="480" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
5 <g>
6 <title>Calque 1</title>
7 <rect x="237.349801" y="132.625181" width="324.49861" height="213.948426" id="svg_1" fill="#ff0000" stroke="#000000" stroke-width="5" transform="rotate(29.0349, 399.602, 239.6)"/>
8 <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>
9 </g>
10 </svg>
11 {{/svg}}