@leafer-draw/worker
Version:
3 lines (2 loc) • 33.8 kB
JavaScript
import{LeaferCanvasBase as t,Platform as e,canvasPatch as i,FileHelper as s,Creator as n,LeaferImage as a,defineKey as r,LeafList as o,DataHelper as l,RenderEvent as d,ChildEvent as c,WatchEvent as h,PropertyEvent as u,LeafHelper as f,BranchHelper as p,LeafBoundsHelper as g,Bounds as _,Debug as y,LeafLevelList as w,LayoutEvent as m,Run as x,ImageManager as v,ResizeEvent as b,BoundsHelper as k,getMatrixData as S,MatrixHelper as B,MathHelper as E,AlignHelper as R,PointHelper as A,ImageEvent as L,AroundHelper as T,Direction4 as O}from"@leafer/core";export*from"@leafer/core";export{LeaferImage}from"@leafer/core";import{PaintImage as W,Paint as C,ColorConvert as D,PaintGradient as M,Export as P,Group as I,TextConvert as F,Effect as Y}from"@leafer-ui/draw";export*from"@leafer-ui/draw";class z extends t{get allowBackgroundColor(){return!0}init(){this.__createView(),this.__createContext(),this.resize(this.config)}__createView(){this.view=e.origin.createCanvas(1,1)}updateViewSize(){const{width:t,height:e,pixelRatio:i}=this;this.view.width=Math.ceil(t*i),this.view.height=Math.ceil(e*i),this.clientBounds=this.bounds}}i(OffscreenCanvasRenderingContext2D.prototype),i(Path2D.prototype);const{mineType:U}=s;function G(t,i){e.origin={createCanvas:(t,e)=>new OffscreenCanvas(t,e),canvasToDataURL:(t,e,i)=>new Promise(((s,n)=>{t.convertToBlob({type:U(e),quality:i}).then((t=>{var e=new FileReader;e.onload=t=>s(t.target.result),e.onerror=t=>n(t),e.readAsDataURL(t)})).catch((t=>{n(t)}))})),canvasToBolb:(t,e,i)=>t.convertToBlob({type:U(e),quality:i}),canvasSaveAs:(t,e,i)=>new Promise((t=>t())),download(t,e){},loadImage:t=>new Promise(((i,s)=>{let n=new XMLHttpRequest;n.open("GET",e.image.getRealURL(t),!0),n.responseType="blob",n.onload=()=>{createImageBitmap(n.response).then((t=>{i(t)})).catch((t=>{s(t)}))},n.onerror=t=>s(t),n.send()}))},e.canvas=n.canvas(),e.conicGradientSupport=!!e.canvas.context.createConicGradient}Object.assign(n,{canvas:(t,e)=>new z(t,e),image:t=>new a(t)}),e.name="web",e.isWorker=!0,e.backgrounder=!0,e.requestRender=function(t){requestAnimationFrame(t)},r(e,"devicePixelRatio",{get:()=>1});const{userAgent:j}=navigator;j.indexOf("Firefox")>-1?(e.conicGradientRotate90=!0,e.intWheelDeltaY=!0):j.indexOf("Safari")>-1&&-1===j.indexOf("Chrome")&&(e.fullImageShadow=!0),j.indexOf("Windows")>-1?(e.os="Windows",e.intWheelDeltaY=!0):j.indexOf("Mac")>-1?e.os="Mac":j.indexOf("Linux")>-1&&(e.os="Linux");class N{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const t=new o;return this.__updatedList.list.forEach((e=>{e.leafer&&t.add(e)})),t}return this.__updatedList}constructor(t,e){this.totalTimes=0,this.config={},this.__updatedList=new o,this.target=t,e&&(this.config=l.default(e,this.config)),this.__listenEvents()}start(){this.disabled||(this.running=!0)}stop(){this.running=!1}disable(){this.stop(),this.__removeListenEvents(),this.disabled=!0}update(){this.changed=!0,this.running&&this.target.emit(d.REQUEST)}__onAttrChange(t){this.__updatedList.add(t.target),this.update()}__onChildEvent(t){t.type===c.ADD?(this.hasAdd=!0,this.__pushChild(t.child)):(this.hasRemove=!0,this.__updatedList.add(t.parent)),this.update()}__pushChild(t){this.__updatedList.add(t),t.isBranch&&this.__loopChildren(t)}__loopChildren(t){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)this.__pushChild(e[t])}__onRquestData(){this.target.emitEvent(new h(h.DATA,{updatedList:this.updatedList})),this.__updatedList=new o,this.totalTimes++,this.changed=this.hasVisible=this.hasRemove=this.hasAdd=!1}__listenEvents(){this.__eventIds=[this.target.on_([[u.CHANGE,this.__onAttrChange,this],[[c.ADD,c.REMOVE],this.__onChildEvent,this],[h.REQUEST,this.__onRquestData,this]])]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.__updatedList=null)}}const{updateAllMatrix:q,updateBounds:X,updateChange:H}=f,{pushAllChildBranch:V,pushAllParent:Q}=p;const{worldBounds:Z}=g;class ${constructor(t){this.updatedBounds=new _,this.beforeBounds=new _,this.afterBounds=new _,t instanceof Array&&(t=new o(t)),this.updatedList=t}setBefore(){this.beforeBounds.setListWithFn(this.updatedList.list,Z)}setAfter(){this.afterBounds.setListWithFn(this.updatedList.list,Z),this.updatedBounds.setList([this.beforeBounds,this.afterBounds])}merge(t){this.updatedList.addList(t.updatedList.list),this.beforeBounds.add(t.beforeBounds),this.afterBounds.add(t.afterBounds),this.updatedBounds.add(t.updatedBounds)}destroy(){this.updatedList=null}}const{updateAllMatrix:J,updateAllChange:K}=f,tt=y.get("Layouter");class et{constructor(t,e){this.totalTimes=0,this.config={},this.__levelList=new w,this.target=t,e&&(this.config=l.default(e,this.config)),this.__listenEvents()}start(){this.disabled||(this.running=!0)}stop(){this.running=!1}disable(){this.stop(),this.__removeListenEvents(),this.disabled=!0}layout(){if(this.layouting||!this.running)return;const{target:t}=this;this.times=0;try{t.emit(m.START),this.layoutOnce(),t.emitEvent(new m(m.END,this.layoutedBlocks,this.times))}catch(t){tt.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?tt.warn("layouting"):this.times>3?tt.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(h.REQUEST),this.totalTimes>1?this.partLayout():this.fullLayout(),this.layouting=!1,void(this.waitAgain&&(this.waitAgain=!1,this.layoutOnce())))}partLayout(){var t;if(!(null===(t=this.__updatedList)||void 0===t?void 0:t.length))return;const e=x.start("PartLayout"),{target:i,__updatedList:s}=this,{BEFORE:n,LAYOUT:a,AFTER:r}=m,o=this.getBlocks(s);o.forEach((t=>t.setBefore())),i.emitEvent(new m(n,o,this.times)),this.extraBlock=null,s.sort(),function(t,e){let i;t.list.forEach((t=>{i=t.__layout,e.without(t)&&!i.proxyZoom&&(i.matrixChanged?(q(t,!0),e.add(t),t.isBranch&&V(t,e),Q(t,e)):i.boundsChanged&&(e.add(t),t.isBranch&&(t.__tempNumber=0),Q(t,e)))}))}(s,this.__levelList),function(t){let e,i,s;t.sort(!0),t.levels.forEach((n=>{e=t.levelMap[n];for(let t=0,n=e.length;t<n;t++){if(i=e[t],i.isBranch&&i.__tempNumber){s=i.children;for(let t=0,e=s.length;t<e;t++)s[t].isBranch||X(s[t])}X(i)}}))}(this.__levelList),function(t){t.list.forEach(H)}(s),this.extraBlock&&o.push(this.extraBlock),o.forEach((t=>t.setAfter())),i.emitEvent(new m(a,o,this.times)),i.emitEvent(new m(r,o,this.times)),this.addBlocks(o),this.__levelList.reset(),this.__updatedList=null,x.end(e)}fullLayout(){const t=x.start("FullLayout"),{target:e}=this,{BEFORE:i,LAYOUT:s,AFTER:n}=m,a=this.getBlocks(new o(e));e.emitEvent(new m(i,a,this.times)),et.fullLayout(e),a.forEach((t=>{t.setAfter()})),e.emitEvent(new m(s,a,this.times)),e.emitEvent(new m(n,a,this.times)),this.addBlocks(a),x.end(t)}static fullLayout(t){J(t,!0),t.isBranch?p.updateBounds(t):f.updateBounds(t),K(t)}addExtra(t){if(!this.__updatedList.has(t)){const{updatedList:e,beforeBounds:i}=this.extraBlock||(this.extraBlock=new $([]));e.length?i.add(t.__world):i.set(t.__world),e.add(t)}}createBlock(t){return new $(t)}getBlocks(t){return[this.createBlock(t)]}addBlocks(t){this.layoutedBlocks?this.layoutedBlocks.push(...t):this.layoutedBlocks=t}__onReceiveWatchData(t){this.__updatedList=t.data.updatedList}__listenEvents(){this.__eventIds=[this.target.on_([[m.REQUEST,this.layout,this],[m.AGAIN,this.layoutAgain,this],[h.DATA,this.__onReceiveWatchData,this]])]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.config=null)}}const it=y.get("Renderer");class st{get needFill(){return!(this.canvas.allowBackgroundColor||!this.config.fill)}constructor(t,e,i){this.FPS=60,this.totalTimes=0,this.times=0,this.config={usePartRender:!0,maxFPS:60},this.target=t,this.canvas=e,i&&(this.config=l.default(i,this.config)),this.__listenEvents()}start(){this.running=!0,this.update(!1)}stop(){this.running=!1}update(t=!0){this.changed||(this.changed=t),this.__requestRender()}requestLayout(){this.target.emit(m.REQUEST)}checkRender(){if(this.running){const{target:t}=this;t.isApp&&(t.emit(d.CHILD_START,t),t.children.forEach((t=>{t.renderer.FPS=this.FPS,t.renderer.checkRender()})),t.emit(d.CHILD_END,t)),this.changed&&this.canvas.view&&this.render(),this.target.emit(d.NEXT)}}render(t){if(!this.running||!this.canvas.view)return this.update();const{target:e}=this;this.times=0,this.totalBounds=new _,it.log(e.innerName,"---\x3e");try{this.emitRender(d.START),this.renderOnce(t),this.emitRender(d.END,this.totalBounds),v.clearRecycled()}catch(t){this.rendering=!1,it.error(t)}it.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){if(this.rendering)return it.warn("rendering");if(this.times>3)return it.warn("render max times");if(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new _,this.renderOptions={},t)this.emitRender(d.BEFORE),t();else{if(this.requestLayout(),this.ignore)return void(this.ignore=this.rendering=!1);this.emitRender(d.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()}this.emitRender(d.RENDER,this.renderBounds,this.renderOptions),this.emitRender(d.AFTER,this.renderBounds,this.renderOptions),this.updateBlocks=null,this.rendering=!1,this.waitAgain&&(this.waitAgain=!1,this.renderOnce())}partRender(){const{canvas:t,updateBlocks:e}=this;e&&(this.mergeBlocks(),e.forEach((e=>{t.bounds.hit(e)&&!e.isEmpty()&&this.clipRender(e)})))}clipRender(t){const e=x.start("PartRender"),{canvas:i}=this,s=t.getIntersect(i.bounds),n=new _(s);i.save(),s.spread(st.clipSpread).ceil(),i.clearWorld(s,!0),i.clipWorld(s,!0),this.__render(s,n),i.restore(),x.end(e)}fullRender(){const t=x.start("FullRender"),{canvas:e}=this;e.save(),e.clear(),this.__render(e.bounds),e.restore(),x.end(t)}__render(t,e){const{canvas:i}=this,s=t.includes(this.target.__world),n=s?{includes:s}:{bounds:t,includes:s};this.needFill&&i.fillWorld(t,this.config.fill),y.showRepaint&&y.drawRepaint(i,t),this.target.__render(i,n),this.renderBounds=e=e||t,this.renderOptions=n,this.totalBounds.isEmpty()?this.totalBounds=e:this.totalBounds.add(e),i.updateRender(e)}addBlock(t){this.updateBlocks||(this.updateBlocks=[]),this.updateBlocks.push(t)}mergeBlocks(){const{updateBlocks:t}=this;if(t){const e=new _;e.setList(t),t.length=0,t.push(e)}}__requestRender(){const t=this.target;if(this.requestTime||!t)return;if(t.parentApp)return t.parentApp.requestRender(!1);const i=this.requestTime=Date.now();e.requestRender((()=>{this.FPS=Math.min(60,Math.ceil(1e3/(Date.now()-i))),this.requestTime=0,this.checkRender()}))}__onResize(t){if(!this.canvas.unreal){if(t.bigger||!t.samePixelRatio){const{width:e,height:i}=t.old;if(!new _(0,0,e,i).includes(this.target.__world)||this.needFill||!t.samePixelRatio)return this.addBlock(this.canvas.bounds),void this.target.forceUpdate("surface")}this.addBlock(new _(0,0,1,1)),this.update()}}__onLayoutEnd(t){t.data&&t.data.map((t=>{let e;t.updatedList&&t.updatedList.list.some((t=>(e=!t.__world.width||!t.__world.height,e&&(t.isLeafer||it.tip(t.innerName,": empty"),e=!t.isBranch||t.isBranchLeaf),e))),this.addBlock(e?this.canvas.bounds:t.updatedBounds)}))}emitRender(t,e,i){this.target.emitEvent(new d(t,this.times,e,i))}__listenEvents(){this.__eventIds=[this.target.on_([[d.REQUEST,this.update,this],[m.END,this.__onLayoutEnd,this],[d.AGAIN,this.renderAgain,this],[b.RESIZE,this.__onResize,this]])]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.canvas=this.config=null)}}function nt(t,e){const i=t.__,{rows:s,decorationY:n}=i.__textDrawData;let a;i.__isPlacehold&&i.placeholderColor&&(e.fillStyle=i.placeholderColor);for(let t=0,i=s.length;t<i;t++)a=s[t],a.text?e.fillText(a.text,a.x,a.y):a.data&&a.data.forEach((t=>{e.fillText(t.char,t.x,a.y)}));if(n){const{decorationColor:t,decorationHeight:a}=i.__textDrawData;t&&(e.fillStyle=t),s.forEach((t=>n.forEach((i=>e.fillRect(t.x,t.y+i,t.width,a)))))}}function at(t,e){t.__.__font?nt(t,e):t.__.windingRule?e.fill(t.__.windingRule):e.fill()}function rt(t,e,i){switch(e.__.strokeAlign){case"center":ot(t,1,e,i);break;case"inside":lt(t,"inside",e,i);break;case"outside":e.__.__fillAfterStroke?ot(t,2,e,i):lt(t,"outside",e,i)}}function ot(t,e,i,s){const n=i.__;"object"==typeof t?ct(t,e,!0,i,s):(s.setStroke(t,n.__strokeWidth*e,n),dt(i,s))}function lt(t,e,i,s){const n=s.getSameCanvas(!0,!0);n.font=i.__.__font,ot(t,2,i,n),n.blendMode="outside"===e?"destination-out":"destination-in",nt(i,n),n.blendMode="normal",f.copyCanvasByWorld(i,s,n),n.recycle(i.__nowWorld)}function dt(t,e){let i,s=t.__.__textDrawData;const{rows:n,decorationY:a}=s;for(let t=0,s=n.length;t<s;t++)i=n[t],i.text?e.strokeText(i.text,i.x,i.y):i.data&&i.data.forEach((t=>{e.strokeText(t.char,t.x,i.y)}));if(a){const{decorationHeight:t}=s;n.forEach((i=>a.forEach((s=>e.strokeRect(i.x,i.y+s,i.width,t)))))}}function ct(t,e,i,s,n){let a;const r=s.__,{__hasMultiStrokeStyle:o}=r;o||n.setStroke(void 0,r.__strokeWidth*e,r);for(let l=0,d=t.length;l<d;l++)if(a=t[l],(!a.image||!W.checkImage(s,n,a,!1))&&a.style){if(o){const{strokeStyle:t}=a;t?n.setStroke(a.style,r.__getRealStrokeWidth(t)*e,r,t):n.setStroke(a.style,r.__strokeWidth*e,r)}else n.strokeStyle=a.style;a.blendMode?(n.saveBlendMode(a.blendMode),i?dt(s,n):n.stroke(),n.restoreBlendMode()):i?dt(s,n):n.stroke()}}function ht(t,e,i){const s=e.__;if(s.__strokeWidth)if(s.__font)rt(t,e,i);else switch(s.strokeAlign){case"center":ut(t,1,e,i);break;case"inside":!function(t,e,i){i.save(),i.clipUI(e),ut(t,2,e,i),i.restore()}(t,e,i);break;case"outside":!function(t,e,i){const s=e.__;if(s.__fillAfterStroke)ut(t,2,e,i);else{const{renderBounds:n}=e.__layout,a=i.getSameCanvas(!0,!0);e.__drawRenderPath(a),ut(t,2,e,a),a.clipUI(s),a.clearWorld(n),f.copyCanvasByWorld(e,i,a),a.recycle(e.__nowWorld)}}(t,e,i)}}function ut(t,e,i,s){const n=i.__;"object"==typeof t?ct(t,e,!1,i,s):(s.setStroke(t,n.__strokeWidth*e,n),s.stroke()),n.__useArrow&&C.strokeArrow(t,i,s)}st.clipSpread=10,Object.assign(n,{watcher:(t,e)=>new N(t,e),layouter:(t,e)=>new et(t,e),renderer:(t,e,i)=>new st(t,e,i),selector:(t,e)=>{},interaction:(t,e,i,s)=>{}}),e.layout=et.fullLayout;const{getSpread:ft,getOuterOf:pt,getByMove:gt,getIntersectData:_t}=k;let yt;const{stintSet:wt}=l,{hasTransparent:mt}=D;function xt(t,e,i){if("object"!=typeof e||!1===e.visible||0===e.opacity)return;let s;const{boxBounds:n}=i.__layout;switch(e.type){case"image":s=W.image(i,t,e,n,!yt||!yt[e.url]);break;case"linear":s=M.linearGradient(e,n);break;case"radial":s=M.radialGradient(e,n);break;case"angular":s=M.conicGradient(e,n);break;case"solid":const{type:a,color:r,opacity:o}=e;s={type:a,style:D.string(r,o)};break;default:void 0!==e.r&&(s={type:"solid",style:D.string(e)})}if(s){if("string"==typeof s.style&&mt(s.style)&&(s.isTransparent=!0),e.style){if(0===e.style.strokeWidth)return;s.strokeStyle=e.style}e.blendMode&&(s.blendMode=e.blendMode)}return s}const vt={compute:function(t,e){const i=e.__,s=[];let n,a,r,o=i.__input[t];o instanceof Array||(o=[o]),yt=W.recycleImage(t,i);for(let i,n=0,a=o.length;n<a;n++)(i=xt(t,o[n],e))&&(s.push(i),i.strokeStyle&&(r||(r=1),i.strokeStyle.strokeWidth&&(r=Math.max(r,i.strokeStyle.strokeWidth))));i["_"+t]=s.length?s:void 0,s.length&&s.every((t=>t.isTransparent))&&(s.some((t=>t.image))&&(n=!0),a=!0),"fill"===t?(wt(i,"__isAlphaPixelFill",n),wt(i,"__isTransparentFill",a)):(wt(i,"__isAlphaPixelStroke",n),wt(i,"__isTransparentStroke",a),wt(i,"__hasMultiStrokeStyle",r))},fill:function(t,e,i){i.fillStyle=t,at(e,i)},fills:function(t,e,i){let s;for(let n=0,a=t.length;n<a;n++){if(s=t[n],s.image){if(W.checkImage(e,i,s,!e.__.__font))continue;if(!s.style){!n&&s.image.isPlacehold&&e.drawImagePlaceholder(i,s.image);continue}}if(i.fillStyle=s.style,s.transform||s.scaleFixed){if(i.save(),s.transform&&i.transform(s.transform),s.scaleFixed){const{scaleX:t,scaleY:s}=e.getRenderScaleData(!0);i.scale(1/t,1/s)}s.blendMode&&(i.blendMode=s.blendMode),at(e,i),i.restore()}else s.blendMode?(i.saveBlendMode(s.blendMode),at(e,i),i.restoreBlendMode()):at(e,i)}},fillPathOrText:at,fillText:nt,stroke:ht,strokes:function(t,e,i){ht(t,e,i)},strokeText:rt,drawTextStroke:dt,shape:function(t,e,i){const s=e.getSameCanvas(),n=t.__nowWorld;let a,r,o,l,{scaleX:d,scaleY:c}=n;if(d<0&&(d=-d),c<0&&(c=-c),e.bounds.includes(n))l=s,a=o=n;else{const{renderShapeSpread:s}=t.__layout,h=_t(s?ft(e.bounds,d===c?s*d:[s*c,s*d]):e.bounds,n);r=e.bounds.getFitMatrix(h);let{a:u,d:f}=r;if(r.a<1&&(l=e.getSameCanvas(),t.__renderShape(l,i),d*=u,c*=f),o=pt(n,r),a=gt(o,-r.e,-r.f),i.matrix){const{matrix:t}=i;r.multiply(t),u*=t.scaleX,f*=t.scaleY}i=Object.assign(Object.assign({},i),{matrix:r.withScale(u,f)})}return t.__renderShape(s,i),{canvas:s,matrix:r,bounds:a,worldCanvas:l,shapeBounds:o,scaleX:d,scaleY:c}}};let bt={},kt=S();const{get:St,rotateOfOuter:Bt,translate:Et,scaleOfOuter:Rt,multiplyParent:At,scale:Lt,rotate:Tt,skew:Ot}=B;function Wt(t,e,i,s,n,a,r){const o=St();Et(o,e.x+i,e.y+s),Lt(o,n,a),r&&Bt(o,{x:e.x+e.width/2,y:e.y+e.height/2},r),t.transform=o}function Ct(t,e,i,s,n,a,r,o,l){const d=St();r&&Tt(d,r),o&&Ot(d,o.x,o.y),n&&Lt(d,n,a),Et(d,e.x+i,e.y+s),l&&(kt.a=e.width/l.width,kt.d=e.height/l.height,At(d,kt)),t.transform=d}function Dt(t,e,i,s,n,a,r,o,l,d){const c=St();if(l)if("center"===d)Bt(c,{x:i/2,y:s/2},l);else switch(Tt(c,l),l){case 90:Et(c,s,0);break;case 180:Et(c,i,s);break;case 270:Et(c,0,i)}bt.x=e.x+n,bt.y=e.y+a,Et(c,bt.x,bt.y),r&&Rt(c,bt,r,o),t.transform=c}const{get:Mt,translate:Pt}=B,It=new _,Ft={},Yt={};function zt(t,e,i,s){const{changeful:n,sync:a,editing:r,scaleFixed:o}=i;n&&(t.changeful=n),a&&(t.sync=a),r&&(t.editing=r),o&&(t.scaleFixed=o),t.data=Ut(i,s,e)}function Ut(t,e,i){t.padding&&(e=It.set(e).shrink(t.padding)),"strench"===t.mode&&(t.mode="stretch");let{width:s,height:n}=i;const{opacity:a,mode:r,align:o,offset:l,scale:d,size:c,rotation:h,skew:u,clipSize:f,repeat:p,filters:g}=t,_=e.width===s&&e.height===n,y={mode:r},w="center"!==o&&(h||0)%180==90;let m,x;switch(k.set(Yt,0,0,w?n:s,w?s:n),r&&"cover"!==r&&"fit"!==r?((d||c)&&(E.getScaleData(d,c,i,Ft),m=Ft.scaleX,x=Ft.scaleY),o&&(m&&k.scale(Yt,m,x,!0),R.toPoint(o,Yt,e,Yt,!0,!0))):_&&!h||(m=x=k.getFitScale(e,Yt,"fit"!==r),k.put(e,i,o,m,!1,Yt),k.scale(Yt,m,x,!0)),l&&A.move(Yt,l),r){case"stretch":_||(s=e.width,n=e.height);break;case"normal":case"clip":(Yt.x||Yt.y||m||f||h||u)&&Ct(y,e,Yt.x,Yt.y,m,x,h,u,t.clipSize);break;case"repeat":(!_||m||h)&&Dt(y,e,s,n,Yt.x,Yt.y,m,x,h,o),p||(y.repeat="repeat");break;default:m&&Wt(y,e,Yt.x,Yt.y,m,x,h)}return y.transform||(e.x||e.y)&&(y.transform=Mt(),Pt(y.transform,e.x,e.y)),m&&"stretch"!==r&&(y.scaleX=m,y.scaleY=x),y.width=s,y.height=n,a&&(y.opacity=a),g&&(y.filters=g),p&&(y.repeat="string"==typeof p?"x"===p?"repeat-x":"repeat-y":"repeat"),y}let Gt,jt=new _;const{isSame:Nt}=k;function qt(t,e,i,s,n,a){if("fill"===e&&!t.__.__naturalWidth){const e=t.__;if(e.__naturalWidth=s.width/e.pixelRatio,e.__naturalHeight=s.height/e.pixelRatio,e.__autoSide)return t.forceUpdate("width"),t.__proxyData&&(t.setProxyAttr("width",e.width),t.setProxyAttr("height",e.height)),!1}return n.data||zt(n,s,i,a),!0}function Xt(t,e){Qt(t,L.LOAD,e)}function Ht(t,e){Qt(t,L.LOADED,e)}function Vt(t,e,i){e.error=i,t.forceUpdate("surface"),Qt(t,L.ERROR,e)}function Qt(t,e,i){t.hasEvent(e)&&t.emitEvent(new L(e,i))}function Zt(t,e){const{leafer:i}=t;i&&i.viewReady&&(i.renderer.ignore=e)}const{get:$t,scale:Jt,copy:Kt}=B,{ceil:te,abs:ee}=Math;function ie(t,i,s){let{scaleX:n,scaleY:a}=t.getRenderScaleData(!0,i.scaleFixed);const r=n+"-"+a+"-"+s;if(i.patternId===r||t.destroyed)return!1;{const{image:t,data:o}=i;let l,d,{width:c,height:h,scaleX:u,scaleY:f,transform:p,repeat:g}=o;u&&(u=ee(u),f=ee(f),d=$t(),Kt(d,p),Jt(d,1/u,1/f),n*=u,a*=f),n*=s,a*=s,c*=n,h*=a;const _=c*h;if(!g&&_>e.image.maxCacheSize)return!1;let y=e.image.maxPatternSize;if(!t.isSVG){const e=t.width*t.height;y>e&&(y=e)}_>y&&(l=Math.sqrt(_/y)),l&&(n/=l,a/=l,c/=l,h/=l),u&&(n/=u,a/=f),(p||1!==n||1!==a)&&(d||(d=$t(),p&&Kt(d,p)),Jt(d,1/n,1/a));const w=t.getCanvas(te(c)||1,te(h)||1,o.opacity,o.filters),m=t.getPattern(w,g||e.origin.noRepeat||"no-repeat",d,i);return i.style=m,i.patternId=r,!0}}function se(t,e,i,s){return new(i||(i=Promise))((function(n,a){function r(t){try{l(s.next(t))}catch(t){a(t)}}function o(t){try{l(s.throw(t))}catch(t){a(t)}}function l(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,o)}l((s=s.apply(t,e||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;const ne={image:function(t,e,i,s,n){let a,r;const o=v.get(i);return Gt&&i===Gt.paint&&Nt(s,Gt.boxBounds)?a=Gt.leafPaint:(a={type:i.type,image:o},o.hasAlphaPixel&&(a.isTransparent=!0),Gt=o.use>1?{leafPaint:a,paint:i,boxBounds:jt.set(s)}:null),(n||o.loading)&&(r={image:o,attrName:e,attrValue:i}),o.ready?(qt(t,e,i,o,a,s),n&&(Xt(t,r),Ht(t,r))):o.error?n&&Vt(t,r,o.error):(n&&(Zt(t,!0),Xt(t,r)),a.loadId=o.load((()=>{Zt(t,!1),t.destroyed||(qt(t,e,i,o,a,s)&&(o.hasAlphaPixel&&(t.__layout.hitCanvasChanged=!0),t.forceUpdate("surface")),Ht(t,r)),a.loadId=void 0}),(e=>{Zt(t,!1),Vt(t,r,e),a.loadId=void 0})),t.placeholderColor&&(t.placeholderDelay?setTimeout((()=>{o.ready||(o.isPlacehold=!0,t.forceUpdate("surface"))}),t.placeholderDelay):o.isPlacehold=!0)),a},checkImage:function(t,i,s,n){const{scaleX:a,scaleY:r}=t.getRenderScaleData(!0,s.scaleFixed),{pixelRatio:o}=i,{data:l}=s;if(!l||s.patternId===a+"-"+r+"-"+o&&!P.running)return!1;if(n)if(l.repeat)n=!1;else if(!(s.changeful||b.isResizing(t)||P.running)){let{width:t,height:i}=l;t*=a*o,i*=r*o,l.scaleX&&(t*=l.scaleX,i*=l.scaleY),n=t*i>e.image.maxCacheSize}return n?(t.__.__isFastShadow&&(i.fillStyle=s.style||"#000",i.fill()),function(t,e,i,s){e.save(),e.clipUI(t),i.blendMode&&(e.blendMode=i.blendMode);s.opacity&&(e.opacity*=s.opacity);s.transform&&e.transform(s.transform);e.drawImage(i.image.getFull(s.filters),0,0,s.width,s.height),e.restore()}(t,i,s,l),!0):(!s.style||s.sync||P.running?ie(t,s,o):s.patternTask||(s.patternTask=v.patternTasker.add((()=>se(this,void 0,void 0,(function*(){s.patternTask=null,i.bounds.hit(t.__nowWorld)&&ie(t,s,o),t.forceUpdate("surface")}))),300)),!1)},createPattern:ie,recycleImage:function(t,e){const i=e["_"+t];if(i instanceof Array){let s,n,a,r,o;for(let l=0,d=i.length;l<d;l++)s=i[l],n=s.image,o=n&&n.url,o&&(a||(a={}),a[o]=!0,v.recycle(n),n.loading&&(r||(r=e.__input&&e.__input[t]||[],r instanceof Array||(r=[r])),n.unload(i[l].loadId,!r.some((t=>t.url===o)))));return a}return null},createData:zt,getPatternData:Ut,fillOrFitMode:Wt,clipMode:Ct,repeatMode:Dt},{toPoint:ae}=T,{hasTransparent:re}=D,oe={},le={};function de(t,e,i,s){if(i){let n,a,r,o;for(let t=0,l=i.length;t<l;t++)n=i[t],"string"==typeof n?(r=t/(l-1),a=D.string(n,s)):(r=n.offset,a=D.string(n.color,s)),e.addColorStop(r,a),!o&&re(a)&&(o=!0);o&&(t.isTransparent=!0)}}const{getAngle:ce,getDistance:he}=A,{get:ue,rotateOfOuter:fe,scaleOfOuter:pe}=B,{toPoint:ge}=T,_e={},ye={};function we(t,e,i,s,n){let a;const{width:r,height:o}=t;if(r!==o||s){const t=ce(e,i);a=ue(),n?(pe(a,e,r/o*(s||1),1),fe(a,e,t+90)):(pe(a,e,1,r/o*(s||1)),fe(a,e,t))}return a}const{getDistance:me}=A,{toPoint:xe}=T,ve={},be={};const ke={linearGradient:function(t,i){let{from:s,to:n,type:a,opacity:r}=t;ae(s||"top",i,oe),ae(n||"bottom",i,le);const o=e.canvas.createLinearGradient(oe.x,oe.y,le.x,le.y),l={type:a,style:o};return de(l,o,t.stops,r),l},radialGradient:function(t,i){let{from:s,to:n,type:a,opacity:r,stretch:o}=t;ge(s||"center",i,_e),ge(n||"bottom",i,ye);const l=e.canvas.createRadialGradient(_e.x,_e.y,0,_e.x,_e.y,he(_e,ye)),d={type:a,style:l};de(d,l,t.stops,r);const c=we(i,_e,ye,o,!0);return c&&(d.transform=c),d},conicGradient:function(t,i){let{from:s,to:n,type:a,opacity:r,stretch:o}=t;xe(s||"center",i,ve),xe(n||"bottom",i,be);const l=e.conicGradientSupport?e.canvas.createConicGradient(0,ve.x,ve.y):e.canvas.createRadialGradient(ve.x,ve.y,0,ve.x,ve.y,me(ve,be)),d={type:a,style:l};de(d,l,t.stops,r);const c=we(i,ve,be,o||1,e.conicGradientRotate90);return c&&(d.transform=c),d},getTransform:we},{copy:Se,toOffsetOutBounds:Be}=k,Ee={},Re={};function Ae(t,i,s,n){const{bounds:a,shapeBounds:r}=n;if(e.fullImageShadow){if(Se(Ee,t.bounds),Ee.x+=i.x-r.x,Ee.y+=i.y-r.y,s){const{matrix:t}=n;Ee.x-=(a.x+(t?t.e:0)+a.width/2)*(s-1),Ee.y-=(a.y+(t?t.f:0)+a.height/2)*(s-1),Ee.width*=s,Ee.height*=s}t.copyWorld(n.canvas,t.bounds,Ee)}else s&&(Se(Ee,i),Ee.x-=i.width/2*(s-1),Ee.y-=i.height/2*(s-1),Ee.width*=s,Ee.height*=s),t.copyWorld(n.canvas,r,s?Ee:i)}const{toOffsetOutBounds:Le}=k,Te={};const Oe={shadow:function(t,e,i){let s,n;const{__nowWorld:a,__layout:r}=t,{shadow:o}=t.__,{worldCanvas:l,bounds:d,shapeBounds:c,scaleX:h,scaleY:u}=i,p=e.getSameCanvas(),g=o.length-1;Be(d,Re),o.forEach(((o,_)=>{p.setWorldShadow(Re.offsetX+o.x*h,Re.offsetY+o.y*u,o.blur*h,D.string(o.color)),n=o.spread?1+2*o.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,Ae(p,Re,n,i),s=d,o.box&&(p.restore(),p.save(),l&&(p.copyWorld(p,d,a,"copy"),s=a),l?p.copyWorld(l,a,a,"destination-out"):p.copyWorld(i.canvas,c,d,"destination-out")),f.copyCanvasByWorld(t,e,p,s,o.blendMode),g&&_<g&&p.clearWorld(s,!0)})),p.recycle(s)},innerShadow:function(t,e,i){let s,n;const{__nowWorld:a,__layout:r}=t,{innerShadow:o}=t.__,{worldCanvas:l,bounds:d,shapeBounds:c,scaleX:h,scaleY:u}=i,p=e.getSameCanvas(),g=o.length-1;Le(d,Te),o.forEach(((o,_)=>{p.save(),p.setWorldShadow(Te.offsetX+o.x*h,Te.offsetY+o.y*u,o.blur*h),n=o.spread?1-2*o.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,Ae(p,Te,n,i),p.restore(),l?(p.copyWorld(p,d,a,"copy"),p.copyWorld(l,a,a,"source-out"),s=a):(p.copyWorld(i.canvas,c,d,"source-out"),s=d),p.fillWorld(s,D.string(o.color),"source-in"),f.copyCanvasByWorld(t,e,p,s,o.blendMode),g&&_<g&&p.clearWorld(s,!0)})),p.recycle(s)},blur:function(t,e,i){const{blur:s}=t.__;i.setWorldBlur(s*t.__nowWorld.a),i.copyWorldToInner(e,t.__nowWorld,t.__layout.renderBounds),i.filter="none"},backgroundBlur:function(t,e,i){}},{excludeRenderBounds:We}=g;function Ce(t,e,i,s,n,a){switch(e){case"grayscale":n.useGrayscaleAlpha(t.__nowWorld);case"alpha":!function(t,e,i,s){const n=t.__nowWorld;i.resetTransform(),i.opacity=1,i.useMask(s,n),s.recycle(n),Me(t,e,i,1)}(t,i,s,n);break;case"opacity-path":Me(t,i,s,a);break;case"path":i.restore()}}function De(t){return t.getSameCanvas(!1,!0)}function Me(t,e,i,s){const n=t.__nowWorld;e.resetTransform(),e.opacity=s,e.copyWorld(i,n),i.recycle(n)}I.prototype.__renderMask=function(t,e){let i,s,n,a,r,o;const{children:l}=this;for(let d=0,c=l.length;d<c;d++)i=l[d],o=i.__.mask,o?(r&&(Ce(this,r,t,n,s,a),s=n=null),"path"===o||"clipping-path"===o?(i.opacity<1?(r="opacity-path",a=i.opacity,n||(n=De(t))):(r="path",t.save()),i.__clip(n||t,e)):(r="grayscale"===o?"grayscale":"alpha",s||(s=De(t)),n||(n=De(t)),i.__render(s,e)),"clipping"!==o&&"clipping-path"!==o||We(i,e)||i.__render(t,e)):We(i,e)||i.__render(n||t,e);Ce(this,r,t,n,s,a)};const Pe=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",Ie=Pe+"_#~&*+\\=|≮≯≈≠=…",Fe=new RegExp([[19968,40959],[13312,19903],[131072,173791],[173824,177983],[177984,178207],[178208,183983],[183984,191471],[196608,201551],[201552,205743],[11904,12031],[12032,12255],[12272,12287],[12288,12351],[12736,12783],[12800,13055],[13056,13311],[63744,64255],[65072,65103],[127488,127743],[194560,195103]].map((([t,e])=>`[\\u${t.toString(16)}-\\u${e.toString(16)}]`)).join("|"));function Ye(t){const e={};return t.split("").forEach((t=>e[t]=!0)),e}const ze=Ye("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),Ue=Ye("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),Ge=Ye(Pe),je=Ye(Ie),Ne=Ye("- —/~|┆·");var qe;!function(t){t[t.Letter=0]="Letter",t[t.Single=1]="Single",t[t.Before=2]="Before",t[t.After=3]="After",t[t.Symbol=4]="Symbol",t[t.Break=5]="Break"}(qe||(qe={}));const{Letter:Xe,Single:He,Before:Ve,After:Qe,Symbol:Ze,Break:$e}=qe;function Je(t){return ze[t]?Xe:Ne[t]?$e:Ue[t]?Ve:Ge[t]?Qe:je[t]?Ze:Fe.test(t)?He:Xe}const Ke={trimRight(t){const{words:e}=t;let i,s=0,n=e.length;for(let a=n-1;a>-1&&(i=e[a].data[0]," "===i.char);a--)s++,t.width-=i.width;s&&e.splice(n-s,s)}};function ti(t,e,i){switch(e){case"title":return i?t.toUpperCase():t;case"upper":return t.toUpperCase();case"lower":return t.toLowerCase();default:return t}}const{trimRight:ei}=Ke,{Letter:ii,Single:si,Before:ni,After:ai,Symbol:ri,Break:oi}=qe;let li,di,ci,hi,ui,fi,pi,gi,_i,yi,wi,mi,xi,vi,bi,ki,Si,Bi=[];function Ei(t,e){_i&&!gi&&(gi=_i),li.data.push({char:t,width:e}),ci+=e}function Ri(){hi+=ci,li.width=ci,di.words.push(li),li={data:[]},ci=0}function Ai(){vi&&(bi.paraNumber++,di.paraStart=!0,vi=!1),_i&&(di.startCharSize=gi,di.endCharSize=_i,gi=0),di.width=hi,ki.width?ei(di):Si&&Li(),Bi.push(di),di={words:[]},hi=0}function Li(){hi>(bi.maxWidth||0)&&(bi.maxWidth=hi)}const{top:Ti,right:Oi,bottom:Wi,left:Ci}=O;function Di(t,e,i){const{bounds:s,rows:n}=t;s[e]+=i;for(let t=0;t<n.length;t++)n[t][e]+=i}const Mi={getDrawData:function(t,i){"string"!=typeof t&&(t=String(t));let s=0,n=0,a=i.__getInput("width")||0,r=i.__getInput("height")||0;const{textDecoration:o,__font:l,__padding:d}=i;d&&(a?(s=d[Ci],a-=d[Oi]+d[Ci]):i.autoSizeAlign||(s=d[Ci]),r?(n=d[Ti],r-=d[Ti]+d[Wi]):i.autoSizeAlign||(n=d[Ti]));const c={bounds:{x:s,y:n,width:a,height:r},rows:[],paraNumber:0,font:e.canvas.font=l};return function(t,i,s){bi=t,Bi=t.rows,ki=t.bounds,Si=!ki.width&&!s.autoSizeAlign;const{__letterSpacing:n,paraIndent:a,textCase:r}=s,{canvas:o}=e,{width:l,height:d}=ki;if(l||d||n||"none"!==r){const t="none"!==s.textWrap,e="break"===s.textWrap;vi=!0,wi=null,gi=pi=_i=ci=hi=0,li={data:[]},di={words:[]},n&&(i=[...i]);for(let s=0,d=i.length;s<d;s++)fi=i[s],"\n"===fi?(ci&&Ri(),di.paraEnd=!0,Ai(),vi=!0):(yi=Je(fi),yi===ii&&"none"!==r&&(fi=ti(fi,r,!ci)),pi=o.measureText(fi).width,n&&(n<0&&(_i=pi),pi+=n),mi=yi===si&&(wi===si||wi===ii)||wi===si&&yi!==ai,xi=!(yi!==ni&&yi!==si||wi!==ri&&wi!==ai),ui=vi&&a?l-a:l,t&&l&&hi+ci+pi>ui&&(e?(ci&&Ri(),hi&&Ai()):(xi||(xi=yi===ii&&wi==ai),mi||xi||yi===oi||yi===ni||yi===si||ci+pi>ui?(ci&&Ri(),hi&&Ai()):hi&&Ai()))," "===fi&&!0!==vi&&hi+ci===0||(yi===oi?(" "===fi&&ci&&Ri(),Ei(fi,pi),Ri()):mi||xi?(ci&&Ri(),Ei(fi,pi)):Ei(fi,pi)),wi=yi);ci&&Ri(),hi&&Ai(),Bi.length>0&&(Bi[Bi.length-1].paraEnd=!0)}else i.split("\n").forEach((t=>{bi.paraNumber++,hi=o.measureText(t).width,Bi.push({x:a||0,text:t,width:hi,paraStart:!0}),Si&&Li()}))}(c,t,i),d&&function(t,e,i,s,n){if(!s&&i.autoSizeAlign)switch(i.textAlign){case"left":Di(e,"x",t[Ci]);break;case"right":Di(e,"x",-t[Oi])}if(!n&&i.autoSizeAlign)switch(i.verticalAlign){case"top":Di(e,"y",t[Ti]);break;case"bottom":Di(e,"y",-t[Wi])}}(d,c,i,a,r),function(t,e){const{rows:i,bounds:s}=t,n=i.length,{__lineHeight:a,__baseLine:r,__letterSpacing:o,__clipText:l,textAlign:d,verticalAlign:c,paraSpacing:h,autoSizeAlign:u}=e;let{x:f,y:p,width:g,height:_}=s,y=a*n+(h?h*(t.paraNumber-1):0),w=r;if(l&&y>_)y=Math.max(_,a),n>1&&(t.overflow=n);else if(_||u)switch(c){case"middle":p+=(_-y)/2;break;case"bottom":p+=_-y}w+=p;let m,x,v,b=g||u?g:t.maxWidth;for(let r=0,c=n;r<c;r++){if(m=i[r],m.x=f,m.width<g||m.width>g&&!l)switch(d){case"center":m.x+=(b-m.width)/2;break;case"right":m.x+=b-m.width}m.paraStart&&h&&r>0&&(w+=h),m.y=w,w+=a,t.overflow>r&&w>y&&(m.isOverflow=!0,t.overflow=r+1),x=m.x,v=m.width,o<0&&(m.width<0?(v=-m.width+e.fontSize+o,x-=v,v+=e.fontSize):v-=o),x<s.x&&(s.x=x),v>s.width&&(s.width=v),l&&g&&g<v&&(m.isOverflow=!0,t.overflow||(t.overflow=i.length))}s.y=p,s.height=y}(c,i),function(t,e,i){const{rows:s}=t,{textAlign:n,paraIndent:a,letterSpacing:r}=e;let o,l,d,c,h,u;s.forEach((t=>{t.words&&(d=a&&t.paraStart?a:0,u=t.words.length,l=i&&("justify"===n||"both"===n)&&u>1?(i-t.width-d)/(u-1):0,c=r||t.isOverflow?0:l>.01?1:2,t.isOverflow&&!r&&(t.textMode=!0),2===c?(t.x+=d,function(t){t.text="",t.words.forEach((e=>{e.data.forEach((e=>{t.text+=e.char}))}))}(t)):(t.x+=d,o=t.x,t.data=[],t.words.forEach(((e,i)=>{1===c?(h={char:"",x:o},o=function(t,e,i){return t.forEach((t=>{i.char+=t.char,e+=t.width})),e}(e.data,o,h),(t.isOverflow||" "!==h.char)&&t.data.push(h)):o=function(t,e,i,s){return t.forEach((t=>{(s||" "!==t.char)&&(t.x=e,i.push(t)),e+=t.width})),e}(e.data,o,t.data,t.isOverflow),!l||t.paraEnd&&"both"!==n||i===u-1||(o+=l,t.width+=l)}))),t.words=null)}))}(c,i,a),c.overflow&&function(t,i,s,n){if(!n)return;const{rows:a,overflow:r}=t;let{textOverflow:o}=i;if(a.splice(r),o&&"show"!==o){let t,l;"hide"===o?o="":"ellipsis"===o&&(o="...");const d=o?e.canvas.measureText(o).width:0,c=s+n-d;("none"===i.textWrap?a:[a[r-1]]).forEach((e=>{if(e.isOverflow&&e.data){let i=e.data.length-1;for(let s=i;s>-1&&(t=e.data[s],l=t.x+t.width,!(s===i&&l<c));s--){if(l<c&&" "!==t.char||!s){e.data.splice(s+1),e.width-=t.width;break}e.width-=t.width}e.width+=d,e.data.push({char:o,x:l}),e.textMode&&function(t){t.text="",t.data.forEach((e=>{t.text+=e.char})),t.data=null}(e)}}))}}(c,i,s,a),"none"!==o&&function(t,e){let i;const{fontSize:s,textDecoration:n}=e;switch(t.decorationHeight=s/11,"object"==typeof n?(i=n.type,n.color&&(t.decorationColor=D.string(n.color))):i=n,i){case"under":t.decorationY=[.15*s];break;case"delete":t.decorationY=[.35*-s];break;case"under-delete":t.decorationY=[.15*s,.35*-s]}}(c,i),c}};const Pi={string:function(t,e){const i="number"==typeof e&&1!==e;if("string"==typeof t){if(!i||!D.object)return t;t=D.object(t)}let s=void 0===t.a?1:t.a;i&&(s*=e);const n=t.r+","+t.g+","+t.b;return 1===s?"rgb("+n+")":"rgba("+n+","+s+")"}};Object.assign(F,Mi),Object.assign(D,Pi),Object.assign(C,vt),Object.assign(W,ne),Object.assign(M,ke),Object.assign(Y,Oe),G();export{et as Layouter,z as LeaferCanvas,st as Renderer,N as Watcher,G as useCanvas};
//# sourceMappingURL=worker.esm.min.js.map