summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-offset.h
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-05-22 14:56:19 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-05-22 14:56:19 +0000
commitce9af91c8def1e6c4073953bea15154f409e6000 (patch)
tree8db7e83dda6dd923aebc221699fd5435b1b2c304 /src/live_effects/lpe-offset.h
parentExtract a common expression into a variable/const. (diff)
downloadinkscape-ce9af91c8def1e6c4073953bea15154f409e6000.tar.gz
inkscape-ce9af91c8def1e6c4073953bea15154f409e6000.zip
Allow scale offset in groups using the knot like in paths
Diffstat (limited to 'src/live_effects/lpe-offset.h')
-rw-r--r--src/live_effects/lpe-offset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live_effects/lpe-offset.h b/src/live_effects/lpe-offset.h
index 44f42048a..2374791d3 100644
--- a/src/live_effects/lpe-offset.h
+++ b/src/live_effects/lpe-offset.h
@@ -37,6 +37,7 @@ public:
void doBeforeEffect (SPLPEItem const* lpeitem) override;
Geom::PathVector doEffect_path (Geom::PathVector const & path_in) override;
void addKnotHolderEntities(KnotHolder * knotholder, SPItem * item) override;
+ void addCanvasIndicators(SPLPEItem const *lpeitem, std::vector<Geom::PathVector> &hp_vec) override;
void calculateOffset (Geom::PathVector const & path_in);
Geom::Point get_default_point(Geom::PathVector pathv) const;
Geom::Point get_nearest_point(Geom::PathVector pathv, Geom::Point point) const;
@@ -54,6 +55,7 @@ private:
Glib::ustring display_unit;
KnotHolderEntity * _knot_entity;
Geom::PathVector filled_rule_pathv;
+ Geom::PathVector helper_path;
Inkscape::UI::Widget::Scalar *offset_widget;
LPEOffset(const LPEOffset&);