summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-01-17 19:45:01 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2012-01-17 19:45:01 +0000
commitda2fdf3d5621bdda40f513fa1b6cc223b6339759 (patch)
tree23a08953f7066e937db5c6fbab3d10f6027725d8 /src/live_effects
parentpart 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPat... (diff)
downloadinkscape-da2fdf3d5621bdda40f513fa1b6cc223b6339759.tar.gz
inkscape-da2fdf3d5621bdda40f513fa1b6cc223b6339759.zip
change pencil tool dropdown shapes to use powerstroke, instead of pattern along path.
(bzr r10896)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/lpe-powerstroke.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/lpe-powerstroke.h b/src/live_effects/lpe-powerstroke.h
index 4c9c6d327..feac395b7 100644
--- a/src/live_effects/lpe-powerstroke.h
+++ b/src/live_effects/lpe-powerstroke.h
@@ -32,8 +32,9 @@ public:
// methods called by path-manipulator upon edits
void adjustForNewPath(std::vector<Geom::Path> const & path_in);
-private:
PowerStrokePointArrayParam offset_points;
+
+private:
BoolParam sort_points;
EnumParam<unsigned> interpolator_type;
ScalarParam interpolator_beta;