https://bugs.documentfoundation.org/show_bug.cgi?id=96922
Michael Stahl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=78 | |149 --- Comment #3 from Michael Stahl <[email protected]> --- the intermediate GDIMetaFile differ here: 8a9,19 > <fillcolor color="#ffffff"/> > <linecolor color="#000000"/> > <polypolygon> > <polygon> > <point x="0" y="0"/> > <point x="35999" y="0"/> > <point x="35999" y="19999"/> > <point x="0" y="19999"/> > <point x="0" y="0"/> > </polygon> > </polypolygon> 107c118 < <dxarray>885 1384 1884 2079 2273 2468 2637 3137 3636 4060 4521 5021 5520 6020 139885356317592 </dxarray> --- > <dxarray>885 1384 1884 2079 2273 2468 2637 3137 3636 4060 4521 5021 5520 > 6020 -7378697629483820556 </dxarray> the problem is that drawinglayer::primitive2d::BackgroundColorPrimitive2D decomposes to nothing if there is no view port set (before the patch from comment #2), but a PolyPolygonColorPrimitive2D with a view port set. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
