<svg xmlns="http://www.w3.org/2000/svg"xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" width="400" height="400"> <!-- This test attempts to test how fast batches of individually transformed 'image' elements can be created, added to the document and repainted. The time required for each new batch is expected to increase since the previous batches are not removed from the document.
-->
<scripttype="text/javascript">
var start = new Date();
</script>
<text x="10" y="15" font-weight="900" font-size="5">SVG Performance test.</text>
<text x="10" y="95" font-weight="900" font-size="5">Test not started.</text>
<rect x="0" y="0" height="100" width="100" stroke="black" fill="none"/>
<scripttype="text/javascript"><![CDATA[
var svg = document.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'svg')[0];
var t = document.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'text')[1];
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.