diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-11-27 14:41:37 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-11-27 16:25:19 +0100 |
commit | ec9e1c5fed8cc545b0a7bf7d3a9cb0f8b2f3b2d2 (patch) | |
tree | 7d2a5e07a761703818fbc7c5eca2f936d40c57d7 /vcl/skia/gdiimpl.cxx | |
parent | 141c34f559e9d1d6a8e2a40d9787331621a75e53 (diff) |
Fix typo
Change-Id: I738ff9206c46559cf634ed072652e7cdc73bf806
Reviewed-on: https://gerrit.libreoffice.org/83911
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/skia/gdiimpl.cxx')
-rw-r--r-- | vcl/skia/gdiimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/skia/gdiimpl.cxx b/vcl/skia/gdiimpl.cxx index 78b1396f9460..928015ac5c14 100644 --- a/vcl/skia/gdiimpl.cxx +++ b/vcl/skia/gdiimpl.cxx @@ -898,7 +898,7 @@ void SkiaSalGraphicsImpl::invert(basegfx::B2DPolygon const& rPoly, SalInvert eFl addPolygonToPath(rPoly, aPath); aPath.setFillType(SkPath::kEvenOdd_FillType); // TrackFrame is not supposed to paint outside of the polygon (usually rectangle), - // but wider stoke width usually results in that, so ensure the requirement + // but wider stroke width usually results in that, so ensure the requirement // by clipping. SkAutoCanvasRestore autoRestore(mSurface->getCanvas(), true); mSurface->getCanvas()->clipRect(aPath.getBounds(), SkClipOp::kIntersect, false); |