Hi all,   I'm using the DrawSVG plugin with ScrollTrigger to animate a path on scroll. When I use a path with vector-effect="non-scaling-stroke" applied, I get this error in my browser's console. TypeError: undefined is not an object (evaluating 't._offsetPT.s'). Note, you won't see it in CodePen's console.   I've seen some other posts about issues with non proportionally scaled SVG, but I see this error even in my simple non-scaled example.   Any thoughts or pointe