diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-10-01 01:10:05 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-10-01 01:10:05 +0000 |
| commit | 89b763d897e805a577f81dc0dccab4b75eb253cf (patch) | |
| tree | 88cf5fee43de1ac9647134cea9528a271410bb9f /src/live_effects/lpe-bendpath.cpp | |
| parent | Improve calls to document_units (diff) | |
| download | inkscape-89b763d897e805a577f81dc0dccab4b75eb253cf.tar.gz inkscape-89b763d897e805a577f81dc0dccab4b75eb253cf.zip | |
Improvements to transforms in LPE
Diffstat (limited to 'src/live_effects/lpe-bendpath.cpp')
| -rw-r--r-- | src/live_effects/lpe-bendpath.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/live_effects/lpe-bendpath.cpp b/src/live_effects/lpe-bendpath.cpp index 6bf555156..6ff40be26 100644 --- a/src/live_effects/lpe-bendpath.cpp +++ b/src/live_effects/lpe-bendpath.cpp @@ -165,12 +165,6 @@ LPEBendPath::resetDefaults(SPItem const* item) } void -LPEBendPath::transform_multiply(Geom::Affine const& postmul, bool set) -{ - //block parameters be transformed because shapes with bend store transform in the element -} - -void LPEBendPath::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) { hp_vec.push_back(helper_path); |
