Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
DFetcherSvg.php95 public const COLOR_TYPE_STROKE_OUTLINE = FetcherSvg::STROKE_ATTRIBUTE;
99 public const STROKE_ATTRIBUTE = "stroke"; define in ComboStrap\\FetcherSvg
1147 if ($documentElement->hasAttribute(FetcherSvg::STROKE_ATTRIBUTE)) {
1300 … $documentElement->setAttribute(FetcherSvg::STROKE_ATTRIBUTE, $colorValue);
1313 … $value = $nodeElement->getAttribute(FetcherSvg::STROKE_ATTRIBUTE);
1315 … $this->getXmlDocument()->removeAttributeValue(FetcherSvg::STROKE_ATTRIBUTE, $nodeElement);