Source code
Revision control
Copy as Markdown
Other Tools
<svg width="340" height="140"
<title>Circle coordinates and radius specified using calc</title>
<html:link rel="match" href="circle-ref.svg" />
<html:meta name="fuzzy" content="maxDifference=0-35; totalPixels=0-434" />
<style>
circle {
fill: blue;
font-size: 40px;
}
</style>
<circle cx="calc(80px + 60% - 2em)" cy="calc(80px + 40% - 2em)"
r="calc(5 * 5%)" />
</svg>