Home
last modified time | relevance | path

Searched refs:CURRENT_COLOR (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DFetcherSvg.php39 public const CURRENT_COLOR = "currentColor"; define in ComboStrap\\FetcherSvg
1193 $documentElement->setAttribute("fill", FetcherSvg::CURRENT_COLOR);
1265 if ($colorValue !== FetcherSvg::CURRENT_COLOR) {
1281 $nodeElement->setAttribute("fill", FetcherSvg::CURRENT_COLOR);
1302 if ($colorValue !== FetcherSvg::CURRENT_COLOR) {
H A DColorRgb.php229 const CURRENT_COLOR = "currentColor"; define in ComboStrap\\ColorRgb