3 draw.pod - overview of planned drawing changes
7 fix the processing done by the current combine modes
8 combine modes for most drawing operations
11 =head1 combine mode fixes
19 the calculations are just wrong
23 they don't handle adapting to the target channel count
33 add a render function that calls the fill function then applies it to
34 the target based on the combine mode.
38 modify fill functions to always produce RGBA
42 have the combine mode functions just generate the color, the render
43 function can then alpha adjust it and apply it to the target
47 =head1 combine modes for drawing functions
53 write versions of each function that take a combine mode
59 Two possible approaches:
65 given a polyline, generate a polygon for the entire shape - more
66 complex, overlap problems
70 given a polyline, generate polygons for each segment, draw to a work
71 image and use that to compose the fill - possible problems joining the