rgreen312 / OwlPlace

https://rgreen312.github.io/OwlPlace/
5 stars 1 forks source link

pixels are set in the wrong location #102

Open gvacaliuc opened 4 years ago

gvacaliuc commented 4 years ago

for example, the light purple pixel was set in the lower-left location on the left browser. after receiving a new message from backend, a new pixel was created to it's upper right. i believe the way we are thinking about images in the backend is different than most canvas implementations, we likely need to swap x and y in the frontend when paiting the canvas.

image

gvacaliuc commented 4 years ago

this may be fixed w/ some updates in #100