fpvectorial-svg: Nasty workaround

git-svn-id: trunk@42323 -
This commit is contained in:
sekelsenmat 2013-08-04 13:38:54 +00:00
parent b28666ea29
commit 4880929587

View File

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