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/circle-004.svg
<svg width="340" height="140"
<title>Circle coordinates and radius specified using calc</title>
<html:link rel="help" href="https://svgwg.org/svg2-draft/geometry.html"/>
<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>