Hi all,
I've discussed the problem with Armin and followed his tip to use
GetProperties(). Find his comment in
https://github.com/CollaboraOnline/online/issues/16074#issuecomment-5253900365.
Kind regards,
Regina
Regina Henschel schrieb am 09.08.2026 um 13:31:
Hi all,
I'm working on bug tdf#173025:
cross-fading produces wrong intermediate color in case a shape uses
style instead of direct formatting
https://bugs.documentfoundation.org/show_bug.cgi?id=173025
The current state of the patch is in
https://gerrit.libreoffice.org/c/core/+/209055
My patch uses XShape to get the fill and line properties of the start
and of the end object. In addition, it has a fallback to use the ItemSet
of the objects. Using ItemSet is the way since beginning in 2000. My
question is, whether this fallback is really needed. I was not able to
create an example that touches this fallback. Do you know more?
Kind regards,
Regina