Some more SVG test fixes.

This commit is contained in:
Jürg Lehni 2012-11-03 19:25:37 -07:00
parent 76dab534a9
commit f5475dda1a
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
<body>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" style="width:500px; height:1000px;" id="svg">
<text x="20" y="15" stroke="green" fill="green" style="font:15px arial;" id="text">Plain SVG Text</text>
<text x="20" y="50" fill="red" transform="rotate(30 20,40)">Rotated SVG Text</text>
<text x="20" y="50" fill="red" transform="rotate(30 20,40)" style="font:12px helvetica;">Rotated SVG Text</text>
</svg>
<canvas id="canvas" width="500" height="1000"></canvas>
</body>