Change-Id: I582bf693085251725b314b6caab9247650b25c6f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170980
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2024-07-24 21:57:13 +02:00 committed by Julien Nabet
parent 7a369532d4
commit 59c781f29b

View file

@ -33,7 +33,7 @@ namespace drawinglayer::primitive2d
(including transparence). The decomosition will create a MaskPrimitive2D
containing a FillGraphicPrimitive2D.
SDPR: support alpha now directly: the decompositon creates
SDPR: support alpha now directly: the decomposition creates
FillGraphicPrimitive2D which also supports alpha directly
now. All direct usages are covered
*/