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

Problematic curve #7

Open soegaard opened 10 years ago

soegaard commented 10 years ago

Check whether MetaPost calculates the same curve.

(curve (pt u 0) up .. (pt (- u) 0) down -- cycle)

soegaard commented 5 years ago

Works: (curve (pt u 0) up .. (pt (- u) 0) down .. cycle) The -- cycle doesn't.