summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2018-04-15 11:11:33 -0400
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2018-06-04 12:36:28 -0400
commit9ddfbcb02238cb466ad5e83ccaaa81632124c23c (patch)
treea23479efdde87dcf0bcd3d03c59587322ed470a9 /svx
parentd2f0d29c8d7f13b44c10f14018c6078c94a477c5 (diff)
svx: path line width is given as full thickness in PDF
Change-Id: I728d962ea65ad1671e3b4c76034d396bee84228e (cherry picked from commit 70b3203a9a22f7235a6a5d3f1e5449566997adc5)
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdpdf.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdpdf.cxx b/svx/source/svdraw/svdpdf.cxx
index 8c617daf75a7..ebf085edca6e 100644
--- a/svx/source/svdraw/svdpdf.cxx
+++ b/svx/source/svdraw/svdpdf.cxx
@@ -1365,6 +1365,7 @@ void ImpSdrPdfImport::ImportPath(FPDF_PAGEOBJECT pPageObject, int nPageObjectInd
const double dWidth = fabs(sqrt2(a, c) * fWidth);
SAL_WARN("sd.filter", "Path Stroke Width scaled: " << dWidth);
mnLineWidth = lcl_ToLogic(lcl_PointToPixel(dWidth));
+ mnLineWidth /= 2;
unsigned int nR;
unsigned int nG;