mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 16:09:17 +02:00
fpvectorial-svg: Fixes a bug in use element position
git-svn-id: trunk@45172 -
This commit is contained in:
parent
e82d386034
commit
333e535ec6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user