You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2001/11/05 03:21:30 UTC

cvs commit: xml-cocoon2/documentation/svg label_over.xml label_select.xml label.xml separator.xml

crossley    01/11/04 18:21:30

  Modified:    documentation/svg label_over.xml label_select.xml label.xml
                        separator.xml
  Log:
  Replace with new template files
  Submitted by:	Klaus Bertram
  
  Revision  Changes    Path
  1.3       +19 -1     xml-cocoon2/documentation/svg/label_over.xml
  
  Index: label_over.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/svg/label_over.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- label_over.xml	2001/10/12 14:49:16	1.2
  +++ label_over.xml	2001/11/05 02:21:30	1.3
  @@ -1,5 +1,23 @@
   <?xml version="1.0"?>
   <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="12">
  -  <image xlink:href="context://images/label-background_b.gif" width="120" height="12"/>
  +<defs>
  +	<filter id="Gaussian_Blur">
  +		<feGaussianBlur in="SourceGraphic" stdDeviation="0.5"/>
  +	</filter>
  +</defs>
  +	<rect x="93" y="-2" width="27" height="16"
  +		 style="visibility:visible;fill:rgb(105,105,105);filter:url(#Gaussian_Blur)"/>
  +	<rect x="1" y="0" width="117" height="12"
  +		 style="visibility:visible;fill:rgb(149,149,149)"/>
  +	<rect x="0" y="0" width="2" height="12"
  +		 style="fill:rgb(192,192,255);fill-opacity:0.51"/>
  +	<g transform="matrix(1 0 0 1 -1.04895 4.1958)">
  +		<path
  +			d="M7.77316 2.70467 C6.78516 3.40397 6.70556 2.62508 6.70556 1.52052 C6.70556 0.415962 7.60096 -0.479478 8.70556 -0.479478 C9.81016 -0.479478 11.3924 0.539282 10.0063 1.28742 C8.60766 2.04233 8.76116 2.00537 7.77316 2.70467 z"
  +			 style="fill:rgb(192,192,192)"/>
  +		<path
  +			d="M9.67599 0.604895 C10.664 -0.0944056 10.7436 0.684484 10.7436 1.78904 C10.7436 2.8936 9.84815 3.78904 8.74359 3.78904 C7.63903 3.78904 6.05683 2.77028 7.44289 2.02214 C8.84149 1.26723 8.68798 1.3042 9.67599 0.604895 z"
  +			 style="fill:rgb(128,128,128)"/>
  +	</g>
     <text style="font-family:arial; font-size:12px; font-style:italic" fill="yellow" x="14" y="11"><label/></text>
   </svg>
  
  
  
  1.2       +19 -1     xml-cocoon2/documentation/svg/label_select.xml
  
  Index: label_select.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/svg/label_select.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- label_select.xml	2001/10/11 21:00:50	1.1
  +++ label_select.xml	2001/11/05 02:21:30	1.2
  @@ -1,5 +1,23 @@
   <?xml version="1.0"?>
   <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="12">
  -  <image xlink:href="context://images/label-background_a.gif" width="120" height="12"/>
  +<defs>
  +	<filter id="Gaussian_Blur">
  +		<feGaussianBlur in="SourceGraphic" stdDeviation="0.5"/>
  +	</filter>
  +</defs>
  +	<rect x="93" y="-2" width="27" height="16"
  +		 style="visibility:visible;fill:rgb(105,105,105);filter:url(#Gaussian_Blur)"/>
  +	<rect x="1" y="0" width="117" height="12"
  +		 style="visibility:visible;fill:rgb(149,149,149)"/>
  +	<rect x="0" y="0" width="2" height="12"
  +		 style="fill:rgb(192,192,255);fill-opacity:0.51"/>
  +	<g transform="matrix(1 0 0 1 -1.04895 4.1958)">
  +		<path
  +			d="M7.77316 2.70467 C6.78516 3.40397 6.70556 2.62508 6.70556 1.52052 C6.70556 0.415962 7.60096 -0.479478 8.70556 -0.479478 C9.81016 -0.479478 11.3924 0.539282 10.0063 1.28742 C8.60766 2.04233 8.76116 2.00537 7.77316 2.70467 z"
  +			 style="fill:rgb(192,192,192)"/>
  +		<path
  +			d="M9.67599 0.604895 C10.664 -0.0944056 10.7436 0.684484 10.7436 1.78904 C10.7436 2.8936 9.84815 3.78904 8.74359 3.78904 C7.63903 3.78904 6.05683 2.77028 7.44289 2.02214 C8.84149 1.26723 8.68798 1.3042 9.67599 0.604895 z"
  +			 style="fill:rgb(128,128,128)"/>
  +	</g>
     <text style="font-family:arial; font-size:12px; font-style:italic" fill="white" x="14" y="11"><label/></text>
   </svg>
  
  
  
  1.5       +19 -1     xml-cocoon2/documentation/svg/label.xml
  
  Index: label.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/svg/label.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- label.xml	2001/10/11 19:24:32	1.4
  +++ label.xml	2001/11/05 02:21:30	1.5
  @@ -1,5 +1,23 @@
   <?xml version="1.0"?>
   <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="12">
  -  <image xlink:href="context://images/label-background_b.gif" width="120" height="12"/>
  +<defs>
  +	<filter id="Gaussian_Blur">
  +		<feGaussianBlur in="SourceGraphic" stdDeviation="0.5"/>
  +	</filter>
  +</defs>
  +	<rect x="93" y="-2" width="27" height="16"
  +		 style="visibility:visible;fill:rgb(105,105,105);filter:url(#Gaussian_Blur)"/>
  +	<rect x="1" y="0" width="117" height="12"
  +		 style="visibility:visible;fill:rgb(149,149,149)"/>
  +	<rect x="0" y="0" width="2" height="12"
  +		 style="fill:rgb(192,192,255);fill-opacity:0.51"/>
  +	<g transform="matrix(1 0 0 1 -1.04895 4.1958)">
  +		<path
  +			d="M7.77316 2.70467 C6.78516 3.40397 6.70556 2.62508 6.70556 1.52052 C6.70556 0.415962 7.60096 -0.479478 8.70556 -0.479478 C9.81016 -0.479478 11.3924 0.539282 10.0063 1.28742 C8.60766 2.04233 8.76116 2.00537 7.77316 2.70467 z"
  +			 style="fill:rgb(192,192,192)"/>
  +		<path
  +			d="M9.67599 0.604895 C10.664 -0.0944056 10.7436 0.684484 10.7436 1.78904 C10.7436 2.8936 9.84815 3.78904 8.74359 3.78904 C7.63903 3.78904 6.05683 2.77028 7.44289 2.02214 C8.84149 1.26723 8.68798 1.3042 9.67599 0.604895 z"
  +			 style="fill:rgb(128,128,128)"/>
  +	</g>
     <text style="font-family:arial; font-size:12px; font-style:italic" fill="white" x="14" y="11"><label/></text>
   </svg>
  
  
  
  1.3       +18 -2     xml-cocoon2/documentation/svg/separator.xml
  
  Index: separator.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/svg/separator.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- separator.xml	2001/10/11 19:24:32	1.2
  +++ separator.xml	2001/11/05 02:21:30	1.3
  @@ -1,5 +1,21 @@
   <?xml version="1.0"?>
   <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="20">
  -  <image xlink:href="context://images/separator.gif" width="120" height="20"/>
  -  <text style="font-family:arial; font-size:9px" fill="black" text-anchor="start" x="5" y="12"><label/></text>
  +  <!-- <image xlink:href="context://documentation/images/separator.gif" width="120" height="20"/> -->
  +  <defs>
  +	
  +		<filter id="Gaussian_Blur">
  +			<feGaussianBlur in="SourceGraphic" stdDeviation="0.5"/>
  +		</filter>
  +	</defs>
  +	<rect x="93" y="-2" width="27" height="24"
  +		 style="visibility:visible;fill:rgb(105,105,105);filter:url(#Gaussian_Blur)"/>
  +	<rect x="1" y="0" width="117" height="20"
  +		 style="visibility:visible;fill:rgb(149,149,149)"/>
  +	<rect x="0" y="0" width="2" height="20"
  +		 style="fill:rgb(215,215,215);fill-opacity:0.51"/>
  +	<rect x="3" y="5" width="115" height="1"
  +		 style="visibility:visible;fill:rgb(128,128,128)"/>
  +	<rect x="3" y="4" width="115" height="1"
  +		 style="visibility:visible;fill:rgb(178,178,178)"/>
  +  <text style="font-family:arial; font-size:9px" fill="black" text-anchor="start" x="5" y="16"><label/></text>
   </svg>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org