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