hillion     01/11/02 08:37:51

  Modified:    samples/tests/spec/fonts fontAltGlyph.svg fontKerning.svg
               samples/tests/spec/painting markersMisc.svg
               samples/tests/spec/styling alternateStylesheet.svg
  Log:
  Fixed errors in samples.
  
  Revision  Changes    Path
  1.2       +2 -3      xml-batik/samples/tests/spec/fonts/fontAltGlyph.svg
  
  Index: fontAltGlyph.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/spec/fonts/fontAltGlyph.svg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- fontAltGlyph.svg  2001/10/15 09:10:04     1.1
  +++ fontAltGlyph.svg  2001/11/02 16:37:51     1.2
  @@ -14,7 +14,7 @@
   <!-- Tests various altGlyph uses                                               -->
   <!--                                                                           -->
   <!-- @author [EMAIL PROTECTED]                                      -->
  -<!-- @version $Id: fontAltGlyph.svg,v 1.1 2001/10/15 09:10:04 vhardy Exp $        
-->
  +<!-- @version $Id: fontAltGlyph.svg,v 1.2 2001/11/02 16:37:51 hillion Exp $        
-->
   <!-- ========================================================================= -->
   <?xml-stylesheet type="text/css" href="../../resources/style/test.css" ?>  
   
  @@ -50,8 +50,7 @@
                units-per-em="2048"
                panose-1="3 15 7 2 3 3 2 2 2 4"
                ascent="2257"
  -             descent="597"
  -             baseline="0"/>
  +             descent="597"/>
              <missing-glyph horiz-adv-x="1024" d="M128 0V1638H896V0H128zM256 
128H768V1510H256V128z"/>
              
              <!-- "a" glyph -->
  
  
  
  1.2       +3 -5      xml-batik/samples/tests/spec/fonts/fontKerning.svg
  
  Index: fontKerning.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/spec/fonts/fontKerning.svg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- fontKerning.svg   2001/10/15 09:10:05     1.1
  +++ fontKerning.svg   2001/11/02 16:37:51     1.2
  @@ -14,7 +14,7 @@
   <!-- Tests various methods of specifying kerning.                              -->
   <!--                                                                           -->
   <!-- @author [EMAIL PROTECTED]                                      -->
  -<!-- @version $Id: fontKerning.svg,v 1.1 2001/10/15 09:10:05 vhardy Exp $ -->
  +<!-- @version $Id: fontKerning.svg,v 1.2 2001/11/02 16:37:51 hillion Exp $ -->
   <!-- ========================================================================= -->
   <?xml-stylesheet type="text/css" href="../../resources/style/test.css" ?>  
   
  @@ -50,8 +50,7 @@
                units-per-em="2048"
                panose-1="3 15 7 2 3 3 2 2 2 4"
                ascent="2257"
  -             descent="597"
  -             baseline="0"/>
  +             descent="597"/>
              <missing-glyph horiz-adv-x="1024" d="M128 0V1638H896V0H128zM256 
128H768V1510H256V128z"/>
              <!-- "a" glyph -->
              <glyph unicode="a" glyph-name="a" horiz-adv-x="1048" d="M920 -66Q901 -66 
851 -22Q806 19 784 51Q688 -1 615 -27T493 -54Q259 -54 152 78Q51 202 51 458Q51 700 217 
872T615 1044Q702 1044 810 999Q946 943 946 864Q946 837 926 816Q916 778 911 691T904 
468Q903
  @@ -119,8 +118,7 @@
                units-per-em="2048"
                panose-1="3 15 7 2 3 3 2 2 2 4"
                ascent="2257"
  -             descent="597"
  -             baseline="0"/>
  +             descent="597"/>
              <missing-glyph horiz-adv-x="1024" d="M128 0V1638H896V0H128zM256 
128H768V1510H256V128z"/>
              <!-- "a" glyph -->
              <glyph unicode="a" glyph-name="a" horiz-adv-x="1048" d="M920 -66Q901 -66 
