Skip to content

multiple animated strokes at once when there are multiple M (moveto) points #254

@RetSamys

Description

@RetSamys

I have a project where I have a ton of user submissions through jSketch - apparently it makes it so lines that look like they should be continuous are actually interrupted by new M (moveto) points in the SVG. It took me a while to understand this was what caused the issue with "OneByOne" not being very "one by one": Instead of animating one long path, I got multiple segments along the path animated simultaneously

I managed to circumvent the issue by splitting any new M point into a new path - and if it's guaranteed that they're all connected, one could probably just replace M with L

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions