diff options
Diffstat (limited to 'test/resources/fop/svg/paints.svg')
-rw-r--r-- | test/resources/fop/svg/paints.svg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/resources/fop/svg/paints.svg b/test/resources/fop/svg/paints.svg index 12a4bf748..709f31881 100644 --- a/test/resources/fop/svg/paints.svg +++ b/test/resources/fop/svg/paints.svg @@ -16,14 +16,16 @@ </linearGradient> <linearGradient id="grad2" x1="0" y1="0" x2="0" y2="1"> <stop offset="0" style="stop-color:crimson" /> + <stop offset="0.4" style="stop-color:purple" /> <stop offset="1" style="stop-color:gold" /> </linearGradient> <linearGradient id="grad3" x1="0" y1="0" x2="1" y2="1"> <stop offset="0" style="stop-color:crimson" /> + <stop offset="0.7" style="stop-color:blue" /> <stop offset="1" style="stop-color:gold" /> </linearGradient> <radialGradient id="rad" - fx="20%" fy="0%" rx="10%" ry="30%" r="40%"> + fx="20%" fy="30%" rx="10%" ry="30%" r="40%"> <stop offset="0" stop-color="gold" /> <stop offset="1" stop-color="green" stop-opacity="0.4"/> </radialGradient> @@ -33,7 +35,6 @@ <rect x="15" y="195" width="100" height="75" style="fill:url(#grad3)" /> <rect x="15" y="275" width="100" height="75" style="fill:url(#rad)" /> - <text x="120" y="35" style="font-size:12">Pattern</text> <defs> |