Created attachment 124123 [details] SVG graphic of a stem plot (blue stems, red heads) The attached SVG stem plot graphic has been created with pythons matplotlib. It should have blue stems and red filled heads. However, when imported in Draw / Impress the heads are displayed filled with black. When doing "edit with external tool" ("Mit externem Werkzeug bearbeiten") in Draw / Impress the graphic is displayed in the browser with correct colours.
Unconfirmed with v4.3.5.2 under ubuntu 14.04 x64. Confirmed with v4.4.7.2 under ubuntu 14.04 x64. Confirmed with v5.1.2.2 under ubuntu 14.04 x64. Set as regression. All components are affected, not only draw.
Issue introduced by e17a730c0076b10678c860ae3285bc8a98282415
Created attachment 125057 [details] reduced example Style (red fill) from <use> element isn't used for rendering. Style from <rect> element (green stroke) is used. Style (fill opacity) from <svg> is used.
Assuming bisected to imply bibisected, thus adding the latter. This is to make queries for "bibisected" not miss out bisected bugs.
Adding Armin Le Grand to the loop as this issue was introduced by one of his commits
Adding Cc: to Armin Le Grand
*** Bug 108485 has been marked as a duplicate of this bug. ***
Bug confirmed with 5.3.3.2
I error looks as if the style attribute of the <use> element is not evaluated.
*** Bug 116589 has been marked as a duplicate of this bug. ***
*** Bug 118132 has been marked as a duplicate of this bug. ***
still repro in 6.1 beta 2
Still reproducible in 6.2.4. In "<use style=" and "<g style=" using "fill:#[hex value];" or "fill-opacity:[float value];" always results in black solid shapes. Surprisingly, when style is defined inside a <path> tag both fill and fill-opacity are represented correctly.
*** Bug 125861 has been marked as a duplicate of this bug. ***
*** Bug 100198 has been marked as a duplicate of this bug. ***
*** Bug 103154 has been marked as a duplicate of this bug. ***
Patch in Gerrit: https://gerrit.libreoffice.org/#/c/78997/
Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/4007ced54d611d1397387f7329a47de5efaca32f%5E%21 tdf#99115: add Css selector '*' style only if the element... It will be available in 6.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Xisco Fauli committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/commit/2d9ac03b943d70d94e94319ae903c66ed25dcc9c tdf#99115: add Css selector '*' style only if the element... It will be available in 6.2.8. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Xisco Fauli committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/commit/5db4db35de77e9f71ef2dd0a7d63db6b993c9182 tdf#99115: add Css selector '*' style only if the element... It will be available in 6.3.4. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.