mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 23:00:15 +02:00
fpvectorial-svg: Nasty workaround
git-svn-id: trunk@42323 -
This commit is contained in:
parent
b28666ea29
commit
4880929587
@ -1434,6 +1434,7 @@ begin
|
||||
lImage.Height := lImage.Height * lTransformH;
|
||||
// Strange hack: No idea why it works ... but helped wmtboc
|
||||
lImage.X := lImage.X - lImage.Width;
|
||||
lImage.Y := lImage.Y + lImage.Height / 2;
|
||||
|
||||
// Apply the layer style
|
||||
ApplyLayerStyles(lImage);
|
||||
|
Loading…
Reference in New Issue
Block a user