Home
last modified time | relevance | path

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

/plugin/rigrr/lib/svg-pan-zoom/
Dsvg-pan-zoom.js274 …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/
Draphael.vml.js874 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];
Draphael.svg.js1268 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/
Draphael.js6969 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/
Draphael.no-deps.min.js1_viewBox&&this.setViewBox.apply(this,this._viewBox),this},t._engine.create=function(){var e=t._get… property
Draphael.min.js1_viewBox&&this.setViewBox.apply(this,this._viewBox),this},t._engine.create=function(){var e=t._get… property
/plugin/advrack/
Draphael.js6975 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/
Draphael.min.js1_viewBox&&this.setViewBox.apply(this,this._viewBox),this},t._engine.create=function(){var e=t._get… property
/plugin/chordsheets/js/
H A Draphael.js1_viewBox&&t._engine.setViewBox.apply(this,this._viewBox),this},t._engine.setViewBox=function(e,r,i… property