rgab1508 / PixelCraft

A Pixel Art Editor
https://rgab1508.github.io/PixelCraft
MIT License
1.27k stars 78 forks source link

Oval tool filling pixels incorrectly for oblong shapes #48

Open Cody811 opened 3 years ago

Cody811 commented 3 years ago

The oval shape is filling incorrect pixels along the X axis

X=2 Y=1 image

X=5, Y=1 image

X=6, Y=3 image

Y=3. X=6 image

theabbie commented 3 years ago

@Cody811 Might be an issue in algorithm, we will fix it, Thanks.

https://github.com/rgab1508/PixelCraft/blob/cf69d934483dbd06e8b4e7b8dd7190823fb8f9f1/lib/Shapes.js#L134