Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/svg/coordinate-systems/support/views.svg
<svg xmlns="http://www.w3.org/2000/svg" width="100" viewBox="0 0 100 100">
<view id="transform" viewBox="-100 -100 200 200"/>
<view id="invalid" viewBox="0 0 -100 200"/>
<rect width="100" height="100" fill="green"/>
</svg>