851 -22Q806 19 784 51Q688 -1 615 -27T493 -54Q259 -54 152 78Q51 202 51 458Q51 700 217 
872T615 1044Q702 1044 810 999Q946 943 946 864Q946 837 926 816Q916 778 911 691T904 
468Q903
  
  
  
  1.2       +6 -10     xml-batik/samples/tests/spec/painting/markersMisc.svg
  
  Index: markersMisc.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/spec/painting/markersMisc.svg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- markersMisc.svg   2001/10/15 09:10:05     1.1
  +++ markersMisc.svg   2001/11/02 16:37:51     1.2
  @@ -15,7 +15,7 @@
   <!-- marker-end.                                                               -->
   <!--                                                                           -->
   <!-- @author [EMAIL PROTECTED]                                                 -->
  -<!-- @version $Id: markersMisc.svg,v 1.1 2001/10/15 09:10:05 vhardy Exp $   -->
  +<!-- @version $Id: markersMisc.svg,v 1.2 2001/11/02 16:37:51 hillion Exp $   -->
   <!-- ========================================================================= -->
   <?xml-stylesheet type="text/css" href="../../resources/style/test.css" ?>  
   
  @@ -34,7 +34,7 @@
           </g>
   
           <defs>            
  -            <g id="crossHair" marker="none" marker-start="none" marker-end="none" 
marker-mid="none" stroke="black">
  +            <g id="crossHair" style="marker:none" stroke="black">
                   <line y1="-5" x2="0" y2="5" />
                   <line x1="-5" x2="5" y2="0" />
               </g>
  @@ -186,13 +186,11 @@
           <g transform="translate(0, 140)"  >
               <!-- Top reference point -->
               <use xlink:href="#testPath" 
  -                 marker="url(#markerHidden)"
  -                 style="stroke-width:1; stroke:crimson"/>
  +                 style="marker:url(#markerHidden); stroke-width:1; stroke:crimson"/>
               <use xlink:href="#testPathCrossHairs" />
               
               <use y="70" xlink:href="#testPath" 
  -                 marker="url(#markerOverflow)"
  -                 style="stroke-width:1; stroke:crimson"/>
  +                 style="marker:url(#markerOverflow);stroke-width:1; 
stroke:crimson"/>
               <use y="70" xlink:href="#testPathCrossHairs" />
   
               <g class="label" transform="translate(60, 90)" text-anchor="middle">
  @@ -229,13 +227,11 @@
           <g transform="translate(225, 140)"  >
               <!-- Top reference point -->
               <use xlink:href="#testPath" 
  -                 marker="url(#markerStrokeWidth)"
  -                 style="stroke-width:.5; stroke:crimson"/>
  +                 style="marker:url(#markerStrokeWidth);stroke-width:.5; 
stroke:crimson"/>
               <use xlink:href="#testPathCrossHairs" />
   
               <use y="70" xlink:href="#testPath" 
  -                 marker="url(#markerUserSpace)"
  -                 style="stroke-width:.5; stroke:crimson"/>
  +                 style="marker:url(#markerUserSpace); stroke-width:.5; 
stroke:crimson"/>
               <use y="70" xlink:href="#testPathCrossHairs" />
   
               <g class="label" transform="translate(60, 90)" text-anchor="middle">
  
  
  
  1.3       +2 -3      xml-batik/samples/tests/spec/styling/alternateStylesheet.svg
  
  Index: alternateStylesheet.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/spec/styling/alternateStylesheet.svg,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- alternateStylesheet.svg   2001/10/16 10:26:11     1.2
  +++ alternateStylesheet.svg   2001/11/02 16:37:51     1.3
  @@ -14,7 +14,7 @@
   <!-- Alternate stylesheets                                                     -->
   <!--                                                                           -->
   <!-- @author [EMAIL PROTECTED]                                                  -->
  -<!-- @version $Id: alternateStylesheet.svg,v 1.2 2001/10/16 10:26:11 vhardy Exp $ 
-->
  +<!-- @version $Id: alternateStylesheet.svg,v 1.3 2001/11/02 16:37:51 hillion Exp $ 
-->
   <!-- ========================================================================= -->
   
   <?xml-stylesheet type="text/css" href="../../resources/style/test.css" ?>
  @@ -64,8 +64,7 @@
       units-per-em="2048"
       panose-1="2 11 8 6 3 9 2 5 2 4"
       ascent="2066"
  -    descent="-432"
  -    baseline="0" />
  +    descent="-432"/>
   
   <missing-glyph horiz-adv-x="1536" d="M256 0V1280H1280V0H256ZM288 
32H1248V1248H288V32Z" />
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to