vislite 0.8.2-beta.0 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG +4 -2
- package/lib/Buffer/index.umd.js +2 -2
- package/lib/Buffer/index.umd.min.js +2 -2
- package/lib/Canvas/index.umd.js +4 -4
- package/lib/Canvas/index.umd.min.js +3 -3
- package/lib/Cardinal/index.umd.js +2 -2
- package/lib/Cardinal/index.umd.min.js +2 -2
- package/lib/Eoap/index.umd.js +2 -2
- package/lib/Eoap/index.umd.min.js +2 -2
- package/lib/Geometry/index.umd.js +2 -2
- package/lib/Geometry/index.umd.min.js +2 -2
- package/lib/Hermite/index.umd.js +2 -2
- package/lib/Hermite/index.umd.min.js +2 -2
- package/lib/Matrix4/index.umd.js +2 -2
- package/lib/Matrix4/index.umd.min.js +2 -2
- package/lib/Mercator/index.umd.js +2 -2
- package/lib/Mercator/index.umd.min.js +2 -2
- package/lib/OralCanvas/index.es.js +4 -4
- package/lib/OralCanvas/index.es.min.js +3 -3
- package/lib/OralWebGL/index.es.js +2 -2
- package/lib/OralWebGL/index.es.min.js +2 -2
- package/lib/SVG/index.umd.js +2 -2
- package/lib/SVG/index.umd.min.js +2 -2
- package/lib/Shader/index.umd.js +2 -2
- package/lib/Shader/index.umd.min.js +2 -2
- package/lib/Texture/index.umd.js +2 -2
- package/lib/Texture/index.umd.min.js +2 -2
- package/lib/TreeLayout/index.umd.js +2 -2
- package/lib/TreeLayout/index.umd.min.js +2 -2
- package/lib/WebGL/index.umd.js +2 -2
- package/lib/WebGL/index.umd.min.js +2 -2
- package/lib/animation/index.umd.js +2 -2
- package/lib/animation/index.umd.min.js +2 -2
- package/lib/formatColor/index.umd.js +2 -2
- package/lib/formatColor/index.umd.min.js +2 -2
- package/lib/getLoopColors/index.umd.js +2 -2
- package/lib/getLoopColors/index.umd.min.js +2 -2
- package/lib/getWebGLContext/index.umd.js +2 -2
- package/lib/getWebGLContext/index.umd.min.js +2 -2
- package/lib/index.umd.js +4 -4
- package/lib/index.umd.min.js +3 -3
- package/lib/move/index.umd.js +2 -2
- package/lib/move/index.umd.min.js +2 -2
- package/lib/resizeObserver/index.umd.js +2 -2
- package/lib/resizeObserver/index.umd.min.js +2 -2
- package/lib/rotate/index.umd.js +2 -2
- package/lib/rotate/index.umd.min.js +2 -2
- package/lib/ruler/index.umd.js +2 -2
- package/lib/ruler/index.umd.min.js +2 -2
- package/lib/scale/index.umd.js +2 -2
- package/lib/scale/index.umd.min.js +2 -2
- package/lib/throttle/index.umd.js +2 -2
- package/lib/throttle/index.umd.min.js +2 -2
- package/lib/viewHandler/index.umd.js +2 -2
- package/lib/viewHandler/index.umd.min.js +2 -2
- package/package.json +1 -1
- package/src/common/canvas/painter.ts +3 -3
package/lib/index.umd.min.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* VISLite JavaScript Library v0.8.2
|
|
2
|
+
* VISLite JavaScript Library v0.8.2
|
|
3
3
|
* git+https://github.com/oi-contrib/VISLite.git
|
|
4
4
|
*
|
|
5
5
|
* Copyright zxl20070701
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
* https://zxl20070701.github.io/notebook/home.html
|
|
8
8
|
*
|
|
9
|
-
* Publish Date:
|
|
9
|
+
* Publish Date: Thu Aug 22 2024 20:02:15 GMT+0800 (中国标准时间)
|
|
10
10
|
*/
|
|
11
|
-
var t,i;t=this,i=function(){"use strict";var t=function(){function t(t){void 0===t&&(t=.5),this.name="Hermite",this.__u=t}return t.prototype.setP=function(t,i,e,r,n,o){if(!(t<e))throw new Error("The point x-position should be increamented!");this.__a=t,this.__b=e;var s=this.__u*n,a=this.__u*o;return i/=e-t,r/=e-t,this.__MR=[2*i-2*r+s+a,3*r-3*i-2*s-a,s,i],this},t.prototype.use=function(t){if(this.__MR){var i=(t-this.__a)/(this.__b-this.__a),e=i*i;return(i*e*this.__MR[0]+e*this.__MR[1]+i*this.__MR[2]+this.__MR[3])*(this.__b-this.__a)}throw new Error("You shoud first set the position!")},t}(),i=function(){function i(t){void 0===t&&(t=0),this.name="Cardinal",this.__t=t}return i.prototype.setP=function(i){this.__HS={x:[],h:[]};var e,r,n=(i[1][1]-i[0][1])/(i[1][0]-i[0][0]);for(this.__HS.x[0]=i[0][0],e=1;e<i.length;e++){if(i[e][0]<=i[e-1][0])throw new Error("The point position should be increamented!");this.__HS.x[e]=i[e][0],r=e<i.length-1?i[e+1][1]>i[e][1]&&i[e-1][1]>i[e][1]||i[e+1][1]<i[e][1]&&i[e-1][1]<i[e][1]||i[e+1][1]==i[e][1]||i[e-1][1]==i[e][1]?0:(i[e+1][1]-i[e-1][1])/(i[e+1][0]-i[e-1][0]):(i[e][1]-i[e-1][1])/(i[e][0]-i[e-1][0]),this.__HS.h[e-1]=new t(.5*(1-this.__t)).setP(i[e-1][0],i[e-1][1],i[e][0],i[e][1],n,r),n=r}return this},i.prototype.use=function(t){if(this.__HS){for(this.__i=-1;this.__i+1<this.__HS.x.length&&(t>this.__HS.x[this.__i+1]||-1==this.__i&&t>=this.__HS.x[this.__i+1]);)this.__i+=1;return this.__i<0?this.__HS.h[0].use(this.__HS.x[0]):this.__i>=this.__HS.h.length?this.__HS.h[this.__HS.h.length-1].use(this.__HS.x[this.__HS.x.length-1]):this.__HS.h[this.__i].use(t)}throw new Error("You shoud first set the position!")},i}(),e=function(t,i){for(var e=[],r=0;r<4;r++)for(var n=0;n<i.length/4;n++)e[4*n+r]=t[r]*i[4*n]+t[r+4]*i[4*n+1]+t[r+8]*i[4*n+2]+t[r+12]*i[4*n+3];return e},r=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],n=function(){function t(t){void 0===t&&(t=r),this.name="Matrix4",this.__matrix4=t}return t.prototype.setValue=function(t){return void 0===t&&(t=r),this.__matrix4=t,this},t.prototype.move=function(t,i,r,n){return void 0===n&&(n=0),this.__matrix4=e(function(t,i,e,r){void 0===r&&(r=0);var n=Math.sqrt(i*i+e*e+r*r);return[1,0,0,0,0,1,0,0,0,0,1,0,i*t/n,e*t/n,r*t/n,1]}(t,i,r,n),this.__matrix4),this},t.prototype.rotate=function(t,i,r,n,o,s,a){var _=function(t,i,e,r,n,o){if("number"==typeof t&&"number"==typeof i){if("number"!=typeof e?(e=0,r=t,n=i,o=1):"number"==typeof r&&"number"==typeof n&&"number"==typeof o||(r=t,n=i,o=e,t=0,i=0,e=0),t==r&&i==n&&e==o)throw new Error("It's not a legitimate ray!");var s=Math.sqrt((r-t)*(r-t)+(n-i)*(n-i)),a=0!=s?(n-i)/s:1,_=0!=s?(r-t)/s:0,h=(r-t)*_+(n-i)*a,u=o-e,l=Math.sqrt(h*h+u*u),p=0!=l?u/l:1,c=0!=l?h/l:0;return[[a,p*_,_*c,0,-_,a*p,a*c,0,0,-c,p,0,i*_-t*a,e*c-t*_*p-i*a*p,-t*_*c-i*a*c-e*p,1],[a,-_,0,0,p*_,p*a,-c,0,_*c,a*c,p,0,t,i,e,1]]}throw new Error("a1 and b1 is required!")}(i,r,n,o,s,a);return this.__matrix4=e(e(e(_[1],function(t){var i=Math.sin(t),e=Math.cos(t);return[e,i,0,0,-i,e,0,0,0,0,1,0,0,0,0,1]}(t)),_[0]),this.__matrix4),this},t.prototype.scale=function(t,i,r,n,o,s){return void 0===n&&(n=0),void 0===o&&(o=0),void 0===s&&(s=0),this.__matrix4=e(function(t,i,e,r,n,o){return void 0===r&&(r=0),void 0===n&&(n=0),void 0===o&&(o=0),[t,0,0,0,0,i,0,0,0,0,e,0,r-r*t,n-n*i,o-o*e,1]}(t,i,r,n,o,s),this.__matrix4),this},t.prototype.multiply=function(t,i){return void 0===i&&(i=!1),this.__matrix4=i?e(this.__matrix4,t):e(t,this.__matrix4),this},t.prototype.use=function(t,i,r,n){return void 0===r&&(r=0),void 0===n&&(n=1),e(this.__matrix4,[t,i,r,n])},t.prototype.value=function(){return this.__matrix4},t}();function o(t,i,e,r,n){var o=Math.cos(e),s=Math.sin(e);return[(r-t)*o-(n-i)*s+t,(r-t)*s+(n-i)*o+i]}var s,a=function(t){var i=t.toString(16);return 1==i.length?"0"+i:i},_=[];function h(t,i,e){void 0===i&&(i=400),void 0===e&&(e=function(){});var r={timer:function(t,i,e){if(!t)throw new Error("Tick is required!");var n=(new Date).valueOf()+"_"+(1e3*Math.random()).toFixed(0);return _.push({id:n,createTime:new Date,tick:t,duration:i,callback:e}),r.start(),n},start:function(){s||(s=setInterval(r.tick,13))},tick:function(){var t,i,e,n,o,s,a,h=_;for((_=[]).length=0,i=0;i<h.length;i++)t=(o=h[i]).createTime,e=o.tick,s=o.duration,n=o.callback,e(a=(a=(+(new Date).valueOf()-t.valueOf())/s)>1?1:a),a<1&&o.id?_.push(o):n(a);_.length<=0&&r.stop()},stop:function(){s&&(clearInterval(s),s=null)}},n=r.timer((function(i){t(i)}),i,e);return function(){var t;for(t in _)if(_[t].id==n)return void(_[t].id=void 0)}}var u=function(t,i){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,i){t.__proto__=i}||function(t,i){for(var e in i)Object.prototype.hasOwnProperty.call(i,e)&&(t[e]=i[e])},u(t,i)};function l(t,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");function e(){this.constructor=t}u(t,i),t.prototype=null===i?Object.create(i):(e.prototype=i.prototype,new e)}function p(t,i,e){if(e||2===arguments.length)for(var r,n=0,o=i.length;n<o;n++)!r&&n in i||(r||(r=Array.prototype.slice.call(i,0,n)),r[n]=i[n]);return t.concat(r||Array.prototype.slice.call(i))}"function"==typeof SuppressedError&&SuppressedError;var c=["href","title","show","type","role","actuate"];function f(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}var d=function(t,i,e){c.indexOf(i)>-1?t.setAttributeNS("http://www.w3.org/1999/xlink","xlink:"+i,e+""):t.setAttribute(i,e+"")},v=d;function g(t,i){d(t,"stroke",i.strokeStyle),d(t,"fill",i.fillStyle)}function m(t,i){d(t,"fill",i.fillStyle)}function y(t,i){d(t,"stroke",i.strokeStyle),d(t,"fill","none")}var E=function(t,i,e,r,n){var o=Math.cos(e),s=Math.sin(e);return[+((r-t)*o-(n-i)*s+t).toFixed(7),+((r-t)*s+(n-i)*o+i).toFixed(7)]};function x(t,i,e,r,n,o,s){i<0&&(t+=i,i*=-1);var a,_=[];a=E(0,0,t,n,0),_[0]=a[0],_[1]=a[1],a=E(0,0,i,a[0],a[1]),_[2]=a[0],_[3]=a[1],a=E(0,0,t,o,0),_[4]=a[0],_[5]=a[1],a=E(0,0,i,a[0],a[1]),_[6]=a[0],_[7]=a[1],s(t,t+i,_[0]+e,_[1]+r,_[4]+e,_[5]+r,_[2]+e,_[3]+r,_[6]+e,_[7]+r,.5*(o-n))}var b=function(t){var i=t.getElementsByTagName("defs");if(i.length<=0){var e=f("defs");return t.appendChild(e),e}return i[0]},w=function(t,i,e,r,n){if("text"!==t.nodeName.toLowerCase())throw new Error("Need a <text> !");v(t,"dy",{top:.5*i.fontSize,middle:0,bottom:.5*-i.fontSize}[i.textBaseline]),function(t,i){for(var e in i)t.style[e]=i[e]}(t,{"text-anchor":{left:"start",right:"end",center:"middle"}[i.textAlign],"dominant-baseline":"central","font-size":i.fontSize+"px","font-family":i.fontFamily}),v(t,"x",e),v(t,"y",r),"number"==typeof n&&v(t,"transform","rotate("+(n%=360)+","+e+","+r+")")},T=function(t,i,e,r){if("circle"!==t.nodeName.toLowerCase())throw new Error("Need a <circle> !");v(t,"cx",i),v(t,"cy",e),v(t,"r",r)},C=function(t,i,e){if("path"!==t.nodeName.toLowerCase())throw new Error("Need a <path> !");v(t,"d",i),v(t,"stroke-dasharray",e.lineDash.join(",")),v(t,"stroke-width",e.lineWidth+"")},P=function(t,i,e,r,n){if("rect"!==t.nodeName.toLowerCase())throw new Error("Need a <rect> !");n<0&&(e-=n*=-1),r<0&&(i-=r*=-1),v(t,"x",i),v(t,"y",e),v(t,"width",r),v(t,"height",n)},R=function(t,i,e,r,n,o,s,a){if("path"!==t.nodeName.toLowerCase())throw new Error("Need a <path> !");if(s=s/180*Math.PI,a=a/180*Math.PI,s%=2*Math.PI,n>o){var _=n;n=o,o=_}a>=1.999999*Math.PI||a<=1.999999*-Math.PI?a=1.999999*Math.PI:a%=2*Math.PI,x(s,a,e,r,n,o,(function(e,r,s,a,_,h,u,l,p,c,f){var d=r-e>Math.PI?1:0,g="M"+s+" "+a;f<0&&(f=-f),g+="A"+n+" "+n+" 0 "+d+" 1 "+u+" "+l,"round"==i.arcEndCap?g+="A"+f+" "+f+" 0 1 0 "+p+" "+c:"-round"==i.arcEndCap?g+="A"+f+" "+f+" 0 1 1 "+p+" "+c:g+="L"+p+" "+c,g+="A"+o+" "+o+" 0 "+d+" 0 "+_+" "+h,"round"==i.arcStartCap?g+="A"+f+" "+f+" 0 1 0 "+s+" "+a:"-round"==i.arcStartCap?g+="A"+f+" "+f+" 0 1 1 "+s+" "+a:g+="L"+s+" "+a,"butt"==i.arcStartCap&&(g+="Z"),v(t,"d",g)}))},S={"font-size":"fontSize","font-family":"fontFamily","arc-start-cap":"arcStartCap","arc-end-cap":"arcEndCap"},A=function(){function t(t){this.name="SVG",this.__config={fillStyle:"#000",strokeStyle:"#000",lineWidth:1,textAlign:"left",textBaseline:"middle",fontSize:16,fontFamily:"sans-serif",arcStartCap:"butt",arcEndCap:"butt",lineDash:[]},this.__path="",this.__currentPosition=[],this.__svg=t}return t.prototype.config=function(t){if("object"!=typeof t)return this.__config[S[t]||t];for(var i in t){var e=S[i]||i;this.__config[e]=t[i]}return this},t.prototype.useEl=function(t){return this.__useEl=t,this},t.prototype.getEl=function(){return this.__useEl},t.prototype.appendEl=function(t,i){return i=i||this.__svg,"string"==typeof t&&(t=f(t)),i.appendChild(t),this.__useEl=t,this},t.prototype.appendBoard=function(t,i){var e=t;if("string"==typeof t&&(e={text:"text",path:"path",arc:"path",circle:"circle",rect:"rect"}[t]||""),""==e)throw new Error("Unsupported drawing method:"+t);return this.appendEl(e,i)},t.prototype.remove=function(){if(!this.__useEl)throw new Error("Currently, no node can be deleted.");return this.__useEl.parentNode.removeChild(this.__useEl),this},t.prototype.attr=function(t){if(!this.__useEl)throw new Error("Currently, no node can be modified or viewed.");if("object"!=typeof t)return function(t,i){return c.indexOf(i)>-1&&(i="xlink:"+i),t.getAttribute(i)}(this.__useEl,t);for(var i in t)v(this.__useEl,i,t[i]);return this},t.prototype.fillText=function(t,i,e,r){return void 0===r&&(r=0),w(this.__useEl,this.__config,i,e,r),this.__useEl.textContent=t,m(this.__useEl,this.__config),this},t.prototype.strokeText=function(t,i,e,r){return void 0===r&&(r=0),w(this.__useEl,this.__config,i,e,r),this.__useEl.textContent=t,y(this.__useEl,this.__config),this},t.prototype.fullText=function(t,i,e,r){return void 0===r&&(r=0),w(this.__useEl,this.__config,i,e,r),this.__useEl.textContent=t,g(this.__useEl,this.__config),this},t.prototype.fillArc=function(t,i,e,r,n,o){return R(this.__useEl,this.__config,t,i,e,r,n,o),m(this.__useEl,this.__config),this},t.prototype.strokeArc=function(t,i,e,r,n,o){return R(this.__useEl,this.__config,t,i,e,r,n,o),y(this.__useEl,this.__config),this},t.prototype.fullArc=function(t,i,e,r,n,o){return R(this.__useEl,this.__config,t,i,e,r,n,o),g(this.__useEl,this.__config),this},t.prototype.fillCircle=function(t,i,e){return T(this.__useEl,t,i,e),m(this.__useEl,this.__config),this},t.prototype.strokeCircle=function(t,i,e){return T(this.__useEl,t,i,e),y(this.__useEl,this.__config),this},t.prototype.fullCircle=function(t,i,e){return T(this.__useEl,t,i,e),g(this.__useEl,this.__config),this},t.prototype.fillRect=function(t,i,e,r){return P(this.__useEl,t,i,e,r),m(this.__useEl,this.__config),this},t.prototype.strokeRect=function(t,i,e,r){return P(this.__useEl,t,i,e,r),y(this.__useEl,this.__config),this},t.prototype.fullRect=function(t,i,e,r){return P(this.__useEl,t,i,e,r),g(this.__useEl,this.__config),this},t.prototype.beginPath=function(){return this.__currentPosition=[],this.__path="",this},t.prototype.closePath=function(){return this.__path+="Z",this},t.prototype.moveTo=function(t,i){return this.__currentPosition=[t,i],this.__path+="M"+t+" "+i,this},t.prototype.lineTo=function(t,i){return this.__currentPosition=[t,i],this.__path+=(""==this.__path?"M":"L")+t+" "+i,this},t.prototype.fill=function(){return C(this.__useEl,this.__path,this.__config),m(this.__useEl,this.__config),this},t.prototype.stroke=function(){return C(this.__useEl,this.__path,this.__config),y(this.__useEl,this.__config),this},t.prototype.full=function(){return C(this.__useEl,this.__path,this.__config),g(this.__useEl,this.__config),this},t.prototype.arc=function(t,i,e,r,n){var s=o(t,i,r/180*Math.PI,t+e,i),a=o(t,i,(r+n)/180*Math.PI,t+e,i);return""==this.__path?this.__path+="M"+s[0]+","+s[1]:s[0]==this.__currentPosition[0]&&s[1]==this.__currentPosition[1]||(this.__path+="L"+s[0]+","+s[1]),this.__path+="A"+e+","+e+" 0 "+(n>180||n<-180?1:0)+","+(n>0?1:0)+" "+a[0]+","+a[1],this},t.prototype.quadraticCurveTo=function(t,i,e,r){return this.__path+="Q"+t+" "+i+","+e+" "+r,this},t.prototype.bezierCurveTo=function(t,i,e,r,n,o){return this.__path+="C"+t+" "+i+","+e+" "+r+","+n+" "+o,this},t.prototype.bind=function(t,i){return this.__useEl.addEventListener(t,(function(t){i.call(this,t,this)}),!1),this},t.prototype.createLinearGradient=function(t,i,e,r){return function(t,i,e,r,n){var o=b(t),s="vislite-lg-"+(new Date).valueOf()+"-"+Math.random(),a=f("linearGradient");o.appendChild(a),v(a,"id",s),v(a,"x1",i+"%"),v(a,"y1",e+"%"),v(a,"x2",r+"%"),v(a,"y2",n+"%");var _={value:function(){return"url(#"+s+")"},setColor:function(t,i){var e=f("stop");return a.appendChild(e),v(e,"offset",100*t+"%"),v(e,"style","stop-color:"+i+";"),_}};return _}(this.__svg,t,i,e,r)},t.prototype.createRadialGradient=function(t,i,e){return function(t,i,e,r){var n=b(t),o="vislite-rg-"+(new Date).valueOf()+"-"+Math.random(),s=f("radialGradient");n.appendChild(s),v(s,"id",o),v(s,"cx",i+"%"),v(s,"cy",e+"%"),v(s,"r",r+"%");var a={value:function(){return"url(#"+o+")"},setColor:function(t,i){var e=f("stop");return s.appendChild(e),v(e,"offset",100*t+"%"),v(e,"style","stop-color:"+i+";"),a}};return a}(this.__svg,t,i,e)},t}(),M=function(t){function i(i){if(!i)throw new Error("VISLite SVG:The mount point requires an HTMLElement type but encountered null.");var e=i.clientWidth,r=i.clientHeight,n=document.createElementNS("http://www.w3.org/2000/svg","svg");return i.appendChild(n),n.setAttribute("width",e+""),n.setAttribute("height",r+""),n.setAttribute("viewBox","0 0 "+e+" "+r),t.call(this,n)||this}return l(i,t),i}(A),L=function(t,i,e,r,n){return t.beginPath(),t.translate(e,r),t.rotate(n),t.font=i.fontStyle+" "+i.fontWeight+" "+i.fontSize+"px "+i.fontFamily,t},I=function(t,i,e,r,n,o,s,a){if(n>o){var _=n;n=o,o=_}return s%=2*Math.PI,a>=1.999999*Math.PI||a<=1.999999*-Math.PI?a=2*Math.PI:a%=2*Math.PI,x(s,a,e,r,n,o,(function(s,a,_,h,u,l,p,c,f,d,v){v<0&&(v=-v),t.beginPath(),t.moveTo(_,h),t.arc(e,r,n,s,a,!1),"round"==i.arcEndCap?t.arc(.5*(p+f),.5*(c+d),v,a-Math.PI,a,!0):"-round"==i.arcEndCap?t.arc(.5*(p+f),.5*(c+d),v,a-Math.PI,a,!1):t.lineTo(f,d),t.arc(e,r,o,a,s,!0),"round"==i.arcStartCap?t.arc(.5*(_+u),.5*(h+l),v,s,s-Math.PI,!0):"-round"==i.arcStartCap?t.arc(.5*(_+u),.5*(h+l),v,s,s-Math.PI,!1):t.lineTo(_,h)})),"butt"==i.arcStartCap&&t.closePath(),t},k=function(t,i,e,r){return t.beginPath(),t.moveTo(i+r,e),t.arc(i,e,r,0,2*Math.PI),t},z=function(t,i,e,r,n){return t.beginPath(),t.rect(i,e,r,n),t};function N(t,i,e,r,n){for(var o=0,s="",a=0;a<i.length;a++)t.measureText(s+i[a]).width>e||/\n$/.test(s)?(n(s,((o+=1)-.5)*r),s=i[a]):a==i.length-1?(o+=1,n(s+i[a],(o-.5)*r)):s+=i[a];return o*r}var U=function(){function t(t,i,e,r,n){void 0===i&&(i={}),void 0===r&&(r=!1),this.__region=null,this.__onlyRegion=!1,this.__specialConfig={fontSize:16,fontFamily:"sans-serif",fontWeight:400,fontStyle:"normal",arcStartCap:"butt",arcEndCap:"butt"},this.__initConfig={fillStyle:"black",strokeStyle:"black",lineWidth:1,textAlign:"left",textBaseline:"middle",lineDash:[],shadowBlur:0,shadowColor:"black"},this.painter=t.getContext("2d",i),this.__region=e,this.__isPainter=r,this.painter.textBaseline="middle",this.painter.textAlign="left"}return t.prototype.useConfig=function(t,i){if(this.__region&&["fillStyle","strokeStyle","shadowBlur","shadowColor"].indexOf(t)<0&&this.__region.useConfig(t,i),this.__isPainter&&this.__onlyRegion)return this;if("lineDash"==t)this.painter.setLineDash&&this.painter.setLineDash(i);else if(t in this.__specialConfig)"fontSize"==t&&(i=Math.round(i)),this.__specialConfig[t]=i;else{if(!(t in this.__initConfig))throw new Error("Illegal configuration item of painter : "+t+" !");this.painter[t]=i}return this},t.prototype.fillText=function(t,i,e,r){return void 0===r&&(r=0),this.__region&&this.__region.fillText(t,i,e,r),this.__isPainter&&this.__onlyRegion||(this.painter.save(),L(this.painter,this.__specialConfig,i,e,r).fillText(t,0,0),this.painter.restore()),this},t.prototype.strokeText=function(t,i,e,r){return void 0===r&&(r=0),this.__region&&this.__region.strokeText(t,i,e,r),this.__isPainter&&this.__onlyRegion||(this.painter.save(),L(this.painter,this.__specialConfig,i,e,r).strokeText(t,0,0),this.painter.restore()),this},t.prototype.fullText=function(t,i,e,r){return void 0===r&&(r=0),this.__region&&this.__region.fullText(t,i,e,r),this.__isPainter&&this.__onlyRegion||(this.painter.save(),L(this.painter,this.__specialConfig,i,e,r),this.painter.fillText(t,0,0),this.painter.strokeText(t,0,0),this.painter.restore()),this},t.prototype.fillTexts=function(t,i,e,r,n,o){var s=this;void 0===n&&(n=1.2),void 0===o&&(o=0);var a=0;if(this.__region&&(a=this.__region.fillTexts(t,i,e,r,n)),this.__isPainter&&this.__onlyRegion)return a;this.painter.save(),L(this.painter,this.__specialConfig,i,e,o);var _=N(this.painter,t,r,this.__specialConfig.fontSize*n,(function(t,i){s.painter.fillText(t,0,i)}));return this.painter.restore(),_},t.prototype.strokeTexts=function(t,i,e,r,n,o){var s=this;void 0===n&&(n=1.2),void 0===o&&(o=0);var a=0;if(this.__region&&(a=this.__region.fillTexts(t,i,e,r,n)),this.__isPainter&&this.__onlyRegion)return a;this.painter.save(),L(this.painter,this.__specialConfig,i,e,o);var _=N(this.painter,t,r,this.__specialConfig.fontSize*n,(function(t,i){s.painter.strokeText(t,0,i)}));return this.painter.restore(),_},t.prototype.fullTexts=function(t,i,e,r,n,o){var s=this;void 0===n&&(n=1.2),void 0===o&&(o=0);var a=0;if(this.__region&&(a=this.__region.fillTexts(t,i,e,r,n)),this.__isPainter&&this.__onlyRegion)return a;this.painter.save(),L(this.painter,this.__specialConfig,i,e,o);var _=N(this.painter,t,r,this.__specialConfig.fontSize*n,(function(t,i){s.painter.fillText(t,0,i),s.painter.strokeText(t,0,i)}));return this.painter.restore(),_},t.prototype.beginPath=function(){return this.__region&&this.__region.beginPath(),this.__isPainter&&this.__onlyRegion||this.painter.beginPath(),this},t.prototype.closePath=function(){return this.__region&&this.__region.closePath(),this.__isPainter&&this.__onlyRegion||this.painter.closePath(),this},t.prototype.moveTo=function(t,i){return this.__region&&this.__region.moveTo(t,i),this.__isPainter&&this.__onlyRegion||this.painter.moveTo(Math.round(t)+.5,Math.round(i)+.5),this},t.prototype.lineTo=function(t,i){return this.__region&&this.__region.lineTo(t,i),this.__isPainter&&this.__onlyRegion||this.painter.lineTo(Math.round(t)+.5,Math.round(i)+.5),this},t.prototype.arc=function(t,i,e,r,n){return this.__region&&this.__region.arc(t,i,e,r,n),this.__isPainter&&this.__onlyRegion||this.painter.arc(t,i,e,r,r+n,n<0),this},t.prototype.fill=function(){return this.__region&&this.__region.fill(),this.__isPainter&&this.__onlyRegion||this.painter.fill(),this},t.prototype.stroke=function(){return this.__region&&this.__region.stroke(),this.__isPainter&&this.__onlyRegion||this.painter.stroke(),this},t.prototype.full=function(){return this.__region&&this.__region.full(),this.__isPainter&&this.__onlyRegion||(this.painter.fill(),this.painter.stroke()),this},t.prototype.save=function(){return this.__region&&this.__region.save(),this.__isPainter&&this.__onlyRegion||this.painter.save(),this},t.prototype.restore=function(){return this.__region&&this.__region.restore(),this.__isPainter&&this.__onlyRegion||this.painter.restore(),this},t.prototype.clip=function(){return this.__region&&this.__region.clip(),this.__isPainter&&this.__onlyRegion||this.painter.clip(),this},t.prototype.quadraticCurveTo=function(t,i,e,r){return this.__region&&this.__region.quadraticCurveTo(t,i,e,r),this.__isPainter&&this.__onlyRegion||this.painter.quadraticCurveTo(t,i,e,r),this},t.prototype.bezierCurveTo=function(t,i,e,r,n,o){return this.__region&&this.__region.bezierCurveTo(t,i,e,r,n,o),this.__isPainter&&this.__onlyRegion||this.painter.bezierCurveTo(t,i,e,r,n,o),this},t.prototype.clearRect=function(t,i,e,r){return this.__region&&this.__region.clearRect(t,i,e,r),this.__isPainter&&this.__onlyRegion||this.painter.clearRect(t,i,e,r),this},t.prototype.fillArc=function(t,i,e,r,n,o){return this.__region&&this.__region.fillArc(t,i,e,r,n,o),this.__isPainter&&this.__onlyRegion||I(this.painter,this.__specialConfig,t,i,e,r,n,o).fill(),this},t.prototype.strokeArc=function(t,i,e,r,n,o){return this.__region&&this.__region.strokeArc(t,i,e,r,n,o),this.__isPainter&&this.__onlyRegion||I(this.painter,this.__specialConfig,t,i,e,r,n,o).stroke(),this},t.prototype.fullArc=function(t,i,e,r,n,o){return this.__region&&this.__region.fullArc(t,i,e,r,n,o),this.__isPainter&&this.__onlyRegion||(I(this.painter,this.__specialConfig,t,i,e,r,n,o),this.painter.fill(),this.painter.stroke()),this},t.prototype.fillCircle=function(t,i,e){return this.__region&&this.__region.fillCircle(t,i,e),this.__isPainter&&this.__onlyRegion||k(this.painter,t,i,e).fill(),this},t.prototype.strokeCircle=function(t,i,e){return this.__region&&this.__region.strokeCircle(t,i,e),this.__isPainter&&this.__onlyRegion||k(this.painter,t,i,e).stroke(),this},t.prototype.fullCircle=function(t,i,e){return this.__region&&this.__region.fullCircle(t,i,e),this.__isPainter&&this.__onlyRegion||(k(this.painter,t,i,e),this.painter.fill(),this.painter.stroke()),this},t.prototype.fillRect=function(t,i,e,r){return this.__region&&this.__region.fillRect(t,i,e,r),this.__isPainter&&this.__onlyRegion||z(this.painter,t,i,e,r).fill(),this},t.prototype.strokeRect=function(t,i,e,r){return this.__region&&this.__region.strokeRect(t,i,e,r),this.__isPainter&&this.__onlyRegion||z(this.painter,t,i,e,r).stroke(),this},t.prototype.fullRect=function(t,i,e,r){return this.__region&&this.__region.fullRect(t,i,e,r),this.__isPainter&&this.__onlyRegion||(z(this.painter,t,i,e,r),this.painter.fill(),this.painter.stroke()),this},t.prototype.draw=function(){return Promise.resolve()},t.prototype.drawImage=function(t,i,e,r,n,o){var s=this;return void 0===o&&(o=!1),new Promise((function(a){if(s.__region&&s.__region.fillRect(i,e,r,n),s.__isPainter&&s.__onlyRegion)a({});else if("string"!=typeof t||o)s.painter.drawImage(t,0,0,r,n,i,e,r,n),a({});else{var _=new Image;_.onload=function(){s.painter.drawImage(_,0,0,_.width,_.height,i,e,r,n),a({})},_.src=t}}))},t}();function F(t,i,e,r){for(var n=[],o=0;o<r;o++)n[o]=t;return function(){for(var o=0;o<r;o++){if(n[o]+e<i){n[o]=+(n[o]+e).toFixed(7);break}o<r-1&&(n[o]=t)}return n}}var O={"font-size":"fontSize","font-family":"fontFamily","font-weight":"fontWeight","font-style":"fontStyle","arc-start-cap":"arcStartCap","arc-end-cap":"arcEndCap"},G=function(t){function i(i,e,r,n){void 0===r&&(r={}),void 0===n&&(n=1);var o=t.call(this,i,r,e?new U(e,{willReadFrequently:!0}):void 0,!0,n)||this;return o.name="Canvas",o.__regionList={},o.__regionAssemble=F(0,255,10,3),o.__scaleSize=n,o.setRegion(""),o}return l(i,t),i.prototype.config=function(t){for(var i in t){var e=O[i]||i;this.useConfig(e,t[i])}return this},i.prototype.onlyRegion=function(t){return this.__onlyRegion=t,this},i.prototype.setRegion=function(t){if(this.__region)if(t){if(null==this.__regionList[t]){var i=this.__regionAssemble();this.__regionList[t]="rgb("+i[0]+","+i[1]+","+i[2]+")"}this.__region.useConfig("fillStyle",this.__regionList[t])&&this.__region.useConfig("strokeStyle",this.__regionList[t])}else this.__region.useConfig("fillStyle","#000000")&&this.__region.useConfig("strokeStyle","#000000");return this},i.prototype.getRegion=function(t,i){var e=this;return new Promise((function(r){var n=e.__region?e.__region.painter.getImageData(t-.5,i-.5,1,1):{data:[0,0,0,0]},o=n.data,s=function(){if(e.__region)for(var t in e.__regionList)if("rgb("+o[0]+","+o[1]+","+o[2]+")"==e.__regionList[t]){r(t);break}r("")};o?s():n.then((function(t){o=t,s()}))}))},i.prototype.textWidth=function(t){this.painter.save(),L(this.painter,this.__specialConfig,0,0,0);var i=this.painter.measureText(t+"").width;return this.painter.restore(),i},i.prototype.getContext=function(t){return void 0===t&&(t=!1),t?this.__region?this.__region.painter:null:this.painter},i.prototype.getInfo=function(){return{width:this.painter.canvas.width/this.__scaleSize,height:this.painter.canvas.height/this.__scaleSize}},i.prototype.createLinearGradient=function(t,i,e,r){return function(t,i,e,r,n){var o=t.createLinearGradient(i,e,r,n),s={value:function(){return o},setColor:function(t,i){return o.addColorStop(t,i),s}};return s}(this.painter,t,i,e,r)},i.prototype.createRadialGradient=function(t,i,e){return function(t,i,e,r){var n=t.createRadialGradient(i,e,0,i,e,r),o={value:function(){return n},setColor:function(t,i){return n.addColorStop(t,i),o}};return o}(this.painter,t,i,e)},i.prototype.getColor=function(t,i){t*=this.__scaleSize,i*=this.__scaleSize;var e=this.painter.getImageData(t-.5,i-.5,1,1).data;return"rgba("+e[0]+","+e[1]+","+e[2]+","+e[3]+")"},i}(U);function B(t,i){for(var e in t)i[e]=t[e];return i}var D=function(t){function i(i,e){void 0===e&&(e={});var r=this;if(!i)throw new Error("VISLite Canvas:The mount point requires an HTMLElement type but encountered null.");e=B(e,{region:!0,willReadFrequently:!1});var n,o=i.clientWidth,s=i.clientHeight,a=null,_=i;_._vislite_canvas_?(n=_._vislite_canvas_[0],a=_._vislite_canvas_[1]):(n=document.createElement("canvas"),i.appendChild(n),e.region&&(a=document.createElement("canvas")),_._vislite_canvas_=[n,a],i.setAttribute("vislite","Canvas"));for(var h=[a,n],u=0;u<h.length;u++){var l=h[u];l&&(l.style.width=o+"px",l.setAttribute("width",u*o+o+""),l.style.height=s+"px",l.setAttribute("height",u*s+s+""))}return(r=t.call(this,n,a,{willReadFrequently:e.willReadFrequently},2)||this).__canvas=n,r.painter.scale(2,2),r}return l(i,t),i.prototype.toDataURL=function(){var t=this;return new Promise((function(i){i(t.__canvas.toDataURL())}))},i}(G);function H(t,i,e,r){void 0===e&&(e={}),void 0===r&&(r="scaleToFill");for(var n=["experimental-webgl","webkit-3d","moz-webgl"],o=t.getContext("webgl",e),s=0;s<n.length;s++){try{o=t.getContext(n[s],e)}catch(t){}if(o)break}if(!o)throw new Error("Non canvas or browser does not support webgl.");var a=o.canvas.width,_=o.canvas.height,h=i,u=i;"aspectFit"==r?a>_?h*=_/a:_>a&&(u*=a/_):"aspectFill"==r&&(a>_?u*=a/_:_>a&&(h*=_/a));var l=a*h,p=_*u;return o.viewport(.5*(a-l),.5*(_-p),l,p),o.depthFunc(o.LEQUAL),o.enable(o.DEPTH_TEST),o}function q(t){var i=t.drawingBufferWidth,e=t.drawingBufferHeight,r=new Uint8Array(4*i*e);return t.readPixels(0,0,i,e,t.RGBA,t.UNSIGNED_BYTE,r),function(t,n){return"rgba("+r[4*((n=e-n)*i+t)]+","+r[4*(n*i+t)+1]+","+r[4*(n*i+t)+2]+","+r[4*(n*i+t)+3]+")"}}var W=function(){function t(t,i){void 0===i&&(i=!1),this.__painter=t,this.__isElement=i,this.__buffer=function(t){return t.createBuffer()}(t),this.__type=i?t.ELEMENT_ARRAY_BUFFER:t.ARRAY_BUFFER}return t.prototype.use=function(){return this.__painter.bindBuffer(this.__type,this.__buffer),this},t.prototype.write=function(t){return function(t,i,e,r){var n=e?t.ELEMENT_ARRAY_BUFFER:t.ARRAY_BUFFER;t.bufferData(n,i,r)}(this.__painter,t,this.__isElement,this.__painter.STATIC_DRAW),this.__fsize=t.BYTES_PER_ELEMENT,this},t.prototype.divide=function(t,i,e,r){return void 0===r&&(r=0),function(t,i,e,r,n,o,s){t.vertexAttribPointer(i,e,r,s,n,o),t.enableVertexAttribArray(i)}(this.__painter,t,i,this.__painter.FLOAT,e*this.__fsize,r*this.__fsize,!1),this},t}(),V=function(){function t(t,i,e){void 0===e&&(e=0),this.__painter=t,this.__type={"2d":t.TEXTURE_2D,cube:t.TEXTURE_CUBE_MAP}[i],this.__texture=function(t,i,e){var r=t.createTexture();return t.activeTexture(t["TEXTURE"+e]),t.bindTexture(i,r),r}(t,this.__type,e),t.texParameteri(this.__type,t.TEXTURE_MIN_FILTER,t.NEAREST),t.texParameteri(this.__type,t.TEXTURE_MAG_FILTER,t.NEAREST),t.texParameteri(this.__type,t.TEXTURE_WRAP_S,t.CLAMP_TO_EDGE),t.texParameteri(this.__type,t.TEXTURE_WRAP_T,t.CLAMP_TO_EDGE)}return t.prototype.useImage=function(t){return function(t,i,e,r,n,o){t.texImage2D(i,e,r,r,n,o)}(this.__painter,this.__type,0,this.__painter.RGBA,this.__painter.UNSIGNED_BYTE,t),this},t.prototype.useCube=function(t,i,e){return function(t,i,e,r,n,o,s,a,_){for(var h,u=[t.TEXTURE_CUBE_MAP_POSITIVE_X,t.TEXTURE_CUBE_MAP_NEGATIVE_X,t.TEXTURE_CUBE_MAP_POSITIVE_Y,t.TEXTURE_CUBE_MAP_NEGATIVE_Y,t.TEXTURE_CUBE_MAP_POSITIVE_Z,t.TEXTURE_CUBE_MAP_NEGATIVE_Z],l=0;l<u.length;l++)o[l]&&(h=u[l],t.texImage2D(h,e,r,s,a,0,r,n,null),t.bindTexture(i,_),t.texImage2D(h,e,r,r,n,o[l]));t.generateMipmap(i)}(this.__painter,this.__type,0,this.__painter.RGBA,this.__painter.UNSIGNED_BYTE,t,i,e,this.__texture),this},t}(),X={};function Y(t,i,e){var r=t+"-"+e;return X[r]||(X[r]=new V(i,e)),X[r]}var j=function(t,i,e){var r=t.createShader(i);if(null==r)throw new Error("Unable to create shader!");if(t.shaderSource(r,e),t.compileShader(r),!t.getShaderParameter(r,t.COMPILE_STATUS))throw new Error("Failed to compile shader:"+t.getShaderInfoLog(r));return r},$=function(){function t(t){this.__painter=t}return t.prototype.use=function(){return this.__painter.useProgram(this.program),this},t.prototype.compile=function(t,i){return this.program=function(t,i,e){var r=j(t,t.VERTEX_SHADER,i),n=j(t,t.FRAGMENT_SHADER,e),o=t.createProgram();if(t.attachShader(o,r),t.attachShader(o,n),t.linkProgram(o),!t.getProgramParameter(o,t.LINK_STATUS))throw new Error("Failed to link program: "+t.getProgramInfoLog(o));return o}(this.__painter,t,i),this},t}(),Z="attribute vec4 a_position;\r\nuniform mat4 u_matrix;\r\n\r\nvoid main()\r\n{\r\n vec4 temp = u_matrix * a_position;\r\n\r\n // 把原生的WebGL使用的左手坐标系变成了右手坐标系\r\n temp.z = -1.0 * temp.z;\r\n\r\n // 表示眼睛距离vec4(0.0,0.0,1.0)的距离\r\n float dist = 4.0;\r\n\r\n // 使用投影直接计算\r\n // 为保证纹理和相对位置正确\r\n // x、y、z的改变满足线性变换\r\n gl_Position = vec4((dist + 1.0) * temp.x, (dist + 1.0) * temp.y, dist * (dist + temp.z) + 1.0 - dist * dist, temp.w * 2.0 * (dist + temp.z));\r\n}",J="attribute vec4 a_position;\r\nuniform mat4 u_matrix;\r\nattribute vec4 a_color;\r\nvarying vec4 v_color;\r\n\r\nvoid main()\r\n{\r\n vec4 temp = u_matrix * a_position;\r\n temp.z = -1.0 * temp.z;\r\n float dist = 4.0;\r\n gl_Position = vec4((dist + 1.0) * temp.x, (dist + 1.0) * temp.y, dist * (dist + temp.z) + 1.0 - dist * dist, temp.w * 2.0 * (dist + temp.z));\r\n\r\n v_color = a_color;\r\n}",Q="attribute vec4 a_position;\r\nuniform mat4 u_matrix;\r\nattribute vec2 a_textcoord;\r\nvarying vec2 v_textcoord;\r\n\r\nvoid main()\r\n{\r\n vec4 temp = u_matrix * a_position;\r\n temp.z = -1.0 * temp.z;\r\n float dist = 4.0;\r\n gl_Position = vec4((dist + 1.0) * temp.x, (dist + 1.0) * temp.y, dist * (dist + temp.z) + 1.0 - dist * dist, temp.w * 2.0 * (dist + temp.z));\r\n\r\n v_textcoord = a_textcoord;\r\n}",K="attribute vec4 a_position;\r\nuniform mat4 u_matrix;\r\nattribute vec4 a_normal;\r\nvarying vec3 v_normal;\r\n\r\nvoid main()\r\n{\r\n vec4 temp = u_matrix * a_position;\r\n temp.z = -1.0 * temp.z;\r\n float dist = 4.0;\r\n gl_Position = vec4((dist + 1.0) * temp.x, (dist + 1.0) * temp.y, dist * (dist + temp.z) + 1.0 - dist * dist, temp.w * 2.0 * (dist + temp.z));\r\n\r\n v_normal = normalize(vec3(a_normal));\r\n}",tt="precision mediump float;\r\n\r\nuniform vec4 u_color;\r\n\r\nvoid main()\r\n{\r\n gl_FragColor = u_color;\r\n}",it="precision mediump float;\r\n\r\nvarying vec4 v_color;\r\n\r\nvoid main()\r\n{\r\n gl_FragColor = v_color;\r\n}",et="precision mediump float;\r\n\r\nuniform sampler2D u_sampler;\r\nvarying vec2 v_textcoord;\r\n\r\nvoid main()\r\n{\r\n gl_FragColor = texture2D(u_sampler, v_textcoord);\r\n}",rt="precision mediump float;\r\n\r\nvarying vec3 v_normal;\r\nuniform samplerCube u_texture;\r\n\r\nvoid main()\r\n{\r\n gl_FragColor = textureCube(u_texture, normalize(v_normal));\r\n}",nt={};function ot(t,i,e,r,n){var o,s,a,_,h,u,l,p,c,f,d,v,g,m,y,E,x,b,w,T,C,P,R,S,A=function(t,i,e){var r,n,o=t+(e.material.color?"1":"0")+(e.material.colors?"1":"0")+(e.material.image?"1":"0")+(e.material.cube?"1":"0");if(nt[o])return nt[o].use();var s=(r={},r[t+"1000"]=Z,r[t+"0100"]=J,r[t+"0010"]=Q,r[t+"0001"]=K,r)[o].replace(/uniform +mat4 +u_matrix;/,"\n uniform mat4 u_matrix_world;\n uniform mat4 u_matrix_mesh;\n uniform mat4 u_matrix_proporion;").replace(/u_matrix +\* +a_position/,"u_matrix_proporion * u_matrix_world * u_matrix_mesh * a_position"),a=(n={},n[t+"1000"]=tt,n[t+"0100"]=it,n[t+"0010"]=et,n[t+"0001"]=rt,n)[o],_=new $(i).compile(s,a).use();return nt[o]=_,_}(t,i,e);if(new W(i).use().write(e.geometry.attributes.position.array).divide(i.getAttribLocation(A.program,"a_position"),e.geometry.attributes.position.itemSize,e.geometry.attributes.position.itemSize,0),i.uniformMatrix4fv(i.getUniformLocation(A.program,"u_matrix_world"),!1,n.matrix),i.uniformMatrix4fv(i.getUniformLocation(A.program,"u_matrix_proporion"),!1,n.proporion),i.uniformMatrix4fv(i.getUniformLocation(A.program,"u_matrix_mesh"),!1,r.matrix),e.geometry.attributes.normal&&new W(i).use().write(e.geometry.attributes.normal.array).divide(i.getAttribLocation(A.program,"a_normal"),e.geometry.attributes.normal.itemSize,e.geometry.attributes.normal.itemSize,0),"color"in e.material&&i.uniform4f(i.getUniformLocation(A.program,"u_color"),null===(o=e.material.color)||void 0===o?void 0:o.r,null===(s=e.material.color)||void 0===s?void 0:s.g,null===(a=e.material.color)||void 0===a?void 0:a.b,null===(_=e.material.color)||void 0===_?void 0:_.alpha),"colors"in e.material)new W(i).use().write(null===(h=e.material.colors)||void 0===h?void 0:h.array).divide(i.getAttribLocation(A.program,"a_color"),null===(u=e.material.colors)||void 0===u?void 0:u.itemSize,null===(l=e.material.colors)||void 0===l?void 0:l.itemSize,0);else if("cube"in e.material){var M=(null===(c=null===(p=e.material.cube)||void 0===p?void 0:p.right)||void 0===c?void 0:c.image.value).width;i.uniform1i(i.getUniformLocation(A.program,"u_texture"),0),Y(t,i,"cube").useCube([null===(d=null===(f=e.material.cube)||void 0===f?void 0:f.right)||void 0===d?void 0:d.image.value,null===(g=null===(v=e.material.cube)||void 0===v?void 0:v.left)||void 0===g?void 0:g.image.value,null===(y=null===(m=e.material.cube)||void 0===m?void 0:m.top)||void 0===y?void 0:y.image.value,null===(x=null===(E=e.material.cube)||void 0===E?void 0:E.bottom)||void 0===x?void 0:x.image.value,null===(w=null===(b=e.material.cube)||void 0===b?void 0:b.far)||void 0===w?void 0:w.image.value,null===(C=null===(T=e.material.cube)||void 0===T?void 0:T.near)||void 0===C?void 0:C.image.value],M,M)}else"image"in e.material&&(i.uniform1i(i.getUniformLocation(A.program,"u_sampler"),0),new W(i).use().write(null===(P=e.geometry.attributes.uv)||void 0===P?void 0:P.array).divide(i.getAttribLocation(A.program,"a_textcoord"),null===(R=e.geometry.attributes.uv)||void 0===R?void 0:R.itemSize,2,0),Y(t,i,"2d").useImage(null===(S=e.material.image)||void 0===S?void 0:S.value));e.geometry.index?(new W(i,!0).use().write(e.geometry.index.array),i.drawElements(i[e.geometry.type],e.geometry.index.count,i.UNSIGNED_BYTE,0)):i.drawArrays(i[e.geometry.type],0,e.geometry.attributes.position.count)}var st,at=!1,_t=function(){function t(t,i,e){this.name="WebGL",this.__getColor=function(t,i){return"rgba(0,0,0,1)"},this.__regionList={},this.__regionAssemble=F(0,1,.2,3),this.__regionName="",this.__regionColor=[0,0,0,1],this.__scene={children:[],matrix:new n([1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,10])},this.__unique=(new Date).valueOf(),this.painter=H(t,10,{},e),i&&(this.__regionPainter=H(i,10,{},e));var r=this.painter.canvas.width/this.painter.canvas.height,o=1,s=1;r>1?o=1/r:s=r;var a=Math.min(o,s);this.__proporion=[o,0,0,0,0,s,0,0,0,0,a,0,0,0,0,1]}return t.prototype.matrix=function(t){return new n(t)},t.prototype.getMatrix=function(){return this.__scene.matrix},t.prototype.getObject3D=function(){return this.__scene.children},t.prototype.review=function(t){void 0===t&&(t=!1),t?this.__regionPainter&&(this.__regionPainter.clearColor(1,1,1,1),this.__regionPainter.clear(this.__regionPainter.COLOR_BUFFER_BIT)):(this.painter.clearColor(1,1,1,1),this.painter.clear(this.painter.COLOR_BUFFER_BIT));for(var i=0;i<this.__scene.children.length;i++)this.draw(this.__scene.children[i],t);return this},t.prototype.draw=function(t,i){var e;void 0===i&&(i=!1),i||(at=!0);var r={matrix:null===(e=t.matrix)||void 0===e?void 0:e.value()},n={matrix:this.__scene.matrix.value(),proporion:this.__proporion};this.setRegion(t.region);for(var o=0;o<t.mesh.length;o++)i?this.__regionPainter&&(ot("painter"+this.__unique,this.__regionPainter,{geometry:t.mesh[o].geometry,material:{color:{r:this.__regionColor[0],g:this.__regionColor[1],b:this.__regionColor[2],alpha:this.__regionColor[3]}}},r,n),this.__getColor=q(this.__regionPainter)):ot("region"+this.__unique,this.painter,t.mesh[o],r,n)},t.prototype.render=function(t){"matrix"in t||(t.matrix=new n),"region"in t||(t.region="");for(var i=0;i<t.mesh.length;i++){var e=t.mesh[i];e.geometry.attributes.normal&&Array.isArray(e.geometry.attributes.normal.array)&&(e.geometry.attributes.normal.array=new Float32Array(e.geometry.attributes.normal.array)),e.geometry.attributes.position&&Array.isArray(e.geometry.attributes.position.array)&&(e.geometry.attributes.position.array=new Float32Array(e.geometry.attributes.position.array)),e.geometry.attributes.uv&&Array.isArray(e.geometry.attributes.uv.array)&&(e.geometry.attributes.uv.array=new Float32Array(e.geometry.attributes.uv.array)),e.geometry.index&&Array.isArray(e.geometry.index.array)&&(e.geometry.index.array=new Uint8Array(e.geometry.index.array)),e.material.colors&&Array.isArray(e.material.colors.array)&&(e.material.colors.array=new Float32Array(e.material.colors.array))}this.__scene.children.push(t),this.draw(t)},t.prototype.setRegion=function(t){return this.__regionName=t+"",t?(null==this.__regionList[t]&&(this.__regionList[t]=p(p([],this.__regionAssemble(),!0),[1],!1)),this.__regionColor=this.__regionList[t]):this.__regionColor=[0,0,0,1],this},t.prototype.getRegion=function(t,i){var e=this;return at&&this.review(!0),at=!1,new Promise((function(r){var n=e.__getColor(t,i);for(var o in e.__regionList){var s=e.__regionList[o];if("rgba("+255*s[0]+","+255*s[1]+","+255*s[2]+","+255*s[3]+")"==n){r(o);break}}r("")}))},t}(),ht=function(t){function i(i,e){if(void 0===e&&(e={}),!i)throw new Error("VISLite WebGL:The mount point requires an HTMLElement type but encountered null.");e=B(e,{region:!0});var r,n=i.clientWidth,o=i.clientHeight,s=null,a=i;a._vislite_canvas_?(r=a._vislite_canvas_[0],s=a._vislite_canvas_[1]):(e.region&&(s=document.createElement("canvas"),i.appendChild(s),s.style.position="absolute",s.style.zIndex="-1",s.style.opacity="0"),r=document.createElement("canvas"),i.appendChild(r),a._vislite_canvas_=[r,s],i.setAttribute("vislite","WebGL"));for(var _=0,h=[r,s];_<h.length;_++){var u=h[_];u&&(u.style.width=n+"px",u.setAttribute("width",n+""),u.style.height=o+"px",u.setAttribute("height",o+""))}return t.call(this,r,s,e.mode)||this}return l(i,t),i}(_t),ut=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return l(i,t),i.prototype.compile=function(i,e){return e?t.prototype.compile.call(this,i,e):t.prototype.compile.call(this,{color:Z,colors:J,image:Q,cube:K}[i],{color:tt,colors:it,image:et,cube:rt}[i]),this},i}($),lt=function(t,i,e,r){var n=Math.cos(t),o=Math.sin(t);return[i*n-e*o,i*o+e*n,r]},pt=function(){function t(t,i){void 0===t&&(t=7),void 0===i&&(i=[107,36]),this.name="Eoap",this.__scale=t,this.__center=i}return t.prototype.use=function(t,i){var e,r,n,o,s,a,_=(e=(360-i)/180*Math.PI,r=100*this.__scale,n=0,o=0,s=Math.cos(e),a=Math.sin(e),[o*a+r*s,n,o*s-r*a]);return _=lt(t/180*Math.PI,_[0],_[1],_[2]),_=lt((90-this.__center[0])/180*Math.PI,_[0],_[1],_[2]),_=function(t,i,e,r){var n=Math.cos(t),o=Math.sin(t);return[i,e*n-r*o,e*o+r*n]}((90-this.__center[1])/180*Math.PI,_[0],_[1],_[2]),[-_[0],_[1],_[2]]},t}(),ct=function(t,i){void 0===t&&(t=7),void 0===i&&(i=[107,36]),this.name="Mercator";var e=100*t*Math.PI/180,r=e*i[0],n=-1*e*i[1];this.use=function(t,i){return[.8*(e*t-r),-1*e*i-n,0]}},ft=function(t,i){var e=t.getBoundingClientRect();return{x:i.clientX-e.left,y:i.clientY-e.top}},dt={},vt=0,gt=function(){function t(t){void 0===t&&(t={}),this.name="Tree",this.__config=B(t,{root:function(t){return t},children:function(t){return t.children},id:function(t){return t.name}})}return t.prototype.use=function(t,i){return void 0===i&&(i={}),function(t,i,e){var r=function(t,i){var e,r,n={},o=i.root(t);e=r=i.id(o),n[e]={data:o,pid:null,id:e,isOpen:!0,show:!0,children:[]};var s=1;return function r(o,a){var _=i.children(o,t);s+=_?_.length:0;for(var h=0;_&&h<_.length;h++)e=i.id(_[h]),n[a].children.push(e),n[e]={data:_[h],pid:a,id:e,isOpen:!0,show:!0,children:[]},r(_[h],e)}(o,e),{rid:r,value:n,num:s}}(t,i),n=r.value,o=r.rid;if(1==r.num)return n[o].left=.5,n[o].top=.5,n[o].show=!0,{deep:1,node:n,root:o,size:1};var s=[],a=0,_=0;for(var h in e[o]?(n[o].left=.5,n[o].top=.5,n[o].show=!0,a=1):function t(i,r){r>_&&(_=r);var o=0;if(!e[i.id])for(o=0;o<i.children.length;o++)t(n[i.children[o]],r+1);if(n[i.id].left=r+.5,0==o?(null==s[r]&&(s[r]=-.5),null==s[r-1]&&(s[r-1]=-.5),n[i.id].top=s[r]+1,s[r]+1+.5*(n[i.pid].children.length-1)-1<s[r-1]&&(n[i.id].top=s[r-1]+1-.5*(n[i.pid].children.length-1))):n[i.id].top=.5*(n[i.children[0]].top+n[i.children[o-1]].top),n[i.id].top<=s[r])var h=s[r]+1-n[i.id].top((function t(i,e){n[i].top+=h,s[e]<n[i].top&&(s[e]=n[i].top);for(var r=0;r<n[i].children.length;r++)t(n[i].children[r],e+1)}))(i.id,r);s[r]=n[i.id].top,n[i.id].top+.5>a&&(a=n[i.id].top+.5)}(n[o],0),e)e[h]&&(n[h].isOpen=!1,function t(i,e,r){for(var o=0;o<n[i].children.length;o++)n[n[i].children[o]].left=e,n[n[i].children[o]].top=r,n[n[i].children[o]].show=!1,t(n[i].children[o],e,r)}(h,n[h].left,n[h].top));return{node:n,root:o,size:a,deep:_+1}}(t,this.__config,i)},t}(),mt=function(t){function i(){var i=null!==t&&t.apply(this,arguments)||this;return i.name="TreeLayout",i.__option={offsetX:0,offsetY:0,duration:500,type:"plain",direction:"LR",x:100,y:100,width:100,height:100,radius:100},i.__noOpens={},i}return l(i,t),i.prototype.setOption=function(t){return B(t,this.__option),this},i.prototype.use=function(i,e){void 0===e&&(e={});var r=t.prototype.use.call(this,i,e);if(0!=this.__option.offsetX||0!=this.__option.offsetY)for(var n in r.node)if(!r.node[n].show){var s=0,a=n;do{a=r.node[a].pid,s++}while(!r.node[a].show);r.node[n].left+=this.__option.offsetX*s,r.node[n].top+=this.__option.offsetY*s}if("rect"==this.__option.type){if("LR"==this.__option.direction||"RL"==this.__option.direction){var _=this.__option.height/r.size,h=this.__option.width/(r.deep-1),u=this.__option.y-.5*this.__option.height,l="LR"==this.__option.direction?1:-1;for(var n in r.node)1==r.deep?(r.node[n].left=this.__option.x+.5*this.__option.width*l,r.node[n].top=this.__option.y):(r.node[n].left=this.__option.x+(r.node[n].left-.5)*h*l,r.node[n].top=r.node[n].top*_+u)}else if("TB"==this.__option.direction||"BT"==this.__option.direction)for(var n in _=this.__option.width/r.size,h=this.__option.height/(r.deep-1),u=this.__option.x-.5*this.__option.width,l="TB"==this.__option.direction?1:-1,r.node)if(1==r.deep)r.node[n].left=this.__option.x,r.node[n].top=this.__option.y+.5*this.__option.height*l;else{var p=r.node[n].left;r.node[n].left=r.node[n].top*_+u,r.node[n].top=this.__option.y+(p-.5)*h*l}}else if("circle"==this.__option.type){var c=this.__option.x,f=this.__option.y,d=2*Math.PI/r.size,v=this.__option.radius/(r.deep-1);for(var n in r.node)if(.5==r.node[n].left)r.node[n].left=c,r.node[n].top=f;else{var g=o(c,f,d*r.node[n].top,c+(r.node[n].left-.5)*v,f);r.node[n].left=g[0],r.node[n].top=g[1]}}return r},i.prototype.bind=function(t,i,e){return void 0===e&&(e={}),this.__rback=i,this.__oralTree=t,this.__noOpens=e,this.__preTree=this.use(this.__oralTree,this.__noOpens),this.__rback(this.__preTree),this},i.prototype.unbind=function(){return this.__rback=function(){return null},this.__oralTree=null,this.__preTree=null,this.__noOpens={},this},i.prototype.doUpdate=function(){var t=this,i=this.use(this.__oralTree,this.__noOpens),e=JSON.parse(JSON.stringify(i));h((function(r){if(t.__preTree)for(var n in e.node)(i.node[n].show||t.__preTree.node[n].show)&&(e.node[n].show=!0,e.node[n].left=t.__preTree.node[n].left+(i.node[n].left-t.__preTree.node[n].left)*r,e.node[n].top=t.__preTree.node[n].top+(i.node[n].top-t.__preTree.node[n].top)*r);t.__rback(e)}),this.__option.duration,(function(){t.__preTree=i,t.__rback(t.__preTree)}))},i.prototype.closeNode=function(t){return this.__preTree?(this.__noOpens[t]=!0,this.doUpdate(),this):this},i.prototype.openNode=function(t){return this.__preTree?(this.__noOpens[t]=!1,this.doUpdate(),this):this},i.prototype.toggleNode=function(t){return this.__preTree?(this.__noOpens[t]=!this.__noOpens[t],this.doUpdate(),this):this},i}(gt),yt=function(t,i,e){void 0===e&&(e=2*Math.PI);var r=Math.ceil(e/Math.asin(t/i)*2);return isNaN(r)||r<12?12:r};function Et(t,i,e,r,n,s,a,_,h){var u,l;if(void 0===_&&(_=0),void 0===h&&(h=2*Math.PI),4==s){var p=n/1.414;u=i+p,l=r+p}else u=i+n,l=r;var c=[u,l];0!=_&&(c=o(i,r,_,u,l));for(var f=[],d=h/s,v=0;v<s;v++)f.push(i,e,r),t&&f.push(0,a,0),f.push(c[0],e,c[1]),t&&f.push(0,a,0),c=o(i,r,d*(v+1),u,l),f.push(c[0],e,c[1]),t&&f.push(0,a,0);return f}function xt(t,i,e,r,n,s,a,_,h){void 0===_&&(_=0),void 0===h&&(h=2*Math.PI);var u,l=[];u=4==a?o(i,r,.25*Math.PI,i-n,r):[i+n,r],0!=_&&(u=o.apply(void 0,p([i,r,_],u,!1)));for(var c,f=h/a,d=h/(2*a),v=[],g=0;g<a;g++){if(c=o.apply(void 0,p([i,r,f],u,!1)),t){var m=o.apply(void 0,p([i,r,d],u,!1));v=[m[0],0,m[1]]}l.push.apply(l,p([u[0],e,u[1]],v,!1)),l.push.apply(l,p([u[0],e+s,u[1]],v,!1)),l.push.apply(l,p([c[0],e+s,c[1]],v,!1)),l.push.apply(l,p([u[0],e,u[1]],v,!1)),l.push.apply(l,p([c[0],e,c[1]],v,!1)),l.push.apply(l,p([c[0],e+s,c[1]],v,!1)),u=c}return l}function bt(t,i,e,r,n,s,a){var _,h=[i,e+n,r],u=2*Math.PI/s;t&&h.push(0,n,0);for(var l=function(){h.push.apply(h,h.slice(h.length-(t?12:6)))},p=1;p<.5*s;p++){_=o(i,e,u*p,i,e+n),p>1&&l();var c=o(i,r,u*a,_[0],r);h.push(c[0],_[1],c[1]),t&&h.push(c[0]-i,_[1]-e,c[1]-r),p>1&&l();var f=o(i,r,u*(a+1),_[0],r);h.push(f[0],_[1],f[1]),t&&h.push(f[0]-i,f[1]-e,f[1]-r)}return l(),h.push(i,e-n,r),t&&h.push(0,-n,0),h}function wt(t,i,e,r,n,o){return function(s,a,_,h){if(t==r&&e==o)return[s,a,_];var u,l,p,c=s-(h?0:t),f=a-(h?0:i),d=_-(h?0:e),v=r-t,g=n-i,m=o-e,y=Math.sqrt(v*v+m*m),E=m*(u=m/y)+v*(l=v/y),x=Math.sqrt(g*g+E*E);return u=E/x,f=(p=[f,c])[0]*(l=g/x)-p[1]*u,c=p[0]*u+p[1]*l,u=m/y,c=(p=[c,d])[0]*(l=v/y)-p[1]*u,d=p[0]*u+p[1]*l,[c+(h?0:t),f+(h?0:i),d+(h?0:e)]}}function Tt(t,i){if(t){for(var e=[],r=0;r<i.length;r+=9){var n=[i[r+3]-i[r],i[r+4]-i[r+1],i[r+5]-i[r+2]],o=[i[r+6]-i[r],i[r+7]-i[r+1],i[r+8]-i[r+2]],s=[n[1]*o[2]-o[1]*n[2],n[2]*o[0]-n[0]*o[2],n[0]*o[1]-n[1]*o[2]];e.push.apply(e,p(p(p(p(p([i[r],i[r+1],i[r+2]],s,!1),[i[r+3],i[r+4],i[r+5]],!1),s,!1),[i[r+6],i[r+7],i[r+8]],!1),s,!1))}return e}return i}var Ct=function(){function t(t){void 0===t&&(t={}),this.name="Geometry",this.__option=B(t,{precision:.1,normal:!1})}return t.prototype.config=function(t){for(var i in t)this.__option[i]=t[i];return this},t.prototype.splitNum=function(t,i){return yt(this.__option.precision,t,i)},t.prototype.rotateLine=function(t,i,e,r,n,o){var s=this,a=wt(t,i,e,r,n,o);return function(t,i,e){return a(t,i,e,s.__option.normal)}},t.prototype.prismHorizontal=function(t,i,e,r,n,o,s,a){return Et(this.__option.normal,t,i,e,r,n,o,s,a)},t.prototype.prismVertical=function(t,i,e,r,n,o,s,a){return xt(this.__option.normal,t,i,e,r,n,o,s,a)},t.prototype.sphereFragment=function(t,i,e,r,n,o){return bt(this.__option.normal,t,i,e,r,n,o)},t.prototype.pie=function(t,i,e,r,n,s,a){var _=yt(this.__option.precision,r,a),h=o(t,e,s,t+r,e),u=o(t,e,s+a,t+r,e);return[{name:"bottom",points:Et(this.__option.normal,t,i,e,r,_,n>0?-1:1,s,a),length:3*_,method:"TRIANGLES"},{name:"top",points:Et(this.__option.normal,t,i+n,e,r,_,n>0?1:-1,s,a),length:3*_,method:"TRIANGLES"},{name:"side",points:xt(this.__option.normal,t,i,e,r,n,_,s,a),length:6*_,method:"TRIANGLES"},{name:"begin",points:Tt(this.__option.normal,[t,i,e,t,i+n,e,h[0],i,h[1],h[0],i+n,h[1],h[0],i,h[1],t,i+n,e]),length:6,method:"TRIANGLES"},{name:"end",points:Tt(this.__option.normal,[t,i,e,u[0],i,u[1],t,i+n,e,u[0],i+n,u[1],t,i+n,e,u[0],i,u[1]]),length:6,method:"TRIANGLES"}]},t.prototype.cylinder=function(t,i,e,r,n,o,s){var a=yt(this.__option.precision,r);return 5==arguments.length?this.prism(t,i,e,r,n,a):this.prism(t,i,e,r,n,o,s,a)},t.prototype.prism=function(t,i,e,r,n,o,s,a){var _,h,u,l,p=null;6==arguments.length?(l=n,a=o):(l=(i>o?-1:1)*Math.sqrt((n-t)*(n-t)+(o-i)*(o-i)+(s-e)*(s-e)),p=wt(t,i,e,n,o,s));var c=[{name:"bottom",points:[],length:0,method:"TRIANGLES"},{name:"top",points:[],length:0,method:"TRIANGLES"},{name:"side",points:[],length:0,method:"TRIANGLES"}];(_=c[0].points).push.apply(_,Et(this.__option.normal,t,i,e,r,a,l>0?-1:1)),(h=c[1].points).push.apply(h,Et(this.__option.normal,t,i+l,e,r,a,l>0?1:-1)),(u=c[2].points).push.apply(u,xt(this.__option.normal,t,i,e,r,l,a));for(var f=0;f<c.length;f++){if(p){for(var d=[],v=!1,g=0;g<c[f].points.length;g+=3)d.push.apply(d,p(c[f].points[g],c[f].points[g+1],c[f].points[g+2],this.__option.normal&&v)),v=!v;c[f].points=d}c[f].length=c[f].points.length/(this.__option.normal?6:3)}return c},t.prototype.sphere=function(t,i,e,r){for(var n,o=yt(this.__option.precision,r),s=[{name:"surface",points:[],length:0,method:"TRIANGLES"}],a=0;a<o;a++)(n=s[0].points).push.apply(n,bt(this.__option.normal,t,i,e,r,o,a));return s[0].length=s[0].points.length/(this.__option.normal?6:3),s},t}(),Pt={Cardinal:i,Hermite:t,Matrix4:n,rotate:o,move:function(t,i,e,r,n){var o=Math.sqrt(t*t+i*i);return[t*e/o+r,i*e/o+n]},scale:function(t,i,e,r,n){return[e*(r-t)+t,e*(n-i)+i]},getLoopColors:function(t,i){void 0===i&&(i=1);var e=["rgba(84,112,198,"+i+")","rgba(145,204,117,"+i+")","rgba(250,200,88,"+i+")","rgba(238,102,102,"+i+")","rgba(115,192,222,"+i+")","rgba(59,162,114,"+i+")","rgba(252,132,82,"+i+")","rgba(154,96,180,"+i+")","rgba(234,124,204,"+i+")"],r=[];if(t<=e.length)return e;if(t%e.length==0)for(var n=0;n<t/e.length;n++)r=r.concat(e);else{for(var o=1;o<t/e.length;o++)r=r.concat(e);if(t%e.length==1)r=r.concat(e[4]);else for(var s=0;s<t%e.length;s++)r=r.concat(e[s])}return r},formatColor:function(t,i){var e=document.getElementsByTagName("head")[0];e.style.color=t;for(var r=(document.defaultView&&document.defaultView.getComputedStyle?document.defaultView.getComputedStyle(e,null):e.currentStyle).getPropertyValue("color").replace(/rgba?\(/,"").replace(")","").split(","),n=0;n<r.length;n++)r[n]=+r[n];switch(r.push(1),i){case"3d":return[r[0]/255,r[1]/255,r[2]/255,r[3]];case"rgba":return"rgba(".concat(r[0],", ").concat(r[1],", ").concat(r[2],", ").concat(r[3],")");case"rgb":return"rgb(".concat(r[0],", ").concat(r[1],", ").concat(r[2],")");case"hexAlpha":return"#".concat(a(r[0])).concat(a(r[1])).concat(a(r[2])).concat(a(+(255*r[3]).toFixed(0)));case"hex":return"#".concat(a(r[0])).concat(a(r[1])).concat(a(r[2]))}throw new Error("Unsupported color format: "+i)},animation:h,ruler:function(t,i,e,r){if(t<i){var n=i;i=t,t=n}else if(t==i)return[t];var o=function(t){for(var i=t<100&&t>-100?10:.1,e=-1,r=t;10==i?r>=-100&&r<=100:r<=-100||r>=100;)e+=1,r*=i;if(10==i)return Math.pow(10,e);for(var n="0.",o=1;o<e;o++)n+="0";return+(n+"1")}(t-i),s=Math.ceil((t-i)*o/e),a=function(e){var r=({3:2,4:5,6:5,7:5,8:10,9:10,11:10,12:10,13:15,14:15,16:15,17:15,18:20,19:20,21:20,22:20,23:25,24:25,26:25,27:25}[s+e]||s+e)/o,n=Math.floor(i/r)*r,a=[];a.push(n);for(var _=1;a[a.length-1]<t;_++)a.push(n+r*_);return a},_=a(0),h=function(){for(var t=[],e=_[_.length-1]-(null==r?void 0:r.max),n=0;n<_.length;n++)n+1<_.length&&_[n+1]-e<i||t.push(_[n]-e);return t},u=function(){for(var i=[],e=_[0]-(null==r?void 0:r.min),n=0;n<_.length&&(i[n]=_[n]-e,!(t<=i[n]));n++);return i};if(r){if("max"in r&&"min"in r&&r.max>=t&&r.min<=i){var l=function(){if(_[0]>=r.min&&_[_.length-1]<=r.max)return!0;var t=h();if(t[0]>=r.min&&t[t.length-1]<=r.max)return _=t,!0;var i=u();return i[0]>=r.min&&i[t.length-1]<=r.max?(_=i,!0):void 0};if(l())return _;for(var p=1;p<100;p++){if(_=a(p),l())return _;if(_=a(-p),l())return _}}"max"in r&&r.max>=t?r.max<_[_.length-1]&&(_=h()):"min"in r&&r.min<=i&&r.min>_[0]&&(_=u())}for(var c=0;c<_.length;c++){var f=_[c]+"";/\./.test(f)&&(/9{7,}$/.test(f)?(f=f.replace(/9{7,}$/,""),_[c]=+(f.substring(0,f.length-1)+(+f[f.length-1]+1))):/0{7,}\d$/.test(f)&&(_[c]=+f.replace(/0{7,}\d$/,"")))}return _},SVG:M,Canvas:D,WebGL:ht,getWebGLContext:function(t,i,e){if(void 0===i&&(i=1),!t)throw new Error("VISLite getWebGLContext:The mount point requires an HTMLElement type but encountered null.");var r,n=t.clientWidth,o=t.clientHeight,s=t;return s._vislite_canvas_?r=s._vislite_canvas_:(r=document.createElement("canvas"),t.appendChild(r),s._vislite_canvas_=r,t.setAttribute("vislite","WebGL")),r.style.width=n+"px",r.setAttribute("width",n+""),r.style.height=o+"px",r.setAttribute("height",o+""),H(r,i,{},e)},Shader:ut,Texture:V,Buffer:W,Eoap:pt,Mercator:ct,viewHandler:function(t){var i=document.getElementsByTagName("body")[0];i.addEventListener("keydown",(function(i){var e=function(t){return{37:"left",38:"up",39:"right",40:"down"}[t.keyCode||t.which]}(i);"up"==e?t({type:"lookUp",normal:[],value:.1,event:i}):"down"==e?t({type:"lookDown",normal:[],value:.1,event:i}):"left"==e?t({type:"lookLeft",normal:[],value:.1,event:i}):"right"==e&&t({type:"lookRight",normal:[],value:.1,event:i})}));var e=null,r=function(r){if(null==e)t({type:"hover",normal:[],value:0,event:r});else{var n=ft(i,r),o=[n.x-e.x,n.y-e.y],s=[o[1],o[0],0];if(0==s[0]&&0==s[1])return;t({type:"rotate",normal:s,value:.01*(Math.abs(n.x-e.x)+Math.abs(n.y-e.y)),event:r}),e=n}};i.addEventListener("mousedown",(function(t){e=ft(i,t)})),i.addEventListener("mouseup",(function(){e=null})),i.addEventListener("mousemove",(function(t){r(t)})),i.addEventListener("touchend",(function(){e=null})),i.addEventListener("touchstart",(function(t){e=ft(i,t)})),i.addEventListener("touchmove",(function(t){r(t.touches[0])}));var n=function(i,e){0!=i&&t({type:"scale",value:i<0?.899:1.101,normal:[],event:e})};i.addEventListener("mousewheel",(function(t){n(t.wheelDelta,t)})),window.addEventListener&&window.addEventListener("DOMMouseScroll",(function(t){n(-1*t.detail,t)}),!1)},resizeObserver:function(t,i){try{return st||(st=new ResizeObserver((function(t){for(var i=0,e=t;i<e.length;i++){var r=e[i];dt[r.target._resize_observer_]()}}))),vt++,t._resize_observer_=vt,dt[vt]=i,st.observe(t),function(){st&&(st.unobserve(t),delete dt[t._resize_observer_])}}catch(t){i(),console.error("ResizeObserver undefined!")}},throttle:function(t,i){void 0===i&&(i={}),i=B(i,{time:200,keep:!1,opportunity:"end"});var e,r=!1,n=!1,o=!1;return function(){var s=this;if(e=arguments,r)n=!0,o=!0;else{"end"!=i.opportunity&&t.apply(s,e),r=!0;var a=setInterval((function(){n?i.keep||t.apply(s,e):("begin"!=i.opportunity&&(o||"end"==i.opportunity)&&t.apply(s,e),r=!1,o=!1,clearInterval(a)),n=!1}),i.time)}}},TreeLayout:mt,Geometry:Ct};return Pt},"object"==typeof exports&&"undefined"!=typeof module?module.exports=i():"function"==typeof define&&define.amd?define(i):(t="undefined"!=typeof globalThis?globalThis:t||self).VISLite=i();
|
|
11
|
+
var t,i;t=this,i=function(){"use strict";var t=function(){function t(t){void 0===t&&(t=.5),this.name="Hermite",this.__u=t}return t.prototype.setP=function(t,i,e,r,n,o){if(!(t<e))throw new Error("The point x-position should be increamented!");this.__a=t,this.__b=e;var s=this.__u*n,a=this.__u*o;return i/=e-t,r/=e-t,this.__MR=[2*i-2*r+s+a,3*r-3*i-2*s-a,s,i],this},t.prototype.use=function(t){if(this.__MR){var i=(t-this.__a)/(this.__b-this.__a),e=i*i;return(i*e*this.__MR[0]+e*this.__MR[1]+i*this.__MR[2]+this.__MR[3])*(this.__b-this.__a)}throw new Error("You shoud first set the position!")},t}(),i=function(){function i(t){void 0===t&&(t=0),this.name="Cardinal",this.__t=t}return i.prototype.setP=function(i){this.__HS={x:[],h:[]};var e,r,n=(i[1][1]-i[0][1])/(i[1][0]-i[0][0]);for(this.__HS.x[0]=i[0][0],e=1;e<i.length;e++){if(i[e][0]<=i[e-1][0])throw new Error("The point position should be increamented!");this.__HS.x[e]=i[e][0],r=e<i.length-1?i[e+1][1]>i[e][1]&&i[e-1][1]>i[e][1]||i[e+1][1]<i[e][1]&&i[e-1][1]<i[e][1]||i[e+1][1]==i[e][1]||i[e-1][1]==i[e][1]?0:(i[e+1][1]-i[e-1][1])/(i[e+1][0]-i[e-1][0]):(i[e][1]-i[e-1][1])/(i[e][0]-i[e-1][0]),this.__HS.h[e-1]=new t(.5*(1-this.__t)).setP(i[e-1][0],i[e-1][1],i[e][0],i[e][1],n,r),n=r}return this},i.prototype.use=function(t){if(this.__HS){for(this.__i=-1;this.__i+1<this.__HS.x.length&&(t>this.__HS.x[this.__i+1]||-1==this.__i&&t>=this.__HS.x[this.__i+1]);)this.__i+=1;return this.__i<0?this.__HS.h[0].use(this.__HS.x[0]):this.__i>=this.__HS.h.length?this.__HS.h[this.__HS.h.length-1].use(this.__HS.x[this.__HS.x.length-1]):this.__HS.h[this.__i].use(t)}throw new Error("You shoud first set the position!")},i}(),e=function(t,i){for(var e=[],r=0;r<4;r++)for(var n=0;n<i.length/4;n++)e[4*n+r]=t[r]*i[4*n]+t[r+4]*i[4*n+1]+t[r+8]*i[4*n+2]+t[r+12]*i[4*n+3];return e},r=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],n=function(){function t(t){void 0===t&&(t=r),this.name="Matrix4",this.__matrix4=t}return t.prototype.setValue=function(t){return void 0===t&&(t=r),this.__matrix4=t,this},t.prototype.move=function(t,i,r,n){return void 0===n&&(n=0),this.__matrix4=e(function(t,i,e,r){void 0===r&&(r=0);var n=Math.sqrt(i*i+e*e+r*r);return[1,0,0,0,0,1,0,0,0,0,1,0,i*t/n,e*t/n,r*t/n,1]}(t,i,r,n),this.__matrix4),this},t.prototype.rotate=function(t,i,r,n,o,s,a){var _=function(t,i,e,r,n,o){if("number"==typeof t&&"number"==typeof i){if("number"!=typeof e?(e=0,r=t,n=i,o=1):"number"==typeof r&&"number"==typeof n&&"number"==typeof o||(r=t,n=i,o=e,t=0,i=0,e=0),t==r&&i==n&&e==o)throw new Error("It's not a legitimate ray!");var s=Math.sqrt((r-t)*(r-t)+(n-i)*(n-i)),a=0!=s?(n-i)/s:1,_=0!=s?(r-t)/s:0,h=(r-t)*_+(n-i)*a,u=o-e,l=Math.sqrt(h*h+u*u),p=0!=l?u/l:1,c=0!=l?h/l:0;return[[a,p*_,_*c,0,-_,a*p,a*c,0,0,-c,p,0,i*_-t*a,e*c-t*_*p-i*a*p,-t*_*c-i*a*c-e*p,1],[a,-_,0,0,p*_,p*a,-c,0,_*c,a*c,p,0,t,i,e,1]]}throw new Error("a1 and b1 is required!")}(i,r,n,o,s,a);return this.__matrix4=e(e(e(_[1],function(t){var i=Math.sin(t),e=Math.cos(t);return[e,i,0,0,-i,e,0,0,0,0,1,0,0,0,0,1]}(t)),_[0]),this.__matrix4),this},t.prototype.scale=function(t,i,r,n,o,s){return void 0===n&&(n=0),void 0===o&&(o=0),void 0===s&&(s=0),this.__matrix4=e(function(t,i,e,r,n,o){return void 0===r&&(r=0),void 0===n&&(n=0),void 0===o&&(o=0),[t,0,0,0,0,i,0,0,0,0,e,0,r-r*t,n-n*i,o-o*e,1]}(t,i,r,n,o,s),this.__matrix4),this},t.prototype.multiply=function(t,i){return void 0===i&&(i=!1),this.__matrix4=i?e(this.__matrix4,t):e(t,this.__matrix4),this},t.prototype.use=function(t,i,r,n){return void 0===r&&(r=0),void 0===n&&(n=1),e(this.__matrix4,[t,i,r,n])},t.prototype.value=function(){return this.__matrix4},t}();function o(t,i,e,r,n){var o=Math.cos(e),s=Math.sin(e);return[(r-t)*o-(n-i)*s+t,(r-t)*s+(n-i)*o+i]}var s,a=function(t){var i=t.toString(16);return 1==i.length?"0"+i:i},_=[];function h(t,i,e){void 0===i&&(i=400),void 0===e&&(e=function(){});var r={timer:function(t,i,e){if(!t)throw new Error("Tick is required!");var n=(new Date).valueOf()+"_"+(1e3*Math.random()).toFixed(0);return _.push({id:n,createTime:new Date,tick:t,duration:i,callback:e}),r.start(),n},start:function(){s||(s=setInterval(r.tick,13))},tick:function(){var t,i,e,n,o,s,a,h=_;for((_=[]).length=0,i=0;i<h.length;i++)t=(o=h[i]).createTime,e=o.tick,s=o.duration,n=o.callback,e(a=(a=(+(new Date).valueOf()-t.valueOf())/s)>1?1:a),a<1&&o.id?_.push(o):n(a);_.length<=0&&r.stop()},stop:function(){s&&(clearInterval(s),s=null)}},n=r.timer((function(i){t(i)}),i,e);return function(){var t;for(t in _)if(_[t].id==n)return void(_[t].id=void 0)}}var u=function(t,i){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,i){t.__proto__=i}||function(t,i){for(var e in i)Object.prototype.hasOwnProperty.call(i,e)&&(t[e]=i[e])},u(t,i)};function l(t,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");function e(){this.constructor=t}u(t,i),t.prototype=null===i?Object.create(i):(e.prototype=i.prototype,new e)}function p(t,i,e){if(e||2===arguments.length)for(var r,n=0,o=i.length;n<o;n++)!r&&n in i||(r||(r=Array.prototype.slice.call(i,0,n)),r[n]=i[n]);return t.concat(r||Array.prototype.slice.call(i))}"function"==typeof SuppressedError&&SuppressedError;var c=["href","title","show","type","role","actuate"];function f(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}var d=function(t,i,e){c.indexOf(i)>-1?t.setAttributeNS("http://www.w3.org/1999/xlink","xlink:"+i,e+""):t.setAttribute(i,e+"")},v=d;function g(t,i){d(t,"stroke",i.strokeStyle),d(t,"fill",i.fillStyle)}function m(t,i){d(t,"fill",i.fillStyle)}function y(t,i){d(t,"stroke",i.strokeStyle),d(t,"fill","none")}var E=function(t,i,e,r,n){var o=Math.cos(e),s=Math.sin(e);return[+((r-t)*o-(n-i)*s+t).toFixed(7),+((r-t)*s+(n-i)*o+i).toFixed(7)]};function x(t,i,e,r,n,o,s){i<0&&(t+=i,i*=-1);var a,_=[];a=E(0,0,t,n,0),_[0]=a[0],_[1]=a[1],a=E(0,0,i,a[0],a[1]),_[2]=a[0],_[3]=a[1],a=E(0,0,t,o,0),_[4]=a[0],_[5]=a[1],a=E(0,0,i,a[0],a[1]),_[6]=a[0],_[7]=a[1],s(t,t+i,_[0]+e,_[1]+r,_[4]+e,_[5]+r,_[2]+e,_[3]+r,_[6]+e,_[7]+r,.5*(o-n))}var b=function(t){var i=t.getElementsByTagName("defs");if(i.length<=0){var e=f("defs");return t.appendChild(e),e}return i[0]},w=function(t,i,e,r,n){if("text"!==t.nodeName.toLowerCase())throw new Error("Need a <text> !");v(t,"dy",{top:.5*i.fontSize,middle:0,bottom:.5*-i.fontSize}[i.textBaseline]),function(t,i){for(var e in i)t.style[e]=i[e]}(t,{"text-anchor":{left:"start",right:"end",center:"middle"}[i.textAlign],"dominant-baseline":"central","font-size":i.fontSize+"px","font-family":i.fontFamily}),v(t,"x",e),v(t,"y",r),"number"==typeof n&&v(t,"transform","rotate("+(n%=360)+","+e+","+r+")")},T=function(t,i,e,r){if("circle"!==t.nodeName.toLowerCase())throw new Error("Need a <circle> !");v(t,"cx",i),v(t,"cy",e),v(t,"r",r)},C=function(t,i,e){if("path"!==t.nodeName.toLowerCase())throw new Error("Need a <path> !");v(t,"d",i),v(t,"stroke-dasharray",e.lineDash.join(",")),v(t,"stroke-width",e.lineWidth+"")},P=function(t,i,e,r,n){if("rect"!==t.nodeName.toLowerCase())throw new Error("Need a <rect> !");n<0&&(e-=n*=-1),r<0&&(i-=r*=-1),v(t,"x",i),v(t,"y",e),v(t,"width",r),v(t,"height",n)},R=function(t,i,e,r,n,o,s,a){if("path"!==t.nodeName.toLowerCase())throw new Error("Need a <path> !");if(s=s/180*Math.PI,a=a/180*Math.PI,s%=2*Math.PI,n>o){var _=n;n=o,o=_}a>=1.999999*Math.PI||a<=1.999999*-Math.PI?a=1.999999*Math.PI:a%=2*Math.PI,x(s,a,e,r,n,o,(function(e,r,s,a,_,h,u,l,p,c,f){var d=r-e>Math.PI?1:0,g="M"+s+" "+a;f<0&&(f=-f),g+="A"+n+" "+n+" 0 "+d+" 1 "+u+" "+l,"round"==i.arcEndCap?g+="A"+f+" "+f+" 0 1 0 "+p+" "+c:"-round"==i.arcEndCap?g+="A"+f+" "+f+" 0 1 1 "+p+" "+c:g+="L"+p+" "+c,g+="A"+o+" "+o+" 0 "+d+" 0 "+_+" "+h,"round"==i.arcStartCap?g+="A"+f+" "+f+" 0 1 0 "+s+" "+a:"-round"==i.arcStartCap?g+="A"+f+" "+f+" 0 1 1 "+s+" "+a:g+="L"+s+" "+a,"butt"==i.arcStartCap&&(g+="Z"),v(t,"d",g)}))},S={"font-size":"fontSize","font-family":"fontFamily","arc-start-cap":"arcStartCap","arc-end-cap":"arcEndCap"},A=function(){function t(t){this.name="SVG",this.__config={fillStyle:"#000",strokeStyle:"#000",lineWidth:1,textAlign:"left",textBaseline:"middle",fontSize:16,fontFamily:"sans-serif",arcStartCap:"butt",arcEndCap:"butt",lineDash:[]},this.__path="",this.__currentPosition=[],this.__svg=t}return t.prototype.config=function(t){if("object"!=typeof t)return this.__config[S[t]||t];for(var i in t){var e=S[i]||i;this.__config[e]=t[i]}return this},t.prototype.useEl=function(t){return this.__useEl=t,this},t.prototype.getEl=function(){return this.__useEl},t.prototype.appendEl=function(t,i){return i=i||this.__svg,"string"==typeof t&&(t=f(t)),i.appendChild(t),this.__useEl=t,this},t.prototype.appendBoard=function(t,i){var e=t;if("string"==typeof t&&(e={text:"text",path:"path",arc:"path",circle:"circle",rect:"rect"}[t]||""),""==e)throw new Error("Unsupported drawing method:"+t);return this.appendEl(e,i)},t.prototype.remove=function(){if(!this.__useEl)throw new Error("Currently, no node can be deleted.");return this.__useEl.parentNode.removeChild(this.__useEl),this},t.prototype.attr=function(t){if(!this.__useEl)throw new Error("Currently, no node can be modified or viewed.");if("object"!=typeof t)return function(t,i){return c.indexOf(i)>-1&&(i="xlink:"+i),t.getAttribute(i)}(this.__useEl,t);for(var i in t)v(this.__useEl,i,t[i]);return this},t.prototype.fillText=function(t,i,e,r){return void 0===r&&(r=0),w(this.__useEl,this.__config,i,e,r),this.__useEl.textContent=t,m(this.__useEl,this.__config),this},t.prototype.strokeText=function(t,i,e,r){return void 0===r&&(r=0),w(this.__useEl,this.__config,i,e,r),this.__useEl.textContent=t,y(this.__useEl,this.__config),this},t.prototype.fullText=function(t,i,e,r){return void 0===r&&(r=0),w(this.__useEl,this.__config,i,e,r),this.__useEl.textContent=t,g(this.__useEl,this.__config),this},t.prototype.fillArc=function(t,i,e,r,n,o){return R(this.__useEl,this.__config,t,i,e,r,n,o),m(this.__useEl,this.__config),this},t.prototype.strokeArc=function(t,i,e,r,n,o){return R(this.__useEl,this.__config,t,i,e,r,n,o),y(this.__useEl,this.__config),this},t.prototype.fullArc=function(t,i,e,r,n,o){return R(this.__useEl,this.__config,t,i,e,r,n,o),g(this.__useEl,this.__config),this},t.prototype.fillCircle=function(t,i,e){return T(this.__useEl,t,i,e),m(this.__useEl,this.__config),this},t.prototype.strokeCircle=function(t,i,e){return T(this.__useEl,t,i,e),y(this.__useEl,this.__config),this},t.prototype.fullCircle=function(t,i,e){return T(this.__useEl,t,i,e),g(this.__useEl,this.__config),this},t.prototype.fillRect=function(t,i,e,r){return P(this.__useEl,t,i,e,r),m(this.__useEl,this.__config),this},t.prototype.strokeRect=function(t,i,e,r){return P(this.__useEl,t,i,e,r),y(this.__useEl,this.__config),this},t.prototype.fullRect=function(t,i,e,r){return P(this.__useEl,t,i,e,r),g(this.__useEl,this.__config),this},t.prototype.beginPath=function(){return this.__currentPosition=[],this.__path="",this},t.prototype.closePath=function(){return this.__path+="Z",this},t.prototype.moveTo=function(t,i){return this.__currentPosition=[t,i],this.__path+="M"+t+" "+i,this},t.prototype.lineTo=function(t,i){return this.__currentPosition=[t,i],this.__path+=(""==this.__path?"M":"L")+t+" "+i,this},t.prototype.fill=function(){return C(this.__useEl,this.__path,this.__config),m(this.__useEl,this.__config),this},t.prototype.stroke=function(){return C(this.__useEl,this.__path,this.__config),y(this.__useEl,this.__config),this},t.prototype.full=function(){return C(this.__useEl,this.__path,this.__config),g(this.__useEl,this.__config),this},t.prototype.arc=function(t,i,e,r,n){var s=o(t,i,r/180*Math.PI,t+e,i),a=o(t,i,(r+n)/180*Math.PI,t+e,i);return""==this.__path?this.__path+="M"+s[0]+","+s[1]:s[0]==this.__currentPosition[0]&&s[1]==this.__currentPosition[1]||(this.__path+="L"+s[0]+","+s[1]),this.__path+="A"+e+","+e+" 0 "+(n>180||n<-180?1:0)+","+(n>0?1:0)+" "+a[0]+","+a[1],this},t.prototype.quadraticCurveTo=function(t,i,e,r){return this.__path+="Q"+t+" "+i+","+e+" "+r,this},t.prototype.bezierCurveTo=function(t,i,e,r,n,o){return this.__path+="C"+t+" "+i+","+e+" "+r+","+n+" "+o,this},t.prototype.bind=function(t,i){return this.__useEl.addEventListener(t,(function(t){i.call(this,t,this)}),!1),this},t.prototype.createLinearGradient=function(t,i,e,r){return function(t,i,e,r,n){var o=b(t),s="vislite-lg-"+(new Date).valueOf()+"-"+Math.random(),a=f("linearGradient");o.appendChild(a),v(a,"id",s),v(a,"x1",i+"%"),v(a,"y1",e+"%"),v(a,"x2",r+"%"),v(a,"y2",n+"%");var _={value:function(){return"url(#"+s+")"},setColor:function(t,i){var e=f("stop");return a.appendChild(e),v(e,"offset",100*t+"%"),v(e,"style","stop-color:"+i+";"),_}};return _}(this.__svg,t,i,e,r)},t.prototype.createRadialGradient=function(t,i,e){return function(t,i,e,r){var n=b(t),o="vislite-rg-"+(new Date).valueOf()+"-"+Math.random(),s=f("radialGradient");n.appendChild(s),v(s,"id",o),v(s,"cx",i+"%"),v(s,"cy",e+"%"),v(s,"r",r+"%");var a={value:function(){return"url(#"+o+")"},setColor:function(t,i){var e=f("stop");return s.appendChild(e),v(e,"offset",100*t+"%"),v(e,"style","stop-color:"+i+";"),a}};return a}(this.__svg,t,i,e)},t}(),M=function(t){function i(i){if(!i)throw new Error("VISLite SVG:The mount point requires an HTMLElement type but encountered null.");var e=i.clientWidth,r=i.clientHeight,n=document.createElementNS("http://www.w3.org/2000/svg","svg");return i.appendChild(n),n.setAttribute("width",e+""),n.setAttribute("height",r+""),n.setAttribute("viewBox","0 0 "+e+" "+r),t.call(this,n)||this}return l(i,t),i}(A),L=function(t,i,e,r,n){return t.beginPath(),t.translate(e,r),t.rotate(n),t.font=i.fontStyle+" "+i.fontWeight+" "+i.fontSize+"px "+i.fontFamily,t},I=function(t,i,e,r,n,o,s,a){if(n>o){var _=n;n=o,o=_}return s%=2*Math.PI,a>=1.999999*Math.PI||a<=1.999999*-Math.PI?a=2*Math.PI:a%=2*Math.PI,x(s,a,e,r,n,o,(function(s,a,_,h,u,l,p,c,f,d,v){v<0&&(v=-v),t.beginPath(),t.moveTo(_,h),t.arc(e,r,n,s,a,!1),"round"==i.arcEndCap?t.arc(.5*(p+f),.5*(c+d),v,a-Math.PI,a,!0):"-round"==i.arcEndCap?t.arc(.5*(p+f),.5*(c+d),v,a-Math.PI,a,!1):t.lineTo(f,d),t.arc(e,r,o,a,s,!0),"round"==i.arcStartCap?t.arc(.5*(_+u),.5*(h+l),v,s,s-Math.PI,!0):"-round"==i.arcStartCap?t.arc(.5*(_+u),.5*(h+l),v,s,s-Math.PI,!1):t.lineTo(_,h)})),"butt"==i.arcStartCap&&t.closePath(),t},k=function(t,i,e,r){return t.beginPath(),t.moveTo(i+r,e),t.arc(i,e,r,0,2*Math.PI),t},z=function(t,i,e,r,n){return t.beginPath(),t.rect(i,e,r,n),t};function N(t,i,e,r,n){for(var o=0,s="",a=0;a<i.length;a++)t.measureText(s+i[a]).width>e||/\n$/.test(s)?(n(s,((o+=1)-.5)*r),s=i[a]):a==i.length-1?(o+=1,n(s+i[a],(o-.5)*r)):s+=i[a];return o*r}var U=function(){function t(t,i,e,r,n){void 0===i&&(i={}),void 0===r&&(r=!1),this.__region=null,this.__onlyRegion=!1,this.__specialConfig={fontSize:16,fontFamily:"sans-serif",fontWeight:400,fontStyle:"normal",arcStartCap:"butt",arcEndCap:"butt"},this.__initConfig={fillStyle:"black",strokeStyle:"black",lineWidth:1,textAlign:"left",textBaseline:"middle",lineDash:[],shadowBlur:0,shadowColor:"black"},this.painter=t.getContext("2d",i),this.__region=e,this.__isPainter=r,this.painter.textBaseline="middle",this.painter.textAlign="left"}return t.prototype.useConfig=function(t,i){if(this.__region&&["fillStyle","strokeStyle","shadowBlur","shadowColor"].indexOf(t)<0&&this.__region.useConfig(t,i),this.__isPainter&&this.__onlyRegion)return this;if("lineDash"==t)this.painter.setLineDash&&this.painter.setLineDash(i);else if(t in this.__specialConfig)"fontSize"==t&&(i=Math.round(i)),this.__specialConfig[t]=i;else{if(!(t in this.__initConfig))throw new Error("Illegal configuration item of painter : "+t+" !");this.painter[t]=i}return this},t.prototype.fillText=function(t,i,e,r){return void 0===r&&(r=0),this.__region&&this.__region.fillText(t,i,e,r),this.__isPainter&&this.__onlyRegion||(this.painter.save(),L(this.painter,this.__specialConfig,i,e,r).fillText(t,0,0),this.painter.restore()),this},t.prototype.strokeText=function(t,i,e,r){return void 0===r&&(r=0),this.__region&&this.__region.strokeText(t,i,e,r),this.__isPainter&&this.__onlyRegion||(this.painter.save(),L(this.painter,this.__specialConfig,i,e,r).strokeText(t,0,0),this.painter.restore()),this},t.prototype.fullText=function(t,i,e,r){return void 0===r&&(r=0),this.__region&&this.__region.fullText(t,i,e,r),this.__isPainter&&this.__onlyRegion||(this.painter.save(),L(this.painter,this.__specialConfig,i,e,r),this.painter.fillText(t,0,0),this.painter.strokeText(t,0,0),this.painter.restore()),this},t.prototype.fillTexts=function(t,i,e,r,n,o){var s=this;void 0===n&&(n=1.2),void 0===o&&(o=0);var a=0;if(this.__region&&(a=this.__region.fillTexts(t,i,e,r,n)),this.__isPainter&&this.__onlyRegion)return a;this.painter.save(),L(this.painter,this.__specialConfig,i,e,o);var _=N(this.painter,t,r,this.__specialConfig.fontSize*n,(function(t,i){s.painter.fillText(t,0,i)}));return this.painter.restore(),_},t.prototype.strokeTexts=function(t,i,e,r,n,o){var s=this;void 0===n&&(n=1.2),void 0===o&&(o=0);var a=0;if(this.__region&&(a=this.__region.fillTexts(t,i,e,r,n)),this.__isPainter&&this.__onlyRegion)return a;this.painter.save(),L(this.painter,this.__specialConfig,i,e,o);var _=N(this.painter,t,r,this.__specialConfig.fontSize*n,(function(t,i){s.painter.strokeText(t,0,i)}));return this.painter.restore(),_},t.prototype.fullTexts=function(t,i,e,r,n,o){var s=this;void 0===n&&(n=1.2),void 0===o&&(o=0);var a=0;if(this.__region&&(a=this.__region.fillTexts(t,i,e,r,n)),this.__isPainter&&this.__onlyRegion)return a;this.painter.save(),L(this.painter,this.__specialConfig,i,e,o);var _=N(this.painter,t,r,this.__specialConfig.fontSize*n,(function(t,i){s.painter.fillText(t,0,i),s.painter.strokeText(t,0,i)}));return this.painter.restore(),_},t.prototype.beginPath=function(){return this.__region&&this.__region.beginPath(),this.__isPainter&&this.__onlyRegion||this.painter.beginPath(),this},t.prototype.closePath=function(){return this.__region&&this.__region.closePath(),this.__isPainter&&this.__onlyRegion||this.painter.closePath(),this},t.prototype.moveTo=function(t,i){return this.__region&&this.__region.moveTo(t,i),this.__isPainter&&this.__onlyRegion||this.painter.moveTo(Math.round(t)+.5,Math.round(i)+.5),this},t.prototype.lineTo=function(t,i){return this.__region&&this.__region.lineTo(t,i),this.__isPainter&&this.__onlyRegion||this.painter.lineTo(Math.round(t)+.5,Math.round(i)+.5),this},t.prototype.arc=function(t,i,e,r,n){return this.__region&&this.__region.arc(t,i,e,r,n),this.__isPainter&&this.__onlyRegion||this.painter.arc(t,i,e,r,r+n,n<0),this},t.prototype.fill=function(){return this.__region&&this.__region.fill(),this.__isPainter&&this.__onlyRegion||this.painter.fill(),this},t.prototype.stroke=function(){return this.__region&&this.__region.stroke(),this.__isPainter&&this.__onlyRegion||this.painter.stroke(),this},t.prototype.full=function(){return this.__region&&this.__region.full(),this.__isPainter&&this.__onlyRegion||(this.painter.fill(),this.painter.stroke()),this},t.prototype.save=function(){return this.__region&&this.__region.save(),this.__isPainter&&this.__onlyRegion||this.painter.save(),this},t.prototype.restore=function(){return this.__region&&this.__region.restore(),this.__isPainter&&this.__onlyRegion||this.painter.restore(),this},t.prototype.clip=function(){return this.__region&&this.__region.clip(),this.__isPainter&&this.__onlyRegion||this.painter.clip(),this},t.prototype.quadraticCurveTo=function(t,i,e,r){return this.__region&&this.__region.quadraticCurveTo(t,i,e,r),this.__isPainter&&this.__onlyRegion||this.painter.quadraticCurveTo(t,i,e,r),this},t.prototype.bezierCurveTo=function(t,i,e,r,n,o){return this.__region&&this.__region.bezierCurveTo(t,i,e,r,n,o),this.__isPainter&&this.__onlyRegion||this.painter.bezierCurveTo(t,i,e,r,n,o),this},t.prototype.clearRect=function(t,i,e,r){return this.__region&&this.__region.clearRect(t,i,e,r),this.__isPainter&&this.__onlyRegion||this.painter.clearRect(t,i,e,r),this},t.prototype.fillArc=function(t,i,e,r,n,o){return this.__region&&this.__region.fillArc(t,i,e,r,n,o),this.__isPainter&&this.__onlyRegion||I(this.painter,this.__specialConfig,t,i,e,r,n,o).fill(),this},t.prototype.strokeArc=function(t,i,e,r,n,o){return this.__region&&this.__region.strokeArc(t,i,e,r,n,o),this.__isPainter&&this.__onlyRegion||I(this.painter,this.__specialConfig,t,i,e,r,n,o).stroke(),this},t.prototype.fullArc=function(t,i,e,r,n,o){return this.__region&&this.__region.fullArc(t,i,e,r,n,o),this.__isPainter&&this.__onlyRegion||(I(this.painter,this.__specialConfig,t,i,e,r,n,o),this.painter.fill(),this.painter.stroke()),this},t.prototype.fillCircle=function(t,i,e){return this.__region&&this.__region.fillCircle(t,i,e),this.__isPainter&&this.__onlyRegion||k(this.painter,t,i,e).fill(),this},t.prototype.strokeCircle=function(t,i,e){return this.__region&&this.__region.strokeCircle(t,i,e),this.__isPainter&&this.__onlyRegion||k(this.painter,t,i,e).stroke(),this},t.prototype.fullCircle=function(t,i,e){return this.__region&&this.__region.fullCircle(t,i,e),this.__isPainter&&this.__onlyRegion||(k(this.painter,t,i,e),this.painter.fill(),this.painter.stroke()),this},t.prototype.fillRect=function(t,i,e,r){return this.__region&&this.__region.fillRect(t,i,e,r),this.__isPainter&&this.__onlyRegion||z(this.painter,t,i,e,r).fill(),this},t.prototype.strokeRect=function(t,i,e,r){return this.__region&&this.__region.strokeRect(t,i,e,r),this.__isPainter&&this.__onlyRegion||z(this.painter,t,i,e,r).stroke(),this},t.prototype.fullRect=function(t,i,e,r){return this.__region&&this.__region.fullRect(t,i,e,r),this.__isPainter&&this.__onlyRegion||(z(this.painter,t,i,e,r),this.painter.fill(),this.painter.stroke()),this},t.prototype.draw=function(){return Promise.resolve()},t.prototype.drawImage=function(t,i,e,r,n,o){var s=this;return void 0===o&&(o=!1),new Promise((function(a){if(s.__region&&s.__region.fillRect(i,e,r,n),s.__isPainter&&s.__onlyRegion)a({});else if("string"!=typeof t||o)s.painter.drawImage(t,i,e,r,n),a({});else{var _=new Image;_.onload=function(){s.painter.drawImage(_,i,e,r,n),a({})},_.src=t}}))},t}();function F(t,i,e,r){for(var n=[],o=0;o<r;o++)n[o]=t;return function(){for(var o=0;o<r;o++){if(n[o]+e<i){n[o]=+(n[o]+e).toFixed(7);break}o<r-1&&(n[o]=t)}return n}}var O={"font-size":"fontSize","font-family":"fontFamily","font-weight":"fontWeight","font-style":"fontStyle","arc-start-cap":"arcStartCap","arc-end-cap":"arcEndCap"},G=function(t){function i(i,e,r,n){void 0===r&&(r={}),void 0===n&&(n=1);var o=t.call(this,i,r,e?new U(e,{willReadFrequently:!0}):void 0,!0,n)||this;return o.name="Canvas",o.__regionList={},o.__regionAssemble=F(0,255,10,3),o.__scaleSize=n,o.setRegion(""),o}return l(i,t),i.prototype.config=function(t){for(var i in t){var e=O[i]||i;this.useConfig(e,t[i])}return this},i.prototype.onlyRegion=function(t){return this.__onlyRegion=t,this},i.prototype.setRegion=function(t){if(this.__region)if(t){if(null==this.__regionList[t]){var i=this.__regionAssemble();this.__regionList[t]="rgb("+i[0]+","+i[1]+","+i[2]+")"}this.__region.useConfig("fillStyle",this.__regionList[t])&&this.__region.useConfig("strokeStyle",this.__regionList[t])}else this.__region.useConfig("fillStyle","#000000")&&this.__region.useConfig("strokeStyle","#000000");return this},i.prototype.getRegion=function(t,i){var e=this;return new Promise((function(r){var n=e.__region?e.__region.painter.getImageData(t-.5,i-.5,1,1):{data:[0,0,0,0]},o=n.data,s=function(){if(e.__region)for(var t in e.__regionList)if("rgb("+o[0]+","+o[1]+","+o[2]+")"==e.__regionList[t]){r(t);break}r("")};o?s():n.then((function(t){o=t,s()}))}))},i.prototype.textWidth=function(t){this.painter.save(),L(this.painter,this.__specialConfig,0,0,0);var i=this.painter.measureText(t+"").width;return this.painter.restore(),i},i.prototype.getContext=function(t){return void 0===t&&(t=!1),t?this.__region?this.__region.painter:null:this.painter},i.prototype.getInfo=function(){return{width:this.painter.canvas.width/this.__scaleSize,height:this.painter.canvas.height/this.__scaleSize}},i.prototype.createLinearGradient=function(t,i,e,r){return function(t,i,e,r,n){var o=t.createLinearGradient(i,e,r,n),s={value:function(){return o},setColor:function(t,i){return o.addColorStop(t,i),s}};return s}(this.painter,t,i,e,r)},i.prototype.createRadialGradient=function(t,i,e){return function(t,i,e,r){var n=t.createRadialGradient(i,e,0,i,e,r),o={value:function(){return n},setColor:function(t,i){return n.addColorStop(t,i),o}};return o}(this.painter,t,i,e)},i.prototype.getColor=function(t,i){t*=this.__scaleSize,i*=this.__scaleSize;var e=this.painter.getImageData(t-.5,i-.5,1,1).data;return"rgba("+e[0]+","+e[1]+","+e[2]+","+e[3]+")"},i}(U);function B(t,i){for(var e in t)i[e]=t[e];return i}var D=function(t){function i(i,e){void 0===e&&(e={});var r=this;if(!i)throw new Error("VISLite Canvas:The mount point requires an HTMLElement type but encountered null.");e=B(e,{region:!0,willReadFrequently:!1});var n,o=i.clientWidth,s=i.clientHeight,a=null,_=i;_._vislite_canvas_?(n=_._vislite_canvas_[0],a=_._vislite_canvas_[1]):(n=document.createElement("canvas"),i.appendChild(n),e.region&&(a=document.createElement("canvas")),_._vislite_canvas_=[n,a],i.setAttribute("vislite","Canvas"));for(var h=[a,n],u=0;u<h.length;u++){var l=h[u];l&&(l.style.width=o+"px",l.setAttribute("width",u*o+o+""),l.style.height=s+"px",l.setAttribute("height",u*s+s+""))}return(r=t.call(this,n,a,{willReadFrequently:e.willReadFrequently},2)||this).__canvas=n,r.painter.scale(2,2),r}return l(i,t),i.prototype.toDataURL=function(){var t=this;return new Promise((function(i){i(t.__canvas.toDataURL())}))},i}(G);function H(t,i,e,r){void 0===e&&(e={}),void 0===r&&(r="scaleToFill");for(var n=["experimental-webgl","webkit-3d","moz-webgl"],o=t.getContext("webgl",e),s=0;s<n.length;s++){try{o=t.getContext(n[s],e)}catch(t){}if(o)break}if(!o)throw new Error("Non canvas or browser does not support webgl.");var a=o.canvas.width,_=o.canvas.height,h=i,u=i;"aspectFit"==r?a>_?h*=_/a:_>a&&(u*=a/_):"aspectFill"==r&&(a>_?u*=a/_:_>a&&(h*=_/a));var l=a*h,p=_*u;return o.viewport(.5*(a-l),.5*(_-p),l,p),o.depthFunc(o.LEQUAL),o.enable(o.DEPTH_TEST),o}function q(t){var i=t.drawingBufferWidth,e=t.drawingBufferHeight,r=new Uint8Array(4*i*e);return t.readPixels(0,0,i,e,t.RGBA,t.UNSIGNED_BYTE,r),function(t,n){return"rgba("+r[4*((n=e-n)*i+t)]+","+r[4*(n*i+t)+1]+","+r[4*(n*i+t)+2]+","+r[4*(n*i+t)+3]+")"}}var W=function(){function t(t,i){void 0===i&&(i=!1),this.__painter=t,this.__isElement=i,this.__buffer=function(t){return t.createBuffer()}(t),this.__type=i?t.ELEMENT_ARRAY_BUFFER:t.ARRAY_BUFFER}return t.prototype.use=function(){return this.__painter.bindBuffer(this.__type,this.__buffer),this},t.prototype.write=function(t){return function(t,i,e,r){var n=e?t.ELEMENT_ARRAY_BUFFER:t.ARRAY_BUFFER;t.bufferData(n,i,r)}(this.__painter,t,this.__isElement,this.__painter.STATIC_DRAW),this.__fsize=t.BYTES_PER_ELEMENT,this},t.prototype.divide=function(t,i,e,r){return void 0===r&&(r=0),function(t,i,e,r,n,o,s){t.vertexAttribPointer(i,e,r,s,n,o),t.enableVertexAttribArray(i)}(this.__painter,t,i,this.__painter.FLOAT,e*this.__fsize,r*this.__fsize,!1),this},t}(),V=function(){function t(t,i,e){void 0===e&&(e=0),this.__painter=t,this.__type={"2d":t.TEXTURE_2D,cube:t.TEXTURE_CUBE_MAP}[i],this.__texture=function(t,i,e){var r=t.createTexture();return t.activeTexture(t["TEXTURE"+e]),t.bindTexture(i,r),r}(t,this.__type,e),t.texParameteri(this.__type,t.TEXTURE_MIN_FILTER,t.NEAREST),t.texParameteri(this.__type,t.TEXTURE_MAG_FILTER,t.NEAREST),t.texParameteri(this.__type,t.TEXTURE_WRAP_S,t.CLAMP_TO_EDGE),t.texParameteri(this.__type,t.TEXTURE_WRAP_T,t.CLAMP_TO_EDGE)}return t.prototype.useImage=function(t){return function(t,i,e,r,n,o){t.texImage2D(i,e,r,r,n,o)}(this.__painter,this.__type,0,this.__painter.RGBA,this.__painter.UNSIGNED_BYTE,t),this},t.prototype.useCube=function(t,i,e){return function(t,i,e,r,n,o,s,a,_){for(var h,u=[t.TEXTURE_CUBE_MAP_POSITIVE_X,t.TEXTURE_CUBE_MAP_NEGATIVE_X,t.TEXTURE_CUBE_MAP_POSITIVE_Y,t.TEXTURE_CUBE_MAP_NEGATIVE_Y,t.TEXTURE_CUBE_MAP_POSITIVE_Z,t.TEXTURE_CUBE_MAP_NEGATIVE_Z],l=0;l<u.length;l++)o[l]&&(h=u[l],t.texImage2D(h,e,r,s,a,0,r,n,null),t.bindTexture(i,_),t.texImage2D(h,e,r,r,n,o[l]));t.generateMipmap(i)}(this.__painter,this.__type,0,this.__painter.RGBA,this.__painter.UNSIGNED_BYTE,t,i,e,this.__texture),this},t}(),X={};function Y(t,i,e){var r=t+"-"+e;return X[r]||(X[r]=new V(i,e)),X[r]}var j=function(t,i,e){var r=t.createShader(i);if(null==r)throw new Error("Unable to create shader!");if(t.shaderSource(r,e),t.compileShader(r),!t.getShaderParameter(r,t.COMPILE_STATUS))throw new Error("Failed to compile shader:"+t.getShaderInfoLog(r));return r},$=function(){function t(t){this.__painter=t}return t.prototype.use=function(){return this.__painter.useProgram(this.program),this},t.prototype.compile=function(t,i){return this.program=function(t,i,e){var r=j(t,t.VERTEX_SHADER,i),n=j(t,t.FRAGMENT_SHADER,e),o=t.createProgram();if(t.attachShader(o,r),t.attachShader(o,n),t.linkProgram(o),!t.getProgramParameter(o,t.LINK_STATUS))throw new Error("Failed to link program: "+t.getProgramInfoLog(o));return o}(this.__painter,t,i),this},t}(),Z="attribute vec4 a_position;\r\nuniform mat4 u_matrix;\r\n\r\nvoid main()\r\n{\r\n vec4 temp = u_matrix * a_position;\r\n\r\n // 把原生的WebGL使用的左手坐标系变成了右手坐标系\r\n temp.z = -1.0 * temp.z;\r\n\r\n // 表示眼睛距离vec4(0.0,0.0,1.0)的距离\r\n float dist = 4.0;\r\n\r\n // 使用投影直接计算\r\n // 为保证纹理和相对位置正确\r\n // x、y、z的改变满足线性变换\r\n gl_Position = vec4((dist + 1.0) * temp.x, (dist + 1.0) * temp.y, dist * (dist + temp.z) + 1.0 - dist * dist, temp.w * 2.0 * (dist + temp.z));\r\n}",J="attribute vec4 a_position;\r\nuniform mat4 u_matrix;\r\nattribute vec4 a_color;\r\nvarying vec4 v_color;\r\n\r\nvoid main()\r\n{\r\n vec4 temp = u_matrix * a_position;\r\n temp.z = -1.0 * temp.z;\r\n float dist = 4.0;\r\n gl_Position = vec4((dist + 1.0) * temp.x, (dist + 1.0) * temp.y, dist * (dist + temp.z) + 1.0 - dist * dist, temp.w * 2.0 * (dist + temp.z));\r\n\r\n v_color = a_color;\r\n}",Q="attribute vec4 a_position;\r\nuniform mat4 u_matrix;\r\nattribute vec2 a_textcoord;\r\nvarying vec2 v_textcoord;\r\n\r\nvoid main()\r\n{\r\n vec4 temp = u_matrix * a_position;\r\n temp.z = -1.0 * temp.z;\r\n float dist = 4.0;\r\n gl_Position = vec4((dist + 1.0) * temp.x, (dist + 1.0) * temp.y, dist * (dist + temp.z) + 1.0 - dist * dist, temp.w * 2.0 * (dist + temp.z));\r\n\r\n v_textcoord = a_textcoord;\r\n}",K="attribute vec4 a_position;\r\nuniform mat4 u_matrix;\r\nattribute vec4 a_normal;\r\nvarying vec3 v_normal;\r\n\r\nvoid main()\r\n{\r\n vec4 temp = u_matrix * a_position;\r\n temp.z = -1.0 * temp.z;\r\n float dist = 4.0;\r\n gl_Position = vec4((dist + 1.0) * temp.x, (dist + 1.0) * temp.y, dist * (dist + temp.z) + 1.0 - dist * dist, temp.w * 2.0 * (dist + temp.z));\r\n\r\n v_normal = normalize(vec3(a_normal));\r\n}",tt="precision mediump float;\r\n\r\nuniform vec4 u_color;\r\n\r\nvoid main()\r\n{\r\n gl_FragColor = u_color;\r\n}",it="precision mediump float;\r\n\r\nvarying vec4 v_color;\r\n\r\nvoid main()\r\n{\r\n gl_FragColor = v_color;\r\n}",et="precision mediump float;\r\n\r\nuniform sampler2D u_sampler;\r\nvarying vec2 v_textcoord;\r\n\r\nvoid main()\r\n{\r\n gl_FragColor = texture2D(u_sampler, v_textcoord);\r\n}",rt="precision mediump float;\r\n\r\nvarying vec3 v_normal;\r\nuniform samplerCube u_texture;\r\n\r\nvoid main()\r\n{\r\n gl_FragColor = textureCube(u_texture, normalize(v_normal));\r\n}",nt={};function ot(t,i,e,r,n){var o,s,a,_,h,u,l,p,c,f,d,v,g,m,y,E,x,b,w,T,C,P,R,S,A=function(t,i,e){var r,n,o=t+(e.material.color?"1":"0")+(e.material.colors?"1":"0")+(e.material.image?"1":"0")+(e.material.cube?"1":"0");if(nt[o])return nt[o].use();var s=(r={},r[t+"1000"]=Z,r[t+"0100"]=J,r[t+"0010"]=Q,r[t+"0001"]=K,r)[o].replace(/uniform +mat4 +u_matrix;/,"\n uniform mat4 u_matrix_world;\n uniform mat4 u_matrix_mesh;\n uniform mat4 u_matrix_proporion;").replace(/u_matrix +\* +a_position/,"u_matrix_proporion * u_matrix_world * u_matrix_mesh * a_position"),a=(n={},n[t+"1000"]=tt,n[t+"0100"]=it,n[t+"0010"]=et,n[t+"0001"]=rt,n)[o],_=new $(i).compile(s,a).use();return nt[o]=_,_}(t,i,e);if(new W(i).use().write(e.geometry.attributes.position.array).divide(i.getAttribLocation(A.program,"a_position"),e.geometry.attributes.position.itemSize,e.geometry.attributes.position.itemSize,0),i.uniformMatrix4fv(i.getUniformLocation(A.program,"u_matrix_world"),!1,n.matrix),i.uniformMatrix4fv(i.getUniformLocation(A.program,"u_matrix_proporion"),!1,n.proporion),i.uniformMatrix4fv(i.getUniformLocation(A.program,"u_matrix_mesh"),!1,r.matrix),e.geometry.attributes.normal&&new W(i).use().write(e.geometry.attributes.normal.array).divide(i.getAttribLocation(A.program,"a_normal"),e.geometry.attributes.normal.itemSize,e.geometry.attributes.normal.itemSize,0),"color"in e.material&&i.uniform4f(i.getUniformLocation(A.program,"u_color"),null===(o=e.material.color)||void 0===o?void 0:o.r,null===(s=e.material.color)||void 0===s?void 0:s.g,null===(a=e.material.color)||void 0===a?void 0:a.b,null===(_=e.material.color)||void 0===_?void 0:_.alpha),"colors"in e.material)new W(i).use().write(null===(h=e.material.colors)||void 0===h?void 0:h.array).divide(i.getAttribLocation(A.program,"a_color"),null===(u=e.material.colors)||void 0===u?void 0:u.itemSize,null===(l=e.material.colors)||void 0===l?void 0:l.itemSize,0);else if("cube"in e.material){var M=(null===(c=null===(p=e.material.cube)||void 0===p?void 0:p.right)||void 0===c?void 0:c.image.value).width;i.uniform1i(i.getUniformLocation(A.program,"u_texture"),0),Y(t,i,"cube").useCube([null===(d=null===(f=e.material.cube)||void 0===f?void 0:f.right)||void 0===d?void 0:d.image.value,null===(g=null===(v=e.material.cube)||void 0===v?void 0:v.left)||void 0===g?void 0:g.image.value,null===(y=null===(m=e.material.cube)||void 0===m?void 0:m.top)||void 0===y?void 0:y.image.value,null===(x=null===(E=e.material.cube)||void 0===E?void 0:E.bottom)||void 0===x?void 0:x.image.value,null===(w=null===(b=e.material.cube)||void 0===b?void 0:b.far)||void 0===w?void 0:w.image.value,null===(C=null===(T=e.material.cube)||void 0===T?void 0:T.near)||void 0===C?void 0:C.image.value],M,M)}else"image"in e.material&&(i.uniform1i(i.getUniformLocation(A.program,"u_sampler"),0),new W(i).use().write(null===(P=e.geometry.attributes.uv)||void 0===P?void 0:P.array).divide(i.getAttribLocation(A.program,"a_textcoord"),null===(R=e.geometry.attributes.uv)||void 0===R?void 0:R.itemSize,2,0),Y(t,i,"2d").useImage(null===(S=e.material.image)||void 0===S?void 0:S.value));e.geometry.index?(new W(i,!0).use().write(e.geometry.index.array),i.drawElements(i[e.geometry.type],e.geometry.index.count,i.UNSIGNED_BYTE,0)):i.drawArrays(i[e.geometry.type],0,e.geometry.attributes.position.count)}var st,at=!1,_t=function(){function t(t,i,e){this.name="WebGL",this.__getColor=function(t,i){return"rgba(0,0,0,1)"},this.__regionList={},this.__regionAssemble=F(0,1,.2,3),this.__regionName="",this.__regionColor=[0,0,0,1],this.__scene={children:[],matrix:new n([1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,10])},this.__unique=(new Date).valueOf(),this.painter=H(t,10,{},e),i&&(this.__regionPainter=H(i,10,{},e));var r=this.painter.canvas.width/this.painter.canvas.height,o=1,s=1;r>1?o=1/r:s=r;var a=Math.min(o,s);this.__proporion=[o,0,0,0,0,s,0,0,0,0,a,0,0,0,0,1]}return t.prototype.matrix=function(t){return new n(t)},t.prototype.getMatrix=function(){return this.__scene.matrix},t.prototype.getObject3D=function(){return this.__scene.children},t.prototype.review=function(t){void 0===t&&(t=!1),t?this.__regionPainter&&(this.__regionPainter.clearColor(1,1,1,1),this.__regionPainter.clear(this.__regionPainter.COLOR_BUFFER_BIT)):(this.painter.clearColor(1,1,1,1),this.painter.clear(this.painter.COLOR_BUFFER_BIT));for(var i=0;i<this.__scene.children.length;i++)this.draw(this.__scene.children[i],t);return this},t.prototype.draw=function(t,i){var e;void 0===i&&(i=!1),i||(at=!0);var r={matrix:null===(e=t.matrix)||void 0===e?void 0:e.value()},n={matrix:this.__scene.matrix.value(),proporion:this.__proporion};this.setRegion(t.region);for(var o=0;o<t.mesh.length;o++)i?this.__regionPainter&&(ot("painter"+this.__unique,this.__regionPainter,{geometry:t.mesh[o].geometry,material:{color:{r:this.__regionColor[0],g:this.__regionColor[1],b:this.__regionColor[2],alpha:this.__regionColor[3]}}},r,n),this.__getColor=q(this.__regionPainter)):ot("region"+this.__unique,this.painter,t.mesh[o],r,n)},t.prototype.render=function(t){"matrix"in t||(t.matrix=new n),"region"in t||(t.region="");for(var i=0;i<t.mesh.length;i++){var e=t.mesh[i];e.geometry.attributes.normal&&Array.isArray(e.geometry.attributes.normal.array)&&(e.geometry.attributes.normal.array=new Float32Array(e.geometry.attributes.normal.array)),e.geometry.attributes.position&&Array.isArray(e.geometry.attributes.position.array)&&(e.geometry.attributes.position.array=new Float32Array(e.geometry.attributes.position.array)),e.geometry.attributes.uv&&Array.isArray(e.geometry.attributes.uv.array)&&(e.geometry.attributes.uv.array=new Float32Array(e.geometry.attributes.uv.array)),e.geometry.index&&Array.isArray(e.geometry.index.array)&&(e.geometry.index.array=new Uint8Array(e.geometry.index.array)),e.material.colors&&Array.isArray(e.material.colors.array)&&(e.material.colors.array=new Float32Array(e.material.colors.array))}this.__scene.children.push(t),this.draw(t)},t.prototype.setRegion=function(t){return this.__regionName=t+"",t?(null==this.__regionList[t]&&(this.__regionList[t]=p(p([],this.__regionAssemble(),!0),[1],!1)),this.__regionColor=this.__regionList[t]):this.__regionColor=[0,0,0,1],this},t.prototype.getRegion=function(t,i){var e=this;return at&&this.review(!0),at=!1,new Promise((function(r){var n=e.__getColor(t,i);for(var o in e.__regionList){var s=e.__regionList[o];if("rgba("+255*s[0]+","+255*s[1]+","+255*s[2]+","+255*s[3]+")"==n){r(o);break}}r("")}))},t}(),ht=function(t){function i(i,e){if(void 0===e&&(e={}),!i)throw new Error("VISLite WebGL:The mount point requires an HTMLElement type but encountered null.");e=B(e,{region:!0});var r,n=i.clientWidth,o=i.clientHeight,s=null,a=i;a._vislite_canvas_?(r=a._vislite_canvas_[0],s=a._vislite_canvas_[1]):(e.region&&(s=document.createElement("canvas"),i.appendChild(s),s.style.position="absolute",s.style.zIndex="-1",s.style.opacity="0"),r=document.createElement("canvas"),i.appendChild(r),a._vislite_canvas_=[r,s],i.setAttribute("vislite","WebGL"));for(var _=0,h=[r,s];_<h.length;_++){var u=h[_];u&&(u.style.width=n+"px",u.setAttribute("width",n+""),u.style.height=o+"px",u.setAttribute("height",o+""))}return t.call(this,r,s,e.mode)||this}return l(i,t),i}(_t),ut=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return l(i,t),i.prototype.compile=function(i,e){return e?t.prototype.compile.call(this,i,e):t.prototype.compile.call(this,{color:Z,colors:J,image:Q,cube:K}[i],{color:tt,colors:it,image:et,cube:rt}[i]),this},i}($),lt=function(t,i,e,r){var n=Math.cos(t),o=Math.sin(t);return[i*n-e*o,i*o+e*n,r]},pt=function(){function t(t,i){void 0===t&&(t=7),void 0===i&&(i=[107,36]),this.name="Eoap",this.__scale=t,this.__center=i}return t.prototype.use=function(t,i){var e,r,n,o,s,a,_=(e=(360-i)/180*Math.PI,r=100*this.__scale,n=0,o=0,s=Math.cos(e),a=Math.sin(e),[o*a+r*s,n,o*s-r*a]);return _=lt(t/180*Math.PI,_[0],_[1],_[2]),_=lt((90-this.__center[0])/180*Math.PI,_[0],_[1],_[2]),_=function(t,i,e,r){var n=Math.cos(t),o=Math.sin(t);return[i,e*n-r*o,e*o+r*n]}((90-this.__center[1])/180*Math.PI,_[0],_[1],_[2]),[-_[0],_[1],_[2]]},t}(),ct=function(t,i){void 0===t&&(t=7),void 0===i&&(i=[107,36]),this.name="Mercator";var e=100*t*Math.PI/180,r=e*i[0],n=-1*e*i[1];this.use=function(t,i){return[.8*(e*t-r),-1*e*i-n,0]}},ft=function(t,i){var e=t.getBoundingClientRect();return{x:i.clientX-e.left,y:i.clientY-e.top}},dt={},vt=0,gt=function(){function t(t){void 0===t&&(t={}),this.name="Tree",this.__config=B(t,{root:function(t){return t},children:function(t){return t.children},id:function(t){return t.name}})}return t.prototype.use=function(t,i){return void 0===i&&(i={}),function(t,i,e){var r=function(t,i){var e,r,n={},o=i.root(t);e=r=i.id(o),n[e]={data:o,pid:null,id:e,isOpen:!0,show:!0,children:[]};var s=1;return function r(o,a){var _=i.children(o,t);s+=_?_.length:0;for(var h=0;_&&h<_.length;h++)e=i.id(_[h]),n[a].children.push(e),n[e]={data:_[h],pid:a,id:e,isOpen:!0,show:!0,children:[]},r(_[h],e)}(o,e),{rid:r,value:n,num:s}}(t,i),n=r.value,o=r.rid;if(1==r.num)return n[o].left=.5,n[o].top=.5,n[o].show=!0,{deep:1,node:n,root:o,size:1};var s=[],a=0,_=0;for(var h in e[o]?(n[o].left=.5,n[o].top=.5,n[o].show=!0,a=1):function t(i,r){r>_&&(_=r);var o=0;if(!e[i.id])for(o=0;o<i.children.length;o++)t(n[i.children[o]],r+1);if(n[i.id].left=r+.5,0==o?(null==s[r]&&(s[r]=-.5),null==s[r-1]&&(s[r-1]=-.5),n[i.id].top=s[r]+1,s[r]+1+.5*(n[i.pid].children.length-1)-1<s[r-1]&&(n[i.id].top=s[r-1]+1-.5*(n[i.pid].children.length-1))):n[i.id].top=.5*(n[i.children[0]].top+n[i.children[o-1]].top),n[i.id].top<=s[r])var h=s[r]+1-n[i.id].top((function t(i,e){n[i].top+=h,s[e]<n[i].top&&(s[e]=n[i].top);for(var r=0;r<n[i].children.length;r++)t(n[i].children[r],e+1)}))(i.id,r);s[r]=n[i.id].top,n[i.id].top+.5>a&&(a=n[i.id].top+.5)}(n[o],0),e)e[h]&&(n[h].isOpen=!1,function t(i,e,r){for(var o=0;o<n[i].children.length;o++)n[n[i].children[o]].left=e,n[n[i].children[o]].top=r,n[n[i].children[o]].show=!1,t(n[i].children[o],e,r)}(h,n[h].left,n[h].top));return{node:n,root:o,size:a,deep:_+1}}(t,this.__config,i)},t}(),mt=function(t){function i(){var i=null!==t&&t.apply(this,arguments)||this;return i.name="TreeLayout",i.__option={offsetX:0,offsetY:0,duration:500,type:"plain",direction:"LR",x:100,y:100,width:100,height:100,radius:100},i.__noOpens={},i}return l(i,t),i.prototype.setOption=function(t){return B(t,this.__option),this},i.prototype.use=function(i,e){void 0===e&&(e={});var r=t.prototype.use.call(this,i,e);if(0!=this.__option.offsetX||0!=this.__option.offsetY)for(var n in r.node)if(!r.node[n].show){var s=0,a=n;do{a=r.node[a].pid,s++}while(!r.node[a].show);r.node[n].left+=this.__option.offsetX*s,r.node[n].top+=this.__option.offsetY*s}if("rect"==this.__option.type){if("LR"==this.__option.direction||"RL"==this.__option.direction){var _=this.__option.height/r.size,h=this.__option.width/(r.deep-1),u=this.__option.y-.5*this.__option.height,l="LR"==this.__option.direction?1:-1;for(var n in r.node)1==r.deep?(r.node[n].left=this.__option.x+.5*this.__option.width*l,r.node[n].top=this.__option.y):(r.node[n].left=this.__option.x+(r.node[n].left-.5)*h*l,r.node[n].top=r.node[n].top*_+u)}else if("TB"==this.__option.direction||"BT"==this.__option.direction)for(var n in _=this.__option.width/r.size,h=this.__option.height/(r.deep-1),u=this.__option.x-.5*this.__option.width,l="TB"==this.__option.direction?1:-1,r.node)if(1==r.deep)r.node[n].left=this.__option.x,r.node[n].top=this.__option.y+.5*this.__option.height*l;else{var p=r.node[n].left;r.node[n].left=r.node[n].top*_+u,r.node[n].top=this.__option.y+(p-.5)*h*l}}else if("circle"==this.__option.type){var c=this.__option.x,f=this.__option.y,d=2*Math.PI/r.size,v=this.__option.radius/(r.deep-1);for(var n in r.node)if(.5==r.node[n].left)r.node[n].left=c,r.node[n].top=f;else{var g=o(c,f,d*r.node[n].top,c+(r.node[n].left-.5)*v,f);r.node[n].left=g[0],r.node[n].top=g[1]}}return r},i.prototype.bind=function(t,i,e){return void 0===e&&(e={}),this.__rback=i,this.__oralTree=t,this.__noOpens=e,this.__preTree=this.use(this.__oralTree,this.__noOpens),this.__rback(this.__preTree),this},i.prototype.unbind=function(){return this.__rback=function(){return null},this.__oralTree=null,this.__preTree=null,this.__noOpens={},this},i.prototype.doUpdate=function(){var t=this,i=this.use(this.__oralTree,this.__noOpens),e=JSON.parse(JSON.stringify(i));h((function(r){if(t.__preTree)for(var n in e.node)(i.node[n].show||t.__preTree.node[n].show)&&(e.node[n].show=!0,e.node[n].left=t.__preTree.node[n].left+(i.node[n].left-t.__preTree.node[n].left)*r,e.node[n].top=t.__preTree.node[n].top+(i.node[n].top-t.__preTree.node[n].top)*r);t.__rback(e)}),this.__option.duration,(function(){t.__preTree=i,t.__rback(t.__preTree)}))},i.prototype.closeNode=function(t){return this.__preTree?(this.__noOpens[t]=!0,this.doUpdate(),this):this},i.prototype.openNode=function(t){return this.__preTree?(this.__noOpens[t]=!1,this.doUpdate(),this):this},i.prototype.toggleNode=function(t){return this.__preTree?(this.__noOpens[t]=!this.__noOpens[t],this.doUpdate(),this):this},i}(gt),yt=function(t,i,e){void 0===e&&(e=2*Math.PI);var r=Math.ceil(e/Math.asin(t/i)*2);return isNaN(r)||r<12?12:r};function Et(t,i,e,r,n,s,a,_,h){var u,l;if(void 0===_&&(_=0),void 0===h&&(h=2*Math.PI),4==s){var p=n/1.414;u=i+p,l=r+p}else u=i+n,l=r;var c=[u,l];0!=_&&(c=o(i,r,_,u,l));for(var f=[],d=h/s,v=0;v<s;v++)f.push(i,e,r),t&&f.push(0,a,0),f.push(c[0],e,c[1]),t&&f.push(0,a,0),c=o(i,r,d*(v+1),u,l),f.push(c[0],e,c[1]),t&&f.push(0,a,0);return f}function xt(t,i,e,r,n,s,a,_,h){void 0===_&&(_=0),void 0===h&&(h=2*Math.PI);var u,l=[];u=4==a?o(i,r,.25*Math.PI,i-n,r):[i+n,r],0!=_&&(u=o.apply(void 0,p([i,r,_],u,!1)));for(var c,f=h/a,d=h/(2*a),v=[],g=0;g<a;g++){if(c=o.apply(void 0,p([i,r,f],u,!1)),t){var m=o.apply(void 0,p([i,r,d],u,!1));v=[m[0],0,m[1]]}l.push.apply(l,p([u[0],e,u[1]],v,!1)),l.push.apply(l,p([u[0],e+s,u[1]],v,!1)),l.push.apply(l,p([c[0],e+s,c[1]],v,!1)),l.push.apply(l,p([u[0],e,u[1]],v,!1)),l.push.apply(l,p([c[0],e,c[1]],v,!1)),l.push.apply(l,p([c[0],e+s,c[1]],v,!1)),u=c}return l}function bt(t,i,e,r,n,s,a){var _,h=[i,e+n,r],u=2*Math.PI/s;t&&h.push(0,n,0);for(var l=function(){h.push.apply(h,h.slice(h.length-(t?12:6)))},p=1;p<.5*s;p++){_=o(i,e,u*p,i,e+n),p>1&&l();var c=o(i,r,u*a,_[0],r);h.push(c[0],_[1],c[1]),t&&h.push(c[0]-i,_[1]-e,c[1]-r),p>1&&l();var f=o(i,r,u*(a+1),_[0],r);h.push(f[0],_[1],f[1]),t&&h.push(f[0]-i,f[1]-e,f[1]-r)}return l(),h.push(i,e-n,r),t&&h.push(0,-n,0),h}function wt(t,i,e,r,n,o){return function(s,a,_,h){if(t==r&&e==o)return[s,a,_];var u,l,p,c=s-(h?0:t),f=a-(h?0:i),d=_-(h?0:e),v=r-t,g=n-i,m=o-e,y=Math.sqrt(v*v+m*m),E=m*(u=m/y)+v*(l=v/y),x=Math.sqrt(g*g+E*E);return u=E/x,f=(p=[f,c])[0]*(l=g/x)-p[1]*u,c=p[0]*u+p[1]*l,u=m/y,c=(p=[c,d])[0]*(l=v/y)-p[1]*u,d=p[0]*u+p[1]*l,[c+(h?0:t),f+(h?0:i),d+(h?0:e)]}}function Tt(t,i){if(t){for(var e=[],r=0;r<i.length;r+=9){var n=[i[r+3]-i[r],i[r+4]-i[r+1],i[r+5]-i[r+2]],o=[i[r+6]-i[r],i[r+7]-i[r+1],i[r+8]-i[r+2]],s=[n[1]*o[2]-o[1]*n[2],n[2]*o[0]-n[0]*o[2],n[0]*o[1]-n[1]*o[2]];e.push.apply(e,p(p(p(p(p([i[r],i[r+1],i[r+2]],s,!1),[i[r+3],i[r+4],i[r+5]],!1),s,!1),[i[r+6],i[r+7],i[r+8]],!1),s,!1))}return e}return i}var Ct=function(){function t(t){void 0===t&&(t={}),this.name="Geometry",this.__option=B(t,{precision:.1,normal:!1})}return t.prototype.config=function(t){for(var i in t)this.__option[i]=t[i];return this},t.prototype.splitNum=function(t,i){return yt(this.__option.precision,t,i)},t.prototype.rotateLine=function(t,i,e,r,n,o){var s=this,a=wt(t,i,e,r,n,o);return function(t,i,e){return a(t,i,e,s.__option.normal)}},t.prototype.prismHorizontal=function(t,i,e,r,n,o,s,a){return Et(this.__option.normal,t,i,e,r,n,o,s,a)},t.prototype.prismVertical=function(t,i,e,r,n,o,s,a){return xt(this.__option.normal,t,i,e,r,n,o,s,a)},t.prototype.sphereFragment=function(t,i,e,r,n,o){return bt(this.__option.normal,t,i,e,r,n,o)},t.prototype.pie=function(t,i,e,r,n,s,a){var _=yt(this.__option.precision,r,a),h=o(t,e,s,t+r,e),u=o(t,e,s+a,t+r,e);return[{name:"bottom",points:Et(this.__option.normal,t,i,e,r,_,n>0?-1:1,s,a),length:3*_,method:"TRIANGLES"},{name:"top",points:Et(this.__option.normal,t,i+n,e,r,_,n>0?1:-1,s,a),length:3*_,method:"TRIANGLES"},{name:"side",points:xt(this.__option.normal,t,i,e,r,n,_,s,a),length:6*_,method:"TRIANGLES"},{name:"begin",points:Tt(this.__option.normal,[t,i,e,t,i+n,e,h[0],i,h[1],h[0],i+n,h[1],h[0],i,h[1],t,i+n,e]),length:6,method:"TRIANGLES"},{name:"end",points:Tt(this.__option.normal,[t,i,e,u[0],i,u[1],t,i+n,e,u[0],i+n,u[1],t,i+n,e,u[0],i,u[1]]),length:6,method:"TRIANGLES"}]},t.prototype.cylinder=function(t,i,e,r,n,o,s){var a=yt(this.__option.precision,r);return 5==arguments.length?this.prism(t,i,e,r,n,a):this.prism(t,i,e,r,n,o,s,a)},t.prototype.prism=function(t,i,e,r,n,o,s,a){var _,h,u,l,p=null;6==arguments.length?(l=n,a=o):(l=(i>o?-1:1)*Math.sqrt((n-t)*(n-t)+(o-i)*(o-i)+(s-e)*(s-e)),p=wt(t,i,e,n,o,s));var c=[{name:"bottom",points:[],length:0,method:"TRIANGLES"},{name:"top",points:[],length:0,method:"TRIANGLES"},{name:"side",points:[],length:0,method:"TRIANGLES"}];(_=c[0].points).push.apply(_,Et(this.__option.normal,t,i,e,r,a,l>0?-1:1)),(h=c[1].points).push.apply(h,Et(this.__option.normal,t,i+l,e,r,a,l>0?1:-1)),(u=c[2].points).push.apply(u,xt(this.__option.normal,t,i,e,r,l,a));for(var f=0;f<c.length;f++){if(p){for(var d=[],v=!1,g=0;g<c[f].points.length;g+=3)d.push.apply(d,p(c[f].points[g],c[f].points[g+1],c[f].points[g+2],this.__option.normal&&v)),v=!v;c[f].points=d}c[f].length=c[f].points.length/(this.__option.normal?6:3)}return c},t.prototype.sphere=function(t,i,e,r){for(var n,o=yt(this.__option.precision,r),s=[{name:"surface",points:[],length:0,method:"TRIANGLES"}],a=0;a<o;a++)(n=s[0].points).push.apply(n,bt(this.__option.normal,t,i,e,r,o,a));return s[0].length=s[0].points.length/(this.__option.normal?6:3),s},t}(),Pt={Cardinal:i,Hermite:t,Matrix4:n,rotate:o,move:function(t,i,e,r,n){var o=Math.sqrt(t*t+i*i);return[t*e/o+r,i*e/o+n]},scale:function(t,i,e,r,n){return[e*(r-t)+t,e*(n-i)+i]},getLoopColors:function(t,i){void 0===i&&(i=1);var e=["rgba(84,112,198,"+i+")","rgba(145,204,117,"+i+")","rgba(250,200,88,"+i+")","rgba(238,102,102,"+i+")","rgba(115,192,222,"+i+")","rgba(59,162,114,"+i+")","rgba(252,132,82,"+i+")","rgba(154,96,180,"+i+")","rgba(234,124,204,"+i+")"],r=[];if(t<=e.length)return e;if(t%e.length==0)for(var n=0;n<t/e.length;n++)r=r.concat(e);else{for(var o=1;o<t/e.length;o++)r=r.concat(e);if(t%e.length==1)r=r.concat(e[4]);else for(var s=0;s<t%e.length;s++)r=r.concat(e[s])}return r},formatColor:function(t,i){var e=document.getElementsByTagName("head")[0];e.style.color=t;for(var r=(document.defaultView&&document.defaultView.getComputedStyle?document.defaultView.getComputedStyle(e,null):e.currentStyle).getPropertyValue("color").replace(/rgba?\(/,"").replace(")","").split(","),n=0;n<r.length;n++)r[n]=+r[n];switch(r.push(1),i){case"3d":return[r[0]/255,r[1]/255,r[2]/255,r[3]];case"rgba":return"rgba(".concat(r[0],", ").concat(r[1],", ").concat(r[2],", ").concat(r[3],")");case"rgb":return"rgb(".concat(r[0],", ").concat(r[1],", ").concat(r[2],")");case"hexAlpha":return"#".concat(a(r[0])).concat(a(r[1])).concat(a(r[2])).concat(a(+(255*r[3]).toFixed(0)));case"hex":return"#".concat(a(r[0])).concat(a(r[1])).concat(a(r[2]))}throw new Error("Unsupported color format: "+i)},animation:h,ruler:function(t,i,e,r){if(t<i){var n=i;i=t,t=n}else if(t==i)return[t];var o=function(t){for(var i=t<100&&t>-100?10:.1,e=-1,r=t;10==i?r>=-100&&r<=100:r<=-100||r>=100;)e+=1,r*=i;if(10==i)return Math.pow(10,e);for(var n="0.",o=1;o<e;o++)n+="0";return+(n+"1")}(t-i),s=Math.ceil((t-i)*o/e),a=function(e){var r=({3:2,4:5,6:5,7:5,8:10,9:10,11:10,12:10,13:15,14:15,16:15,17:15,18:20,19:20,21:20,22:20,23:25,24:25,26:25,27:25}[s+e]||s+e)/o,n=Math.floor(i/r)*r,a=[];a.push(n);for(var _=1;a[a.length-1]<t;_++)a.push(n+r*_);return a},_=a(0),h=function(){for(var t=[],e=_[_.length-1]-(null==r?void 0:r.max),n=0;n<_.length;n++)n+1<_.length&&_[n+1]-e<i||t.push(_[n]-e);return t},u=function(){for(var i=[],e=_[0]-(null==r?void 0:r.min),n=0;n<_.length&&(i[n]=_[n]-e,!(t<=i[n]));n++);return i};if(r){if("max"in r&&"min"in r&&r.max>=t&&r.min<=i){var l=function(){if(_[0]>=r.min&&_[_.length-1]<=r.max)return!0;var t=h();if(t[0]>=r.min&&t[t.length-1]<=r.max)return _=t,!0;var i=u();return i[0]>=r.min&&i[t.length-1]<=r.max?(_=i,!0):void 0};if(l())return _;for(var p=1;p<100;p++){if(_=a(p),l())return _;if(_=a(-p),l())return _}}"max"in r&&r.max>=t?r.max<_[_.length-1]&&(_=h()):"min"in r&&r.min<=i&&r.min>_[0]&&(_=u())}for(var c=0;c<_.length;c++){var f=_[c]+"";/\./.test(f)&&(/9{7,}$/.test(f)?(f=f.replace(/9{7,}$/,""),_[c]=+(f.substring(0,f.length-1)+(+f[f.length-1]+1))):/0{7,}\d$/.test(f)&&(_[c]=+f.replace(/0{7,}\d$/,"")))}return _},SVG:M,Canvas:D,WebGL:ht,getWebGLContext:function(t,i,e){if(void 0===i&&(i=1),!t)throw new Error("VISLite getWebGLContext:The mount point requires an HTMLElement type but encountered null.");var r,n=t.clientWidth,o=t.clientHeight,s=t;return s._vislite_canvas_?r=s._vislite_canvas_:(r=document.createElement("canvas"),t.appendChild(r),s._vislite_canvas_=r,t.setAttribute("vislite","WebGL")),r.style.width=n+"px",r.setAttribute("width",n+""),r.style.height=o+"px",r.setAttribute("height",o+""),H(r,i,{},e)},Shader:ut,Texture:V,Buffer:W,Eoap:pt,Mercator:ct,viewHandler:function(t){var i=document.getElementsByTagName("body")[0];i.addEventListener("keydown",(function(i){var e=function(t){return{37:"left",38:"up",39:"right",40:"down"}[t.keyCode||t.which]}(i);"up"==e?t({type:"lookUp",normal:[],value:.1,event:i}):"down"==e?t({type:"lookDown",normal:[],value:.1,event:i}):"left"==e?t({type:"lookLeft",normal:[],value:.1,event:i}):"right"==e&&t({type:"lookRight",normal:[],value:.1,event:i})}));var e=null,r=function(r){if(null==e)t({type:"hover",normal:[],value:0,event:r});else{var n=ft(i,r),o=[n.x-e.x,n.y-e.y],s=[o[1],o[0],0];if(0==s[0]&&0==s[1])return;t({type:"rotate",normal:s,value:.01*(Math.abs(n.x-e.x)+Math.abs(n.y-e.y)),event:r}),e=n}};i.addEventListener("mousedown",(function(t){e=ft(i,t)})),i.addEventListener("mouseup",(function(){e=null})),i.addEventListener("mousemove",(function(t){r(t)})),i.addEventListener("touchend",(function(){e=null})),i.addEventListener("touchstart",(function(t){e=ft(i,t)})),i.addEventListener("touchmove",(function(t){r(t.touches[0])}));var n=function(i,e){0!=i&&t({type:"scale",value:i<0?.899:1.101,normal:[],event:e})};i.addEventListener("mousewheel",(function(t){n(t.wheelDelta,t)})),window.addEventListener&&window.addEventListener("DOMMouseScroll",(function(t){n(-1*t.detail,t)}),!1)},resizeObserver:function(t,i){try{return st||(st=new ResizeObserver((function(t){for(var i=0,e=t;i<e.length;i++){var r=e[i];dt[r.target._resize_observer_]()}}))),vt++,t._resize_observer_=vt,dt[vt]=i,st.observe(t),function(){st&&(st.unobserve(t),delete dt[t._resize_observer_])}}catch(t){i(),console.error("ResizeObserver undefined!")}},throttle:function(t,i){void 0===i&&(i={}),i=B(i,{time:200,keep:!1,opportunity:"end"});var e,r=!1,n=!1,o=!1;return function(){var s=this;if(e=arguments,r)n=!0,o=!0;else{"end"!=i.opportunity&&t.apply(s,e),r=!0;var a=setInterval((function(){n?i.keep||t.apply(s,e):("begin"!=i.opportunity&&(o||"end"==i.opportunity)&&t.apply(s,e),r=!1,o=!1,clearInterval(a)),n=!1}),i.time)}}},TreeLayout:mt,Geometry:Ct};return Pt},"object"==typeof exports&&"undefined"!=typeof module?module.exports=i():"function"==typeof define&&define.amd?define(i):(t="undefined"!=typeof globalThis?globalThis:t||self).VISLite=i();
|
package/lib/move/index.umd.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* VISLite JavaScript Library v0.8.2
|
|
2
|
+
* VISLite JavaScript Library v0.8.2
|
|
3
3
|
* git+https://github.com/oi-contrib/VISLite.git
|
|
4
4
|
*
|
|
5
5
|
* Copyright zxl20070701
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
* https://zxl20070701.github.io/notebook/home.html
|
|
8
8
|
*
|
|
9
|
-
* Publish Date:
|
|
9
|
+
* Publish Date: Thu Aug 22 2024 20:02:15 GMT+0800 (中国标准时间)
|
|
10
10
|
*/
|
|
11
11
|
(function (global, factory) {
|
|
12
12
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* VISLite JavaScript Library v0.8.2
|
|
2
|
+
* VISLite JavaScript Library v0.8.2
|
|
3
3
|
* git+https://github.com/oi-contrib/VISLite.git
|
|
4
4
|
*
|
|
5
5
|
* Copyright zxl20070701
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
* https://zxl20070701.github.io/notebook/home.html
|
|
8
8
|
*
|
|
9
|
-
* Publish Date:
|
|
9
|
+
* Publish Date: Thu Aug 22 2024 20:02:15 GMT+0800 (中国标准时间)
|
|
10
10
|
*/
|
|
11
11
|
var e,t;e=this,t=function(){"use strict";return function(e,t,n,o,f){var i=Math.sqrt(e*e+t*t);return[e*n/i+o,t*n/i+f]}},"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).VISLite_move=t();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* VISLite JavaScript Library v0.8.2
|
|
2
|
+
* VISLite JavaScript Library v0.8.2
|
|
3
3
|
* git+https://github.com/oi-contrib/VISLite.git
|
|
4
4
|
*
|
|
5
5
|
* Copyright zxl20070701
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
* https://zxl20070701.github.io/notebook/home.html
|
|
8
8
|
*
|
|
9
|
-
* Publish Date:
|
|
9
|
+
* Publish Date: Thu Aug 22 2024 20:02:15 GMT+0800 (中国标准时间)
|
|
10
10
|
*/
|
|
11
11
|
(function (global, factory) {
|
|
12
12
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* VISLite JavaScript Library v0.8.2
|
|
2
|
+
* VISLite JavaScript Library v0.8.2
|
|
3
3
|
* git+https://github.com/oi-contrib/VISLite.git
|
|
4
4
|
*
|
|
5
5
|
* Copyright zxl20070701
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
* https://zxl20070701.github.io/notebook/home.html
|
|
8
8
|
*
|
|
9
|
-
* Publish Date:
|
|
9
|
+
* Publish Date: Thu Aug 22 2024 20:02:15 GMT+0800 (中国标准时间)
|
|
10
10
|
*/
|
|
11
11
|
var e,r;e=this,r=function(){"use strict";var e,r={},n=0;return function(o,t){try{return e||(e=new ResizeObserver((function(e){for(var n=0,o=e;n<o.length;n++){var t=o[n];r[t.target._resize_observer_]()}}))),n++,o._resize_observer_=n,r[n]=t,e.observe(o),function(){e&&(e.unobserve(o),delete r[o._resize_observer_])}}catch(e){t(),console.error("ResizeObserver undefined!")}}},"object"==typeof exports&&"undefined"!=typeof module?module.exports=r():"function"==typeof define&&define.amd?define(r):(e="undefined"!=typeof globalThis?globalThis:e||self).VISLite_resizeObserver=r();
|
package/lib/rotate/index.umd.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* VISLite JavaScript Library v0.8.2
|
|
2
|
+
* VISLite JavaScript Library v0.8.2
|
|
3
3
|
* git+https://github.com/oi-contrib/VISLite.git
|
|
4
4
|
*
|
|
5
5
|
* Copyright zxl20070701
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
* https://zxl20070701.github.io/notebook/home.html
|
|
8
8
|
*
|
|
9
|
-
* Publish Date:
|
|
9
|
+
* Publish Date: Thu Aug 22 2024 20:02:15 GMT+0800 (中国标准时间)
|
|
10
10
|
*/
|
|
11
11
|
(function (global, factory) {
|
|
12
12
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* VISLite JavaScript Library v0.8.2
|
|
2
|
+
* VISLite JavaScript Library v0.8.2
|
|
3
3
|
* git+https://github.com/oi-contrib/VISLite.git
|
|
4
4
|
*
|
|
5
5
|
* Copyright zxl20070701
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
* https://zxl20070701.github.io/notebook/home.html
|
|
8
8
|
*
|
|
9
|
-
* Publish Date:
|
|
9
|
+
* Publish Date: Thu Aug 22 2024 20:02:15 GMT+0800 (中国标准时间)
|
|
10
10
|
*/
|
|
11
11
|
var e,t;e=this,t=function(){"use strict";return function(e,t,n,o,i){var f=Math.cos(n),d=Math.sin(n);return[(o-e)*f-(i-t)*d+e,(o-e)*d+(i-t)*f+t]}},"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).VISLite_rotate=t();
|
package/lib/ruler/index.umd.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* VISLite JavaScript Library v0.8.2
|
|
2
|
+
* VISLite JavaScript Library v0.8.2
|
|
3
3
|
* git+https://github.com/oi-contrib/VISLite.git
|
|
4
4
|
*
|
|
5
5
|
* Copyright zxl20070701
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
* https://zxl20070701.github.io/notebook/home.html
|
|
8
8
|
*
|
|
9
|
-
* Publish Date:
|
|
9
|
+
* Publish Date: Thu Aug 22 2024 20:02:15 GMT+0800 (中国标准时间)
|
|
10
10
|
*/
|
|
11
11
|
(function (global, factory) {
|
|
12
12
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* VISLite JavaScript Library v0.8.2
|
|
2
|
+
* VISLite JavaScript Library v0.8.2
|
|
3
3
|
* git+https://github.com/oi-contrib/VISLite.git
|
|
4
4
|
*
|
|
5
5
|
* Copyright zxl20070701
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
* https://zxl20070701.github.io/notebook/home.html
|
|
8
8
|
*
|
|
9
|
-
* Publish Date:
|
|
9
|
+
* Publish Date: Thu Aug 22 2024 20:02:15 GMT+0800 (中国标准时间)
|
|
10
10
|
*/
|
|
11
11
|
var n,e;n=this,e=function(){"use strict";return function(n,e,r,t){if(n<e){var i=e;e=n,n=i}else if(n==e)return[n];var f=function(n){for(var e=n<100&&n>-100?10:.1,r=-1,t=n;10==e?t>=-100&&t<=100:t<=-100||t>=100;)r+=1,t*=e;if(10==e)return Math.pow(10,r);for(var i="0.",f=1;f<r;f++)i+="0";return+(i+"1")}(n-e),u=Math.ceil((n-e)*f/r),a=function(r){var t=({3:2,4:5,6:5,7:5,8:10,9:10,11:10,12:10,13:15,14:15,16:15,17:15,18:20,19:20,21:20,22:20,23:25,24:25,26:25,27:25}[u+r]||u+r)/f,i=Math.floor(e/t)*t,a=[];a.push(i);for(var o=1;a[a.length-1]<n;o++)a.push(i+t*o);return a},o=a(0),l=function(){for(var n=[],r=o[o.length-1]-(null==t?void 0:t.max),i=0;i<o.length;i++)i+1<o.length&&o[i+1]-r<e||n.push(o[i]-r);return n},h=function(){for(var e=[],r=o[0]-(null==t?void 0:t.min),i=0;i<o.length&&(e[i]=o[i]-r,!(n<=e[i]));i++);return e};if(t){if("max"in t&&"min"in t&&t.max>=n&&t.min<=e){var m=function(){if(o[0]>=t.min&&o[o.length-1]<=t.max)return!0;var n=l();if(n[0]>=t.min&&n[n.length-1]<=t.max)return o=n,!0;var e=h();return e[0]>=t.min&&e[n.length-1]<=t.max?(o=e,!0):void 0};if(m())return o;for(var v=1;v<100;v++){if(o=a(v),m())return o;if(o=a(-v),m())return o}}"max"in t&&t.max>=n?t.max<o[o.length-1]&&(o=l()):"min"in t&&t.min<=e&&t.min>o[0]&&(o=h())}for(var s=0;s<o.length;s++){var d=o[s]+"";/\./.test(d)&&(/9{7,}$/.test(d)?(d=d.replace(/9{7,}$/,""),o[s]=+(d.substring(0,d.length-1)+(+d[d.length-1]+1))):/0{7,}\d$/.test(d)&&(o[s]=+d.replace(/0{7,}\d$/,"")))}return o}},"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(n="undefined"!=typeof globalThis?globalThis:n||self).VISLite_ruler=e();
|
package/lib/scale/index.umd.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* VISLite JavaScript Library v0.8.2
|
|
2
|
+
* VISLite JavaScript Library v0.8.2
|
|
3
3
|
* git+https://github.com/oi-contrib/VISLite.git
|
|
4
4
|
*
|
|
5
5
|
* Copyright zxl20070701
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
* https://zxl20070701.github.io/notebook/home.html
|
|
8
8
|
*
|
|
9
|
-
* Publish Date:
|
|
9
|
+
* Publish Date: Thu Aug 22 2024 20:02:15 GMT+0800 (中国标准时间)
|
|
10
10
|
*/
|
|
11
11
|
(function (global, factory) {
|
|
12
12
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* VISLite JavaScript Library v0.8.2
|
|
2
|
+
* VISLite JavaScript Library v0.8.2
|
|
3
3
|
* git+https://github.com/oi-contrib/VISLite.git
|
|
4
4
|
*
|
|
5
5
|
* Copyright zxl20070701
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
* https://zxl20070701.github.io/notebook/home.html
|
|
8
8
|
*
|
|
9
|
-
* Publish Date:
|
|
9
|
+
* Publish Date: Thu Aug 22 2024 20:02:15 GMT+0800 (中国标准时间)
|
|
10
10
|
*/
|
|
11
11
|
var e,t;e=this,t=function(){"use strict";return function(e,t,n,o,f){return[n*(o-e)+e,n*(f-t)+t]}},"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).VISLite_scale=t();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* VISLite JavaScript Library v0.8.2
|
|
2
|
+
* VISLite JavaScript Library v0.8.2
|
|
3
3
|
* git+https://github.com/oi-contrib/VISLite.git
|
|
4
4
|
*
|
|
5
5
|
* Copyright zxl20070701
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
* https://zxl20070701.github.io/notebook/home.html
|
|
8
8
|
*
|
|
9
|
-
* Publish Date:
|
|
9
|
+
* Publish Date: Thu Aug 22 2024 20:02:15 GMT+0800 (中国标准时间)
|
|
10
10
|
*/
|
|
11
11
|
(function (global, factory) {
|
|
12
12
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* VISLite JavaScript Library v0.8.2
|
|
2
|
+
* VISLite JavaScript Library v0.8.2
|
|
3
3
|
* git+https://github.com/oi-contrib/VISLite.git
|
|
4
4
|
*
|
|
5
5
|
* Copyright zxl20070701
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
* https://zxl20070701.github.io/notebook/home.html
|
|
8
8
|
*
|
|
9
|
-
* Publish Date:
|
|
9
|
+
* Publish Date: Thu Aug 22 2024 20:02:15 GMT+0800 (中国标准时间)
|
|
10
10
|
*/
|
|
11
11
|
var e,t;e=this,t=function(){"use strict";return function(e,t){void 0===t&&(t={}),t=function(e,t){for(var n in e)t[n]=e[n];return t}(t,{time:200,keep:!1,opportunity:"end"});var n,o=!1,i=!1,r=!1;return function(){var p=this;if(n=arguments,o)i=!0,r=!0;else{"end"!=t.opportunity&&e.apply(p,n),o=!0;var f=setInterval((function(){i?t.keep||e.apply(p,n):("begin"!=t.opportunity&&(r||"end"==t.opportunity)&&e.apply(p,n),o=!1,r=!1,clearInterval(f)),i=!1}),t.time)}}}},"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).VISLite_throttle=t();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* VISLite JavaScript Library v0.8.2
|
|
2
|
+
* VISLite JavaScript Library v0.8.2
|
|
3
3
|
* git+https://github.com/oi-contrib/VISLite.git
|
|
4
4
|
*
|
|
5
5
|
* Copyright zxl20070701
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
* https://zxl20070701.github.io/notebook/home.html
|
|
8
8
|
*
|
|
9
|
-
* Publish Date:
|
|
9
|
+
* Publish Date: Thu Aug 22 2024 20:02:15 GMT+0800 (中国标准时间)
|
|
10
10
|
*/
|
|
11
11
|
(function (global, factory) {
|
|
12
12
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* VISLite JavaScript Library v0.8.2
|
|
2
|
+
* VISLite JavaScript Library v0.8.2
|
|
3
3
|
* git+https://github.com/oi-contrib/VISLite.git
|
|
4
4
|
*
|
|
5
5
|
* Copyright zxl20070701
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
* https://zxl20070701.github.io/notebook/home.html
|
|
8
8
|
*
|
|
9
|
-
* Publish Date:
|
|
9
|
+
* Publish Date: Thu Aug 22 2024 20:02:15 GMT+0800 (中国标准时间)
|
|
10
10
|
*/
|
|
11
11
|
var e,n;e=this,n=function(){"use strict";var e=function(e,n){var t=e.getBoundingClientRect();return{x:n.clientX-t.left,y:n.clientY-t.top}};return function(n){var t=document.getElementsByTagName("body")[0];t.addEventListener("keydown",(function(e){var t=function(e){return{37:"left",38:"up",39:"right",40:"down"}[e.keyCode||e.which]}(e);"up"==t?n({type:"lookUp",normal:[],value:.1,event:e}):"down"==t?n({type:"lookDown",normal:[],value:.1,event:e}):"left"==t?n({type:"lookLeft",normal:[],value:.1,event:e}):"right"==t&&n({type:"lookRight",normal:[],value:.1,event:e})}));var o=null,i=function(i){if(null==o)n({type:"hover",normal:[],value:0,event:i});else{var u=e(t,i),l=[u.x-o.x,u.y-o.y],a=[l[1],l[0],0];if(0==a[0]&&0==a[1])return;n({type:"rotate",normal:a,value:.01*(Math.abs(u.x-o.x)+Math.abs(u.y-o.y)),event:i}),o=u}};t.addEventListener("mousedown",(function(n){o=e(t,n)})),t.addEventListener("mouseup",(function(){o=null})),t.addEventListener("mousemove",(function(e){i(e)})),t.addEventListener("touchend",(function(){o=null})),t.addEventListener("touchstart",(function(n){o=e(t,n)})),t.addEventListener("touchmove",(function(e){i(e.touches[0])}));var u=function(e,t){0!=e&&n({type:"scale",value:e<0?.899:1.101,normal:[],event:t})};t.addEventListener("mousewheel",(function(e){u(e.wheelDelta,e)})),window.addEventListener&&window.addEventListener("DOMMouseScroll",(function(e){u(-1*e.detail,e)}),!1)}},"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):(e="undefined"!=typeof globalThis?globalThis:e||self).VISLite_viewHandler=n();
|
package/package.json
CHANGED
|
@@ -114,7 +114,7 @@ class Painter {
|
|
|
114
114
|
|
|
115
115
|
// 其它情况直接生效即可
|
|
116
116
|
else if (key in this.__initConfig) {
|
|
117
|
-
this.painter[key] = value
|
|
117
|
+
(this.painter as any)[key] = value
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
// 如果属性未被定义
|
|
@@ -438,12 +438,12 @@ class Painter {
|
|
|
438
438
|
if (typeof img == 'string' && !isImage) {
|
|
439
439
|
const imgInstance = new Image()
|
|
440
440
|
imgInstance.onload = () => {
|
|
441
|
-
this.painter.drawImage(imgInstance,
|
|
441
|
+
this.painter.drawImage(imgInstance, x, y, w, h)
|
|
442
442
|
resolve({})
|
|
443
443
|
}
|
|
444
444
|
imgInstance.src = img
|
|
445
445
|
} else {
|
|
446
|
-
this.painter.drawImage(img as CanvasImageSource,
|
|
446
|
+
this.painter.drawImage(img as CanvasImageSource, x, y, w, h)
|
|
447
447
|
resolve({})
|
|
448
448
|
}
|
|
449
449
|
|