Twinside / Rasterific

A drawing engine in Haskell
BSD 3-Clause "New" or "Revised" License
140 stars 11 forks source link

test drawing for pixel strokes #41

Closed robx closed 6 years ago

robx commented 6 years ago

Particularly two half-pixels. This shows a bug where two adjacent solid black half-pixels combine to a dark-gray pixel (#202020 here).

compare https://github.com/diagrams/diagrams-rasterific/issues/42

stroke_pixel

Twinside commented 6 years ago

Thank you so much, I'll try to have a shot at this during the week-end (I will potentially delay a release though, do you prefer a small release with only the PDF fix or prefer to wait a bit more for a full release)?

robx commented 6 years ago

None of this is particularly urgent right now, do as it suits you. The PDF thing is certainly more important to me, this one here really doesn't bother me much. Anyway thanks!