diagrams / diagrams-contrib

User-contributed extensions to diagrams
BSD 3-Clause "New" or "Revised" License
27 stars 31 forks source link

Metafont broken #48

Closed mightybyte closed 9 years ago

mightybyte commented 9 years ago

The following curve produces a diagram with sharp edges.

testCurve :: Path V2 Double
testCurve = metafont $
    (0 ^& 0) .--.  (1 ^& 0) .--.  (2 ^& 1) .--.  (0 ^& 2) .--.  cyclePath

It produces this image: http://i.imgur.com/1quade2.png

mightybyte commented 9 years ago

Awesome, thanks.