Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/svg/struct/reftests/currentScale.svg
<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml" onload="scaleDown()">
<title>Testcase for changing currentScale on SVG embedded in HTML</title>
<h:link rel="match" href="reference/green-100x100.svg"/>
<script>
function scaleDown() {
document.documentElement.currentScale = 0.5;
}
</script>
<rect width="200" height="200" fill="green"/>
</svg>