var m = new MutationObserver(function () {
// This will destroy the oringal document.
document.write("<html><body></body></html>");
SpecialPowers.forceGC();
SpecialPowers.forceCC();
// Calling these APIs flushes the style, which may run the script in the
// callback function above that destroys the composed document.
target.getTotalLength();
target.getPointAtLength(1);
target.isPointInFill({x: 1, y: 1});
target.isPointInStroke({x: 1, y: 1});
target.getPathSegAtLength(0);
}
</script>
<body onload="run()">
<svg viewBox="0 0 20 20" id="svgroot">
</svg>
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.19 Sekunden
(vorverarbeitet am 2026-06-09)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.