soegaard / metapict

A graphics library for producing Racket picts in a MetaPost/TikZ style.
http://soegaard.github.io/metapict/
65 stars 13 forks source link

Problem with fill - when pen and brush color is different #12

Closed soegaard closed 5 years ago

soegaard commented 10 years ago

(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.

soegaard commented 5 years ago

Works now.