diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-03-28 17:27:59 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-03-28 19:59:41 +0000 |
| commit | e9e25c0f83f2bd149a63a11b0516b647e4082ed6 (patch) | |
| tree | 450744f48b048724792f12b634de78ee6f1a0d34 /src/object/sp-shape.cpp | |
| parent | a bit more of warning cleanup (diff) | |
| download | inkscape-e9e25c0f83f2bd149a63a11b0516b647e4082ed6.tar.gz inkscape-e9e25c0f83f2bd149a63a11b0516b647e4082ed6.zip | |
Fix bug: 1758477
Rotate Duplicate/ Mirror Symmetry added functionality feature request
https://bugs.launchpad.net/inkscape/+bug/1758477
Diffstat (limited to '')
| -rw-r--r-- | src/object/sp-shape.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/object/sp-shape.cpp b/src/object/sp-shape.cpp index 4af596d1e..df8a200d0 100644 --- a/src/object/sp-shape.cpp +++ b/src/object/sp-shape.cpp @@ -1068,7 +1068,7 @@ void SPShape::setCurveInsync(SPCurve *new_curve, unsigned int owner) /** * Return curve (if any exists) or NULL if there is no curve -* if owner == 0 return a copy + * if owner == 0 return a copy */ SPCurve * SPShape::getCurve(unsigned int owner) const { @@ -1084,8 +1084,6 @@ SPCurve * SPShape::getCurve(unsigned int owner) const /** * Return curve *before* LPE (if any exists) or NULL if there is no curve - * If force is set allow return curve_before_lpe even if not - * has path effect like in clips and mask * if owner == 0 return a copy */ SPCurve * SPShape::getCurveBeforeLPE(unsigned int owner) const @@ -1101,8 +1099,6 @@ SPCurve * SPShape::getCurveBeforeLPE(unsigned int owner) const /** * Return curve for edit - * If force is set allow return curve_before_lpe even if not - * has path effect like in clips and mask * if owner == 0 return a copy */ SPCurve * SPShape::getCurveForEdit(unsigned int owner) const |
