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

Fix (curve (path: (pt -1 0) down .. (pt 1 0) .. down (pt -1 1) .. (pt -1 0))) #8

Closed soegaard closed 5 years ago

soegaard commented 10 years ago

(with-window (window -2 2 -2 2) (draw (curve (path: (pt -1 0) down .. (pt 1 0) .. down (pt -1 1) .. (pt -1 0)))))

soegaard commented 5 years ago

Works now - after revision of curve.rkt.