mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
6 lines
120 B
HTML
6 lines
120 B
HTML
|
|
<script>
|
||
|
|
try {
|
||
|
|
document.createElementNS("http://www.w3.org/2000/svg", "svg").getScreenCTM();
|
||
|
|
} catch(e) {
|
||
|
|
}
|
||
|
|
</script>
|