fpvectorial: Fixes a typo

git-svn-id: trunk@42366 -
This commit is contained in:
sekelsenmat 2013-08-06 13:33:46 +00:00
parent a5448a50c8
commit f13dca75fb

View File

@ -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