diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-11-13 22:06:14 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-11-13 22:06:14 +0000 |
| commit | 3ff3539433be9d91f2d77eb5b45f9b1faeb577ec (patch) | |
| tree | 935f12ae43277ce839e908c1d44514914aeb9001 /src/ui/tools/pencil-tool.h | |
| parent | Added speed improbements (diff) | |
| download | inkscape-3ff3539433be9d91f2d77eb5b45f9b1faeb577ec.tar.gz inkscape-3ff3539433be9d91f2d77eb5b45f9b1faeb577ec.zip | |
Working refactor
Diffstat (limited to '')
| -rw-r--r-- | src/ui/tools/pencil-tool.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui/tools/pencil-tool.h b/src/ui/tools/pencil-tool.h index c3b9fb48c..6c98d303c 100644 --- a/src/ui/tools/pencil-tool.h +++ b/src/ui/tools/pencil-tool.h @@ -48,10 +48,8 @@ public: std::vector<Geom::Point> ps; std::vector<Geom::Point> points; std::vector<double> wps; - - Geom::PathVector pressure_pv; - void addPowerStrokePencil(); + void addPowerStrokePencil(SPCurve * c); void removePowerStrokePreview(); Geom::Piecewise<Geom::D2<Geom::SBasis> > sketch_interpolation; // the current proposal from the sketched paths unsigned sketch_n; // number of sketches done |
