Searched defs:mfill (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dstroke-style.cpp691 const char *mfill = sp_repr_css_property(css_marker, "fill", "none"); local
705 else if (mfill && mstroke && !strcmp(mfill, mstroke) && mfill[0] == '#' && strcmp(mfill, "#ffffff")) {
710 else if (mfill && mfill[0] == '#' && strcmp(mfill, "#000000")) {
712 sp_repr_css_set_property(css, "fill", mfill);

Completed in 12 milliseconds