Is there an equivalent attribute to stroke-dasharray that can be used to manipulate the fill pattern of an SVG? I'm trying to get a hand-writing effect, so the contents should progressively fill in as if the letters are being written in. stroke-dasharray doesn't work because it animates the outline of the letters rather than the fill. I created this codepen where the SVG paths have fill: transparent to illustrate this. If there's no equivalent attribute that controls how the fill is applied, can you suggest an alternative way for me to achieve my desired effect?