See attached file. The script is this: ``` left = input(1000, 0) pattern = fill_pattern("FILL") pattern.shape(1, 0, box(0.0, 0.0, 2.0, 2.0)) left.fill(pattern, hstep(2.5, 0), vstep(0.65, 2.5), origin(0, 0)) ``` Result: the left side of the bar is poorly filled: <img width="1107" height="445" alt="Image" src="https://github.com/user-attachments/assets/77ab7dd5-810b-4594-83fc-d5719380ffb4" /> Expected result: the bar should be fully filled. [fill_test2.zip](https://github.com/user-attachments/files/21111114/fill_test2.zip)