mirror of
https://github.com/wassname/svg2cube.git
synced 2026-06-27 19:01:22 +08:00
12 lines
435 B
XML
Executable File
12 lines
435 B
XML
Executable File
<svg width="256" height="256" viewBox="0 0 256 256" version="1.1"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
id="main" >
|
|
|
|
<foreignObject x="-512" y="-512" width="1024" height="768" xmlns="http://www.w3.org/2000/svg">
|
|
<iframe x="0" y="0" width="100%" height="100%" src="panels.svg" xmlns="http://www.w3.org/1999/xhtml" >
|
|
</iframe>
|
|
</foreignObject>
|
|
</svg>
|
|
|