bella 01/07/30 23:24:43
Modified: samples/tests textOnPathSpaces.svg
Log:
removed the unnecessary x and y attributes
Revision Changes Path
1.2 +4 -4 xml-batik/samples/tests/textOnPathSpaces.svg
Index: textOnPathSpaces.svg
===================================================================
RCS file: /home/cvs/xml-batik/samples/tests/textOnPathSpaces.svg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- textOnPathSpaces.svg 2001/06/13 00:13:20 1.1
+++ textOnPathSpaces.svg 2001/07/31 06:24:43 1.2
@@ -14,7 +14,7 @@
<!-- Tests various text on a path -->
<!-- -->
<!-- @author [EMAIL PROTECTED] -->
-<!-- @version $Id: textOnPathSpaces.svg,v 1.1 2001/06/13 00:13:20 bella Exp $
-->
+<!-- @version $Id: textOnPathSpaces.svg,v 1.2 2001/07/31 06:24:43 bella Exp $
-->
<!-- ========================================================================= -->
<?xml-stylesheet type="text/css" href="test.css" ?>
@@ -66,7 +66,7 @@
<g transform="translate(0,160)">
<use xlink:href="#Path1" style="fill:none; stroke:blue;
stroke-width:2"/>
- <text font-size="20" x="100" y="300">
+ <text font-size="20">
<textPath xlink:href="#Path1" textLength="140">sample</textPath>
</text>
<text font-size="10" x="35" y="60">textLength="140"</text>
@@ -75,7 +75,7 @@
<g transform="translate(150,160)">
<use xlink:href="#Path1" style="fill:none; stroke:blue;
stroke-width:2"/>
- <text font-size="20" x="100" y="300">
+ <text font-size="20">
<textPath xlink:href="#Path1" textLength="70">sample</textPath>
</text>
<text font-size="10" x="35" y="60">textLength="70"</text>
@@ -83,7 +83,7 @@
<g transform="translate(300,160)">
<use xlink:href="#Path1" style="fill:none; stroke:blue;
stroke-width:2"/>
- <text font-size="20" x="100" y="300">
+ <text font-size="20">
<textPath xlink:href="#Path1" kerning="10">sample</textPath>
</text>
<text font-size="10" x="35" y="60">kerning="10"</text>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]