MattKetmo / darkroomjs

Extensible image editing tool in your browser
https://mattketmo.github.io/darkroomjs
MIT License
1.41k stars 406 forks source link

Overlay should be one polygon #71

Closed jacksonhoose closed 8 years ago

jacksonhoose commented 8 years ago

Fixes hairline issue where previous rectangles were meeting. This makes overlay 1 solid shape and gets rid of hairlines.

marcelgruber commented 8 years ago

Is this related to this issue? https://github.com/MattKetmo/darkroomjs/issues/68

jacksonhoose commented 8 years ago

@marcelgruber Not entirely sure, but updated PR to include a fix for the edges of the overlay sometimes getting blurry when the selection is being scaled.

jacksonhoose commented 8 years ago

@marcelgruber sounds like #68 refers to saving. This PR addresses the overlay's appearance.

MattKetmo commented 8 years ago

Thanks. This is much more clever :+1: