remotion-dev / remotion

🎥 Make videos programmatically with React
https://remotion.dev
Other
19.59k stars 954 forks source link

Path is showing before interpolate starts in evolvePath #3960

Closed rayBlock closed 4 weeks ago

rayBlock commented 4 weeks ago

I use the evolvePath function from "@remotion/paths" and there is a pixel showing before the evolvePath runs

Bug Report 🐛

I have a repo with bun that demonstrates the error https://github.com/rayBlock/interpolatingShapes-bun

the bug can be fixed with strokeLinecap: 'butt' ¯_(ツ)_/¯ 

so problem is 'round' & 'square'

JonnyBurger commented 4 weeks ago

Interesting, I didn't think we could do anything about it, but we can!