Difference between revisions of "Test"
From Linuxintro
Line 2: | Line 2: | ||
<svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="300" height="200" | <svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="300" height="200" | ||
viewBox="0 0 300 350" > | viewBox="0 0 300 350" > | ||
− | <rect x="0.5" y="0.5" fill="# | + | <rect x="0.5" y="0.5" fill="#00FF00" stroke="#000000" width="250" height="175"/> |
</svg> | </svg> | ||
</svgcode> | </svgcode> |
Revision as of 10:28, 10 January 2015
<svgcode width="300" height="200" version="1.1"> <svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="300" height="200"
viewBox="0 0 300 350" >
<rect x="0.5" y="0.5" fill="#00FF00" stroke="#000000" width="250" height="175"/> </svg> </svgcode>