diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-18 15:33:20 +0000 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-18 15:33:20 +0000 |
| commit | 5b5a8d2138c41971e7e8c2c9055a673d342e06b3 (patch) | |
| tree | eb75178c739722f0f09e6e4504e9ba9f4e35c31d /src/ui/tools/tweak-tool.cpp | |
| parent | Revert "Promote the path 'd' attribute to a property per SVG 2." (diff) | |
| download | inkscape-5b5a8d2138c41971e7e8c2c9055a673d342e06b3.tar.gz inkscape-5b5a8d2138c41971e7e8c2c9055a673d342e06b3.zip | |
Misc. typos
Diffstat (limited to 'src/ui/tools/tweak-tool.cpp')
| -rw-r--r-- | src/ui/tools/tweak-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/tweak-tool.cpp b/src/ui/tools/tweak-tool.cpp index bcc30a74f..efa872ac1 100644 --- a/src/ui/tools/tweak-tool.cpp +++ b/src/ui/tools/tweak-tool.cpp @@ -793,7 +793,7 @@ static void tweak_colors_in_gradient(SPItem *item, Inkscape::PaintTarget fill_or r = radius / rg->r.computed; } - // Normalize pos to 0..1, taking into accound gradient spread: + // Normalize pos to 0..1, taking into account gradient spread: double pos_e = pos; if (gradient->getSpread() == SP_GRADIENT_SPREAD_PAD) { if (pos > 1) { |
