Searched refs:_viewBox (Results 1 – 9 of 9) sorted by relevance
/plugin/rigrr/lib/svg-pan-zoom/ |
D | svg-pan-zoom.js | 274 …Scale = Math.min(this.width/(this._viewBox.width - this._viewBox.x), this.height/(this._viewBox.he… 278 newCTM.e = (newCTM.e - this._viewBox.x) * newScale; //x-transform 279 newCTM.f = (newCTM.f - this._viewBox.y) * newScale; //y-transform 308 this._viewBox = {x: 0, y: 0, width: 0, height: 0} 316 this._viewBox.x = viewBoxValues[0] 317 this._viewBox.y = viewBoxValues[1] 318 this._viewBox.width = viewBoxValues[2] 319 this._viewBox.height = viewBoxValues[3] 324 this._viewBox.width = boundingClientRect.width 325 this._viewBox.height = boundingClientRect.height [all …]
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
D | raphael.vml.js | 874 if (this._viewBox) { 875 R._engine.setViewBox.apply(this, this._viewBox); 880 R.eve("raphael.setViewBox", this, this._viewBox, [x, y, w, h, fit]); 895 this._viewBox = [x, y, w, h, !!fit];
|
D | raphael.svg.js | 1268 if (this._viewBox) { 1269 this.setViewBox.apply(this, this._viewBox); 1320 eve("raphael.setViewBox", this, this._viewBox, [x, y, w, h, fit]); 1348 this._viewBox = [x, y, w, h, !!fit];
|
/plugin/callflow/ |
D | raphael.js | 6969 if (this._viewBox) { 6970 this.setViewBox.apply(this, this._viewBox); 7020 eve("raphael.setViewBox", this, this._viewBox, [x, y, w, h, fit]); 7047 this._viewBox = [x, y, w, h, !!fit]; 7984 if (this._viewBox) { 7985 R._engine.setViewBox.apply(this, this._viewBox); 7990 R.eve("raphael.setViewBox", this, this._viewBox, [x, y, w, h, fit]); 8005 this._viewBox = [x, y, w, h, !!fit];
|
/plugin/sequencediagram/bower_components/raphael/ |
D | raphael.no-deps.min.js | 1 …_viewBox&&this.setViewBox.apply(this,this._viewBox),this},t._engine.create=function(){var e=t._get… property
|
D | raphael.min.js | 1 …_viewBox&&this.setViewBox.apply(this,this._viewBox),this},t._engine.create=function(){var e=t._get… property
|
/plugin/advrack/ |
D | raphael.js | 6975 if (this._viewBox) { 6976 this.setViewBox.apply(this, this._viewBox); 7026 eve("raphael.setViewBox", this, this._viewBox, [x, y, w, h, fit]); 7053 this._viewBox = [x, y, w, h, !!fit]; 7990 if (this._viewBox) { 7991 R._engine.setViewBox.apply(this, this._viewBox); 7996 R.eve("raphael.setViewBox", this, this._viewBox, [x, y, w, h, fit]); 8011 this._viewBox = [x, y, w, h, !!fit];
|
/plugin/flowchartjs/ |
D | raphael.min.js | 1 …_viewBox&&this.setViewBox.apply(this,this._viewBox),this},t._engine.create=function(){var e=t._get… property
|
/plugin/chordsheets/js/ |
H A D | raphael.js | 1 …_viewBox&&t._engine.setViewBox.apply(this,this._viewBox),this},t._engine.setViewBox=function(e,r,i… property
|