Searched refs:feature (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dconditions.cpp143 #define SVG11FEATURE "http://www.w3.org/TR/SVG11/feature#"
146 static bool evaluateSVG11Feature(gchar const *feature) { argument
167 plus the feature "feature#Animation" */
219 if ( 0 == strcasecmp(feature, _supported_features[0]) )
225 static bool evaluateSVG10Feature(gchar const *feature) { argument
237 if ( 0 == strcasecmp(feature, _supported_features[0]) )

Completed in 1119 milliseconds