OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE HTML> | |
2 <style> | |
3 body { | |
4 margin-left: -100px; | |
5 margin-top: -100px; | |
6 } | |
7 </style> | |
8 <body> | |
9 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xl ink" width="300" height="300"> | |
10 <foreignObject xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3 .org/1999/xlink" width="300" height="300"> | |
11 <svg> | |
12 <g transform="translate(130, 130)"> | |
13 <text>PASS</text> | |
fs
2014/12/19 11:46:00
Maybe add a transform to <text> as well (see issue
pdr.
2014/12/19 18:39:15
Done.
| |
14 </g> | |
15 </svg> | |
16 </foreignObject> | |
17 </svg> | |
18 </body> | |
OLD | NEW |