From 2511a06b5eaf831193936177a708b283849fdbcf Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 28 Mar 2013 13:43:53 +0100 Subject: [PATCH] Re-introduce accidentally removed basegfx::fround(). Change-Id: I0ea05229009a1473767d1614623af2b5a6536c5a Signed-off-by: Petr Mladek --- drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx index 83d52c01dd18..ada69e6e29ed 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx @@ -1242,7 +1242,7 @@ namespace drawinglayer aHairLinePolyPolygon.transform(maCurrentTransformation); // use the transformed line width - LineInfo aLineInfo(LINE_SOLID, getTransformedLineWidth(rLine.getWidth())); + LineInfo aLineInfo(LINE_SOLID, basegfx::fround(getTransformedLineWidth(rLine.getWidth()))); aLineInfo.SetLineJoin(rLine.getLineJoin()); aLineInfo.SetLineCap(rLine.getLineCap()); -- 2.11.4.GIT