mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-02 22:27:30 +01:00
fpvectorial: Fixes a typo
git-svn-id: trunk@42366 -
This commit is contained in:
parent
a5448a50c8
commit
f13dca75fb
@ -1255,7 +1255,7 @@ begin
|
||||
for i := 0 to ANode.Attributes.Length - 1 do
|
||||
begin
|
||||
lNodeName := ANode.Attributes.Item[i].NodeName;
|
||||
lNodeValue := ANode.Attributes.Item[i].NodeName;
|
||||
lNodeValue := ANode.Attributes.Item[i].NodeValue;
|
||||
if lNodeName = 'cx' then
|
||||
cx := StringWithUnitToFloat(lNodeValue)
|
||||
else if lNodeName = 'cy' then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user