https://issues.apache.org/ooo/show_bug.cgi?id=120604
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ACCEPTED Ever confirmed|0 |1 --- Comment #7 from Armin Le Grand <[email protected]> --- ALG: Took the time to completely redefine this one, esp. under the aspect to make things safer. There are no longer two vectors, one for transformation and one for colors, where size of colors should be size of transformation + 1 (for start color); changed to use an explicit struct combining both and creating both in one loop; start color is isolated and used extra. Made some more adjustments for safety and runtime. Doing some more tests (AA, non-AA, XOr-Paint (old non-AA modes)), ... -- You are receiving this mail because: You are the assignee for the bug.
