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

/inkscape/src/widgets/
H A Dstroke-marker-selector.cpp493 const char *mstroke = sp_repr_css_property(css_marker, "fill", "none"); local
495 if (!strncmp (mstroke, "url(", 4)) {
496 SPObject *linkObj = getMarkerObj(mstroke, source);
H A Dstroke-style.cpp692 const char *mstroke = sp_repr_css_property(css_marker, "fill", "none"); local
705 else if (mfill && mstroke && !strcmp(mfill, mstroke) && mfill[0] == '#' && strcmp(mfill, "#ffffff")) {

Completed in 18 milliseconds