I have a SVG that I would like to smear across a path that the user draws in canvas. Example of the effect I want to acheive:
I'm using paper.js (open to alternatives) and I've gotten as far as creating a line when the user drags their mouse and placing the svg (unwarped) at the end of that line. Working sample of this code here.