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 be...@apache.org on 2001/06/13 01:22:01 UTC

cvs commit: xml-batik/samples/tests textStyles.svg linkingViewBox.svg

bella       01/06/12 16:22:01

  Modified:    samples/tests textStyles.svg linkingViewBox.svg
  Log:
  Moved the text-decoration property onto the text elements since it is
  not inherited.
  
  Revision  Changes    Path
  1.4       +3 -3      xml-batik/samples/tests/textStyles.svg
  
  Index: textStyles.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/textStyles.svg,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- textStyles.svg	2000/12/01 16:35:01	1.3
  +++ textStyles.svg	2001/06/12 23:22:01	1.4
  @@ -14,7 +14,7 @@
   <!-- Test description here                                                     -->
   <!--                                                                           -->
   <!-- @author bill.haneman@ireland.sun.com                                      -->
  -<!-- @version $Id: textStyles.svg,v 1.3 2000/12/01 16:35:01 tkormann Exp $                                                             -->
  +<!-- @version $Id: textStyles.svg,v 1.4 2001/06/12 23:22:01 bella Exp $                                                             -->
   <!-- ========================================================================= -->
   <?xml-stylesheet type="text/css" href="test.css" ?>
   <svg width="450" height="500" viewBox="0 0 450 500">
  @@ -194,7 +194,7 @@
           </g>
   
           <g transform="translate(100, 410)" class="Arial">
  -            <use xlink:href="#sample" text-decoration="underline"/>
  +            <text><tref xlink:href="#sample" text-decoration="underline"/></text>
               <text y="15" class="Caption">Arial (underlined)</text>
           </g>
   
  @@ -204,7 +204,7 @@
           </g>
   
           <g transform="translate(350, 410)" class="AvantGarde">
  -            <use xlink:href="#sample" text-decoration="line-through"/>
  +            <text><tref xlink:href="#sample" text-decoration="line-through"/></text>
               <text y="15" class="Caption">AvantGarde (line-through)</text>
           </g>
   
  
  
  
  1.2       +6 -6      xml-batik/samples/tests/linkingViewBox.svg
  
  Index: linkingViewBox.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/linkingViewBox.svg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- linkingViewBox.svg	2001/04/12 13:28:08	1.1
  +++ linkingViewBox.svg	2001/06/12 23:22:01	1.2
  @@ -14,7 +14,7 @@
   <!-- Linking and viewBox test.                                                 -->
   <!--                                                                           -->
   <!-- @author Thierry.Kormann@sophia.inria.fr                                   -->
  -<!-- @version $Id: linkingViewBox.svg,v 1.1 2001/04/12 13:28:08 tkormann Exp $ -->
  +<!-- @version $Id: linkingViewBox.svg,v 1.2 2001/06/12 23:22:01 bella Exp $ -->
   <!-- ========================================================================= -->
   
   <?xml-stylesheet type="text/css" href="test.css" ?>
  @@ -38,29 +38,29 @@
   </a>
   
   <g transform="translate(125 125)" 
  -   style="stroke:black;stroke-width:4;font-size:12;text-decoration:underline;text-anchor:middle">
  +   style="stroke:black;stroke-width:4;font-size:12;text-anchor:middle">
   
   <rect x="0"   y="0"   width="100" height="100" style="fill:crimson" />
   <a xlink:href="#svgView(viewBox(235,125,100,100))"> <!-- go to orange -->
  -<text x="50" y="50" style="fill:blue;stroke:none;">Go to 'orange'</text>
  +<text x="50" y="50" style="fill:blue;stroke:none;text-decoration:underline">Go to 'orange'</text>
   </a>
   
   
   <rect x="110" y="0"   width="100" height="100" style="fill:orange" />
   <a xlink:href="#svgView(viewBox(125,235,100,100))"> <!-- go to gold -->
  -<text x="160" y="50" style="fill:blue;stroke:none;">Go to 'gold'</text>
  +<text x="160" y="50" style="fill:blue;stroke:none;text-decoration:underline">Go to 'gold'</text>
   </a>
   
   
   <rect x="0"   y="110" width="100" height="100" style="fill:gold" />
   <a xlink:href="#svgView(viewBox(235,235,100,100))"> <!-- go to grey -->
  -<text x="50" y="160" style="fill:blue;stroke:none;">Go to 'grey'</text>
  +<text x="50" y="160" style="fill:blue;stroke:none;text-decoration:underline">Go to 'grey'</text>
   </a>
   
   
   <rect x="110" y="110" width="100" height="100" style="fill:#eee" />
   <a xlink:href="#svgView(viewBox(125,125,100,100))"> <!-- go to crimson -->
  -<text x="160" y="160" style="fill:blue;stroke:none;">Back to 'crimson'</text>
  +<text x="160" y="160" style="fill:blue;stroke:none;text-decoration:underline">Back to 'crimson'</text>
   </a>
   
   </g>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org