diagrams / diagrams-contrib

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

cycles with directions are not symmetric #17

Closed bergey closed 10 years ago

bergey commented 10 years ago

These should produce the same result, but do not.

"(-3,0){1,0}..{1,0}(3,0)..(3,0.75)..(0,2)..(-3,0.75)..cycle"
"(0,0)..{1,0}(3,0)..(3,0.75)..(0,2)..(-3,0.75)..(-3,0){1,0}..cycle"
bergey commented 10 years ago

Both should look like: symmetric curve

The former instead produces: lopsided curve