Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <?xml version="1.0"?>
3 <svg xmlns="http://www.w3.org/2000/svg"
4 xmlns:html="http://www.w3.org/1999/xhtml" height="500"
5 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
6 shape-rendering="crispEdges">
8 <foreignObject x="200" y="180" width="100" height="50" >
9 <html:button id="x">New text</html:button>
10 </foreignObject>
12 <g transform="rotate(10) translate(-100) scale(0.8)">
13 <polygon style="fill:red; fill-opacity:0.5;"
14 points="350, 75 379,161 469,161 397,215
15 423,301 350,250 277,301 303,215
16 231,161 321,161" />
18 </g>
20 </svg>