https://issues.apache.org/ooo/show_bug.cgi?id=120994
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |ACCEPTED CC| |[email protected] --- Comment #3 from Armin Le Grand <[email protected]> --- ALG: Problem seems to be the kind the effect is executed in the slideshow; a FillCOlor is determined and pre-set, the META_FILLCOLOR_ACTIONs in the metafile are then ignored. This leads to the META_FILLCOLOR_ACTIONs switching off fill to be ignored, too. This may have been no problem in OOo3.2.1, but in more current metafiles are rectangles contained with META_FILLCOLOR_ACTION and META_LINECOLOR_ACTION none so that the range of the object is correct. WIth the methodology above these will be painted in the transition color. It can also be seen that the initial paint of the object is correct, probably because no preset color is used and the correct interpretation of the metafile action is used. It is no alternative to avoid the empty rectangles in the metafile, this would invalid the object range again (which is fetched as Metafile BoundRect currently, primitives would be more reliable here). I will try to add reacting on the ignored MetafileActions. -- You are receiving this mail because: You are the assignee for the bug.
