From 018bf36170c9eac7dcd364b21390a24c819d0511 Mon Sep 17 00:00:00 2001 From: ozmikepittman Date: Wed, 30 Apr 2008 15:32:26 +0000 Subject: [PATCH] Add ability to divide path segments into a given number of subsegments - as in LP #171856 --- share/extensions/addnodes.inx | 19 ++++++++++------- share/extensions/addnodes.py | 39 +++++++++++++++++++++++++++-------- 2 files changed, 42 insertions(+), 16 deletions(-) diff --git a/share/extensions/addnodes.inx b/share/extensions/addnodes.inx index b753bbbe2..584cf0a2a 100644 --- a/share/extensions/addnodes.inx +++ b/share/extensions/addnodes.inx @@ -2,14 +2,19 @@ <_name>Add Nodes org.ekips.filter.addnodes - addnodes.py - inkex.py - 10.0 + addnodes.py + inkex.py + + <_option value="bymax">By max. segment length + <_option value="bynum">By number of segments + + 10.0 + 2 - path - - - + path + + +