Changes for page TestSVGMacro

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

From version 1.1
edited by Ludovic Dubost
on 2010/02/06 17:08
Change comment: There is no comment for this version
To version 2.1
edited by Ludovic Dubost
on 2010/03/18 08:58
Change comment: SVG Drawing updated

Summary

Details

Page properties
Content
... ... @@ -1,10 +1,11 @@
1 1  You should see an SVG Drawing below and you can edit it by clicking on the edit icon:
2 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">
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">
4 4   <g>
5 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>
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>
8 8   </g>
9 -</svg>{{/svg}}
10 -
10 +</svg>
11 +{{/svg}}