blob: ef961fb12161e2c3e4496540cb76b13a845930f1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0"?>
<svg xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.w3.org/2000/svg">
<foreignObject transform="scale(2.5)" width="100%" height="100%">
<html:p style="width:36px; height:24px; background:white;">
</html:p>
<html:p style="width:12px; height:12px; background:black;">
</html:p>
</foreignObject>
</svg>
|