Fixing scanFill overboarding

We had a problem left one the last chapter. When a path is outside the border it is possible that it overboards on the data.

Javascript Editor

What happens with scanFill? We need to check bounds when we fill the row. The following code fixes it. Run the code and then run the PostScript code above again. The rest of the t disappears.

Javascript Editor

This quick fix added just 3 lines of code ps20240729.js

My Journey to PostScript