X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Flive_effects%2Flpe-perspective_path.h;h=02dcf23258b1156fc1884bb28c02bd203f4054b2;hb=e9c4a66f3db12ac811f42b73493c1c88460f0de3;hp=dc4a9969ec08b2119220cab92a837dab65e830a6;hpb=ecda720053ff791e35dae3c5c1177bc225b6cdf1;p=inkscape.git diff --git a/src/live_effects/lpe-perspective_path.h b/src/live_effects/lpe-perspective_path.h index dc4a9969e..02dcf2325 100644 --- a/src/live_effects/lpe-perspective_path.h +++ b/src/live_effects/lpe-perspective_path.h @@ -17,6 +17,7 @@ #include "live_effects/effect.h" #include "live_effects/parameter/parameter.h" #include "live_effects/parameter/bool.h" +#include "live_effects/lpegroupbbox.h" #include #include "2geom/point.h" @@ -24,10 +25,12 @@ namespace Inkscape { namespace LivePathEffect { -class LPEPerspectivePath : public Effect { +class LPEPerspectivePath : public Effect, GroupBBoxEffect { public: LPEPerspectivePath(LivePathEffectObject *lpeobject); virtual ~LPEPerspectivePath(); + + virtual void doBeforeEffect (SPLPEItem *lpeitem); virtual Geom::Piecewise > doEffect_pwd2 (Geom::Piecewise > const & pwd2_in);