mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 18:29:35 +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.EndPath();
|
||||
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);
|
||||
finally
|
||||
Vec.Free;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user