Searched refs:isSupportedSVG11Feature (Results 1 – 1 of 1) sorted by relevance
98 static bool isSupportedSVG11Feature(const String& feature, const String& version) in isSupportedSVG11Feature() function176 … return isSupportedSVG10Feature(feature, version) || isSupportedSVG11Feature(feature, version); in hasFeature()