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/geometry/reftests/rect-002.svg
<svg width="300" height="200" viewBox="600 700 150 100"
<title>Rectangle coordinates and sizes specified in user units</title>
<html:link rel="help" href="https://svgwg.org/svg2-draft/geometry.html"/>
<html:link rel="match" href="rect-ref.svg" />
<style>
rect {
x: 615px;
y: 730px;
width: 60px;
height: 50px;
fill: blue;
}
</style>
<rect />
</svg>