Lines Matching refs:svg
64 $svg = rawWiki($id);
65 $svg = substr($svg, $pos, $len);
66 if (!$this->helper->isDiagram($svg)) {
72 header('Content-Type: image/svg+xml');
73 echo $svg;
90 $svg = $INPUT->str('svg');
110 if (!$this->helper->isDiagram($svg)) {
116 $new = substr($original, 0, $pos) . $svg . substr($original, $pos + $len);