chunhtai ce34c72049 [Impeller] Curve components in stroke path use start directions as their initial offsets (flutter/engine#46203)
The golden changes should test the change 

fixes https://github.com/flutter/flutter/issues/135225

This is what it should look like
![image](https://github.com/flutter/engine/assets/47866232/21df1ff5-95c5-4f2d-a5ae-97e06b6ee3b4)

but because the first point offset uses the direction to the second point, the line draws like this
![image](https://github.com/flutter/engine/assets/47866232/bbd1204d-cb92-4d6b-9c83-c8c76db4c946)

so it miss the yellow part( the reason the missing pixel in the original issue) and overdraw the purple part
![image](https://github.com/flutter/engine/assets/47866232/6f01f06f-d737-47bf-a4a7-bd0096308849)

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
2023-10-24 19:20:56 +00:00
..