https://bugs.documentfoundation.org/show_bug.cgi?id=169919
--- Comment #15 from ady <[email protected]> --- Potentially relevant comment from "dupe" tdf 170014 (it might had been useful to copy this info here when it was originally marked as dupe): ``` diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx index 7d45071f6702..bce4c357e97a 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx @@ -1427,7 +1427,8 @@ void VclMetafileProcessor2D::processTextHierarchyFieldPrimitive2D( return; // emulate data handling from ImpEditEngine::Paint - const basegfx::B2DRange aViewRange(rContent.getB2DRange(getViewInformation2D())); + basegfx::B2DRange aViewRange(rContent.getB2DRange(getViewInformation2D())); + aViewRange.transform(maCurrentTransformation); const tools::Rectangle aRectLogic(static_cast<sal_Int32>(floor(aViewRange.getMinX())), static_cast<sal_Int32>(floor(aViewRange.getMinY())), static_cast<sal_Int32>(ceil(aViewRange.getMaxX())), ``` -- You are receiving this mail because: You are the assignee for the bug.
