Comment 4 for bug 174720

Revision history for this message
Krzysztof Kosinski (tweenk) wrote :

This is the cause from style.cpp:
if (!style->fill.set || style->fill.inherit || style->fill.currentcolor) {
    sp_style_merge_ipaint(style, &style->fill, &parent->fill);
}
Inkscape assumes that currentColor = inherit, which is wrong. I'm working on a fix right now.