soegaard/metapict

Problem with fill - when pen and brush color is different

Closed this issue · 1 comments

(def triangle (curve (pt 0 0) -- (pt 1/2 1) -- (pt 1 0) -- cycle))
(pencolor "red" (brushcolor "pink" (filldraw triangle)))

Determine if it is a MetaPict problem or it is due to Cairo.

Works now.