lcdsantos/jquery-drawsvg

Request for filled paths

brentgees opened this issue · 2 comments

Hey

Not an issue but more of a request.
Is there any way you can mimic the drawing effect from the path strokes on the path fills? (e.g. I have some vectors where the paths are filled with black, when I try that with your code it doesn't look so good)

For the rest, great script, works very smooth!!
If you could give me some tips to do this myself it would be also great :)

The only way I have found to achieve the same effect with filled objects is to use a path as a mask and then animate the stroke dash offset of that. Maybe the plugin can target a specific path within an SVG?

+1

A simple opacity animation when the path animations is completed. Not possible? Maybe hidden the fill path and run a callback...