draw.c: Opencode the mask layer object drawing functionsfor_master/draw-c-opencode-the-mask-layer
commitd534f6a60f069ead5685de7365f8269544bd2bf2
authorPeter Clifton <peter@clifton-electronics.co.uk>
Sat, 9 Jan 2016 17:30:12 +0000 (9 17:30 +0000)
committerPeter Clifton <peter@clifton-electronics.co.uk>
Sat, 9 Jan 2016 17:30:12 +0000 (9 17:30 +0000)
treeeafa42bba4fc70077407247c7b18f76ad1f5d2dd
parent04004becfef62f393f80cf963e2146e6ecc73d75
draw.c: Opencode the mask layer object drawing functions

Calling DrawLayer() did not render using the correct graphics context / colors.
NB: We're still using the "wrong" GC, but we now avoid selecting inappropriate
colors which prevent (say) PS export working correctly for mask layer objects.
src/draw.c