Home
last modified time | relevance | path

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

/plugin/a2s/
H A Dsyntax.php191 * @param String $svgtxt The svg string to inspect
194 protected function _extract_XY_4svg( $svgtxt ) { argument
196 preg_match( '/width="(.*?)px" height="(.*?)px"/', $svgtxt, $sizes );