C2LC-645: White Line Appears when character moves down column ‘I’ on iPad

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
  1. Coding Env 1.4
Component
N/A

Description

Steps to reproduce:

Run the following program in portrait mode:

https://develop-1-4--c2lc-build.netlify.app/?v=1.4&t=default&w=Camping&p=sA8s1zbsB5s1z&c=igdabibibig&d=&s=abb

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.