Fix typos

Change-Id: I7f8fa704199865e67c0543f92f89f63765c8c2ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150406
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2023-04-14 12:09:23 +02:00
committed by Julien Nabet
parent 2150414400
commit 3e8a356f5c

View File

@@ -332,15 +332,15 @@ namespace basegfx
The intention is that a color GradientStops and an The intention is that a color GradientStops and an
alpha/transparence GradientStops gets synchronized alpha/transparence GradientStops gets synchronized
for export. for export.
Fo the corrections the single values for color and For the corrections the single values for color and
alpha may be used, e.g. when ColorStops is given alpha may be used, e.g. when ColorStops is given
and not empty, but AlphaStops is empty, it will get and not empty, but AlphaStops is empty, it will get
sycronized so that it will have the same number and synchronized so that it will have the same number and
offsets in AlphaStops as in ColorStops, but with offsets in AlphaStops as in ColorStops, but with
the given SingleAlpha as value. the given SingleAlpha as value.
At return it guarantees that both have the same At return it guarantees that both have the same
number of entries with the same StopOffsets, so number of entries with the same StopOffsets, so
that synchonized pair of ColorStops can e.g. be used that synchronized pair of ColorStops can e.g. be used
to export a Gradient with defined/adapted alpha to export a Gradient with defined/adapted alpha
being 'coupled' indirectly using the being 'coupled' indirectly using the
'FillTransparenceGradient' method (at import time). 'FillTransparenceGradient' method (at import time).