no message
This commit is contained in:
parent
588eedaaad
commit
4d9a52a94e
@ -24,10 +24,12 @@ It is a modification of the file addnodes.py
|
|||||||
It is a modification of the file convert2dash.py
|
It is a modification of the file convert2dash.py
|
||||||
Extension to convert paths into dash-array line
|
Extension to convert paths into dash-array line
|
||||||
|
|
||||||
ToDo:
|
Extension for InkScape 1.X
|
||||||
- better handling of dasharray patterns (fix experimental stuff with multiplicator)
|
Author: Mario Voigt / FabLab Chemnitz
|
||||||
- dash offset does not behave the exspected way
|
Mail: mario.voigt@stadtfabrikanten.org
|
||||||
- break apart before calculating
|
Date: 09.04.2021
|
||||||
|
Last patch: 14.04.2021
|
||||||
|
License: GNU GPL v3
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
@ -99,6 +101,7 @@ class LinksCreator(inkex.EffectExtension):
|
|||||||
elif self.options.path_types == 'both':
|
elif self.options.path_types == 'both':
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
# if keeping is enabled we make of copy of the current node and insert it while modifying the original ones. We could also delete the original and modify a copy...
|
||||||
if self.options.keep_selected is True:
|
if self.options.keep_selected is True:
|
||||||
parent = node.getparent()
|
parent = node.getparent()
|
||||||
idx = parent.index(node)
|
idx = parent.index(node)
|
||||||
|
Reference in New Issue
Block a user