Skip to content

Small update for cookiecutterinkscapeplugin needed #45

@Bengitcode

Description

@Bengitcode

As suggested by vncnt on a different forum, two minor changes are needed to make it work. It works on Inkscape 1.4.2 as well after these manual changes:

For Inkscape 1.3, I think there are only 2 small changes required

diff -r old/svgpath/parser.py new/svgpath/parser.py
595c595
< if link is None or link[0] is not '#':

if link is None or link[0] != '#':

diff --color -r old/svgpath/path.py new/svgpath/path.py
3c3
< from collections import MutableSequence

from collections.abc import MutableSequence

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