mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-18 02:19:28 +01:00
Makes the multi_test_1.svg file a little more beaultiful
git-svn-id: trunk@15933 -
This commit is contained in:
parent
671603a47d
commit
e06ce8a61a
@ -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(20, 20, 0, '20, 20 Mówić, cześć, Włosku, Parabéns.');
|
||||||
Vec.AddText(30, 30, 0, '30, 30 森林,是一个高密度树木的区域');
|
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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user