Home
last modified time | relevance | path

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

/template/sprintdoc/
H A Dsvg.php11 class SvgNode extends \SimpleXMLElement { class
15 * @return SvgNode
53 * @return SvgNode
156 /** @var SvgNode $xml */
157 $xml = simplexml_load_file($file, SvgNode::class);
174 /** @var SvgNode $xml */
175 $xml = simplexml_load_file($file, SvgNode::class);
294 * @param SvgNode $g
295 * @return SvgNode
297 protected function createBackground(SvgNode
[all...]