SVGGraphic.js revision 09688ec5ffb8b9cf9883a770e2f9ebd60b28888d
2521N/A if(parentNode)
2521N/A * Indicates whether or not the instance will automatically redraw after a change is made to a shape.
2892N/A this._shapeInstances = {
2521N/A this._redrawQueue = {};
2521N/A this._gradients = {};
2892N/A if(this._graphicsList)
2892N/A _trackSize: function(w, h) {
2892N/A _createGraphics: function() {
2521N/A if(type !== "defs" && type !== "stop" && type !== "linearGradient" && type != "radialGradient")
2521N/A if(!this._graphicsList)
2521N/A this._graphicsList = [];
2892N/A this.updateCoordSpace();
2892N/A * When overflow is set to true, by default, the viewBox will resize to greater values but not values. (for performance)
2892N/A resizeDown: false,
2521N/A _shapeIntances: null,
2892N/A this.updateCoordSpace();
2892N/A updateCoordSpace: function(e)
2892N/A this._redrawQueue = {};
2892N/A this.group.setAttribute("viewBox", "" + this._left + " " + this._top + " " + this._width + " " + this._height + "");
2892N/A this.updateCoordSpace();
if(!this._defs)
return gradient;