Created attachment 122365 [details] LibreOffice Steps: 1) Open Writer 2) Insert https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/displayWebStats.svg 3) Compare the output with what you can find in your browser or inkscape and see that the help and mode buttons on the top left and right are supposed to be in yellow. The SVG code states that the text is yellow with 'fill="yellow"', but instead there is a gradient on it. <text x="0" y="5" font-size="12" stroke="none" fill="yellow" text-anchor="middle" font-weight="bold">HELP</text> <text x="0" y="5" font-size="12" stroke="none" fill="yellow" text-anchor="middle" font-weight="bold">MODE</text> Version: 5.2.0.0.alpha0+ Build ID: 513d5c5781ec14f8512432f31290a3d54c8d57df CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2016-02-01_10:25:20 Locale: en-US (en_US.UTF-8)
Created attachment 122366 [details] Opera
I can confirm with Version: 5.2.0.0.alpha0+
The problem is that the button text is taking the fill attribute from its parents instead of using its own. I'll take a look
Commit submitted to gerrit: https://gerrit.libreoffice.org/#/c/22131/
Created attachment 122442 [details] yellow rectangle with radial gradient text
Created attachment 122443 [details] gradial filled rectangle with yellow text
Created attachment 122464 [details] combined example with shapes
Xisco Fauli committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b6a62f07557fe4ae0931e0f3e0f306d2f69b116b tdf#97542: SVGIO: First check the current fill attribute It will be available in 5.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Version: 5.2.0.0.alpha0+ Build ID: 72720ac9b934af6f84111ec694fa46555d10a7bd CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2016-02-17_19:06:34 Locale: en-US (en_US.UTF-8)