Metadata
- Source
- C2LC-645
- Type
- Bug
- Priority
- N/A
- Status
- Done
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Daniel Cho
- Created
2022-05-24T11:32:01.654-0400 - Updated
2022-05-24T13:35:38.186-0400 - Versions
- N/A
- Fixed Versions
-
- Coding Env 1.4
- Component
- N/A
Description
Steps to reproduce:
Run the following program in portrait mode:
When the character moves from row 3 to row 4 a white line appears just above the line between rows 3 and 4. The line disappears after the character has stopped moving. As the character continues to move down, the white line appears just above the line above the position the character has moved to. This does not happen in the columns before ‘I’.
The issue seem to be caused by rounding issues for the values we used for starting SVG rectangle of the character, we decided to update the height and width of the starting cell to be 0.25.