@leafer-draw/node 1.9.1 → 1.9.3

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/dist/node.cjs CHANGED
@@ -557,8 +557,8 @@ class Renderer {
557
557
  const {canvas: canvas} = this, bounds = block.getIntersect(canvas.bounds), realBounds = new core.Bounds(bounds);
558
558
  canvas.save();
559
559
  bounds.spread(Renderer.clipSpread).ceil();
560
- canvas.clearWorld(bounds, true);
561
- canvas.clipWorld(bounds, true);
560
+ canvas.clearWorld(bounds);
561
+ canvas.clipWorld(bounds);
562
562
  this.__render(bounds, realBounds);
563
563
  canvas.restore();
564
564
  core.Run.end(t);
@@ -1588,7 +1588,7 @@ function shadow(ui, current, shape) {
1588
1588
  worldCanvas ? other.copyWorld(worldCanvas, nowWorld, nowWorld, "destination-out") : other.copyWorld(shape.canvas, shapeBounds, bounds, "destination-out");
1589
1589
  }
1590
1590
  core.LeafHelper.copyCanvasByWorld(ui, current, other, copyBounds, item.blendMode);
1591
- if (end && index < end) other.clearWorld(copyBounds, true);
1591
+ if (end && index < end) other.clearWorld(copyBounds);
1592
1592
  });
1593
1593
  other.recycle(copyBounds);
1594
1594
  }
@@ -1652,7 +1652,7 @@ function innerShadow(ui, current, shape) {
1652
1652
  }
1653
1653
  other.fillWorld(copyBounds, draw.ColorConvert.string(item.color), "source-in");
1654
1654
  core.LeafHelper.copyCanvasByWorld(ui, current, other, copyBounds, item.blendMode);
1655
- if (end && index < end) other.clearWorld(copyBounds, true);
1655
+ if (end && index < end) other.clearWorld(copyBounds);
1656
1656
  });
1657
1657
  other.recycle(copyBounds);
1658
1658
  }
@@ -1751,7 +1751,7 @@ function copyContent(leaf, canvas, content, maskOpacity, blendMode, recycle) {
1751
1751
  canvas.resetTransform();
1752
1752
  canvas.opacity = maskOpacity;
1753
1753
  canvas.copyWorld(content, realBounds, undefined, blendMode);
1754
- recycle ? content.recycle(realBounds) : content.clearWorld(realBounds, true);
1754
+ recycle ? content.recycle(realBounds) : content.clearWorld(realBounds);
1755
1755
  }
1756
1756
 
1757
1757
  const money = "¥¥$€££¢¢";
package/dist/node.esm.js CHANGED
@@ -561,8 +561,8 @@ class Renderer {
561
561
  const {canvas: canvas} = this, bounds = block.getIntersect(canvas.bounds), realBounds = new Bounds(bounds);
562
562
  canvas.save();
563
563
  bounds.spread(Renderer.clipSpread).ceil();
564
- canvas.clearWorld(bounds, true);
565
- canvas.clipWorld(bounds, true);
564
+ canvas.clearWorld(bounds);
565
+ canvas.clipWorld(bounds);
566
566
  this.__render(bounds, realBounds);
567
567
  canvas.restore();
568
568
  Run.end(t);
@@ -1592,7 +1592,7 @@ function shadow(ui, current, shape) {
1592
1592
  worldCanvas ? other.copyWorld(worldCanvas, nowWorld, nowWorld, "destination-out") : other.copyWorld(shape.canvas, shapeBounds, bounds, "destination-out");
1593
1593
  }
1594
1594
  LeafHelper.copyCanvasByWorld(ui, current, other, copyBounds, item.blendMode);
1595
- if (end && index < end) other.clearWorld(copyBounds, true);
1595
+ if (end && index < end) other.clearWorld(copyBounds);
1596
1596
  });
1597
1597
  other.recycle(copyBounds);
1598
1598
  }
@@ -1656,7 +1656,7 @@ function innerShadow(ui, current, shape) {
1656
1656
  }
1657
1657
  other.fillWorld(copyBounds, ColorConvert.string(item.color), "source-in");
1658
1658
  LeafHelper.copyCanvasByWorld(ui, current, other, copyBounds, item.blendMode);
1659
- if (end && index < end) other.clearWorld(copyBounds, true);
1659
+ if (end && index < end) other.clearWorld(copyBounds);
1660
1660
  });
1661
1661
  other.recycle(copyBounds);
1662
1662
  }
@@ -1755,7 +1755,7 @@ function copyContent(leaf, canvas, content, maskOpacity, blendMode, recycle) {
1755
1755
  canvas.resetTransform();
1756
1756
  canvas.opacity = maskOpacity;
1757
1757
  canvas.copyWorld(content, realBounds, undefined, blendMode);
1758
- recycle ? content.recycle(realBounds) : content.clearWorld(realBounds, true);
1758
+ recycle ? content.recycle(realBounds) : content.clearWorld(realBounds);
1759
1759
  }
1760
1760
 
1761
1761
  const money = "¥¥$€££¢¢";
