Comment 11 for bug 794472

Revision history for this message
Nathan Lee (nathan.lee) wrote :

Trying to produce a minimal case for the 8bit*.svg, every assumption I made was wrong.

Okay Inkscape does handle currentColor in objects just fine.

The problem is that

1. stylesheet was broken by `/* <![CDATA[ */.` If I add a whitespace after the end of the comment (and before the other comment), it seems to work. https://gitlab.com/inkscape/inbox/-/issues/6297
2. Inkscape doesn't support color rgba. I'd have to check if it meets the svg specs, probably I guess. Changing it to `color: rgb(00, 66, 00); opacity: 0.75;` works. Reported in https://gitlab.com/inkscape/inbox/-/issues/1195

And so all the above issues should be reported on GitLab now, or fixed in 1.2-dev or earlier.

Thanks again for reporting, and please open a report at inkscape.org/report if I missed anything.