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-003.svg
<svg width="300" height="200"
<title>Rectangle coordinates and sizes specified by percentage</title>
<html:link rel="help" href="https://svgwg.org/svg2-draft/geometry.html"/>
<html:link rel="match" href="rect-ref.svg" />
<style>
rect {
x: 10%;
y: 30%;
width: 40%;
height: 50%;
fill: blue;
}
</style>
<rect />
</svg>