Source code
Revision control
Copy as Markdown
Other Tools
<svg width="300" height="200"
<title>Rectangle coordinates and sizes specified using calc</title>
<html:link rel="match" href="rect-ref.svg" />
<style>
rect {
fill: blue;
font-size: 40px;
}
</style>
<rect x="calc(80px + 10% - 2em)" y="calc(80px + 30% - 2em)"
width="calc(8 * 5%)" height="calc(10 * 5%)" />
</svg>