@@ -1,2 +1,2 @@
1
- import{LeaferCanvasBase as t,Platform as e,canvasPatch as i,FileHelper as s,Creator as n,LeaferImage as a,defineKey as o,LeafList as r,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 _,isArray as w,Debug as y,LeafLevelList as m,LayoutEvent as v,Run as x,ImageManager as b,ResizeEvent as S,isObject as B,BoundsHelper as k,Matrix as R,isUndefined as E,isString as L,getMatrixData as A,MatrixHelper as T,MathHelper as C,AlignHelper as O,PointHelper as W,ImageEvent as D,AroundHelper as M,Direction4 as P,isNumber as F}from"@leafer/core";export*from"@leafer/core";export{LeaferImage}from"@leafer/core";import{writeFileSync as I}from"fs";import{PaintImage as U,Paint as Y,ColorConvert as X,PaintGradient as z,Export as N,Group as G,TextConvert as q,Effect as j,TwoPointBoundsHelper as H,Bounds as V,FileHelper as Q,Platform as J,isUndefined as Z,Matrix as $,MathHelper as K,Creator as tt,TaskProcessor as et,Resource as it,LeaferCanvasBase as st,Debug as nt,Plugin as at,UI as ot}from"@leafer-ui/draw";export*from"@leafer-ui/draw";function rt(t,e,i,s){return new(i||(i=Promise))(function(n,a){function o(t){try{l(s.next(t))}catch(t){a(t)}}function r(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(o,r)}l((s=s.apply(t,e||[])).next())})}"function"==typeof SuppressedError&&SuppressedError;class lt extends t{get allowBackgroundColor(){return!0}init(){this.__createView(),this.__createContext(),this.resize(this.config),e.roundRectPatch&&(this.context.__proto__.roundRect=null,i(this.context.__proto__))}__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}}const{mineType:dt,fileType:ct}=s;function ht(t,i){if(e.canvasType=t,!e.origin){if("skia"===t){const{Canvas:t,loadImage:s}=i;e.origin={createCanvas:(e,i,s)=>new t(e,i,s),canvasToDataURL:(t,e,i)=>t.toDataURLSync(e,{quality:i}),canvasToBolb:(t,e,i)=>t.toBuffer(e,{quality:i}),canvasSaveAs:(t,e,i)=>t.saveAs(e,{quality:i}),download(t,e){},loadImage:t=>s(e.image.getRealURL(t))},e.roundRectPatch=!0}else if("napi"===t){const{Canvas:t,loadImage:s}=i;e.origin={createCanvas:(e,i,s)=>new t(e,i,s),canvasToDataURL:(t,e,i)=>t.toDataURL(dt(e),i),canvasToBolb:(t,e,i)=>rt(this,void 0,void 0,function*(){return t.toBuffer(dt(e),i)}),canvasSaveAs:(t,e,i)=>rt(this,void 0,void 0,function*(){return I(e,t.toBuffer(dt(ct(e)),i))}),download(t,e){},loadImage:t=>s(e.image.getRealURL(t))}}e.ellipseToCurve=!0,e.event={stopDefault(t){},stopNow(t){},stop(t){}},e.canvas=n.canvas()}}Object.assign(n,{canvas:(t,e)=>new lt(t,e),image:t=>new a(t)}),e.name="node",e.backgrounder=!0,e.requestRender=function(t){setTimeout(t,16)},o(e,"devicePixelRatio",{get:()=>1}),e.conicGradientSupport=!0;class ut{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const t=new r;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 r,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 r,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:ft,updateBounds:pt,updateChange:gt}=f,{pushAllChildBranch:_t,pushAllParent:wt}=p;const{worldBounds:yt}=g;class mt{constructor(t){this.updatedBounds=new _,this.beforeBounds=new _,this.afterBounds=new _,w(t)&&(t=new r(t)),this.updatedList=t}setBefore(){this.beforeBounds.setListWithFn(this.updatedList.list,yt)}setAfter(){this.afterBounds.setListWithFn(this.updatedList.list,yt),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:vt,updateAllChange:xt}=f,bt=y.get("Layouter");class St{constructor(t,e){this.totalTimes=0,this.config={},this.__levelList=new m,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(v.START),this.layoutOnce(),t.emitEvent(new v(v.END,this.layoutedBlocks,this.times))}catch(t){bt.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?bt.warn("layouting"):this.times>3?bt.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:o}=v,r=this.getBlocks(s);r.forEach(t=>t.setBefore()),i.emitEvent(new v(n,r,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?(ft(t,!0),e.add(t),t.isBranch&&_t(t,e),wt(t,e)):i.boundsChanged&&(e.add(t),t.isBranch&&(t.__tempNumber=0),wt(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||pt(s[t])}pt(i)}})}(this.__levelList),function(t){t.list.forEach(gt)}(s),this.extraBlock&&r.push(this.extraBlock),r.forEach(t=>t.setAfter()),i.emitEvent(new v(a,r,this.times)),i.emitEvent(new v(o,r,this.times)),this.addBlocks(r),this.__levelList.reset(),this.__updatedList=null,x.end(e)}fullLayout(){const t=x.start("FullLayout"),{target:e}=this,{BEFORE:i,LAYOUT:s,AFTER:n}=v,a=this.getBlocks(new r(e));e.emitEvent(new v(i,a,this.times)),St.fullLayout(e),a.forEach(t=>{t.setAfter()}),e.emitEvent(new v(s,a,this.times)),e.emitEvent(new v(n,a,this.times)),this.addBlocks(a),x.end(t)}static fullLayout(t){vt(t,!0),t.isBranch?p.updateBounds(t):f.updateBounds(t),xt(t)}addExtra(t){if(!this.__updatedList.has(t)){const{updatedList:e,beforeBounds:i}=this.extraBlock||(this.extraBlock=new mt([]));e.length?i.add(t.__world):i.set(t.__world),e.add(t)}}createBlock(t){return new mt(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_([[v.REQUEST,this.layout,this],[v.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 Bt=y.get("Renderer");class kt{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(v.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 _,Bt.log(e.innerName,"---\x3e");try{this.emitRender(d.START),this.renderOnce(t),this.emitRender(d.END,this.totalBounds),b.clearRecycled()}catch(t){this.rendering=!1,Bt.error(t)}Bt.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){if(this.rendering)return Bt.warn("rendering");if(this.times>3)return Bt.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(kt.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||Bt.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],[v.END,this.__onLayoutEnd,this],[d.AGAIN,this.renderAgain,this],[S.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 Rt(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 Et(t,e){t.__.__font?Rt(t,e):t.__.windingRule?e.fill(t.__.windingRule):e.fill()}function Lt(t,e,i){switch(e.__.strokeAlign){case"center":At(t,1,e,i);break;case"inside":Tt(t,"inside",e,i);break;case"outside":e.__.__fillAfterStroke?At(t,2,e,i):Tt(t,"outside",e,i)}}function At(t,e,i,s){const n=i.__;B(t)?Ot(t,e,!0,i,s):(s.setStroke(t,n.__strokeWidth*e,n),Ct(i,s))}function Tt(t,e,i,s){const n=s.getSameCanvas(!0,!0);n.font=i.__.__font,At(t,2,i,n),n.blendMode="outside"===e?"destination-out":"destination-in",Rt(i,n),n.blendMode="normal",f.copyCanvasByWorld(i,s,n),n.recycle(i.__nowWorld)}function Ct(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 Ot(t,e,i,s,n){let a;const o=s.__,{__hasMultiStrokeStyle:r}=o;r||n.setStroke(void 0,o.__strokeWidth*e,o);for(let l=0,d=t.length;l<d;l++)if(a=t[l],(!a.image||!U.checkImage(s,n,a,!1))&&a.style){if(r){const{strokeStyle:t}=a;t?n.setStroke(a.style,o.__getRealStrokeWidth(t)*e,o,t):n.setStroke(a.style,o.__strokeWidth*e,o)}else n.strokeStyle=a.style;a.blendMode?(n.saveBlendMode(a.blendMode),i?Ct(s,n):n.stroke(),n.restoreBlendMode()):i?Ct(s,n):n.stroke()}}function Wt(t,e,i){const s=e.__;if(s.__strokeWidth)if(s.__font)Lt(t,e,i);else switch(s.strokeAlign){case"center":Dt(t,1,e,i);break;case"inside":!function(t,e,i){i.save(),i.clipUI(e),Dt(t,2,e,i),i.restore()}(t,e,i);break;case"outside":!function(t,e,i){const s=e.__;if(s.__fillAfterStroke)Dt(t,2,e,i);else{const{renderBounds:n}=e.__layout,a=i.getSameCanvas(!0,!0);e.__drawRenderPath(a),Dt(t,2,e,a),a.clipUI(s),a.clearWorld(n),f.copyCanvasByWorld(e,i,a),a.recycle(e.__nowWorld)}}(t,e,i)}}function Dt(t,e,i,s){const n=i.__;B(t)?Ot(t,e,!1,i,s):(s.setStroke(t,n.__strokeWidth*e,n),s.stroke()),n.__useArrow&&Y.strokeArrow(t,i,s)}kt.clipSpread=10,Object.assign(n,{watcher:(t,e)=>new ut(t,e),layouter:(t,e)=>new St(t,e),renderer:(t,e,i)=>new kt(t,e,i),selector:(t,e)=>{},interaction:(t,e,i,s)=>{}}),e.layout=St.fullLayout;const{getSpread:Mt,getOuterOf:Pt,getByMove:Ft,getIntersectData:It}=k;let Ut;const{stintSet:Yt}=l,{hasTransparent:Xt}=X;function zt(t,e,i){if(!B(e)||!1===e.visible||0===e.opacity)return;let s;const{boxBounds:n}=i.__layout;switch(e.type){case"image":s=U.image(i,t,e,n,!Ut||!Ut[e.url]);break;case"linear":s=z.linearGradient(e,n);break;case"radial":s=z.radialGradient(e,n);break;case"angular":s=z.conicGradient(e,n);break;case"solid":const{type:a,color:o,opacity:r}=e;s={type:a,style:X.string(o,r)};break;default:E(e.r)||(s={type:"solid",style:X.string(e)})}if(s){if(L(s.style)&&Xt(s.style)&&(s.isTransparent=!0),e.style){if(0===e.style.strokeWidth)return;s.strokeStyle=e.style}e.editing&&(s.editing=e.editing),e.blendMode&&(s.blendMode=e.blendMode)}return s}const Nt={compute:function(t,e){const i=e.__,s=[];let n,a,o,r=i.__input[t];w(r)||(r=[r]),Ut=U.recycleImage(t,i);for(let i,n=0,a=r.length;n<a;n++)(i=zt(t,r[n],e))&&(s.push(i),i.strokeStyle&&(o||(o=1),i.strokeStyle.strokeWidth&&(o=Math.max(o,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?(Yt(i,"__isAlphaPixelFill",n),Yt(i,"__isTransparentFill",a)):(Yt(i,"__isAlphaPixelStroke",n),Yt(i,"__isTransparentStroke",a),Yt(i,"__hasMultiStrokeStyle",o))},fill:function(t,e,i){i.fillStyle=t,Et(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(U.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:n}=e.getRenderScaleData(!0);(!0===s.scaleFixed||"zoom-in"===s.scaleFixed&&t>1&&n>1)&&i.scale(1/t,1/n)}s.blendMode&&(i.blendMode=s.blendMode),Et(e,i),i.restore()}else s.blendMode?(i.saveBlendMode(s.blendMode),Et(e,i),i.restoreBlendMode()):Et(e,i)}},fillPathOrText:Et,fillText:Rt,stroke:Wt,strokes:function(t,e,i){Wt(t,e,i)},strokeText:Lt,drawTextStroke:Ct,shape:function(t,i,s){const n=i.getSameCanvas(),a=t.__nowWorld,o=i.bounds;let r,l,d,c,h,{scaleX:u,scaleY:f}=t.getRenderScaleData(!0);if(o.includes(a))h=n,r=c=a;else{const{renderShapeSpread:n}=t.__layout;let p;if(e.fullImageShadow)p=a;else{const t=n?Mt(o,u===f?n*u:[n*f,n*u]):o;p=It(t,a)}d=o.getFitMatrix(p);let{a:g,d:_}=d;d.a<1&&(h=i.getSameCanvas(),t.__renderShape(h,s),u*=g,f*=_),c=Pt(a,d),r=Ft(c,-d.e,-d.f);const w=s.matrix;w?(l=new R(d),l.multiply(w),g*=w.scaleX,_*=w.scaleY):l=d,l.withScale(g,_),s=Object.assign(Object.assign({},s),{matrix:l})}return t.__renderShape(n,s),{canvas:n,matrix:l,fitMatrix:d,bounds:r,worldCanvas:h,shapeBounds:c,scaleX:u,scaleY:f}}};let Gt={},qt=A();const{get:jt,rotateOfOuter:Ht,translate:Vt,scaleOfOuter:Qt,multiplyParent:Jt,scale:Zt,rotate:$t,skew:Kt}=T;function te(t,e,i,s,n,a,o){const r=jt();Vt(r,e.x+i,e.y+s),Zt(r,n,a),o&&Ht(r,{x:e.x+e.width/2,y:e.y+e.height/2},o),t.transform=r}function ee(t,e,i,s,n,a,o,r,l){const d=jt();se(d,e,i,s,n,a,o,r),l&&(qt.a=e.width/l.width,qt.d=e.height/l.height,Jt(d,qt)),t.transform=d}function ie(t,e,i,s,n,a,o,r,l,d,c,h){const u=jt();if(h)se(u,e,n,a,o,r,l,d);else{if(l)if("center"===c)Ht(u,{x:i/2,y:s/2},l);else switch($t(u,l),l){case 90:Vt(u,s,0);break;case 180:Vt(u,i,s);break;case 270:Vt(u,0,i)}Gt.x=e.x+n,Gt.y=e.y+a,Vt(u,Gt.x,Gt.y),o&&Qt(u,Gt,o,r)}t.transform=u}function se(t,e,i,s,n,a,o,r){o&&$t(t,o),r&&Kt(t,r.x,r.y),n&&Zt(t,n,a),Vt(t,e.x+i,e.y+s)}const{get:ne,translate:ae}=T,oe=new _,re={},le={};function de(t,e,i,s){const{changeful:n,sync:a,scaleFixed:o}=i;n&&(t.changeful=n),a&&(t.sync=a),o&&(t.scaleFixed=o),t.data=ce(i,s,e)}function ce(t,e,i){t.padding&&(e=oe.set(e).shrink(t.padding)),"strench"===t.mode&&(t.mode="stretch");let{width:s,height:n}=i;const{opacity:a,mode:o,align:r,offset:l,scale:d,size:c,rotation:h,skew:u,clipSize:f,repeat:p,gap:g,filters:_}=t,w=e.width===s&&e.height===n,y={mode:o},m="center"!==r&&(h||0)%180==90;let v,x;switch(k.set(le,0,0,m?n:s,m?s:n),o&&"cover"!==o&&"fit"!==o?((d||c)&&(C.getScaleData(d,c,i,re),v=re.scaleX,x=re.scaleY),(r||g||p)&&(v&&k.scale(le,v,x,!0),r&&O.toPoint(r,le,e,le,!0,!0))):w&&!h||(v=x=k.getFitScale(e,le,"fit"!==o),k.put(e,i,r,v,!1,le),k.scale(le,v,x,!0)),l&&W.move(le,l),o){case"stretch":w||(s=e.width,n=e.height);break;case"normal":case"clip":(le.x||le.y||v||f||h||u)&&ee(y,e,le.x,le.y,v,x,h,u,t.clipSize);break;case"repeat":(!w||v||h||u)&&ie(y,e,s,n,le.x,le.y,v,x,h,u,r,t.freeTransform),p||(y.repeat="repeat");const i=B(p);(g||i)&&(y.gap=function(t,e,i,s,n){let a,o;B(t)?(a=t.x,o=t.y):a=o=t;return{x:he(a,i,n.width,e&&e.x),y:he(o,s,n.height,e&&e.y)}}(g,i&&p,le.width,le.height,e));break;default:v&&te(y,e,le.x,le.y,v,x,h)}return y.transform||(e.x||e.y)&&(y.transform=ne(),ae(y.transform,e.x,e.y)),v&&"stretch"!==o&&(y.scaleX=v,y.scaleY=x),y.width=s,y.height=n,a&&(y.opacity=a),_&&(y.filters=_),p&&(y.repeat=L(p)?"x"===p?"repeat-x":"repeat-y":"repeat"),y}function he(t,e,i,s){const n=L(t)||s?(s?i-s*e:i%e)/((s||Math.floor(i/e))-1):t;return"auto"===t&&n<0?0:n}let ue,fe=new _;const{isSame:pe}=k;function ge(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||de(n,s,i,a),!0}function _e(t,e){me(t,D.LOAD,e)}function we(t,e){me(t,D.LOADED,e)}function ye(t,e,i){e.error=i,t.forceUpdate("surface"),me(t,D.ERROR,e)}function me(t,e,i){t.hasEvent(e)&&t.emitEvent(new D(e,i))}function ve(t,e){const{leafer:i}=t;i&&i.viewReady&&(i.renderer.ignore=e)}const{get:xe,scale:be,copy:Se}=T,{floor:Be,max:ke,abs:Re}=Math;function Ee(t,i,s){let{scaleX:n,scaleY:a}=t.getRenderScaleData(!0,i.scaleFixed);const o=n+"-"+a+"-"+s;if(i.patternId===o||t.destroyed)return!1;{const{image:t,data:r}=i;let l,d,{width:c,height:h,scaleX:u,scaleY:f,transform:p,repeat:g,gap:_}=r;n*=s,a*=s;const w=_&&_.x*n,y=_&&_.y*a;u&&(u=Re(u),f=Re(f),d=xe(),Se(d,p),be(d,1/u,1/f),n*=u,a*=f),c*=n,h*=a;const m=c*h;if(!g&&m>e.image.maxCacheSize)return!1;let v=e.image.maxPatternSize;if(!t.isSVG){const e=t.width*t.height;v>e&&(v=e)}if(m>v&&(l=Math.sqrt(m/v)),l&&(n/=l,a/=l,c/=l,h/=l),u&&(n/=u,a/=f),(p||1!==n||1!==a)&&(d||(d=xe(),p&&Se(d,p)),be(d,1/n,1/a)),d){const t=c+(w||0),e=h+(y||0);be(d,t/ke(Be(t),1),e/ke(Be(e),1))}const x=t.getCanvas(c,h,r.opacity,r.filters,w,y),b=t.getPattern(x,g||e.origin.noRepeat||"no-repeat",d,i);return i.style=b,i.patternId=o,!0}}const Le={image:function(t,e,i,s,n){let a,o;const r=b.get(i);return ue&&i===ue.paint&&pe(s,ue.boxBounds)?a=ue.leafPaint:(a={type:i.type,image:r},r.hasAlphaPixel&&(a.isTransparent=!0),ue=r.use>1?{leafPaint:a,paint:i,boxBounds:fe.set(s)}:null),(n||r.loading)&&(o={image:r,attrName:e,attrValue:i}),r.ready?(ge(t,e,i,r,a,s),n&&(_e(t,o),we(t,o))):r.error?n&&ye(t,o,r.error):(n&&(ve(t,!0),_e(t,o)),a.loadId=r.load(()=>{ve(t,!1),t.destroyed||(ge(t,e,i,r,a,s)&&(r.hasAlphaPixel&&(t.__layout.hitCanvasChanged=!0),t.forceUpdate("surface")),we(t,o)),a.loadId=void 0},e=>{ve(t,!1),ye(t,o,e),a.loadId=void 0}),t.placeholderColor&&(t.placeholderDelay?setTimeout(()=>{r.ready||(r.isPlacehold=!0,t.forceUpdate("surface"))},t.placeholderDelay):r.isPlacehold=!0)),a},checkImage:function(t,i,s,n){const{scaleX:a,scaleY:o}=t.getRenderScaleData(!0,s.scaleFixed),{pixelRatio:r}=i,{data:l}=s;if(!l||s.patternId===a+"-"+o+"-"+r&&!N.running)return!1;if(n)if(l.repeat)n=!1;else if(!(s.changeful||"miniapp"===e.name&&S.isResizing(t)||N.running)){let{width:t,height:i}=l;t*=a*r,i*=o*r,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||N.running?Ee(t,s,r):s.patternTask||(s.patternTask=b.patternTasker.add(()=>rt(this,void 0,void 0,function*(){s.patternTask=null,i.bounds.hit(t.__nowWorld)&&Ee(t,s,r),t.forceUpdate("surface")}),300)),!1)},createPattern:Ee,recycleImage:function(t,e){const i=e["_"+t];if(w(i)){let s,n,a,o,r;for(let l=0,d=i.length;l<d;l++)s=i[l],n=s.image,r=n&&n.url,r&&(a||(a={}),a[r]=!0,b.recycle(n),n.loading&&(o||(o=e.__input&&e.__input[t]||[],w(o)||(o=[o])),n.unload(i[l].loadId,!o.some(t=>t.url===r))));return a}return null},createData:de,getPatternData:ce,fillOrFitMode:te,clipMode:ee,repeatMode:ie},{toPoint:Ae}=M,{hasTransparent:Te}=X,Ce={},Oe={};function We(t,e,i,s){if(i){let n,a,o,r;for(let t=0,l=i.length;t<l;t++)n=i[t],L(n)?(o=t/(l-1),a=X.string(n,s)):(o=n.offset,a=X.string(n.color,s)),e.addColorStop(o,a),!r&&Te(a)&&(r=!0);r&&(t.isTransparent=!0)}}const{getAngle:De,getDistance:Me}=W,{get:Pe,rotateOfOuter:Fe,scaleOfOuter:Ie}=T,{toPoint:Ue}=M,Ye={},Xe={};function ze(t,e,i,s,n){let a;const{width:o,height:r}=t;if(o!==r||s){const t=De(e,i);a=Pe(),n?(Ie(a,e,o/r*(s||1),1),Fe(a,e,t+90)):(Ie(a,e,1,o/r*(s||1)),Fe(a,e,t))}return a}const{getDistance:Ne}=W,{toPoint:Ge}=M,qe={},je={};const He={linearGradient:function(t,i){let{from:s,to:n,type:a,opacity:o}=t;Ae(s||"top",i,Ce),Ae(n||"bottom",i,Oe);const r=e.canvas.createLinearGradient(Ce.x,Ce.y,Oe.x,Oe.y),l={type:a,style:r};return We(l,r,t.stops,o),l},radialGradient:function(t,i){let{from:s,to:n,type:a,opacity:o,stretch:r}=t;Ue(s||"center",i,Ye),Ue(n||"bottom",i,Xe);const l=e.canvas.createRadialGradient(Ye.x,Ye.y,0,Ye.x,Ye.y,Me(Ye,Xe)),d={type:a,style:l};We(d,l,t.stops,o);const c=ze(i,Ye,Xe,r,!0);return c&&(d.transform=c),d},conicGradient:function(t,i){let{from:s,to:n,type:a,opacity:o,stretch:r}=t;Ge(s||"center",i,qe),Ge(n||"bottom",i,je);const l=e.conicGradientSupport?e.canvas.createConicGradient(0,qe.x,qe.y):e.canvas.createRadialGradient(qe.x,qe.y,0,qe.x,qe.y,Ne(qe,je)),d={type:a,style:l};We(d,l,t.stops,o);const c=ze(i,qe,je,r||1,e.conicGradientRotate90);return c&&(d.transform=c),d},getTransform:ze},{copy:Ve,toOffsetOutBounds:Qe}=k,Je={},Ze={};function $e(t,i,s,n){const{bounds:a,shapeBounds:o}=n;if(e.fullImageShadow){if(Ve(Je,t.bounds),Je.x+=i.x-o.x,Je.y+=i.y-o.y,s){const{fitMatrix:t}=n;Je.x-=(a.x+(t?t.e:0)+a.width/2)*(s-1),Je.y-=(a.y+(t?t.f:0)+a.height/2)*(s-1),Je.width*=s,Je.height*=s}t.copyWorld(n.canvas,t.bounds,Je)}else s&&(Ve(Je,i),Je.x-=i.width/2*(s-1),Je.y-=i.height/2*(s-1),Je.width*=s,Je.height*=s),t.copyWorld(n.canvas,o,s?Je:i)}const{toOffsetOutBounds:Ke}=k,ti={};const ei={shadow:function(t,e,i){let s,n;const{__nowWorld:a,__layout:o}=t,{shadow:r}=t.__,{worldCanvas:l,bounds:d,shapeBounds:c,scaleX:h,scaleY:u}=i,p=e.getSameCanvas(),g=r.length-1;Qe(d,Ze),r.forEach((r,_)=>{let w=1;if(r.scaleFixed){const t=Math.abs(a.scaleX);t>1&&(w=1/t)}p.setWorldShadow(Ze.offsetX+r.x*h*w,Ze.offsetY+r.y*u*w,r.blur*h*w,X.string(r.color)),n=r.spread?1+2*r.spread/(o.boxBounds.width+2*(o.strokeBoxSpread||0))*w:0,$e(p,Ze,n,i),s=d,r.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,r.blendMode),g&&_<g&&p.clearWorld(s,!0)}),p.recycle(s)},innerShadow:function(t,e,i){let s,n;const{__nowWorld:a,__layout:o}=t,{innerShadow:r}=t.__,{worldCanvas:l,bounds:d,shapeBounds:c,scaleX:h,scaleY:u}=i,p=e.getSameCanvas(),g=r.length-1;Ke(d,ti),r.forEach((r,_)=>{let w=1;if(r.scaleFixed){const t=Math.abs(a.scaleX);t>1&&(w=1/t)}p.save(),p.setWorldShadow(ti.offsetX+r.x*h*w,ti.offsetY+r.y*u*w,r.blur*h*w),n=r.spread?1-2*r.spread/(o.boxBounds.width+2*(o.strokeBoxSpread||0))*w:0,$e(p,ti,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,X.string(r.color),"source-in"),f.copyCanvasByWorld(t,e,p,s,r.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:ii}=g;let si;function ni(t,e,i,s,n,a,o,r){switch(e){case"grayscale":si||(si=!0,n.useGrayscaleAlpha(t.__nowWorld));case"alpha":!function(t,e,i,s,n,a){const o=t.__nowWorld;i.resetTransform(),i.opacity=1,i.useMask(s,o),a&&s.recycle(o);oi(t,e,i,1,n,a)}(t,i,s,n,o,r);break;case"opacity-path":oi(t,i,s,a,o,r);break;case"path":r&&i.restore()}}function ai(t){return t.getSameCanvas(!1,!0)}function oi(t,e,i,s,n,a){const o=t.__nowWorld;e.resetTransform(),e.opacity=s,e.copyWorld(i,o,void 0,n),a?i.recycle(o):i.clearWorld(o,!0)}G.prototype.__renderMask=function(t,e){let i,s,n,a,o,r;const{children:l}=this;for(let d=0,c=l.length;d<c;d++){if(i=l[d],r=i.__.mask,r){o&&(ni(this,o,t,n,s,a,void 0,!0),s=n=null),a=i.__.opacity,si=!1,"path"===r||"clipping-path"===r?(a<1?(o="opacity-path",n||(n=ai(t))):(o="path",t.save()),i.__clip(n||t,e)):(o="grayscale"===r?"grayscale":"alpha",s||(s=ai(t)),n||(n=ai(t)),i.__render(s,e)),"clipping"!==r&&"clipping-path"!==r||ii(i,e)||i.__render(t,e);continue}const c=1===a&&i.__.__blendMode;c&&ni(this,o,t,n,s,a,void 0,!1),ii(i,e)||i.__render(n||t,e),c&&ni(this,o,t,n,s,a,c,!1)}ni(this,o,t,n,s,a,void 0,!0)};const ri=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",li=ri+"_#~&*+\\=|≮≯≈≠=…",di=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 ci(t){const e={};return t.split("").forEach(t=>e[t]=!0),e}const hi=ci("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),ui=ci("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),fi=ci(ri),pi=ci(li),gi=ci("- —/~|┆·");var _i;!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"}(_i||(_i={}));const{Letter:wi,Single:yi,Before:mi,After:vi,Symbol:xi,Break:bi}=_i;function Si(t){return hi[t]?wi:gi[t]?bi:ui[t]?mi:fi[t]?vi:pi[t]?xi:di.test(t)?yi:wi}const Bi={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 ki(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:Ri}=Bi,{Letter:Ei,Single:Li,Before:Ai,After:Ti,Symbol:Ci,Break:Oi}=_i;let Wi,Di,Mi,Pi,Fi,Ii,Ui,Yi,Xi,zi,Ni,Gi,qi,ji,Hi,Vi,Qi,Ji=[];function Zi(t,e){Xi&&!Yi&&(Yi=Xi),Wi.data.push({char:t,width:e}),Mi+=e}function $i(){Pi+=Mi,Wi.width=Mi,Di.words.push(Wi),Wi={data:[]},Mi=0}function Ki(){ji&&(Hi.paraNumber++,Di.paraStart=!0,ji=!1),Xi&&(Di.startCharSize=Yi,Di.endCharSize=Xi,Yi=0),Di.width=Pi,Vi.width?Ri(Di):Qi&&ts(),Ji.push(Di),Di={words:[]},Pi=0}function ts(){Pi>(Hi.maxWidth||0)&&(Hi.maxWidth=Pi)}const{top:es,right:is,bottom:ss,left:ns}=P;function as(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 os={getDrawData:function(t,i){L(t)||(t=String(t));let s=0,n=0,a=i.__getInput("width")||0,o=i.__getInput("height")||0;const{textDecoration:r,__font:l,__padding:d}=i;d&&(a?(s=d[ns],a-=d[is]+d[ns]):i.autoSizeAlign||(s=d[ns]),o?(n=d[es],o-=d[es]+d[ss]):i.autoSizeAlign||(n=d[es]));const c={bounds:{x:s,y:n,width:a,height:o},rows:[],paraNumber:0,font:e.canvas.font=l};return function(t,i,s){Hi=t,Ji=t.rows,Vi=t.bounds,Qi=!Vi.width&&!s.autoSizeAlign;const{__letterSpacing:n,paraIndent:a,textCase:o}=s,{canvas:r}=e,{width:l,height:d}=Vi;if(l||d||n||"none"!==o){const t="none"!==s.textWrap,e="break"===s.textWrap;ji=!0,Ni=null,Yi=Ui=Xi=Mi=Pi=0,Wi={data:[]},Di={words:[]},n&&(i=[...i]);for(let s=0,d=i.length;s<d;s++)Ii=i[s],"\n"===Ii?(Mi&&$i(),Di.paraEnd=!0,Ki(),ji=!0):(zi=Si(Ii),zi===Ei&&"none"!==o&&(Ii=ki(Ii,o,!Mi)),Ui=r.measureText(Ii).width,n&&(n<0&&(Xi=Ui),Ui+=n),Gi=zi===Li&&(Ni===Li||Ni===Ei)||Ni===Li&&zi!==Ti,qi=!(zi!==Ai&&zi!==Li||Ni!==Ci&&Ni!==Ti),Fi=ji&&a?l-a:l,t&&l&&Pi+Mi+Ui>Fi&&(e?(Mi&&$i(),Pi&&Ki()):(qi||(qi=zi===Ei&&Ni==Ti),Gi||qi||zi===Oi||zi===Ai||zi===Li||Mi+Ui>Fi?(Mi&&$i(),Pi&&Ki()):Pi&&Ki()))," "===Ii&&!0!==ji&&Pi+Mi===0||(zi===Oi?(" "===Ii&&Mi&&$i(),Zi(Ii,Ui),$i()):Gi||qi?(Mi&&$i(),Zi(Ii,Ui)):Zi(Ii,Ui)),Ni=zi);Mi&&$i(),Pi&&Ki(),Ji.length>0&&(Ji[Ji.length-1].paraEnd=!0)}else i.split("\n").forEach(t=>{Hi.paraNumber++,Pi=r.measureText(t).width,Ji.push({x:a||0,text:t,width:Pi,paraStart:!0}),Qi&&ts()})}(c,t,i),d&&function(t,e,i,s,n){if(!s&&i.autoSizeAlign)switch(i.textAlign){case"left":as(e,"x",t[ns]);break;case"right":as(e,"x",-t[is])}if(!n&&i.autoSizeAlign)switch(i.verticalAlign){case"top":as(e,"y",t[es]);break;case"bottom":as(e,"y",-t[ss])}}(d,c,i,a,o),function(t,e){const{rows:i,bounds:s}=t,n=i.length,{__lineHeight:a,__baseLine:o,__letterSpacing:r,__clipText:l,textAlign:d,verticalAlign:c,paraSpacing:h,autoSizeAlign:u}=e;let{x:f,y:p,width:g,height:_}=s,w=a*n+(h?h*(t.paraNumber-1):0),y=o;if(l&&w>_)w=Math.max(_,a),n>1&&(t.overflow=n);else if(_||u)switch(c){case"middle":p+=(_-w)/2;break;case"bottom":p+=_-w}y+=p;let m,v,x,b=g||u?g:t.maxWidth;for(let o=0,c=n;o<c;o++){if(m=i[o],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&&o>0&&(y+=h),m.y=y,y+=a,t.overflow>o&&y>w&&(m.isOverflow=!0,t.overflow=o+1),v=m.x,x=m.width,r<0&&(m.width<0?(x=-m.width+e.fontSize+r,v-=x,x+=e.fontSize):x-=r),v<s.x&&(s.x=v),x>s.width&&(s.width=x),l&&g&&g<x&&(m.isOverflow=!0,t.overflow||(t.overflow=i.length))}s.y=p,s.height=w}(c,i),function(t,e,i){const{rows:s}=t,{textAlign:n,paraIndent:a,letterSpacing:o}=e;let r,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=o||t.isOverflow?0:l>.01?1:2,t.isOverflow&&!o&&(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,r=t.x,t.data=[],t.words.forEach((e,i)=>{1===c?(h={char:"",x:r},r=function(t,e,i){return t.forEach(t=>{i.char+=t.char,e+=t.width}),e}(e.data,r,h),(t.isOverflow||" "!==h.char)&&t.data.push(h)):r=function(t,e,i,s){return t.forEach(t=>{(s||" "!==t.char)&&(t.x=e,i.push(t)),e+=t.width}),e}(e.data,r,t.data,t.isOverflow),!l||t.paraEnd&&"both"!==n||i===u-1||(r+=l,t.width+=l)})),t.words=null)})}(c,i,a),c.overflow&&function(t,i,s,n){if(!n)return;const{rows:a,overflow:o}=t;let{textOverflow:r}=i;if(a.splice(o),r&&"show"!==r){let t,l;"hide"===r?r="":"ellipsis"===r&&(r="...");const d=r?e.canvas.measureText(r).width:0,c=s+n-d;("none"===i.textWrap?a:[a[o-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:r,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"!==r&&function(t,e){let i;const{fontSize:s,textDecoration:n}=e;switch(t.decorationHeight=s/11,B(n)?(i=n.type,n.color&&(t.decorationColor=X.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 rs={string:function(t,e){const i=F(e)&&e<1;if(L(t)){if(!i||!X.object)return t;t=X.object(t)}let s=E(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(q,os),Object.assign(X,rs),Object.assign(Y,Nt),Object.assign(U,Le),Object.assign(z,He),Object.assign(j,ei);const{setPoint:ls,addPoint:ds,toBounds:cs}=H;const hs={syncExport(t,e,i){let s;N.running=!0;try{const n=Q.fileType(e),a=e.includes(".");i=Q.getExportOptions(i);const{toURL:o}=J,{download:r}=J.origin;if("json"===n)a&&r(o(JSON.stringify(t.toJSON(i.json)),"text"),e),s={data:!!a||t.toJSON(i.json)};else if("svg"===n)a&&r(o(t.toSVG(),"svg"),e),s={data:!!a||t.toSVG()};else{let n,a,o=1,r=1;const{worldTransform:l,isLeafer:d,leafer:c,isFrame:h}=t,{slice:u,clip:f,trim:p,screenshot:g,padding:_,onCanvas:w}=i,y=Z(i.smooth)?!c||c.config.smooth:i.smooth,m=i.contextSettings||(c?c.config.contextSettings:void 0),v=d&&g&&Z(i.fill)?t.fill:i.fill,x=Q.isOpaqueImage(e)||v,b=new $;if(g)n=!0===g?d?c.canvas.bounds:t.worldRenderBounds:g;else{let e=i.relative||(d?"inner":"local");switch(o=l.scaleX,r=l.scaleY,e){case"inner":b.set(l);break;case"local":b.set(l).divide(t.localTransform),o/=t.scaleX,r/=t.scaleY;break;case"world":o=1,r=1;break;case"page":e=c||t;default:b.set(l).divide(t.getTransform(e));const i=e.worldTransform;o/=o/i.scaleX,r/=r/i.scaleY}n=t.getBounds("render",e)}const S={scaleX:1,scaleY:1};K.getScaleData(i.scale,i.size,n,S);let B=i.pixelRatio||1,{x:k,y:R,width:E,height:L}=new V(n).scale(S.scaleX,S.scaleY);f&&(k+=f.x,R+=f.y,E=f.width,L=f.height);const A={exporting:!0,matrix:b.scale(1/S.scaleX,1/S.scaleY).invert().translate(-k,-R).withScale(1/o*S.scaleX,1/r*S.scaleY)};let T,C=tt.canvas({width:Math.floor(E),height:Math.floor(L),pixelRatio:B,smooth:y,contextSettings:m});if(u&&(T=t,T.__worldOpacity=0,t=c||t,A.bounds=C.bounds),C.save(),h&&!Z(v)){const e=t.get("fill");t.fill="",t.__render(C,A),t.fill=e}else t.__render(C,A);if(C.restore(),T&&T.__updateWorldOpacity(),p){a=function(t){const{width:e,height:i}=t.view,{data:s}=t.context.getImageData(0,0,e,i);let n,a,o,r=0;for(let t=0;t<s.length;t+=4)0!==s[t+3]&&(n=r%e,a=(r-n)/e,o?ds(o,n,a):ls(o={},n,a)),r++;const l=new V;return o&&(cs(o,l),l.scale(1/t.pixelRatio).ceil()),l}(C);const t=C,{width:e,height:i}=a,s={x:0,y:0,width:e,height:i,pixelRatio:B};C=tt.canvas(s),C.copyWorld(t,a,s),t.destroy()}if(_){const[t,e,i,s]=K.fourNumber(_),n=C,{width:a,height:o}=n;C=tt.canvas({width:a+s+e,height:o+t+i,pixelRatio:B}),C.copyWorld(n,n.bounds,{x:s,y:t,width:a,height:o}),n.destroy()}x&&C.fillWorld(C.bounds,v||"#FFFFFF","destination-over"),w&&w(C);s={data:"canvas"===e?C:C.export(e,i),width:C.pixelWidth,height:C.pixelHeight,renderBounds:n,trimBounds:a}}}catch(t){s={data:"",error:t}}return N.running=!1,s},export(t,e,i){return N.running=!0,function(t){us||(us=new et);return new Promise(e=>{us.add(()=>rt(this,void 0,void 0,function*(){return yield t(e)}),{parallel:!1})})}(s=>new Promise(n=>{const a=()=>rt(this,void 0,void 0,function*(){if(!it.isComplete)return J.requestRender(a);const o=N.syncExport(t,e,i);o.data instanceof Promise&&(o.data=yield o.data),s(o),n()});t.updateLayout(),fs(t);const{leafer:o}=t;o?o.waitViewCompleted(a):a()}))}};let us;function fs(t){t.__.__needComputePaint&&t.__.__computePaint(),t.isBranch&&t.children.forEach(t=>fs(t))}const ps=st.prototype,gs=nt.get("@leafer-in/export");ps.export=function(t,e){const{quality:i,blob:s}=Q.getExportOptions(e);return t.includes(".")?this.saveAs(t,i):s?this.toBlob(t,i):this.toDataURL(t,i)},ps.toBlob=function(t,e){return new Promise(i=>{J.origin.canvasToBolb(this.view,t,e).then(t=>{i(t)}).catch(t=>{gs.error(t),i(null)})})},ps.toDataURL=function(t,e){return J.origin.canvasToDataURL(this.view,t,e)},ps.saveAs=function(t,e){return new Promise(i=>{J.origin.canvasSaveAs(this.view,t,e).then(()=>{i(!0)}).catch(t=>{gs.error(t),i(!1)})})},at.add("export"),Object.assign(N,hs),ot.prototype.export=function(t,e){return N.export(this,t,e)},ot.prototype.syncExport=function(t,e){return N.syncExport(this,t,e)};export{St as Layouter,lt as LeaferCanvas,kt as Renderer,ut as Watcher,ht as useCanvas};
1
+ import{LeaferCanvasBase as t,Platform as e,canvasPatch as i,FileHelper as s,Creator as n,LeaferImage as a,defineKey as o,LeafList as r,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 _,isArray as w,Debug as y,LeafLevelList as m,LayoutEvent as v,Run as x,ImageManager as b,ResizeEvent as S,isObject as B,BoundsHelper as k,Matrix as R,isUndefined as E,isString as L,getMatrixData as A,MatrixHelper as T,MathHelper as C,AlignHelper as O,PointHelper as W,ImageEvent as D,AroundHelper as M,Direction4 as P,isNumber as F}from"@leafer/core";export*from"@leafer/core";export{LeaferImage}from"@leafer/core";import{writeFileSync as I}from"fs";import{PaintImage as U,Paint as Y,ColorConvert as X,PaintGradient as z,Export as N,Group as G,TextConvert as q,Effect as j,TwoPointBoundsHelper as H,Bounds as V,FileHelper as Q,Platform as J,isUndefined as Z,Matrix as $,MathHelper as K,Creator as tt,TaskProcessor as et,Resource as it,LeaferCanvasBase as st,Debug as nt,Plugin as at,UI as ot}from"@leafer-ui/draw";export*from"@leafer-ui/draw";function rt(t,e,i,s){return new(i||(i=Promise))(function(n,a){function o(t){try{l(s.next(t))}catch(t){a(t)}}function r(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(o,r)}l((s=s.apply(t,e||[])).next())})}"function"==typeof SuppressedError&&SuppressedError;class lt extends t{get allowBackgroundColor(){return!0}init(){this.__createView(),this.__createContext(),this.resize(this.config),e.roundRectPatch&&(this.context.__proto__.roundRect=null,i(this.context.__proto__))}__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}}const{mineType:dt,fileType:ct}=s;function ht(t,i){if(e.canvasType=t,!e.origin){if("skia"===t){const{Canvas:t,loadImage:s}=i;e.origin={createCanvas:(e,i,s)=>new t(e,i,s),canvasToDataURL:(t,e,i)=>t.toDataURLSync(e,{quality:i}),canvasToBolb:(t,e,i)=>t.toBuffer(e,{quality:i}),canvasSaveAs:(t,e,i)=>t.saveAs(e,{quality:i}),download(t,e){},loadImage:t=>s(e.image.getRealURL(t))},e.roundRectPatch=!0}else if("napi"===t){const{Canvas:t,loadImage:s}=i;e.origin={createCanvas:(e,i,s)=>new t(e,i,s),canvasToDataURL:(t,e,i)=>t.toDataURL(dt(e),i),canvasToBolb:(t,e,i)=>rt(this,void 0,void 0,function*(){return t.toBuffer(dt(e),i)}),canvasSaveAs:(t,e,i)=>rt(this,void 0,void 0,function*(){return I(e,t.toBuffer(dt(ct(e)),i))}),download(t,e){},loadImage:t=>s(e.image.getRealURL(t))}}e.ellipseToCurve=!0,e.event={stopDefault(t){},stopNow(t){},stop(t){}},e.canvas=n.canvas()}}Object.assign(n,{canvas:(t,e)=>new lt(t,e),image:t=>new a(t)}),e.name="node",e.backgrounder=!0,e.requestRender=function(t){setTimeout(t,16)},o(e,"devicePixelRatio",{get:()=>1}),e.conicGradientSupport=!0;class ut{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const t=new r;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 r,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 r,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:ft,updateBounds:pt,updateChange:gt}=f,{pushAllChildBranch:_t,pushAllParent:wt}=p;const{worldBounds:yt}=g;class mt{constructor(t){this.updatedBounds=new _,this.beforeBounds=new _,this.afterBounds=new _,w(t)&&(t=new r(t)),this.updatedList=t}setBefore(){this.beforeBounds.setListWithFn(this.updatedList.list,yt)}setAfter(){this.afterBounds.setListWithFn(this.updatedList.list,yt),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:vt,updateAllChange:xt}=f,bt=y.get("Layouter");class St{constructor(t,e){this.totalTimes=0,this.config={},this.__levelList=new m,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(v.START),this.layoutOnce(),t.emitEvent(new v(v.END,this.layoutedBlocks,this.times))}catch(t){bt.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?bt.warn("layouting"):this.times>3?bt.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:o}=v,r=this.getBlocks(s);r.forEach(t=>t.setBefore()),i.emitEvent(new v(n,r,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?(ft(t,!0),e.add(t),t.isBranch&&_t(t,e),wt(t,e)):i.boundsChanged&&(e.add(t),t.isBranch&&(t.__tempNumber=0),wt(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||pt(s[t])}pt(i)}})}(this.__levelList),function(t){t.list.forEach(gt)}(s),this.extraBlock&&r.push(this.extraBlock),r.forEach(t=>t.setAfter()),i.emitEvent(new v(a,r,this.times)),i.emitEvent(new v(o,r,this.times)),this.addBlocks(r),this.__levelList.reset(),this.__updatedList=null,x.end(e)}fullLayout(){const t=x.start("FullLayout"),{target:e}=this,{BEFORE:i,LAYOUT:s,AFTER:n}=v,a=this.getBlocks(new r(e));e.emitEvent(new v(i,a,this.times)),St.fullLayout(e),a.forEach(t=>{t.setAfter()}),e.emitEvent(new v(s,a,this.times)),e.emitEvent(new v(n,a,this.times)),this.addBlocks(a),x.end(t)}static fullLayout(t){vt(t,!0),t.isBranch?p.updateBounds(t):f.updateBounds(t),xt(t)}addExtra(t){if(!this.__updatedList.has(t)){const{updatedList:e,beforeBounds:i}=this.extraBlock||(this.extraBlock=new mt([]));e.length?i.add(t.__world):i.set(t.__world),e.add(t)}}createBlock(t){return new mt(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_([[v.REQUEST,this.layout,this],[v.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 Bt=y.get("Renderer");class kt{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(v.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 _,Bt.log(e.innerName,"---\x3e");try{this.emitRender(d.START),this.renderOnce(t),this.emitRender(d.END,this.totalBounds),b.clearRecycled()}catch(t){this.rendering=!1,Bt.error(t)}Bt.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){if(this.rendering)return Bt.warn("rendering");if(this.times>3)return Bt.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(kt.clipSpread).ceil(),i.clearWorld(s),i.clipWorld(s),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||Bt.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],[v.END,this.__onLayoutEnd,this],[d.AGAIN,this.renderAgain,this],[S.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 Rt(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 Et(t,e){t.__.__font?Rt(t,e):t.__.windingRule?e.fill(t.__.windingRule):e.fill()}function Lt(t,e,i){switch(e.__.strokeAlign){case"center":At(t,1,e,i);break;case"inside":Tt(t,"inside",e,i);break;case"outside":e.__.__fillAfterStroke?At(t,2,e,i):Tt(t,"outside",e,i)}}function At(t,e,i,s){const n=i.__;B(t)?Ot(t,e,!0,i,s):(s.setStroke(t,n.__strokeWidth*e,n),Ct(i,s))}function Tt(t,e,i,s){const n=s.getSameCanvas(!0,!0);n.font=i.__.__font,At(t,2,i,n),n.blendMode="outside"===e?"destination-out":"destination-in",Rt(i,n),n.blendMode="normal",f.copyCanvasByWorld(i,s,n),n.recycle(i.__nowWorld)}function Ct(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 Ot(t,e,i,s,n){let a;const o=s.__,{__hasMultiStrokeStyle:r}=o;r||n.setStroke(void 0,o.__strokeWidth*e,o);for(let l=0,d=t.length;l<d;l++)if(a=t[l],(!a.image||!U.checkImage(s,n,a,!1))&&a.style){if(r){const{strokeStyle:t}=a;t?n.setStroke(a.style,o.__getRealStrokeWidth(t)*e,o,t):n.setStroke(a.style,o.__strokeWidth*e,o)}else n.strokeStyle=a.style;a.blendMode?(n.saveBlendMode(a.blendMode),i?Ct(s,n):n.stroke(),n.restoreBlendMode()):i?Ct(s,n):n.stroke()}}function Wt(t,e,i){const s=e.__;if(s.__strokeWidth)if(s.__font)Lt(t,e,i);else switch(s.strokeAlign){case"center":Dt(t,1,e,i);break;case"inside":!function(t,e,i){i.save(),i.clipUI(e),Dt(t,2,e,i),i.restore()}(t,e,i);break;case"outside":!function(t,e,i){const s=e.__;if(s.__fillAfterStroke)Dt(t,2,e,i);else{const{renderBounds:n}=e.__layout,a=i.getSameCanvas(!0,!0);e.__drawRenderPath(a),Dt(t,2,e,a),a.clipUI(s),a.clearWorld(n),f.copyCanvasByWorld(e,i,a),a.recycle(e.__nowWorld)}}(t,e,i)}}function Dt(t,e,i,s){const n=i.__;B(t)?Ot(t,e,!1,i,s):(s.setStroke(t,n.__strokeWidth*e,n),s.stroke()),n.__useArrow&&Y.strokeArrow(t,i,s)}kt.clipSpread=10,Object.assign(n,{watcher:(t,e)=>new ut(t,e),layouter:(t,e)=>new St(t,e),renderer:(t,e,i)=>new kt(t,e,i),selector:(t,e)=>{},interaction:(t,e,i,s)=>{}}),e.layout=St.fullLayout;const{getSpread:Mt,getOuterOf:Pt,getByMove:Ft,getIntersectData:It}=k;let Ut;const{stintSet:Yt}=l,{hasTransparent:Xt}=X;function zt(t,e,i){if(!B(e)||!1===e.visible||0===e.opacity)return;let s;const{boxBounds:n}=i.__layout;switch(e.type){case"image":s=U.image(i,t,e,n,!Ut||!Ut[e.url]);break;case"linear":s=z.linearGradient(e,n);break;case"radial":s=z.radialGradient(e,n);break;case"angular":s=z.conicGradient(e,n);break;case"solid":const{type:a,color:o,opacity:r}=e;s={type:a,style:X.string(o,r)};break;default:E(e.r)||(s={type:"solid",style:X.string(e)})}if(s){if(L(s.style)&&Xt(s.style)&&(s.isTransparent=!0),e.style){if(0===e.style.strokeWidth)return;s.strokeStyle=e.style}e.editing&&(s.editing=e.editing),e.blendMode&&(s.blendMode=e.blendMode)}return s}const Nt={compute:function(t,e){const i=e.__,s=[];let n,a,o,r=i.__input[t];w(r)||(r=[r]),Ut=U.recycleImage(t,i);for(let i,n=0,a=r.length;n<a;n++)(i=zt(t,r[n],e))&&(s.push(i),i.strokeStyle&&(o||(o=1),i.strokeStyle.strokeWidth&&(o=Math.max(o,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?(Yt(i,"__isAlphaPixelFill",n),Yt(i,"__isTransparentFill",a)):(Yt(i,"__isAlphaPixelStroke",n),Yt(i,"__isTransparentStroke",a),Yt(i,"__hasMultiStrokeStyle",o))},fill:function(t,e,i){i.fillStyle=t,Et(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(U.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:n}=e.getRenderScaleData(!0);(!0===s.scaleFixed||"zoom-in"===s.scaleFixed&&t>1&&n>1)&&i.scale(1/t,1/n)}s.blendMode&&(i.blendMode=s.blendMode),Et(e,i),i.restore()}else s.blendMode?(i.saveBlendMode(s.blendMode),Et(e,i),i.restoreBlendMode()):Et(e,i)}},fillPathOrText:Et,fillText:Rt,stroke:Wt,strokes:function(t,e,i){Wt(t,e,i)},strokeText:Lt,drawTextStroke:Ct,shape:function(t,i,s){const n=i.getSameCanvas(),a=t.__nowWorld,o=i.bounds;let r,l,d,c,h,{scaleX:u,scaleY:f}=t.getRenderScaleData(!0);if(o.includes(a))h=n,r=c=a;else{const{renderShapeSpread:n}=t.__layout;let p;if(e.fullImageShadow)p=a;else{const t=n?Mt(o,u===f?n*u:[n*f,n*u]):o;p=It(t,a)}d=o.getFitMatrix(p);let{a:g,d:_}=d;d.a<1&&(h=i.getSameCanvas(),t.__renderShape(h,s),u*=g,f*=_),c=Pt(a,d),r=Ft(c,-d.e,-d.f);const w=s.matrix;w?(l=new R(d),l.multiply(w),g*=w.scaleX,_*=w.scaleY):l=d,l.withScale(g,_),s=Object.assign(Object.assign({},s),{matrix:l})}return t.__renderShape(n,s),{canvas:n,matrix:l,fitMatrix:d,bounds:r,worldCanvas:h,shapeBounds:c,scaleX:u,scaleY:f}}};let Gt={},qt=A();const{get:jt,rotateOfOuter:Ht,translate:Vt,scaleOfOuter:Qt,multiplyParent:Jt,scale:Zt,rotate:$t,skew:Kt}=T;function te(t,e,i,s,n,a,o){const r=jt();Vt(r,e.x+i,e.y+s),Zt(r,n,a),o&&Ht(r,{x:e.x+e.width/2,y:e.y+e.height/2},o),t.transform=r}function ee(t,e,i,s,n,a,o,r,l){const d=jt();se(d,e,i,s,n,a,o,r),l&&(qt.a=e.width/l.width,qt.d=e.height/l.height,Jt(d,qt)),t.transform=d}function ie(t,e,i,s,n,a,o,r,l,d,c,h){const u=jt();if(h)se(u,e,n,a,o,r,l,d);else{if(l)if("center"===c)Ht(u,{x:i/2,y:s/2},l);else switch($t(u,l),l){case 90:Vt(u,s,0);break;case 180:Vt(u,i,s);break;case 270:Vt(u,0,i)}Gt.x=e.x+n,Gt.y=e.y+a,Vt(u,Gt.x,Gt.y),o&&Qt(u,Gt,o,r)}t.transform=u}function se(t,e,i,s,n,a,o,r){o&&$t(t,o),r&&Kt(t,r.x,r.y),n&&Zt(t,n,a),Vt(t,e.x+i,e.y+s)}const{get:ne,translate:ae}=T,oe=new _,re={},le={};function de(t,e,i,s){const{changeful:n,sync:a,scaleFixed:o}=i;n&&(t.changeful=n),a&&(t.sync=a),o&&(t.scaleFixed=o),t.data=ce(i,s,e)}function ce(t,e,i){t.padding&&(e=oe.set(e).shrink(t.padding)),"strench"===t.mode&&(t.mode="stretch");let{width:s,height:n}=i;const{opacity:a,mode:o,align:r,offset:l,scale:d,size:c,rotation:h,skew:u,clipSize:f,repeat:p,gap:g,filters:_}=t,w=e.width===s&&e.height===n,y={mode:o},m="center"!==r&&(h||0)%180==90;let v,x;switch(k.set(le,0,0,m?n:s,m?s:n),o&&"cover"!==o&&"fit"!==o?((d||c)&&(C.getScaleData(d,c,i,re),v=re.scaleX,x=re.scaleY),(r||g||p)&&(v&&k.scale(le,v,x,!0),r&&O.toPoint(r,le,e,le,!0,!0))):w&&!h||(v=x=k.getFitScale(e,le,"fit"!==o),k.put(e,i,r,v,!1,le),k.scale(le,v,x,!0)),l&&W.move(le,l),o){case"stretch":w||(s=e.width,n=e.height);break;case"normal":case"clip":(le.x||le.y||v||f||h||u)&&ee(y,e,le.x,le.y,v,x,h,u,t.clipSize);break;case"repeat":(!w||v||h||u)&&ie(y,e,s,n,le.x,le.y,v,x,h,u,r,t.freeTransform),p||(y.repeat="repeat");const i=B(p);(g||i)&&(y.gap=function(t,e,i,s,n){let a,o;B(t)?(a=t.x,o=t.y):a=o=t;return{x:he(a,i,n.width,e&&e.x),y:he(o,s,n.height,e&&e.y)}}(g,i&&p,le.width,le.height,e));break;default:v&&te(y,e,le.x,le.y,v,x,h)}return y.transform||(e.x||e.y)&&(y.transform=ne(),ae(y.transform,e.x,e.y)),v&&"stretch"!==o&&(y.scaleX=v,y.scaleY=x),y.width=s,y.height=n,a&&(y.opacity=a),_&&(y.filters=_),p&&(y.repeat=L(p)?"x"===p?"repeat-x":"repeat-y":"repeat"),y}function he(t,e,i,s){const n=L(t)||s?(s?i-s*e:i%e)/((s||Math.floor(i/e))-1):t;return"auto"===t&&n<0?0:n}let ue,fe=new _;const{isSame:pe}=k;function ge(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||de(n,s,i,a),!0}function _e(t,e){me(t,D.LOAD,e)}function we(t,e){me(t,D.LOADED,e)}function ye(t,e,i){e.error=i,t.forceUpdate("surface"),me(t,D.ERROR,e)}function me(t,e,i){t.hasEvent(e)&&t.emitEvent(new D(e,i))}function ve(t,e){const{leafer:i}=t;i&&i.viewReady&&(i.renderer.ignore=e)}const{get:xe,scale:be,copy:Se}=T,{floor:Be,max:ke,abs:Re}=Math;function Ee(t,i,s){let{scaleX:n,scaleY:a}=t.getRenderScaleData(!0,i.scaleFixed);const o=n+"-"+a+"-"+s;if(i.patternId===o||t.destroyed)return!1;{const{image:t,data:r}=i;let l,d,{width:c,height:h,scaleX:u,scaleY:f,transform:p,repeat:g,gap:_}=r;n*=s,a*=s;const w=_&&_.x*n,y=_&&_.y*a;u&&(u=Re(u),f=Re(f),d=xe(),Se(d,p),be(d,1/u,1/f),n*=u,a*=f),c*=n,h*=a;const m=c*h;if(!g&&m>e.image.maxCacheSize)return!1;let v=e.image.maxPatternSize;if(!t.isSVG){const e=t.width*t.height;v>e&&(v=e)}if(m>v&&(l=Math.sqrt(m/v)),l&&(n/=l,a/=l,c/=l,h/=l),u&&(n/=u,a/=f),(p||1!==n||1!==a)&&(d||(d=xe(),p&&Se(d,p)),be(d,1/n,1/a)),d){const t=c+(w||0),e=h+(y||0);be(d,t/ke(Be(t),1),e/ke(Be(e),1))}const x=t.getCanvas(c,h,r.opacity,r.filters,w,y),b=t.getPattern(x,g||e.origin.noRepeat||"no-repeat",d,i);return i.style=b,i.patternId=o,!0}}const Le={image:function(t,e,i,s,n){let a,o;const r=b.get(i);return ue&&i===ue.paint&&pe(s,ue.boxBounds)?a=ue.leafPaint:(a={type:i.type,image:r},r.hasAlphaPixel&&(a.isTransparent=!0),ue=r.use>1?{leafPaint:a,paint:i,boxBounds:fe.set(s)}:null),(n||r.loading)&&(o={image:r,attrName:e,attrValue:i}),r.ready?(ge(t,e,i,r,a,s),n&&(_e(t,o),we(t,o))):r.error?n&&ye(t,o,r.error):(n&&(ve(t,!0),_e(t,o)),a.loadId=r.load(()=>{ve(t,!1),t.destroyed||(ge(t,e,i,r,a,s)&&(r.hasAlphaPixel&&(t.__layout.hitCanvasChanged=!0),t.forceUpdate("surface")),we(t,o)),a.loadId=void 0},e=>{ve(t,!1),ye(t,o,e),a.loadId=void 0}),t.placeholderColor&&(t.placeholderDelay?setTimeout(()=>{r.ready||(r.isPlacehold=!0,t.forceUpdate("surface"))},t.placeholderDelay):r.isPlacehold=!0)),a},checkImage:function(t,i,s,n){const{scaleX:a,scaleY:o}=t.getRenderScaleData(!0,s.scaleFixed),{pixelRatio:r}=i,{data:l}=s;if(!l||s.patternId===a+"-"+o+"-"+r&&!N.running)return!1;if(n)if(l.repeat)n=!1;else if(!(s.changeful||"miniapp"===e.name&&S.isResizing(t)||N.running)){let{width:t,height:i}=l;t*=a*r,i*=o*r,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||N.running?Ee(t,s,r):s.patternTask||(s.patternTask=b.patternTasker.add(()=>rt(this,void 0,void 0,function*(){s.patternTask=null,i.bounds.hit(t.__nowWorld)&&Ee(t,s,r),t.forceUpdate("surface")}),300)),!1)},createPattern:Ee,recycleImage:function(t,e){const i=e["_"+t];if(w(i)){let s,n,a,o,r;for(let l=0,d=i.length;l<d;l++)s=i[l],n=s.image,r=n&&n.url,r&&(a||(a={}),a[r]=!0,b.recycle(n),n.loading&&(o||(o=e.__input&&e.__input[t]||[],w(o)||(o=[o])),n.unload(i[l].loadId,!o.some(t=>t.url===r))));return a}return null},createData:de,getPatternData:ce,fillOrFitMode:te,clipMode:ee,repeatMode:ie},{toPoint:Ae}=M,{hasTransparent:Te}=X,Ce={},Oe={};function We(t,e,i,s){if(i){let n,a,o,r;for(let t=0,l=i.length;t<l;t++)n=i[t],L(n)?(o=t/(l-1),a=X.string(n,s)):(o=n.offset,a=X.string(n.color,s)),e.addColorStop(o,a),!r&&Te(a)&&(r=!0);r&&(t.isTransparent=!0)}}const{getAngle:De,getDistance:Me}=W,{get:Pe,rotateOfOuter:Fe,scaleOfOuter:Ie}=T,{toPoint:Ue}=M,Ye={},Xe={};function ze(t,e,i,s,n){let a;const{width:o,height:r}=t;if(o!==r||s){const t=De(e,i);a=Pe(),n?(Ie(a,e,o/r*(s||1),1),Fe(a,e,t+90)):(Ie(a,e,1,o/r*(s||1)),Fe(a,e,t))}return a}const{getDistance:Ne}=W,{toPoint:Ge}=M,qe={},je={};const He={linearGradient:function(t,i){let{from:s,to:n,type:a,opacity:o}=t;Ae(s||"top",i,Ce),Ae(n||"bottom",i,Oe);const r=e.canvas.createLinearGradient(Ce.x,Ce.y,Oe.x,Oe.y),l={type:a,style:r};return We(l,r,t.stops,o),l},radialGradient:function(t,i){let{from:s,to:n,type:a,opacity:o,stretch:r}=t;Ue(s||"center",i,Ye),Ue(n||"bottom",i,Xe);const l=e.canvas.createRadialGradient(Ye.x,Ye.y,0,Ye.x,Ye.y,Me(Ye,Xe)),d={type:a,style:l};We(d,l,t.stops,o);const c=ze(i,Ye,Xe,r,!0);return c&&(d.transform=c),d},conicGradient:function(t,i){let{from:s,to:n,type:a,opacity:o,stretch:r}=t;Ge(s||"center",i,qe),Ge(n||"bottom",i,je);const l=e.conicGradientSupport?e.canvas.createConicGradient(0,qe.x,qe.y):e.canvas.createRadialGradient(qe.x,qe.y,0,qe.x,qe.y,Ne(qe,je)),d={type:a,style:l};We(d,l,t.stops,o);const c=ze(i,qe,je,r||1,e.conicGradientRotate90);return c&&(d.transform=c),d},getTransform:ze},{copy:Ve,toOffsetOutBounds:Qe}=k,Je={},Ze={};function $e(t,i,s,n){const{bounds:a,shapeBounds:o}=n;if(e.fullImageShadow){if(Ve(Je,t.bounds),Je.x+=i.x-o.x,Je.y+=i.y-o.y,s){const{fitMatrix:t}=n;Je.x-=(a.x+(t?t.e:0)+a.width/2)*(s-1),Je.y-=(a.y+(t?t.f:0)+a.height/2)*(s-1),Je.width*=s,Je.height*=s}t.copyWorld(n.canvas,t.bounds,Je)}else s&&(Ve(Je,i),Je.x-=i.width/2*(s-1),Je.y-=i.height/2*(s-1),Je.width*=s,Je.height*=s),t.copyWorld(n.canvas,o,s?Je:i)}const{toOffsetOutBounds:Ke}=k,ti={};const ei={shadow:function(t,e,i){let s,n;const{__nowWorld:a,__layout:o}=t,{shadow:r}=t.__,{worldCanvas:l,bounds:d,shapeBounds:c,scaleX:h,scaleY:u}=i,p=e.getSameCanvas(),g=r.length-1;Qe(d,Ze),r.forEach((r,_)=>{let w=1;if(r.scaleFixed){const t=Math.abs(a.scaleX);t>1&&(w=1/t)}p.setWorldShadow(Ze.offsetX+r.x*h*w,Ze.offsetY+r.y*u*w,r.blur*h*w,X.string(r.color)),n=r.spread?1+2*r.spread/(o.boxBounds.width+2*(o.strokeBoxSpread||0))*w:0,$e(p,Ze,n,i),s=d,r.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,r.blendMode),g&&_<g&&p.clearWorld(s)}),p.recycle(s)},innerShadow:function(t,e,i){let s,n;const{__nowWorld:a,__layout:o}=t,{innerShadow:r}=t.__,{worldCanvas:l,bounds:d,shapeBounds:c,scaleX:h,scaleY:u}=i,p=e.getSameCanvas(),g=r.length-1;Ke(d,ti),r.forEach((r,_)=>{let w=1;if(r.scaleFixed){const t=Math.abs(a.scaleX);t>1&&(w=1/t)}p.save(),p.setWorldShadow(ti.offsetX+r.x*h*w,ti.offsetY+r.y*u*w,r.blur*h*w),n=r.spread?1-2*r.spread/(o.boxBounds.width+2*(o.strokeBoxSpread||0))*w:0,$e(p,ti,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,X.string(r.color),"source-in"),f.copyCanvasByWorld(t,e,p,s,r.blendMode),g&&_<g&&p.clearWorld(s)}),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:ii}=g;let si;function ni(t,e,i,s,n,a,o,r){switch(e){case"grayscale":si||(si=!0,n.useGrayscaleAlpha(t.__nowWorld));case"alpha":!function(t,e,i,s,n,a){const o=t.__nowWorld;i.resetTransform(),i.opacity=1,i.useMask(s,o),a&&s.recycle(o);oi(t,e,i,1,n,a)}(t,i,s,n,o,r);break;case"opacity-path":oi(t,i,s,a,o,r);break;case"path":r&&i.restore()}}function ai(t){return t.getSameCanvas(!1,!0)}function oi(t,e,i,s,n,a){const o=t.__nowWorld;e.resetTransform(),e.opacity=s,e.copyWorld(i,o,void 0,n),a?i.recycle(o):i.clearWorld(o)}G.prototype.__renderMask=function(t,e){let i,s,n,a,o,r;const{children:l}=this;for(let d=0,c=l.length;d<c;d++){if(i=l[d],r=i.__.mask,r){o&&(ni(this,o,t,n,s,a,void 0,!0),s=n=null),a=i.__.opacity,si=!1,"path"===r||"clipping-path"===r?(a<1?(o="opacity-path",n||(n=ai(t))):(o="path",t.save()),i.__clip(n||t,e)):(o="grayscale"===r?"grayscale":"alpha",s||(s=ai(t)),n||(n=ai(t)),i.__render(s,e)),"clipping"!==r&&"clipping-path"!==r||ii(i,e)||i.__render(t,e);continue}const c=1===a&&i.__.__blendMode;c&&ni(this,o,t,n,s,a,void 0,!1),ii(i,e)||i.__render(n||t,e),c&&ni(this,o,t,n,s,a,c,!1)}ni(this,o,t,n,s,a,void 0,!0)};const ri=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",li=ri+"_#~&*+\\=|≮≯≈≠=…",di=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 ci(t){const e={};return t.split("").forEach(t=>e[t]=!0),e}const hi=ci("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),ui=ci("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),fi=ci(ri),pi=ci(li),gi=ci("- —/~|┆·");var _i;!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"}(_i||(_i={}));const{Letter:wi,Single:yi,Before:mi,After:vi,Symbol:xi,Break:bi}=_i;function Si(t){return hi[t]?wi:gi[t]?bi:ui[t]?mi:fi[t]?vi:pi[t]?xi:di.test(t)?yi:wi}const Bi={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 ki(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:Ri}=Bi,{Letter:Ei,Single:Li,Before:Ai,After:Ti,Symbol:Ci,Break:Oi}=_i;let Wi,Di,Mi,Pi,Fi,Ii,Ui,Yi,Xi,zi,Ni,Gi,qi,ji,Hi,Vi,Qi,Ji=[];function Zi(t,e){Xi&&!Yi&&(Yi=Xi),Wi.data.push({char:t,width:e}),Mi+=e}function $i(){Pi+=Mi,Wi.width=Mi,Di.words.push(Wi),Wi={data:[]},Mi=0}function Ki(){ji&&(Hi.paraNumber++,Di.paraStart=!0,ji=!1),Xi&&(Di.startCharSize=Yi,Di.endCharSize=Xi,Yi=0),Di.width=Pi,Vi.width?Ri(Di):Qi&&ts(),Ji.push(Di),Di={words:[]},Pi=0}function ts(){Pi>(Hi.maxWidth||0)&&(Hi.maxWidth=Pi)}const{top:es,right:is,bottom:ss,left:ns}=P;function as(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 os={getDrawData:function(t,i){L(t)||(t=String(t));let s=0,n=0,a=i.__getInput("width")||0,o=i.__getInput("height")||0;const{textDecoration:r,__font:l,__padding:d}=i;d&&(a?(s=d[ns],a-=d[is]+d[ns]):i.autoSizeAlign||(s=d[ns]),o?(n=d[es],o-=d[es]+d[ss]):i.autoSizeAlign||(n=d[es]));const c={bounds:{x:s,y:n,width:a,height:o},rows:[],paraNumber:0,font:e.canvas.font=l};return function(t,i,s){Hi=t,Ji=t.rows,Vi=t.bounds,Qi=!Vi.width&&!s.autoSizeAlign;const{__letterSpacing:n,paraIndent:a,textCase:o}=s,{canvas:r}=e,{width:l,height:d}=Vi;if(l||d||n||"none"!==o){const t="none"!==s.textWrap,e="break"===s.textWrap;ji=!0,Ni=null,Yi=Ui=Xi=Mi=Pi=0,Wi={data:[]},Di={words:[]},n&&(i=[...i]);for(let s=0,d=i.length;s<d;s++)Ii=i[s],"\n"===Ii?(Mi&&$i(),Di.paraEnd=!0,Ki(),ji=!0):(zi=Si(Ii),zi===Ei&&"none"!==o&&(Ii=ki(Ii,o,!Mi)),Ui=r.measureText(Ii).width,n&&(n<0&&(Xi=Ui),Ui+=n),Gi=zi===Li&&(Ni===Li||Ni===Ei)||Ni===Li&&zi!==Ti,qi=!(zi!==Ai&&zi!==Li||Ni!==Ci&&Ni!==Ti),Fi=ji&&a?l-a:l,t&&l&&Pi+Mi+Ui>Fi&&(e?(Mi&&$i(),Pi&&Ki()):(qi||(qi=zi===Ei&&Ni==Ti),Gi||qi||zi===Oi||zi===Ai||zi===Li||Mi+Ui>Fi?(Mi&&$i(),Pi&&Ki()):Pi&&Ki()))," "===Ii&&!0!==ji&&Pi+Mi===0||(zi===Oi?(" "===Ii&&Mi&&$i(),Zi(Ii,Ui),$i()):Gi||qi?(Mi&&$i(),Zi(Ii,Ui)):Zi(Ii,Ui)),Ni=zi);Mi&&$i(),Pi&&Ki(),Ji.length>0&&(Ji[Ji.length-1].paraEnd=!0)}else i.split("\n").forEach(t=>{Hi.paraNumber++,Pi=r.measureText(t).width,Ji.push({x:a||0,text:t,width:Pi,paraStart:!0}),Qi&&ts()})}(c,t,i),d&&function(t,e,i,s,n){if(!s&&i.autoSizeAlign)switch(i.textAlign){case"left":as(e,"x",t[ns]);break;case"right":as(e,"x",-t[is])}if(!n&&i.autoSizeAlign)switch(i.verticalAlign){case"top":as(e,"y",t[es]);break;case"bottom":as(e,"y",-t[ss])}}(d,c,i,a,o),function(t,e){const{rows:i,bounds:s}=t,n=i.length,{__lineHeight:a,__baseLine:o,__letterSpacing:r,__clipText:l,textAlign:d,verticalAlign:c,paraSpacing:h,autoSizeAlign:u}=e;let{x:f,y:p,width:g,height:_}=s,w=a*n+(h?h*(t.paraNumber-1):0),y=o;if(l&&w>_)w=Math.max(_,a),n>1&&(t.overflow=n);else if(_||u)switch(c){case"middle":p+=(_-w)/2;break;case"bottom":p+=_-w}y+=p;let m,v,x,b=g||u?g:t.maxWidth;for(let o=0,c=n;o<c;o++){if(m=i[o],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&&o>0&&(y+=h),m.y=y,y+=a,t.overflow>o&&y>w&&(m.isOverflow=!0,t.overflow=o+1),v=m.x,x=m.width,r<0&&(m.width<0?(x=-m.width+e.fontSize+r,v-=x,x+=e.fontSize):x-=r),v<s.x&&(s.x=v),x>s.width&&(s.width=x),l&&g&&g<x&&(m.isOverflow=!0,t.overflow||(t.overflow=i.length))}s.y=p,s.height=w}(c,i),function(t,e,i){const{rows:s}=t,{textAlign:n,paraIndent:a,letterSpacing:o}=e;let r,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=o||t.isOverflow?0:l>.01?1:2,t.isOverflow&&!o&&(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,r=t.x,t.data=[],t.words.forEach((e,i)=>{1===c?(h={char:"",x:r},r=function(t,e,i){return t.forEach(t=>{i.char+=t.char,e+=t.width}),e}(e.data,r,h),(t.isOverflow||" "!==h.char)&&t.data.push(h)):r=function(t,e,i,s){return t.forEach(t=>{(s||" "!==t.char)&&(t.x=e,i.push(t)),e+=t.width}),e}(e.data,r,t.data,t.isOverflow),!l||t.paraEnd&&"both"!==n||i===u-1||(r+=l,t.width+=l)})),t.words=null)})}(c,i,a),c.overflow&&function(t,i,s,n){if(!n)return;const{rows:a,overflow:o}=t;let{textOverflow:r}=i;if(a.splice(o),r&&"show"!==r){let t,l;"hide"===r?r="":"ellipsis"===r&&(r="...");const d=r?e.canvas.measureText(r).width:0,c=s+n-d;("none"===i.textWrap?a:[a[o-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:r,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"!==r&&function(t,e){let i;const{fontSize:s,textDecoration:n}=e;switch(t.decorationHeight=s/11,B(n)?(i=n.type,n.color&&(t.decorationColor=X.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 rs={string:function(t,e){const i=F(e)&&e<1;if(L(t)){if(!i||!X.object)return t;t=X.object(t)}let s=E(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(q,os),Object.assign(X,rs),Object.assign(Y,Nt),Object.assign(U,Le),Object.assign(z,He),Object.assign(j,ei);const{setPoint:ls,addPoint:ds,toBounds:cs}=H;const hs={syncExport(t,e,i){let s;N.running=!0;try{const n=Q.fileType(e),a=e.includes(".");i=Q.getExportOptions(i);const{toURL:o}=J,{download:r}=J.origin;if("json"===n)a&&r(o(JSON.stringify(t.toJSON(i.json)),"text"),e),s={data:!!a||t.toJSON(i.json)};else if("svg"===n)a&&r(o(t.toSVG(),"svg"),e),s={data:!!a||t.toSVG()};else{let n,a,o=1,r=1;const{worldTransform:l,isLeafer:d,leafer:c,isFrame:h}=t,{slice:u,clip:f,trim:p,screenshot:g,padding:_,onCanvas:w}=i,y=Z(i.smooth)?!c||c.config.smooth:i.smooth,m=i.contextSettings||(c?c.config.contextSettings:void 0),v=d&&g&&Z(i.fill)?t.fill:i.fill,x=Q.isOpaqueImage(e)||v,b=new $;if(g)n=!0===g?d?c.canvas.bounds:t.worldRenderBounds:g;else{let e=i.relative||(d?"inner":"local");switch(o=l.scaleX,r=l.scaleY,e){case"inner":b.set(l);break;case"local":b.set(l).divide(t.localTransform),o/=t.scaleX,r/=t.scaleY;break;case"world":o=1,r=1;break;case"page":e=c||t;default:b.set(l).divide(t.getTransform(e));const i=e.worldTransform;o/=o/i.scaleX,r/=r/i.scaleY}n=t.getBounds("render",e)}const S={scaleX:1,scaleY:1};K.getScaleData(i.scale,i.size,n,S);let B=i.pixelRatio||1,{x:k,y:R,width:E,height:L}=new V(n).scale(S.scaleX,S.scaleY);f&&(k+=f.x,R+=f.y,E=f.width,L=f.height);const A={exporting:!0,matrix:b.scale(1/S.scaleX,1/S.scaleY).invert().translate(-k,-R).withScale(1/o*S.scaleX,1/r*S.scaleY)};let T,C=tt.canvas({width:Math.floor(E),height:Math.floor(L),pixelRatio:B,smooth:y,contextSettings:m});if(u&&(T=t,T.__worldOpacity=0,t=c||t,A.bounds=C.bounds),C.save(),h&&!Z(v)){const e=t.get("fill");t.fill="",t.__render(C,A),t.fill=e}else t.__render(C,A);if(C.restore(),T&&T.__updateWorldOpacity(),p){a=function(t){const{width:e,height:i}=t.view,{data:s}=t.context.getImageData(0,0,e,i);let n,a,o,r=0;for(let t=0;t<s.length;t+=4)0!==s[t+3]&&(n=r%e,a=(r-n)/e,o?ds(o,n,a):ls(o={},n,a)),r++;const l=new V;return o&&(cs(o,l),l.scale(1/t.pixelRatio).ceil()),l}(C);const t=C,{width:e,height:i}=a,s={x:0,y:0,width:e,height:i,pixelRatio:B};C=tt.canvas(s),C.copyWorld(t,a,s),t.destroy()}if(_){const[t,e,i,s]=K.fourNumber(_),n=C,{width:a,height:o}=n;C=tt.canvas({width:a+s+e,height:o+t+i,pixelRatio:B}),C.copyWorld(n,n.bounds,{x:s,y:t,width:a,height:o}),n.destroy()}x&&C.fillWorld(C.bounds,v||"#FFFFFF","destination-over"),w&&w(C);s={data:"canvas"===e?C:C.export(e,i),width:C.pixelWidth,height:C.pixelHeight,renderBounds:n,trimBounds:a}}}catch(t){s={data:"",error:t}}return N.running=!1,s},export(t,e,i){return N.running=!0,function(t){us||(us=new et);return new Promise(e=>{us.add(()=>rt(this,void 0,void 0,function*(){return yield t(e)}),{parallel:!1})})}(s=>new Promise(n=>{const a=()=>rt(this,void 0,void 0,function*(){if(!it.isComplete)return J.requestRender(a);const o=N.syncExport(t,e,i);o.data instanceof Promise&&(o.data=yield o.data),s(o),n()});t.updateLayout(),fs(t);const{leafer:o}=t;o?o.waitViewCompleted(a):a()}))}};let us;function fs(t){t.__.__needComputePaint&&t.__.__computePaint(),t.isBranch&&t.children.forEach(t=>fs(t))}const ps=st.prototype,gs=nt.get("@leafer-in/export");ps.export=function(t,e){const{quality:i,blob:s}=Q.getExportOptions(e);return t.includes(".")?this.saveAs(t,i):s?this.toBlob(t,i):this.toDataURL(t,i)},ps.toBlob=function(t,e){return new Promise(i=>{J.origin.canvasToBolb(this.view,t,e).then(t=>{i(t)}).catch(t=>{gs.error(t),i(null)})})},ps.toDataURL=function(t,e){return J.origin.canvasToDataURL(this.view,t,e)},ps.saveAs=function(t,e){return new Promise(i=>{J.origin.canvasSaveAs(this.view,t,e).then(()=>{i(!0)}).catch(t=>{gs.error(t),i(!1)})})},at.add("export"),Object.assign(N,hs),ot.prototype.export=function(t,e){return N.export(this,t,e)},ot.prototype.syncExport=function(t,e){return N.syncExport(this,t,e)};export{St as Layouter,lt as LeaferCanvas,kt as Renderer,ut as Watcher,ht as useCanvas};
2
2
  //# sourceMappingURL=node.esm.min.js.map