mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +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>
|