Searched refs:viewBoxValues (Results 1 – 1 of 1) sorted by relevance
313 var viewBoxValues = svgViewBox.split(' ').map(parseFloat) variable316 this._viewBox.x = viewBoxValues[0]317 this._viewBox.y = viewBoxValues[1]318 this._viewBox.width = viewBoxValues[2]319 this._viewBox.height = viewBoxValues[3]