Skip to content

Update for InkScape 1.1#6

Open
vmario89 wants to merge 1 commit into
Daekkyn:masterfrom
vmario89:master
Open

Update for InkScape 1.1#6
vmario89 wants to merge 1 commit into
Daekkyn:masterfrom
vmario89:master

Conversation

@vmario89
Copy link
Copy Markdown

Update for upcoming InkScape 1.1 and deprecation warning + some small cleaning to get rid of redundancy in argument parsing

Comment thread optimizePaths.py
edges = []

objects = self.svg.get_selected(inkex.PathElement)
objects = self.svg.selection.filter(inkex.PathElement).values()
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather leave the deprecation for now as it breaks compatibility with 1.0

Copy link
Copy Markdown
Owner

@Daekkyn Daekkyn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants