diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-15 18:45:32 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-15 18:45:32 +0000 |
| commit | e3dece3d90d745cd3b952be8247092dc1e4c6570 (patch) | |
| tree | ccfd27a9135b40dfdf1740f5579c4c937c0534cd /src/live_effects/lpe-copy_rotate.cpp | |
| parent | Round-trip SVG 2 flowed text with SVG 1.1 backup. (diff) | |
| download | inkscape-e3dece3d90d745cd3b952be8247092dc1e4c6570.tar.gz inkscape-e3dece3d90d745cd3b952be8247092dc1e4c6570.zip | |
Remove unused transform functions related to LPE and improvements to fill-betreen-* LPEs
Diffstat (limited to 'src/live_effects/lpe-copy_rotate.cpp')
| -rw-r--r-- | src/live_effects/lpe-copy_rotate.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/live_effects/lpe-copy_rotate.cpp b/src/live_effects/lpe-copy_rotate.cpp index 8a318dfc2..1dda91e6f 100644 --- a/src/live_effects/lpe-copy_rotate.cpp +++ b/src/live_effects/lpe-copy_rotate.cpp @@ -366,18 +366,6 @@ LPECopyRotate::doOnApply(SPLPEItem const* lpeitem) } void -LPECopyRotate::transform_multiply(Geom::Affine const& postmul, bool set) -{ - // cycle through all parameters. Most parameters will not need transformation, but path and point params do. - for (std::vector<Parameter *>::iterator it = param_vector.begin(); it != param_vector.end(); ++it) { - Parameter * param = *it; - if(param->param_key != "starting_point" || postmul.isRotation()) { - param->param_transform_multiply(postmul, set); - } - } -} - -void LPECopyRotate::doBeforeEffect (SPLPEItem const* lpeitem) { using namespace Geom; |
