Skip to content

Treat further coordinates following moveTo command as lineTo command #12

@daiku60

Description

@daiku60

As sated here the moveTo command (m/M), when followed by more than one pair of coordinates, assumes the command to be a lineTo (l/L) instead. Currently the library treats it as other moveTo, so it does not draw paths starting with lines. This behaviour is what inkscape does by default, so it is not possible to draw a line from its source directly.

It may be useful to make the code conform to this pattern, as it is the way inkscape saves the elements.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions