cairo/test/svg/gradient.7.rad-repeat.svg
2022-12-28 13:22:00 +10:30

11 lines
452 B
XML

<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad" cx="75%" cy="25%" r="33%"
fx="0.64" fy="0.18" fr="0.17"
spreadMethod="repeat" >
<stop offset="0%" stop-color="white" stop-opacity="1" />
<stop offset="100%" stop-color="green" stop-opacity="1" />
</radialGradient>
</defs>
<rect x="100" y="-900" width="800" height="800" fill="url(#grad)" />
</svg>