diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-07-24 21:57:28 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-07-24 22:36:26 +0200 |
commit | ee9da9e3e3e141b304512e7fb7934eac891670da (patch) | |
tree | f94b8f33218501122a9362da5c4b4805caaaeafd /include/drawinglayer/primitive2d | |
parent | 77548ff9193cec40fe4954819bf425d3ae58aaa6 (diff) |
Fix typo
Change-Id: Iec45b32fce6381564f21c79d999a8db9a7757518
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170981
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/drawinglayer/primitive2d')
-rw-r--r-- | include/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx b/include/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx index 784117ae880c..4688d3dacdf8 100644 --- a/include/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx @@ -58,7 +58,7 @@ namespace drawinglayer::primitive2d aligned tend to show up (one overlapping or empty pixel) SDPR: support alpha directly now. If a primitive processor - cannot deal with it, use it's decomposition. The decompositon + cannot deal with it, use it's decomposition. The decomposition uses create2DDecompositionOfGraphic, there all paths are now capable of handling a given alpha, including metafile, SVG and animated graphics |