diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-09-13 21:21:35 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-09-13 21:21:35 +0000 |
| commit | f9b01394218c342221107286ab8e16cc0ee78837 (patch) | |
| tree | c7ea2555f87f5470be3d8106cea287d97fc151df /src/object/sp-mesh-array.cpp | |
| parent | Allow symbols dialog on dark theme (diff) | |
| parent | Requested revisions + more typos and grammar fixes (diff) | |
| download | inkscape-f9b01394218c342221107286ab8e16cc0ee78837.tar.gz inkscape-f9b01394218c342221107286ab8e16cc0ee78837.zip | |
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'src/object/sp-mesh-array.cpp')
| -rw-r--r-- | src/object/sp-mesh-array.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-mesh-array.cpp b/src/object/sp-mesh-array.cpp index 2e1ff988f..4815ec5c1 100644 --- a/src/object/sp-mesh-array.cpp +++ b/src/object/sp-mesh-array.cpp @@ -2126,7 +2126,7 @@ guint SPMeshNodeArray::tensor_toggle( std::vector<guint> corners ) { } /** - Atempts to smooth color transitions across corners. + Attempts to smooth color transitions across corners. Input is a list of selected corner draggable indices. */ guint SPMeshNodeArray::color_smooth( std::vector<guint> corners ) { |
