Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/svg/pservers/reftests/radialgradient-fully-overlapping.svg
<title>Radial gradient with overlapping start and end circles</title>
<metadata>
<html:link rel="match" href="reference/green-100x100.svg"/>
<html:meta name="assert" content="If the start circle fully overlaps with the end circle, the gradient should be drawn."/>
<html:meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-4500"/>
</metadata>
<rect width="100" height="100" fill="red"/>
<radialGradient id="fully_overlapping" r="100" fr="100">
<stop stop-color="green"/>
<stop stop-color="green" offset="1"/>
</radialGradient>
<rect width="100" height="100" fill="url(#fully_overlapping) orange"/>
</svg>