How to draw SVG file on scroll in html?

Hi
How can I draw an SVG from a file while scrolling in html?
So something like this:
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_svg_scrolldrawing
But rather than having <svg> <path/></svg> I would like it to draw the image from logo.svg.
My SVG graphics is to complex to be in a single <path> and it would take a lot of room anyway.
Thanks in advance :grinning:.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.