Source code
Revision control
Copy as Markdown
Other Tools
<svg width="300" height="200"
<title>Rectangle coordinates and sizes specified by properties</title>
<html:link rel="match" href="rect-ref.svg" />
<style>
rect {
x: 30px;
y: 60px;
width: 120px;
height: 100px;
fill: blue;
}
</style>
<rect />
</svg>