Changes for page TestSVGMacro

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

From version 2.1
edited by Ludovic Dubost
on 2010/03/18 08:58
Change comment: SVG Drawing updated
To version 3.1
edited by Ludovic Dubost
on 2012/05/22 11:48
Change comment: SVG Drawing updated

Summary

Details

Page properties
Content
... ... @@ -3,9 +3,9 @@
3 3  {{svg width="640" height="480"}}
4 4  <svg width="640" height="480" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
5 5   <g>
6 - <title>Layer 1</title>
7 - <rect transform="rotate(29.0349, 399.602, 239.6)" stroke-width="5" stroke="#000000" fill="#0000ff" id="svg_1" height="213.948426" width="324.49861" y="132.625181" x="237.349801"/>
8 - <text x="374.6" y="242.1" id="svg_2" fill="#000000" stroke="#000000" stroke-width="0" font-size="24" font-family="serif" text-anchor="middle" xml:space="preserve" transform="matrix(1, 0, 0, 1, 27, 10)">This is an SVG Drawing</text>
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 9   </g>
10 10  </svg>
11 11  {{/svg}}