Kaydet (Commit) a756c885 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Re-introduce accidentally removed basegfx::fround().

Change-Id: I0ea05229009a1473767d1614623af2b5a6536c5a
üst 86461bd2
......@@ -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());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment