Browse Source

Makes the multi_test_1.svg file a little more beaultiful

git-svn-id: trunk@15933 -
sekelsenmat 15 years ago
parent
commit
e06ce8a61a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/fpvectorial/examples/fpvwritetest.pas

+ 2 - 2
packages/fpvectorial/examples/fpvwritetest.pas

@@ -131,8 +131,8 @@ begin
     Vec.AddLineToPath(30, 0);
     Vec.AddLineToPath(30, 0);
     Vec.EndPath();
     Vec.EndPath();
     Vec.AddText(10, 10, 0, '10,10 Some text in english.');
     Vec.AddText(10, 10, 0, '10,10 Some text in english.');
-    Vec.AddText(20, 20, 0, '20, 20 Mówić, cześć, Włosku, Parabéns, Assunção, Correções.');
-    Vec.AddText(30, 30, 0, '30, 30 森林,是一个高密度树木的区域');
+    Vec.AddText(20, 20, 0, '20, 20 Mówić, cześć, Włosku, Parabéns.');
+    Vec.AddText(30, 30, 0, '30, 30 森林,是一个高密');
     Vec.WriteToFile('multi_test_1' + cExtension, cFormat);
     Vec.WriteToFile('multi_test_1' + cExtension, cFormat);
   finally
   finally
     Vec.Free;
     Vec.Free;