diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2010-05-30 20:00:08 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2010-05-30 20:00:08 +0000 |
| commit | 183db11406093d3c50f32bfc6d9306450028ef22 (patch) | |
| tree | 8cfa554c0481e3143c1cc37018e233fa35eca6bf /src | |
| parent | Man. Fix minor text error (Bug #587227). (diff) | |
| download | inkscape-183db11406093d3c50f32bfc6d9306450028ef22.tar.gz inkscape-183db11406093d3c50f32bfc6d9306450028ef22.zip | |
add comment
(bzr r9459)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-curvestitch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpe-curvestitch.cpp b/src/live_effects/lpe-curvestitch.cpp index 89fdef2f0..e1e21107c 100644 --- a/src/live_effects/lpe-curvestitch.cpp +++ b/src/live_effects/lpe-curvestitch.cpp @@ -192,6 +192,7 @@ LPECurveStitch::resetDefaults(SPItem * item) /** /todo check whether this special case is necessary. It seems to "bug" editing behavior: * scaling an object with transforms preserved behaves differently from scaling with * transforms optimized (difference caused by this special method). + * special casing is probably needed, because rotation should not be propagated to the strokepath. */ void LPECurveStitch::transform_multiply(Geom::Matrix const& postmul, bool set) |
