https://bugs.documentfoundation.org/show_bug.cgi?id=101639
--- Comment #13 from Patrick Jaap <[email protected]> ---
Investigating the problem lead to the following results:
The whole EMF picture is covered by a purple rectangle. This rectangle should
be transparent and just surround the picture with black lines. The drawing
actions are created in the vcl module. The color (purple) of the previously
drawn rectangle (the small right ones in the key) is an EMF+ comment. This
comment is not handled in vcl, but later in cppcanvas. Now the problem occurs:
This later created color of the previously draws rectangles is not reset. This
makes the last rectangle purple, too.
An additional call of "updateFillStyle()" after each EMF+ comment actually
solves the problem, but produces unnecessary actions in most cases. Now I'm
stuck with new ideas.
The missing pattern is just not implemented. The patterns are EMF+ brush
actions, which are simply simulated by increasing the brightness of the color.
--
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