Steps to reproduce
- Reload page
- Type
= 7x to zoom in to 9x9 canvas
- Draw to bottom by scrolling down
- Draw to bottom-right corner by holding Shift while scrolling down
- Type
= 2x to zoom in to 7x7 canvas
- Type
- 2x to zoom out to 9x9 canvas
Expected result
The drawing should resemble a right triangle, with its 1 inside pixel undrawn.
Actual result
The 1 "inside" pixel appears swapped with the pixel below. Inspection of the div elements shows the reason: The last two children under <div class="column" data-longitude="1"> are in the wrong order.
Steps to reproduce
=7x to zoom in to 9x9 canvas=2x to zoom in to 7x7 canvas-2x to zoom out to 9x9 canvasExpected result
The drawing should resemble a right triangle, with its 1 inside pixel undrawn.
Actual result
The 1 "inside" pixel appears swapped with the pixel below. Inspection of the div elements shows the reason: The last two children under
<div class="column" data-longitude="1">are in the wrong order.