https://bugs.documentfoundation.org/show_bug.cgi?id=155479
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|NEW |ASSIGNED --- Comment #4 from Armin Le Grand <[email protected]> --- Yes, I confirm that. The SVG export is not wrong (it is correct), but not 'smart'. It does not use a SVG gradient. Reason for that is that the SVG export is based on Metafile and Metafile can not really represent Gradients well, especially not after/with MCGR changes. It will be possible to e.g. fix this specific error by using 'border-detection' and then fallback to adding the adapted gradient to metafile. It will *not* be possible with metafiles to extend to 'real' MultiColor GradientStops. That would need a re-design of the SVG export to be based on Primitives, alias PrimitiveRenderer. This is too much work to fix this bug, additionally since it's a shame to no longer have a svg gradient, but it still looks correct as SVG -> low priority from my POV, time would be better inversted in SVG redesign as mentioned. Not sure what to do though here... -- You are receiving this mail because: You are the assignee for the bug.
