https://bugs.freedesktop.org/show_bug.cgi?id=61789

--- Comment #9 from Michael Meeks <[email protected]> ---
breaks in here:

1183                    case PRIMITIVE2D_ID_POLYGONSTROKEPRIMITIVE2D :
1184                    {
1185                        const primitive2d::PolygonStrokePrimitive2D&
rStrokePrimitive = static_cast< const primitive2d::PolygonStrokePrimitive2D&
>(rCandidate);
1186                        const basegfx::B2DPolygon& rBasePolygon =
rStrokePrimitive.getB2DPolygon();


p *rStrokePrimitive.maLineAttribute.mpLineAttribute
$6 = {mnRefCount = 0, maColor = {<basegfx::B3DTuple> = {mfX = 0, mfY = 0, mfZ =
0}, <No data fields>}, mfWidth = 176, meLineJoin = 
    basegfx::B2DLINEJOIN_ROUND, meLineCap =
com::sun::star::drawing::LineCap_BUTT}

Forcing mfWidth to 1 at this stage yields the output I'd expect; so apparently
the LineAttribute mfWidth is wrong by this stage.

#0  drawinglayer::processor2d::VclMetafileProcessor2D::processBasePrimitive2D
(this=0x9396800, rCandidate=...)
    at
/data/opt/libreoffice/master/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx:1186
#1  0xb6272dd4 in drawinglayer::processor2d::BaseProcessor2D::process
(this=0x9396800, rSource=uno::Sequence of length 1 = {...})
    at
/data/opt/libreoffice/master/drawinglayer/source/processor2d/baseprocessor2d.cxx:64
#2  0xb628687c in
drawinglayer::processor2d::VclProcessor2D::RenderTransformPrimitive2D
(this=0x9396800, rTransformCandidate=...)
    at
/data/opt/libreoffice/master/drawinglayer/source/processor2d/vclprocessor2d.cxx:1075
...
#10 0xb6272dd4 in drawinglayer::processor2d::BaseProcessor2D::process
(this=0x9396800, rSource=uno::Sequence of length 3 = {...})
    at
/data/opt/libreoffice/master/drawinglayer/source/processor2d/baseprocessor2d.cxx:64
#11 0xaf24b2f4 in sdr::contact::ObjectContactOfPageView::DoProcessDisplay
(this=0x8f9e068, rDisplayInfo=...)
    at
/data/opt/libreoffice/master/svx/source/sdr/contact/objectcontactofpageview.cxx:259
#12 0xaf24b49b in sdr::contact::ObjectContactOfPageView::ProcessDisplay
(this=0x8f9e068, rDisplayInfo=...)
    at
/data/opt/libreoffice/master/svx/source/sdr/contact/objectcontactofpageview.cxx:123
#13 0xaf26cbf2 in SdrPageWindow::RedrawAll (this=0x937dc78,
pRedirector=0xbfffc41c)
    at /data/opt/libreoffice/master/svx/source/svdraw/sdrpagewindow.cxx:309
#14 0xaf319506 in SdrPageView::CompleteRedraw (this=0x93b7110,
rPaintWindow=..., rReg=..., pRedirector=0xbfffc41c)
    at /data/opt/libreoffice/master/svx/source/svdraw/svdpagv.cxx:305

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to