Mark Moyes

Results 2 issues of Mark Moyes

I'm trying to create multiple timelines for different scenarios. The idea is to reuse transitions and queue them up as necessary. I've run into some unexpected behaviour though. ```javascript var...

bug

If we change the line here: http://svg.dabbles.info/snaptut-masks2 ``` g.attr({ mask: clipG }); ``` to ``` g.attr({ clipPath: clipG }); ``` Nothing displays. This is because multiple shape elements are permitted...