plotters-rs / plotters-canvas

Plotters HTML5 Canvas-WASM Backend
MIT License
33 stars 20 forks source link

Prevent hort/vert line blur #10

Closed redforks closed 1 year ago

redforks commented 1 year ago

When draw horizontal vertical lines, looks blur and wider, because line try to draw half pixel onto two adjoin pixels.

This patch moves horizontal/vertical lines half pixel to make it crisp

AaronErhardt commented 1 year ago

Thanks!