diff options
| author | luzpaz <luzpaz@users.noreply.github.com> | 2017-12-01 18:07:34 +0000 |
|---|---|---|
| committer | luzpaz <kunda@scribus.net> | 2017-12-04 01:55:06 +0000 |
| commit | eb07ba085151be60d518ce6310a33e413d699a32 (patch) | |
| tree | 4530b037a2c813960396a8125561620c0305589f /src/display/drawing-pattern.cpp | |
| parent | Optionaly measure only selected elements (diff) | |
| download | inkscape-eb07ba085151be60d518ce6310a33e413d699a32.tar.gz inkscape-eb07ba085151be60d518ce6310a33e413d699a32.zip | |
Misc. typos
Please confirm typos in the following
`doc/nr-filter-interface.txt`
`share/symbols/BalloonSymbols.svg`
.
Diffstat (limited to 'src/display/drawing-pattern.cpp')
| -rw-r--r-- | src/display/drawing-pattern.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/display/drawing-pattern.cpp b/src/display/drawing-pattern.cpp index d0bf5de58..b590a59c5 100644 --- a/src/display/drawing-pattern.cpp +++ b/src/display/drawing-pattern.cpp @@ -165,8 +165,8 @@ unsigned DrawingPattern::_updateItem(Geom::IntRect const &area, UpdateContext co const double oversampling = 2.0; double scale = det_ctm*det_ps2user*det_child_transform * oversampling; //FIXME: When scale is too big (zooming in a hatch), cairo doesn't render the pattern - //More precisely it fails when seting pattern matrix in DrawingPattern::renderPattern - //Fully correct solution should make use of visible area bbox and change hach tile rect + //More precisely it fails when setting pattern matrix in DrawingPattern::renderPattern + //Fully correct solution should make use of visible area bbox and change hatch tile rect //accordingly if (scale > 25) { scale = 25; |
