Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php2328 function svgPolyline($arguments, $ispolyline = true)
3803 $path_cmd = $this->svgPolyline($arguments, false);
3822 $path_cmd = $this->svgPolyline($arguments);
2195 function svgPolyline($arguments, $ispolyline = true) global() function in Mpdf\\Image\\Svg