Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/dom/base/test/file_use_counter_svg_currentScale.svg
<?xml version="1.0" standalone="no"?>
<svg width="4in" height="3in" version="1.1"
<desc>Test graphic for hitting currentScale
</desc>
<script type="text/javascript"> <![CDATA[
document.documentElement.currentScale = document.documentElement.currentScale;
]]>
</script>
<image id="i1" x="200" y="200" width="100px" height="80px">
</image>
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red"/>
<!-- Sentinel use counter to signal that telemetry for this document has been captured -->
<style>x { marker-mid: initial; }</style>
</svg>