blob: 020e499dc297c093aeb8bfb27618da5b203bea41 [file] [log] [blame]
<svg width="300" height="200"
xmlns="http://www.w3.org/2000/svg"
xmlns:html="http://www.w3.org/1999/xhtml">
<title>Rectangle coordinates and sizes specified by properties</title>
<html:link rel="help" href="https://svgwg.org/svg2-draft/geometry.html"/>
<html:link rel="match" href="rect-ref.svg" />
<style>
rect {
x: 30px;
y: 60px;
width: 120px;
height: 100px;
fill: blue;
}
</style>
<rect />
</svg>