You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2001/01/19 05:20:23 UTC

cvs commit: xml-batik/samples/tests colors.svg index2.svg

vhardy      01/01/18 20:20:23

  Modified:    samples  batik70.svg batikFX.svg moonPhases.svg
                        sizeOfSun.svg
               samples/tests colors.svg index2.svg
  Log:
  Changed font unit from pt to none in several test cases.
  
  Revision  Changes    Path
  1.5       +15 -18    xml-batik/samples/batik70.svg
  
  Index: batik70.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/batik70.svg,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- batik70.svg	2000/12/01 10:14:29	1.4
  +++ batik70.svg	2001/01/19 04:20:20	1.5
  @@ -14,7 +14,7 @@
   <!-- Test description here                                                     -->
   <!--                                                                           -->
   <!-- @author vincent.hardy@eng.sun.com                                         -->
  -<!-- @version $Id: batik70.svg,v 1.4 2000/12/01 10:14:29 vhardy Exp $     -->
  +<!-- @version $Id: batik70.svg,v 1.5 2001/01/19 04:20:20 vhardy Exp $     -->
   <!-- ========================================================================= -->
   
   <svg id="body" width="450" height="500" viewBox="0 0 450 500">
  @@ -26,7 +26,7 @@
   
       <defs>
           <pattern id="backgroundPattern" patternUnits="userSpaceOnUse"
  -                 x="0" y="0" width="20" height="10" >
  +                 x="0" y="0" width="20" height="10" style="overflow:hidden">
               <rect x="0" y="0" width="10" height="10" fill="rgb(110, 200, 255)" fill-opacity=".5" />
               <rect x="0" y="-5" width="8" height="20" fill="none" stroke="rgb(204, 102, 53)" stroke-width="1"/>
           </pattern>
  @@ -64,14 +64,14 @@
   			L203.22,0h3.459c2.316,0,4.285,0.348,5.906,1.039c1.621,0.693,2.896,2.002,3.824,3.926z"/>
           </g>
   
  -        <filter id="shadow" filterRes="200" x="0" y="0">
  +        <filter id="shadow" filterRes="200" x="-.2" y="0">
               <feGaussianBlur stdDeviation="3 3" />
  -            <feOffset dx="10" dy="10" />
  +            <feOffset dx="-10" dy="10" />
           </filter>
   
  -        <filter id="innerShadow" filterRes="500" x="0" y="0">
  -            <feGaussianBlur stdDeviation="3 4"/>
  -            <feOffset dx="10" dy="15" result="offsetShadow"/>
  +        <filter id="innerShadow" filterRes="500" x="-.2" y="0">
  +            <feGaussianBlur stdDeviation="3 4" in="SourceAlpha"/>
  +            <feOffset dx="-10" dy="15" result="offsetShadow"/>
               <feComposite in2="SourceGraphic" in="offsetShadow" operator="out" />
           </filter>
   
  @@ -81,15 +81,10 @@
   	    <path id="Inner_Ellipse" style="stroke:none;" d="M399.464,123.946C291.018,15.543,142.959-12.163,68.766,62.059c-74.192,74.224-46.423,222.27,62.023,330.672c108.445,108.402,256.503,136.11,330.696,61.886c74.192-74.223,46.424-222.27-62.021-330.672z
   			 M410.417,397.331c-58.115,58.14-179.371,31.157-270.832-60.267C48.124,245.64,21.092,124.396,79.207,66.256c58.116-58.139,179.372-31.157,270.833,60.267c91.46,91.424,118.493,212.668,60.377,270.808z"/>
   
  -        <linearGradient x1=".25" x2="1" y1="0" y2="1" id="lightGradient">
  -            <stop offset="0" stop-color="rgb(255, 255, 255)" stop-opacity="0" />
  -            <stop offset=".75" stop-color="rgb(0, 0, 0)" stop-opacity=".25" />
  -            <stop offset="1" stop-color="rgb(0, 0, 0)" stop-opacity=".5" />
  -        </linearGradient>
   	</defs>
   
       <rect x="0" y="0" width="100%" height="100%" fill="rgb(13, 97, 160)" />
  -    <g fill="rgb(238, 242, 64)">
  +    <g fill="rgb(255, 255, 20)">
           <circle cx="50" cy="150" r="120" />
           <circle cx="100" cy="300" r="60" />
           <circle cx="350" cy="200" r="90" />
  @@ -99,12 +94,14 @@
           <circle cx="-20" cy="500" r="120" />
       </g>
       <rect x="0" y="0" width="100%" height="100%" style="overflow:hidden; fill:url(#backgroundPattern)" />
  -    <rect x="0" y="0" width="100%" height="100%" style="overflow:hidden; fill:url(#lightGradient)" />
   
  -    <use xlink:href="#Inner_Ellipse" fill="black" filter="url(#innerShadow)" opacity=".5"/>
  +    <g filter="url(#innerShadow)" opacity=".5">
  +        <use xlink:href="#Outer_Ellipse" fill-opacity="1"/>
  +        <use xlink:href="#Inner_Ellipse" fill-opacity="1"/>
  +    </g>
   
  -    <use xlink:href="#Outer_Ellipse" fill="rgb(0, 84, 147)" />
  -    <use xlink:href="#Inner_Ellipse" fill="rgb(238, 242, 64)" fill-opacity=".75" />
  +    <use xlink:href="#Outer_Ellipse" fill="rgb(13, 97, 160)" fill-opacity=".75"/>
  +    <use xlink:href="#Inner_Ellipse" fill="rgb(255, 255, 20)" fill-opacity=".75" />
   
       <g transform="translate(50, 154) scale(1.5, 1.5)">
       <use x="0" y="0" xlink:href="#batik" 
  @@ -114,7 +111,7 @@
            fill="none" stroke-width="8" stroke="rgb(13, 97, 160)"/>
   
       <use x="0" y="0" xlink:href="#batik" 
  -         fill="rgb(238, 242, 64)" stroke="rgb(204, 102, 53)" stroke-width="1"/>
  +         fill="rgb(255, 255, 20)" stroke="rgb(204, 102, 53)" stroke-width="1"/>
       </g>
   
       </g>
  
  
  
  1.5       +11 -3     xml-batik/samples/batikFX.svg
  
  Index: batikFX.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/batikFX.svg,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- batikFX.svg	2000/12/01 10:14:30	1.4
  +++ batikFX.svg	2001/01/19 04:20:20	1.5
  @@ -14,7 +14,7 @@
   <!-- Test description here                                                     -->
   <!--                                                                           -->
   <!-- @author vincent.hardy@eng.sun.com                                         -->
  -<!-- @version $Id: batikFX.svg,v 1.4 2000/12/01 10:14:30 vhardy Exp $     -->
  +<!-- @version $Id: batikFX.svg,v 1.5 2001/01/19 04:20:20 vhardy Exp $     -->
   <!-- ========================================================================= -->
   
   <svg id="body" width="450" height="500" viewBox="0 0 450 500">
  @@ -28,12 +28,20 @@
           <pattern id="stripes" patternUnits="userSpaceOnUse" x="0" y="0" width="50" height="4">
               <rect width="50" height="2" fill="black" fill-opacity=".2" />
           </pattern>
  -        <radialGradient id="backgroundGradient" cx="0" cy="0" r="1.3" gradientTransform="translate(.5, .5) scale(1, .5)" >
  +        <radialGradient id="backgroundGradientOld" cx="0" cy="0" r="1.3" gradientTransform="translate(.5, .5) scale(1, .5)" >
               <stop offset="0" stop-color="rgb(125, 72, 255)" />
               <stop offset=".25" stop-color="rgb(124, 65, 239)" />
               <stop offset="1" stop-color="black" />
           </radialGradient>
   
  +        <radialGradient id="backgroundGradient" cx="0" cy="0" r="1.2" >
  +            <stop offset="0" stop-color="white" />
  +            <stop offset=".25" stop-color="rgb(125, 72, 255)" />
  +            <stop offset=".5" stop-color="rgb(124, 65, 239)" />
  +            <stop offset="1" stop-color="black" />
  +        </radialGradient>
  +
  +
           <g id="batik">
   			<path d="M0,83.61V6.721h36.79c7.876,0,14.018,1.846,18.429,5.539c4.41,3.692,6.615,8.83,6.615,15.411c0,4.201-1.044,7.693-3.129,10.474c-2.085,2.783-5.039,4.594-8.859,5.433c5.213,1.086,9.097,3.136,11.651,6.148c2.554,3.013,3.833,7.058,3.833,12.136
   				c0,7.179-2.421,12.6-7.265,16.259c-4.843,3.661-11.97,5.49-21.377,5.49H0z M25.944,25.002v10.754h3.617c2.237,0,3.94-0.462,5.112-1.391c1.17-0.926,1.756-2.264,1.756-4.011c0-1.748-0.586-3.077-1.756-3.987c-1.172-0.909-2.875-1.365-5.112-1.365h-3.617z
  @@ -110,7 +118,7 @@
   		</g>
   
   
  -        <filter id="blur" filterRes="200" >
  +        <filter id="blur" filterRes="200" x="-.2" y="-.2" width="1.4" height="1.4">
               <feGaussianBlur stdDeviation="10 10" result="blurred"/>
               <feMerge>
                   <feMergeNode in="blurred" />
  
  
  
  1.2       +114 -3    xml-batik/samples/moonPhases.svg
  
  Index: moonPhases.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/moonPhases.svg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- moonPhases.svg	2000/12/05 19:39:32	1.1
  +++ moonPhases.svg	2001/01/19 04:20:20	1.2
  @@ -12,9 +12,9 @@
   
   <!-- ========================================================================= -->
   <!-- @author vincent.hardy@eng.sun.com                                         -->
  -<!-- @version $Id: moonPhases.svg,v 1.1 2000/12/05 19:39:32 vhardy Exp $ -->
  +<!-- @version $Id: moonPhases.svg,v 1.2 2001/01/19 04:20:20 vhardy Exp $ -->
   <!-- ========================================================================= -->
  -<svg  width="450pt" height="500pt" viewBox="0 0 450 500" xml:space="preserve">
  +<svg  width="450" height="500" viewBox="0 0 450 500" xml:space="preserve">
   	<g id="Background" style="fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
   		<radialGradient id="aigrd1" cx="110.8491" cy="257.335" r="296.7467" fx="110.8491" fy="257.335" gradientTransform="matrix(1.1222 0 0 1.0225 -26.394 -5.624)" gradientUnits="userSpaceOnUse">
   			<stop  offset="0" style="stop-color:#FFFFFF"/>
  @@ -31,7 +31,7 @@
   		</radialGradient>
   		<path style="fill:url(#aigrd1);stroke:none;" d="M450,500H0V0h450v500z"/>
   	</g>
  -	<g id="Content" style="fill-rule:nonzero;clip-rule:nonzero;fill:none;stroke:#000000;stroke-width:0.05;stroke-miterlimit:4; font-family:'Verdana';" font-size="10pt" text-anchor="middle">
  +	<g id="Content" style="fill-rule:nonzero;clip-rule:nonzero;fill:none;stroke:#000000;stroke-width:0.05;stroke-miterlimit:4; font-family:'Verdana';" font-size="10" text-anchor="middle">
   		<g>
   			<radialGradient id="aigrd2" cx="117.666" cy="274.8911" r="81.2985" fx="117.666" fy="274.8911" gradientUnits="userSpaceOnUse">
   				<stop  offset="0" style="stop-color:#FFFFFF"/>
  @@ -504,6 +504,117 @@
   			<text y="32">la lune</text>
   		</g>
   	
  +	</g>
  +
  +	<g id="grafiti" transform="translate(280, 250) scale(.1, .1)" style="fill-rule:nonzero;clip-rule:nonzero;fill:none;stroke:#000000;stroke-miterlimit:4;">
  +		<g style="stroke:none;">
  +			<g>
  +				<path d="M1.417,1.938c0.108-0.215,0.215-0.323,0.215-0.538C0.664,3.766,0.449,6.563,0.126,9.144"/>
  +				<path style="fill:#000000;" d="M1.525,2.001c0.179-0.325,0.142-0.223,0.228-0.568c0.04-0.16-0.186-0.215-0.243-0.066C0.553,3.86,0.321,6.513,0,9.144c-0.02,0.161,0.232,0.159,0.252,0c0.17-1.396,0.324-2.794,0.55-4.183c0.085-0.523,0.201-1.04,0.321-1.556
  +					c0.083-0.338,0.176-0.673,0.281-1.004C1.713,2.016,1.681,1.84,1.308,1.874C1.229,2.016,1.447,2.143,1.525,2.001z"/>
  +			</g>
  +			<g>
  +				<path d="M5.612,5.487c0-0.107,0.107-0.215,0-0.323C4.751,6.24,3.998,8.391,4.966,9.574c0.538-0.215,0.968-0.753,1.183-1.291c1.506,2.044,3.334-1.828,2.797-3.334"/>
  +				<path style="fill:#000000;" d="M5.733,5.521c0.051-0.204,0.051-0.186,0-0.39c-0.029-0.116-0.169-0.111-0.23-0.03C4.582,6.317,3.872,8.266,4.857,9.638C4.9,9.696,4.964,9.716,5.03,9.683c0.328-0.163,0.625-0.367,0.841-0.67c0.02-0.027,0.334-0.461,0.319-0.479
  +					c0.116,0.144,0.266,0.245,0.42,0.34C6.98,9.099,7.475,8.979,7.793,8.722c1-0.808,1.65-2.552,1.275-3.806c-0.047-0.155-0.29-0.089-0.243,0.066c0.38,1.269-1.055,5.11-2.586,3.212C6.19,8.134,6.073,8.15,6.041,8.22C5.944,8.431,5.206,9.693,4.942,9.326
  +					C4.635,8.898,4.624,8.321,4.653,7.82c0.055-0.932,0.512-1.86,1.067-2.593c-0.077-0.01-0.154-0.02-0.23-0.03c0,0.085,0,0.171,0,0.256C5.451,5.611,5.694,5.678,5.733,5.521z"/>
  +			</g>
  +			<g>
  +				<path d="M10.774,5.81c0-0.753,0.753-1.398,1.506-1.506c0.646,0.86,0.861,2.366,0.753,3.442c-1.076-0.753-3.012,0.107-2.474,1.506c0.646,0,1.291-0.215,1.721-0.646"/>
  +				<path style="fill:#000000;" d="M10.9,5.81c0.06-0.546,1.036-1.917,1.539-1.003c0.304,0.553,0.409,1.239,0.473,1.855c0.029,0.277,0.219,0.959-0.179,0.79c-0.212-0.09-0.44-0.102-0.667-0.111c-1.092-0.042-1.944,0.892-1.628,1.944
  +					c0.016,0.051,0.065,0.095,0.122,0.092c0.703-0.039,1.27-0.223,1.81-0.683c0.124-0.105-0.055-0.282-0.178-0.178c-0.135,0.115-1.502,1.05-1.598,0.312c-0.054-0.418,0.264-0.762,0.576-0.979c0.533-0.371,1.27-0.313,1.801,0.005c0.087,0.052,0.183-0.017,0.189-0.109
  +					c0.09-1.206-0.083-2.486-0.771-3.505c-0.033-0.049-0.084-0.071-0.143-0.058c-0.849,0.187-1.501,0.74-1.598,1.627c-0.018,0.161,0.234,0.16,0.252,0z"/>
  +			</g>
  +			<g>
  +				<path d="M16.368,4.734c0-0.646-1.721,0.323-1.183,1.506c0.323,0.86,1.721,0.646,1.506,1.936c-0.107,0.753-1.076,0.968-1.721,0.753"/>
  +				<path style="fill:#000000;" d="M16.489,4.7c-0.055-0.354-0.39-0.324-0.657-0.214c-0.479,0.198-0.796,0.685-0.871,1.181c-0.075,0.499,0.235,0.935,0.62,1.204c0.262,0.184,0.556,0.291,0.797,0.509c0.336,0.304,0.225,0.901-0.033,1.205
  +					c-0.311,0.365-0.938,0.329-1.342,0.223c-0.157-0.042-0.224,0.201-0.067,0.242c1.025,0.269,2.091-0.265,1.861-1.439c-0.079-0.405-0.52-0.634-0.843-0.812c-0.486-0.268-0.816-0.622-0.725-1.231c0.028-0.189,0.947-1.253,1.017-0.8
  +					c0.025,0.16,0.268,0.092,0.243-0.067z"/>
  +			</g>
  +			<g>
  +				<path d="M23.79,0.109c0.646-0.538-0.107,2.366-0.107,2.689c-0.43,2.043-0.753,4.087-1.183,6.131c0-1.291,0.645-3.334,1.829-3.979c0.86,0.968,0.43,2.474,0.107,3.549"/>
  +				<path style="fill:#000000;" d="M23.853,0.218c0.021-0.011-0.193,1.955-0.247,2.236c-0.237,1.238-0.472,2.477-0.7,3.716c-0.125,0.682-0.255,1.363-0.389,2.043c-0.196,1,0.425-1.072,0.493-1.276c0.059-0.178,1.087-2.561,1.621-1.143
  +					c0.309,0.819-0.084,1.873-0.318,2.67c-0.045,0.156,0.197,0.223,0.243,0.067c0.369-1.263,0.671-2.493-0.12-3.646C24.399,4.832,24.324,4.8,24.264,4.84c-1.322,0.894-1.825,2.557-1.891,4.088c-0.006,0.141,0.219,0.173,0.248,0.033
  +					c0.52-2.536,1.004-5.085,1.453-7.635c0.053-0.302,0.35-1.693-0.347-1.327c-0.144,0.076-0.017,0.293,0.127,0.218z"/>
  +			</g>
  +			<g>
  +				<path d="M26.371,6.777c1.291-0.43,2.259-3.012,0.538-1.828c-2.474,1.721-0.215,3.657,1.936,2.689"/>
  +				<path style="fill:#000000;" d="M26.405,6.898c0.731-0.272,1.332-1,1.528-1.751c0.201-0.771-0.531-0.65-0.974-0.381c-0.844,0.512-1.676,1.559-0.993,2.519c0.641,0.9,2.009,0.854,2.913,0.475c0.147-0.062,0.083-0.306-0.067-0.243
  +					c-0.771,0.323-1.642,0.372-2.36-0.106c-0.892-0.594-0.386-1.581,0.238-2.136c0.116-0.103,0.768-0.659,0.987-0.484c0.142,0.113-0.061,0.527-0.113,0.64c-0.239,0.52-0.682,1.023-1.226,1.227c-0.15,0.056-0.085,0.299,0.067,0.242z"/>
  +			</g>
  +			<g>
  +				<path d="M29.706,5.379c0.215,0.538,0.215,1.183,0.323,1.829c-0.323-1.721,0.215-2.474,1.936-2.689"/>
  +				<path style="fill:#000000;" d="M29.584,5.413c0.209,0.589,0.23,1.215,0.323,1.828c0.081-0.022,0.162-0.044,0.243-0.066c-0.109-0.618-0.183-1.332,0.226-1.861c0.369-0.477,1.063-0.597,1.622-0.674c0.16-0.021,0.091-0.264-0.067-0.242
  +					c-0.642,0.088-1.422,0.256-1.81,0.837c-0.398,0.598-0.333,1.332-0.214,2.006c0.028,0.161,0.267,0.091,0.243-0.066c-0.093-0.614-0.113-1.239-0.323-1.829c-0.054-0.151-0.297-0.086-0.243,0.067z"/>
  +			</g>
  +			<g>
  +				<path d="M32.61,6.993c0.968-0.323,1.829-1.183,2.043-2.151c-1.076-0.107-2.582,1.506-2.259,2.582c0.43,1.506,2.904,0.538,3.873,0.108"/>
  +				<path style="fill:#000000;" d="M32.644,7.114c1.03-0.387,1.839-1.163,2.131-2.239c0.021-0.081-0.04-0.157-0.122-0.16c-1.363-0.038-2.917,1.721-2.25,3.048c0.658,1.31,3.03,0.27,3.928-0.124c0.148-0.065,0.02-0.282-0.127-0.218
  +					c-0.907,0.398-2.025,0.863-3.027,0.625c-1.856-0.442,0.235-3.114,1.477-3.079c-0.041-0.053-0.081-0.106-0.122-0.16c-0.268,0.99-1.008,1.708-1.956,2.063c-0.15,0.057-0.085,0.3,0.067,0.243z"/>
  +			</g>
  +			<g>
  +				<path d="M15.83,13.339c0.107,0,0.107-0.538,0.107-0.215c-0.323,2.689-0.645,5.378-1.291,8.067c-0.43-2.043,0.43-4.733,0.968-6.776c1.076,1.291,2.474,3.334,3.12,4.948c0.43-2.904,0.107-6.992,2.366-9.25"/>
  +				<path style="fill:#000000;" d="M15.939,13.402c0.258-0.435-0.104,0.219-0.127-0.279c0.044,0.961-0.28,2.283-0.403,3.194c-0.109,0.81-0.243,1.615-0.38,2.42c-0.173,1.015-0.431,2.359-0.337,0.475c0.046-0.933,0.299-1.879,0.518-2.786
  +					c0.114-0.472,0.162-2.153,1.051-0.99c0.941,1.231,1.746,2.57,2.366,3.989c0.057,0.13,0.221,0.043,0.235-0.063c0.406-3.12,0.102-6.65,2.329-9.162c0.107-0.121-0.07-0.299-0.178-0.178c-1.588,1.79-1.908,4.054-2.119,6.362c-0.056,0.612-0.099,1.226-0.152,1.839
  +					c-0.114,1.311-0.495-0.171-0.755-0.638c-0.645-1.159-1.45-2.231-2.283-3.26c-0.061-0.076-0.188-0.029-0.21,0.055c-0.603,2.249-1.31,4.497-0.968,6.844c0.019,0.125,0.217,0.115,0.243,0c0.574-2.516,1.41-5.582,1.291-8.188c-0.006-0.135-0.224-0.18-0.248-0.033
  +					c-0.03,0.091-0.061,0.182-0.091,0.272c-0.083,0.14,0.135,0.267,0.218,0.127z"/>
  +			</g>
  +			<g>
  +				<path d="M20.67,20.115c0.968-0.968,2.582-2.366,2.474-3.765c-1.398,0.107-3.334,2.904-1.828,3.98c1.721,1.291,3.765-2.689,3.765-3.98c-0.215,0.968-0.431,2.366-0.108,3.334c2.151-1.076,4.41-5.163,4.518-7.529c-3.872,1.829-2.796,11.509,1.076,6.561"/>
  +				<path style="fill:#000000;" d="M20.759,20.204c1.11-1.093,2.423-2.199,2.511-3.854c0.004-0.086-0.083-0.138-0.16-0.121c-1.75,0.374-3.593,3.221-1.551,4.384c1.838,1.048,3.549-3.062,3.647-4.263c0.011-0.142-0.219-0.172-0.248-0.033
  +					c-0.233,1.146-0.374,2.249-0.108,3.401c0.019,0.08,0.117,0.114,0.185,0.075c2.52-1.448,4.32-4.795,4.58-7.638c0.009-0.1-0.112-0.15-0.189-0.109c-2.161,1.165-2.736,4.012-2.376,6.262c0.402,2.52,2.283,2.091,3.604,0.497c0.103-0.124-0.074-0.303-0.178-0.178
  +					c-0.66,0.796-1.838,2.046-2.748,0.809c-0.55-0.747-0.553-1.876-0.522-2.756c0.035-1.013,0.333-2.008,0.802-2.9c0.297-0.566,0.74-1.008,1.263-1.364c-0.047,0.032-0.37,1.771-0.443,1.975c-0.536,1.507-1.455,2.914-2.521,4.094
  +					c-0.919,1.017-1.397,1.006-1.358-0.467c0.048-1.815-0.009-1.132-0.449-0.096c-0.171,0.404-0.406,0.776-0.641,1.145c-0.286,0.443-0.641,0.819-1.066,1.129c-1.75-0.523-2.227-1.306-1.43-2.348c0.3-0.48,0.691-0.869,1.174-1.164c0.314,0.735,0.15,1.346-0.492,1.835
  +					c-0.432,0.546-0.97,1.02-1.465,1.508c-0.116,0.114,0.062,0.292,0.178,0.178z"/>
  +			</g>
  +			<g>
  +				<path d="M24.973,14.522c0-0.107,0.215-0.215,0.215-0.323c0-0.107-0.107-0.215-0.215-0.215c-0.43,0.43-0.43,0.538-0.323,1.076c0.646-0.215,0.861-0.646,0.753-1.184c-0.215,0.108-0.322,0.538-0.107,0.215"/>
  +				<path style="fill:#000000;" d="M25.094,14.556c0.048-0.116,0.263-0.235,0.215-0.39c-0.054-0.175-0.129-0.25-0.303-0.303c-0.042-0.013-0.092,0.001-0.123,0.032c-0.385,0.396-0.459,0.66-0.355,1.198c0.012,0.063,0.094,0.11,0.155,0.088
  +					c0.624-0.236,0.946-0.665,0.841-1.339c-0.012-0.077-0.123-0.119-0.185-0.075c-0.143,0.102-0.389,0.35-0.237,0.531c0.048,0.057,0.128,0.04,0.178,0c0.055-0.043,0.079-0.083,0.124-0.143c0.097-0.13-0.122-0.255-0.218-0.127c-0.028,0.031-0.056,0.062-0.084,0.092
  +					c0.059,0,0.119,0,0.178,0c0.083,0.054,0.146,0.009,0.186-0.135c-0.062-0.025-0.123-0.05-0.185-0.075c0.083,0.53-0.186,0.848-0.665,1.028c0.052,0.029,0.104,0.059,0.155,0.088c-0.056-0.288-0.096-0.499,0.096-0.746c0.207-0.266,0.02,0.122-0.017,0.208
  +					c-0.063,0.15,0.181,0.215,0.243,0.067z"/>
  +			</g>
  +			<g>
  +				<g>
  +					<path d="M32.93,13.642c-0.12-0.596-1.073,0.06-1.073,0.596c-0.06,1.192,1.788,0.179,1.371-0.596"/>
  +					<path style="fill:#000000;" d="M33.052,13.608c-0.28-0.9-1.847,0.373-1.152,1.165c0.279,0.319,0.828,0.051,1.085-0.145c0.333-0.253,0.531-0.65,0.352-1.05c-0.066-0.148-0.283-0.02-0.218,0.127c0.202,0.452-0.36,0.849-0.733,0.943
  +						c-0.393,0.1-0.468-0.338-0.349-0.619c0.076-0.179,0.642-0.773,0.772-0.354c0.048,0.154,0.291,0.088,0.243-0.067z"/>
  +				</g>
  +				<g>
  +					<path d="M33.288,12.748c0.656-0.298,1.312-0.596,1.967-0.715c-0.358,0.834-0.596,1.788-0.834,2.683"/>
  +					<path style="fill:#000000;" d="M33.351,12.857c0.63-0.286,1.257-0.563,1.938-0.703c-0.052-0.052-0.104-0.104-0.155-0.155c-0.36,0.868-0.594,1.776-0.834,2.683c-0.042,0.157,0.201,0.224,0.243,0.067c0.24-0.907,0.474-1.815,0.834-2.683
  +						c0.04-0.096-0.072-0.172-0.155-0.155c-0.701,0.145-1.349,0.434-1.997,0.728c-0.147,0.067-0.02,0.284,0.127,0.218z"/>
  +				</g>
  +				<g>
  +					<path d="M36.864,10.84c-0.238,1.55-0.954,3.1-1.431,4.65"/>
  +					<path style="fill:#000000;" d="M36.743,10.807c-0.281,1.607-0.938,3.103-1.431,4.65c-0.049,0.155,0.194,0.221,0.243,0.066c0.492-1.547,1.149-3.042,1.431-4.649c0.027-0.159-0.215-0.227-0.243-0.067z"/>
  +				</g>
  +				<g>
  +					<path d="M37.341,12.271c2.027-1.252-0.119,1.789-0.239,2.146c0.417,0,0.835-0.119,1.192-0.298"/>
  +					<path style="fill:#000000;" d="M37.405,12.38c0.107-0.064,0.717-0.474,0.672-0.159c-0.041,0.287-0.207,0.566-0.34,0.818c-0.236,0.447-0.575,0.872-0.756,1.345c-0.029,0.075,0.045,0.162,0.122,0.159c0.447-0.018,0.851-0.127,1.256-0.315
  +						c0.147-0.068,0.019-0.286-0.127-0.218c-0.367,0.17-0.723,0.265-1.129,0.281c0.041,0.053,0.081,0.106,0.122,0.159c0.26-0.679,0.774-1.249,1.033-1.939c0.064-0.172,0.155-0.484-0.038-0.614c-0.276-0.185-0.718,0.131-0.941,0.265
  +						c-0.139,0.084-0.012,0.302,0.127,0.218z"/>
  +				</g>
  +				<g>
  +					<path d="M39.189,11.914c0.119,0.656,0.119,1.371,0.119,2.086"/>
  +					<path style="fill:#000000;" d="M39.068,11.947c0.112,0.68,0.115,1.365,0.115,2.053c0,0.162,0.252,0.162,0.252,0c0-0.71-0.008-1.417-0.124-2.12c-0.026-0.16-0.269-0.092-0.243,0.067z"/>
  +				</g>
  +				<g>
  +					<path d="M41.991,10.542c-0.417,1.669-1.133,3.278-1.491,4.888"/>
  +					<path style="fill:#000000;" d="M41.87,10.509c-0.434,1.65-1.096,3.228-1.491,4.889c-0.037,0.158,0.206,0.225,0.243,0.066c0.394-1.66,1.057-3.238,1.491-4.888c0.041-0.157-0.202-0.224-0.243-0.067z"/>
  +				</g>
  +				<g>
  +					<path d="M43.481,11.317c-0.656,0.596-1.312,1.609-1.312,2.503c1.132,0.179,1.192-1.609,0.238-1.013"/>
  +					<path style="fill:#000000;" d="M43.393,11.229c-0.716,0.674-1.311,1.585-1.349,2.592c-0.002,0.074,0.06,0.119,0.126,0.126c0.553,0.06,0.997-0.292,1.031-0.854c0.033-0.541-0.483-0.605-0.856-0.394c-0.141,0.08-0.014,0.298,0.127,0.218
  +						c0.339-0.193,0.542-0.027,0.452,0.34c-0.085,0.353-0.428,0.474-0.754,0.438c0.042,0.042,0.084,0.084,0.126,0.126c0.035-0.94,0.609-1.788,1.274-2.415c0.119-0.111-0.06-0.289-0.178-0.178z"/>
  +				</g>
  +				<g>
  +					<path d="M44.972,10.9c0-0.537-0.656,0.119-0.775,0.477c-0.179,0.834,0.775-0.119,0.894-0.417c-0.238,0.834-0.656,1.908-0.894,2.623"/>
  +					<path style="fill:#000000;" d="M45.098,10.9c-0.091-0.847-1.038,0.234-1.048,0.684c-0.017,0.73,1.055-0.366,1.15-0.561c-0.077-0.032-0.153-0.064-0.23-0.097c-0.26,0.887-0.598,1.748-0.894,2.623c-0.052,0.154,0.191,0.22,0.243,0.067
  +						c0.295-0.875,0.634-1.736,0.894-2.623c0.04-0.135-0.167-0.227-0.23-0.097c-0.099,0.203-0.264,0.366-0.428,0.518c-0.216,0.199-0.294,0.087-0.16-0.154c-0.008,0.015,0.434-0.529,0.452-0.36c0.017,0.16,0.269,0.161,0.252,0z"/>
  +				</g>
  +			</g>
  +		</g>
   	</g>
   
       <!-- ============================================================= -->
  
  
  
  1.4       +5 -5      xml-batik/samples/sizeOfSun.svg
  
  Index: sizeOfSun.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/sizeOfSun.svg,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sizeOfSun.svg	2001/01/02 12:13:21	1.3
  +++ sizeOfSun.svg	2001/01/19 04:20:21	1.4
  @@ -14,7 +14,7 @@
   <!-- Size of the Sun                                                           -->
   <!--                                                                           -->
   <!-- @author tkormann@apache.org                                               -->
  -<!-- @version $Id: sizeOfSun.svg,v 1.3 2001/01/02 12:13:21 tkormann Exp $ -->
  +<!-- @version $Id: sizeOfSun.svg,v 1.4 2001/01/19 04:20:21 vhardy Exp $ -->
   <!-- ========================================================================= -->
   <svg  width="450" height="500" viewBox="0 0 450 500" xml:space="preserve">
     <title>Size of the Sun</title>
  @@ -24,7 +24,7 @@
       .planet {
         text-anchor:middle;
         font-family: Helvetica;
  -      font-size: 12pt;
  +      font-size: 12;
       }
     ]]>
     </style>
  @@ -197,13 +197,13 @@
         </g>
       </g>
       <g id="legend" style="font-family:Helvetica">
  -      <text x="50%" y="50" style="font-size:24pt; text-anchor:middle; fill:white">Size of the Sun</text>
  -      <g style="font-size:12pt; text-anchor:middle; fill:white">
  +      <text x="50%" y="50" style="font-size:24; text-anchor:middle; fill:white">Size of the Sun</text>
  +      <g style="font-size:12; text-anchor:middle; fill:white">
           <text x="50%" y="100">You could line up all of the planets along the</text>
           <text x="50%" y="114">Sun's 1,392,000 kilometer equator three times and still have room left</text>
           <text x="50%" y="128">for 1 Saturn, 4 Earths, and a Mercury.</text>
         </g>
  -      <g style="font-size:12pt; text-anchor:end; fill:black">
  +      <g style="font-size:12; text-anchor:end; fill:black">
           <text x="144" y="250">One time...</text>
           <text x="257" y="250">Two times...</text>
           <text x="370" y="250">3 times...</text>
  
  
  
  1.4       +2 -2      xml-batik/samples/tests/colors.svg
  
  Index: colors.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/colors.svg,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- colors.svg	2000/12/01 10:14:33	1.3
  +++ colors.svg	2001/01/19 04:20:22	1.4
  @@ -16,13 +16,13 @@
   <title>SVG Color Identifiers</title>
     <style type="text/css"><![CDATA[
       text {
  -      font-size:   16pt;
  +      font-size:   16;
         font-weight: bold
       }
     ]]>
     </style>
     <rect width="100%" height="100%" style="fill: black"/>
  -  <text x="200" y="30" style="font-size: 32pt; fill:white">SVG Color Identifiers</text>
  +  <text x="200" y="30" style="font-size: 32; fill:white">SVG Color Identifiers</text>
     <line x1="10" y1="35" x2="790" y2="35" style="stroke: white"/>
     <text x="10"  y="50"  style="fill: AliceBlue">AliceBlue</text>
     <text x="10"  y="65"  style="fill: AntiqueWhite">AntiqueWhite</text>
  
  
  
  1.9       +4 -4      xml-batik/samples/tests/index2.svg
  
  Index: index2.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/index2.svg,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index2.svg	2000/12/13 17:21:54	1.8
  +++ index2.svg	2001/01/19 04:20:22	1.9
  @@ -14,7 +14,7 @@
   <!-- This tests validates linking and provides an index for text files.        -->
   <!--                                                                           -->
   <!-- @author stephane@hillion.org                                              -->
  -<!-- @version $Id: index2.svg,v 1.8 2000/12/13 17:21:54 billh Exp $         -->
  +<!-- @version $Id: index2.svg,v 1.9 2001/01/19 04:20:22 vhardy Exp $         -->
   <!-- ========================================================================= -->
   
   <svg id="body" width="450" height="500" viewBox="0 0 450 500">
  @@ -28,13 +28,13 @@
         }
         text.title {
             stroke-width: 3;
  -          font-size: 52pt;
  +          font-size: 52;
             text-anchor: middle;
       	  font-family: SunSansCondensed-Heavy;
         }
         text.previous {
   	  stroke-width: 1;
  -          font-size: 32pt;
  +          font-size: 32;
             text-anchor: start;
             text-decoration: underline;
         }
  @@ -46,7 +46,7 @@
         }
         text.link {
             fill: white;
  -          font-size: 18pt;
  +          font-size: 18;
             font-family: SunSansCondensed-Heavy;
         }
     ]]>