You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ca...@apache.org on 2007/11/14 04:41:43 UTC

svn commit: r594744 - /xmlgraphics/batik/trunk/samples/sunRise.svg

Author: cam
Date: Tue Nov 13 19:41:41 2007
New Revision: 594744

URL: http://svn.apache.org/viewvc?rev=594744&view=rev
Log:
Fix sunRise.svg sample after the zero sized bounding box gradient bug fix.

Modified:
    xmlgraphics/batik/trunk/samples/sunRise.svg

Modified: xmlgraphics/batik/trunk/samples/sunRise.svg
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/samples/sunRise.svg?rev=594744&r1=594743&r2=594744&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/samples/sunRise.svg (original)
+++ xmlgraphics/batik/trunk/samples/sunRise.svg Tue Nov 13 19:41:41 2007
@@ -425,8 +425,8 @@
 
             <circle r="50" fill="url(#halo)" />
             <g id="spikes">
-                <line x1="-120" y1="0" x2="120" y2="0" stroke="url(#novaSpike)" stroke-width="2" />
-                <line x1="-120" y1="0" x2="120" y2="0" stroke="url(#novaSpike)" transform="rotate(90)" stroke-width="2" />
+                <rect x="-120" y="-1" width="240" height="2" fill="url(#novaSpike)"/>
+                <rect x="-120" y="-1" width="240" height="2" fill="url(#novaSpike)" transform="rotate(90)"/>
             </g>
 
             <g id="spikesGroup">