timbod7 / haskell-chart

A 2D charting library for haskell
430 stars 85 forks source link

fix points borders #209

Closed EvgenyNerush closed 5 years ago

EvgenyNerush commented 5 years ago

If one draws polyhedron markers (triangle, square, etc.) with border lines, he doesn't get that he expects: the external border of the resulting marker is not a polyhedron. See figure for example: image This commit fixes this.

bravit commented 5 years ago

Thanks!