fpvectorial-svg: Fixes a bug in use element position

git-svn-id: trunk@45172 -
This commit is contained in:
sekelsenmat 2014-05-25 16:36:25 +00:00
parent e82d386034
commit 333e535ec6

View File

@ -2644,7 +2644,7 @@ begin
else if lNodeName = 'x' then
lx := StringWithUnitToFloat(lNodeValue, sckX)
else if lNodeName = 'y' then
ly := StringWithUnitToFloat(lNodeValue, sckYDelta);
ly := StringWithUnitToFloat(lNodeValue, sckY);
end;
if lXLink = '' then Exit; // nothing to insert, so give up