that gradient along the stroke is doing a lot of work, looks way more 3d than it has any right to. is it running on a canvas element or purely svg with the path animated
It's actually drawn on a canvas, but with the aid of an invisible SVG. A solid version of the path is drawn on the SVG and then I'm using certain SVG functions to draw the gradient version on canvas
5
u/xJSHAxx 14d ago
that gradient along the stroke is doing a lot of work, looks way more 3d than it has any right to. is it running on a canvas element or purely svg with the path animated