mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
11 lines
244 B
XML
11 lines
244 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<script>
|
|
<![CDATA[
|
|
|
|
var q = document.createElementNS("http://www.w3.org/2000/svg", "text").rotate.baseVal.appendItem({});
|
|
q.__proto__ = document.createTextNode("x");
|
|
q.constructor;
|
|
|
|
]]>
|
|
</script>
|
|
</svg>
|