mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
7a4794dacf
Some currently failing.
8 lines
392 B
XML
8 lines
392 B
XML
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="150" height="150">
|
|
<defs>
|
|
<symbol viewBox="-75,-75,150,150" id="symbol-1">
|
|
<path d="M-75,75l0,-150l150,0l0,150z" fill="red"></path>
|
|
</symbol>
|
|
</defs>
|
|
<use x="0" y="0" xlink:href="#symbol-1" width="150" height="150" overflow="visible"></use>
|
|
</svg>
|