mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 03:08:38 +09:00
10 lines
263 B
HTML
10 lines
263 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<script>
|
|
var clipPath = document.createElementNS("http://www.w3.org/2000/svg",
|
|
"clipPath");
|
|
clipPath["hasExtension"].apply(clipPath,[]);
|
|
</script>
|
|
</body>
|
|
</html>
|