@riil-frontend/component-topology 13.0.0-dev.1 → 13.0.0-dev.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. package/build/1.js +1 -1
  2. package/build/index.js +14 -14
  3. package/es/components/ResourceSelectDrawer/ResourceSelectDrawer.js +1 -1
  4. package/es/core/components/TopoView/topoView.js +7 -4
  5. package/es/core/editor/components/Toolbar/widgets/EdgeColorButton/EdgeColorButton.js +2 -2
  6. package/es/core/editor/components/Toolbar/widgets/EdgeTypeButton/LineType.js +5 -15
  7. package/es/core/editor/components/Toolbar/widgets/FontFamilyWidget.js +2 -27
  8. package/es/core/editor/components/Toolbar/widgets/FontSizeWidget.js +3 -28
  9. package/es/core/editor/components/Toolbar/widgets/FontStyleButton.js +6 -52
  10. package/es/core/editor/components/Toolbar/widgets/components/FontFamilySelect.js +29 -0
  11. package/es/core/editor/components/Toolbar/widgets/components/FontSizeSelect.js +29 -0
  12. package/es/core/editor/components/Toolbar/widgets/components/FontStyleSelect.js +71 -0
  13. package/es/core/editor/components/settings/core/updateElementProperty.js +3 -2
  14. package/es/core/editor/components/settings/propertyViews/view/GlobalEdgeToggle.js +2 -2
  15. package/es/core/editor/hooks/useNewElementTheme.js +20 -16
  16. package/es/core/editor/utils/edgeTypeStyleUtil.js +11 -32
  17. package/es/core/hooks/useGraphAlarmDisplay.js +4 -0
  18. package/es/core/hooks/usePolling.js +2 -1
  19. package/es/core/hooks/useTopoEdit.js +206 -248
  20. package/es/core/models/AttributeMetricDisplay.js +4 -3
  21. package/es/core/models/HistoryManager.js +11 -9
  22. package/es/core/models/TopoApp.js +39 -45
  23. package/es/core/models/topoData.js +7 -14
  24. package/es/core/models/utils/linkUtils.js +36 -28
  25. package/es/core/store/models/topoConfig.js +14 -17
  26. package/es/core/utils/edgeUtil.js +7 -10
  27. package/es/core/viewer/components/plugins/ElementDetailDrawer/hooks/useElementDetailManager.js +2 -2
  28. package/es/networkTopo/models/EdgeGroupTagTipBuilder.js +7 -7
  29. package/es/networkTopo/models/LinkDynamicStyleExecutor.js +7 -63
  30. package/es/networkTopo/services/topo/basic.js +15 -8
  31. package/es/networkTopo/utils/edgeGroupTagUtil.js +2 -2
  32. package/es/networkTopo/utils/exitLinkUtil.js +23 -11
  33. package/es/networkTopo/utils/relateTopoDataUtil.js +96 -0
  34. package/es/style.js +1 -1
  35. package/es/utils/clusterUtil.js +3 -3
  36. package/es/utils/htElementUtils.js +16 -84
  37. package/lib/components/ResourceSelectDrawer/ResourceSelectDrawer.js +1 -1
  38. package/lib/core/components/TopoView/topoView.js +15 -19
  39. package/lib/core/editor/components/Toolbar/widgets/EdgeColorButton/EdgeColorButton.js +2 -2
  40. package/lib/core/editor/components/Toolbar/widgets/EdgeTypeButton/LineType.js +5 -14
  41. package/lib/core/editor/components/Toolbar/widgets/FontFamilyWidget.js +3 -28
  42. package/lib/core/editor/components/Toolbar/widgets/FontSizeWidget.js +3 -28
  43. package/lib/core/editor/components/Toolbar/widgets/FontStyleButton.js +6 -56
  44. package/lib/core/editor/components/Toolbar/widgets/components/FontFamilySelect.js +38 -0
  45. package/lib/core/editor/components/Toolbar/widgets/components/FontSizeSelect.js +38 -0
  46. package/lib/core/editor/components/Toolbar/widgets/components/FontStyleSelect.js +83 -0
  47. package/lib/core/editor/components/settings/core/updateElementProperty.js +7 -2
  48. package/lib/core/editor/components/settings/propertyViews/view/GlobalEdgeToggle.js +2 -2
  49. package/lib/core/editor/hooks/useNewElementTheme.js +20 -16
  50. package/lib/core/editor/utils/edgeTypeStyleUtil.js +10 -33
  51. package/lib/core/hooks/useGraphAlarmDisplay.js +4 -0
  52. package/lib/core/hooks/usePolling.js +6 -5
  53. package/lib/core/hooks/useTopoEdit.js +212 -272
  54. package/lib/core/models/AttributeMetricDisplay.js +6 -6
  55. package/lib/core/models/HistoryManager.js +13 -17
  56. package/lib/core/models/TopoApp.js +39 -43
  57. package/lib/core/models/topoData.js +7 -14
  58. package/lib/core/models/utils/linkUtils.js +36 -27
  59. package/lib/core/store/models/topoConfig.js +20 -31
  60. package/lib/core/utils/edgeUtil.js +8 -10
  61. package/lib/core/viewer/components/plugins/ElementDetailDrawer/hooks/useElementDetailManager.js +3 -2
  62. package/lib/networkTopo/models/EdgeGroupTagTipBuilder.js +6 -6
  63. package/lib/networkTopo/models/LinkDynamicStyleExecutor.js +6 -64
  64. package/lib/networkTopo/services/topo/basic.js +21 -8
  65. package/lib/networkTopo/utils/edgeGroupTagUtil.js +2 -2
  66. package/lib/networkTopo/utils/exitLinkUtil.js +23 -11
  67. package/lib/networkTopo/utils/relateTopoDataUtil.js +109 -0
  68. package/lib/style.js +1 -1
  69. package/lib/utils/clusterUtil.js +2 -2
  70. package/lib/utils/htElementUtils.js +19 -93
  71. package/package.json +2 -2
  72. package/es/networkTopo/models/LinkTagsTipsBuilder.js +0 -235
  73. package/lib/networkTopo/models/LinkTagsTipsBuilder.js +0 -245
package/build/1.js CHANGED
@@ -1,4 +1,4 @@
1
- (window.webpackJsonp=window.webpackJsonp||[]).push([[1],{1530:function(t,e,r){"use strict";r.r(e),function(t){r.d(e,"AElement",(function(){return we})),r.d(e,"AnimateColorElement",(function(){return de})),r.d(e,"AnimateElement",(function(){return pe})),r.d(e,"AnimateTransformElement",(function(){return ve})),r.d(e,"BoundingBox",(function(){return Yt})),r.d(e,"CB1",(function(){return lt})),r.d(e,"CB2",(function(){return ft})),r.d(e,"CB3",(function(){return gt})),r.d(e,"CB4",(function(){return pt})),r.d(e,"Canvg",(function(){return er})),r.d(e,"CircleElement",(function(){return ee})),r.d(e,"ClipPathElement",(function(){return Be})),r.d(e,"DefsElement",(function(){return ue})),r.d(e,"DescElement",(function(){return Ye})),r.d(e,"Document",(function(){return Ke})),r.d(e,"Element",(function(){return Bt})),r.d(e,"EllipseElement",(function(){return re})),r.d(e,"FeColorMatrixElement",(function(){return Ie})),r.d(e,"FeCompositeElement",(function(){return Ue})),r.d(e,"FeDropShadowElement",(function(){return je})),r.d(e,"FeGaussianBlurElement",(function(){return He})),r.d(e,"FeMorphologyElement",(function(){return Fe})),r.d(e,"FilterElement",(function(){return ze})),r.d(e,"Font",(function(){return Xt})),r.d(e,"FontElement",(function(){return ye})),r.d(e,"FontFaceElement",(function(){return me})),r.d(e,"GElement",(function(){return he})),r.d(e,"GlyphElement",(function(){return Qt})),r.d(e,"GradientElement",(function(){return ce})),r.d(e,"ImageElement",(function(){return Pe})),r.d(e,"LineElement",(function(){return ie})),r.d(e,"LinearGradientElement",(function(){return le})),r.d(e,"MarkerElement",(function(){return oe})),r.d(e,"MaskElement",(function(){return Le})),r.d(e,"Matrix",(function(){return Vt})),r.d(e,"MissingGlyphElement",(function(){return xe})),r.d(e,"Mouse",(function(){return wt})),r.d(e,"PSEUDO_ZERO",(function(){return ot})),r.d(e,"Parser",(function(){return Et})),r.d(e,"PathElement",(function(){return Gt})),r.d(e,"PathParser",(function(){return Wt})),r.d(e,"PatternElement",(function(){return se})),r.d(e,"Point",(function(){return bt})),r.d(e,"PolygonElement",(function(){return ae})),r.d(e,"PolylineElement",(function(){return ne})),r.d(e,"Property",(function(){return mt})),r.d(e,"QB1",(function(){return dt})),r.d(e,"QB2",(function(){return vt})),r.d(e,"QB3",(function(){return yt})),r.d(e,"RadialGradientElement",(function(){return fe})),r.d(e,"RectElement",(function(){return te})),r.d(e,"RenderedElement",(function(){return qt})),r.d(e,"Rotate",(function(){return Mt})),r.d(e,"SVGElement",(function(){return Jt})),r.d(e,"SVGFontLoader",(function(){return Ce})),r.d(e,"Scale",(function(){return Nt})),r.d(e,"Screen",(function(){return At})),r.d(e,"Skew",(function(){return _t})),r.d(e,"SkewX",(function(){return Rt})),r.d(e,"SkewY",(function(){return kt})),r.d(e,"StopElement",(function(){return ge})),r.d(e,"StyleElement",(function(){return Me})),r.d(e,"SymbolElement",(function(){return Ee})),r.d(e,"TRefElement",(function(){return be})),r.d(e,"TSpanElement",(function(){return Zt})),r.d(e,"TextElement",(function(){return $t})),r.d(e,"TextPathElement",(function(){return Ae})),r.d(e,"TitleElement",(function(){return Xe})),r.d(e,"Transform",(function(){return Dt})),r.d(e,"Translate",(function(){return Ct})),r.d(e,"UnknownElement",(function(){return zt})),r.d(e,"UseElement",(function(){return Ne})),r.d(e,"ViewPort",(function(){return xt})),r.d(e,"compressSpaces",(function(){return X})),r.d(e,"getSelectorSpecificity",(function(){return st})),r.d(e,"normalizeAttributeName",(function(){return Q})),r.d(e,"normalizeColor",(function(){return Z})),r.d(e,"parseExternalUrl",(function(){return $})),r.d(e,"presets",(function(){return H})),r.d(e,"toNumbers",(function(){return q})),r.d(e,"trimLeft",(function(){return Y})),r.d(e,"trimRight",(function(){return W})),r.d(e,"vectorMagnitude",(function(){return ut})),r.d(e,"vectorsAngle",(function(){return ct})),r.d(e,"vectorsRatio",(function(){return ht}));var i=r(1623),n=r.n(i),a=r(14),s=r.n(a),o=r(1653),u=r.n(o),h=r(1660),c=r.n(h),l=r(1662),f=r.n(l),g=r(1618),p=r.n(g),d=r(1667),v=r.n(d),y=r(108),m=r.n(y),x=r(1670),b=r.n(x),w=r(1672),S=r.n(w),T=r(1673),A=r.n(T),O=r(1674),P=r.n(O),E=r(1676),C=r.n(E),M=r(1679),N=r.n(M),V=r(1680),_=r.n(V),R=r(1681),k=r.n(R),I=r(1682),L=r.n(I),D=r(1684),B=r(1685),z=r.n(B),j=r(1686);function F(){var{DOMParser:t}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e={window:null,ignoreAnimation:!0,ignoreMouse:!0,DOMParser:t,createCanvas:(t,e)=>new OffscreenCanvas(t,e),createImage:t=>s()((function*(){var e=yield fetch(t),r=yield e.blob(),i;return yield createImageBitmap(r)}))()};return"undefined"==typeof DOMParser&&void 0!==t||Reflect.deleteProperty(e,"DOMParser"),e}function U(t){var{DOMParser:e,canvas:r,fetch:i}=t;return{window:null,ignoreAnimation:!0,ignoreMouse:!0,DOMParser:e,fetch:i,createCanvas:r.createCanvas,createImage:r.loadImage}}var H=Object.freeze({__proto__:null,offscreen:F,node:U});function X(t){return t.replace(/(?!\u3000)\s+/gm," ")}function Y(t){return t.replace(/^[\n \t]+/,"")}function W(t){return t.replace(/[\n \t]+$/,"")}function q(t){var e;return((t||"").match(/-?(\d+(?:\.\d*(?:[eE][+-]?\d+)?)?|\.\d+)(?=\D|$)/gm)||[]).map(parseFloat)}var G=/^[A-Z-]+$/;function Q(t){return G.test(t)?t.toLowerCase():t}function $(t){var e=/url\(('([^']+)'|"([^"]+)"|([^'")]+))\)/.exec(t)||[];return e[2]||e[3]||e[4]}function Z(t){if(!t.startsWith("rgb"))return t;var e=3,r;return t.replace(/\d+(\.\d+)?/g,(t,r)=>e--&&r?String(Math.round(parseFloat(t))):t)}var K=/(\[[^\]]+\])/g,J=/(#[^\s+>~.[:]+)/g,tt=/(\.[^\s+>~.[:]+)/g,et=/(::[^\s+>~.[:]+|:first-line|:first-letter|:before|:after)/gi,rt=/(:[\w-]+\([^)]*\))/gi,it=/(:[^\s+>~.[:]+)/g,nt=/([^\s+>~.[:]+)/g;function at(t,e){var r=e.exec(t);return r?[t.replace(e," "),r.length]:[t,0]}function st(t){var e=[0,0,0],r=t.replace(/:not\(([^)]*)\)/g," $1 ").replace(/{[\s\S]*/gm," "),i=0;return[r,i]=at(r,K),e[1]+=i,[r,i]=at(r,J),e[0]+=i,[r,i]=at(r,tt),e[1]+=i,[r,i]=at(r,et),e[2]+=i,[r,i]=at(r,rt),e[1]+=i,[r,i]=at(r,it),e[1]+=i,r=r.replace(/[*\s+>~]/g," ").replace(/[#.]/g," "),[r,i]=at(r,nt),e[2]+=i,e.join("")}var ot=1e-8;function ut(t){return Math.sqrt(Math.pow(t[0],2)+Math.pow(t[1],2))}function ht(t,e){return(t[0]*e[0]+t[1]*e[1])/(ut(t)*ut(e))}function ct(t,e){return(t[0]*e[1]<t[1]*e[0]?-1:1)*Math.acos(ht(t,e))}function lt(t){return t*t*t}function ft(t){return 3*t*t*(1-t)}function gt(t){return 3*t*(1-t)*(1-t)}function pt(t){return(1-t)*(1-t)*(1-t)}function dt(t){return t*t}function vt(t){return 2*t*(1-t)}function yt(t){return(1-t)*(1-t)}class mt{constructor(t,e,r){this.document=t,this.name=e,this.value=r,this.isNormalizedColor=!1}static empty(t){return new mt(t,"EMPTY","")}split(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:" ",{document:e,name:r}=this;return X(this.getString()).trim().split(t).map(t=>new mt(e,r,t))}hasValue(t){var{value:e}=this;return null!==e&&""!==e&&(t||0!==e)&&void 0!==e}isString(t){var{value:e}=this,r="string"==typeof e;return r&&t?t.test(e):r}isUrlDefinition(){return this.isString(/^url\(/)}isPixels(){if(!this.hasValue())return!1;var t=this.getString();switch(!0){case t.endsWith("px"):case/^[0-9]+$/.test(t):return!0;default:return!1}}setValue(t){return this.value=t,this}getValue(t){return void 0===t||this.hasValue()?this.value:t}getNumber(t){if(!this.hasValue())return void 0===t?0:parseFloat(t);var{value:e}=this,r=parseFloat(e);return this.isString(/%$/)&&(r/=100),r}getString(t){return void 0===t||this.hasValue()?void 0===this.value?"":String(this.value):String(t)}getColor(t){var e=this.getString(t);return this.isNormalizedColor||(this.isNormalizedColor=!0,e=Z(e),this.value=e),e}getDpi(){return 96}getRem(){return this.document.rootEmSize}getEm(){return this.document.emSize}getUnits(){return this.getString().replace(/[0-9.-]/g,"")}getPixels(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!this.hasValue())return 0;var[r,i]="boolean"==typeof t?[void 0,t]:[t],{viewPort:n}=this.document.screen;switch(!0){case this.isString(/vmin$/):return this.getNumber()/100*Math.min(n.computeSize("x"),n.computeSize("y"));case this.isString(/vmax$/):return this.getNumber()/100*Math.max(n.computeSize("x"),n.computeSize("y"));case this.isString(/vw$/):return this.getNumber()/100*n.computeSize("x");case this.isString(/vh$/):return this.getNumber()/100*n.computeSize("y");case this.isString(/rem$/):return this.getNumber()*this.getRem();case this.isString(/em$/):return this.getNumber()*this.getEm();case this.isString(/ex$/):return this.getNumber()*this.getEm()/2;case this.isString(/px$/):return this.getNumber();case this.isString(/pt$/):return this.getNumber()*this.getDpi()*(1/72);case this.isString(/pc$/):return 15*this.getNumber();case this.isString(/cm$/):return this.getNumber()*this.getDpi()/2.54;case this.isString(/mm$/):return this.getNumber()*this.getDpi()/25.4;case this.isString(/in$/):return this.getNumber()*this.getDpi();case this.isString(/%$/)&&i:return this.getNumber()*this.getEm();case this.isString(/%$/):return this.getNumber()*n.computeSize(r);default:var a=this.getNumber();return e&&a<1?a*n.computeSize(r):a}}getMilliseconds(){return this.hasValue()?this.isString(/ms$/)?this.getNumber():1e3*this.getNumber():0}getRadians(){if(!this.hasValue())return 0;switch(!0){case this.isString(/deg$/):return this.getNumber()*(Math.PI/180);case this.isString(/grad$/):return this.getNumber()*(Math.PI/200);case this.isString(/rad$/):return this.getNumber();default:return this.getNumber()*(Math.PI/180)}}getDefinition(){var t=this.getString(),e=/#([^)'"]+)/.exec(t);return e&&(e=e[1]),e||(e=t),this.document.definitions[e]}getFillStyleDefinition(t,e){var r=this.getDefinition();if(!r)return null;if("function"==typeof r.createGradient)return r.createGradient(this.document.ctx,t,e);if("function"==typeof r.createPattern){if(r.getHrefAttribute().hasValue()){var i=r.getAttribute("patternTransform");r=r.getHrefAttribute().getDefinition(),i.hasValue()&&r.getAttribute("patternTransform",!0).setValue(i.value)}return r.createPattern(this.document.ctx,t,e)}return null}getTextBaseline(){return this.hasValue()?mt.textBaselineMapping[this.getString()]:null}addOpacity(t){for(var e=this.getColor(),r=e.length,i=0,n=0;n<r&&(","===e[n]&&i++,3!==i);n++);if(t.hasValue()&&this.isString()&&3!==i){var a=new N.a(e);a.ok&&(a.alpha=t.getNumber(),e=a.toRGBA())}return new mt(this.document,this.name,e)}}mt.textBaselineMapping={baseline:"alphabetic","before-edge":"top","text-before-edge":"top",middle:"middle",central:"middle","after-edge":"bottom","text-after-edge":"bottom",ideographic:"ideographic",alphabetic:"alphabetic",hanging:"hanging",mathematical:"alphabetic"};class xt{constructor(){this.viewPorts=[]}clear(){this.viewPorts=[]}setCurrent(t,e){this.viewPorts.push({width:t,height:e})}removeCurrent(){this.viewPorts.pop()}getCurrent(){var{viewPorts:t}=this;return t[t.length-1]}get width(){return this.getCurrent().width}get height(){return this.getCurrent().height}computeSize(t){return"number"==typeof t?t:"x"===t?this.width:"y"===t?this.height:Math.sqrt(Math.pow(this.width,2)+Math.pow(this.height,2))/Math.sqrt(2)}}class bt{constructor(t,e){this.x=t,this.y=e}static parse(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,[r=e,i=e]=q(t);return new bt(r,i)}static parseScale(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,[r=e,i=r]=q(t);return new bt(r,i)}static parsePath(t){for(var e=q(t),r=e.length,i=[],n=0;n<r;n+=2)i.push(new bt(e[n],e[n+1]));return i}angleTo(t){return Math.atan2(t.y-this.y,t.x-this.x)}applyTransform(t){var{x:e,y:r}=this,i=e*t[0]+r*t[2]+t[4],n=e*t[1]+r*t[3]+t[5];this.x=i,this.y=n}}class wt{constructor(t){this.screen=t,this.working=!1,this.events=[],this.eventElements=[],this.onClick=this.onClick.bind(this),this.onMouseMove=this.onMouseMove.bind(this)}isWorking(){return this.working}start(){if(!this.working){var{screen:t,onClick:e,onMouseMove:r}=this,i=t.ctx.canvas;i.onclick=e,i.onmousemove=r,this.working=!0}}stop(){if(this.working){var t=this.screen.ctx.canvas;this.working=!1,t.onclick=null,t.onmousemove=null}}hasEvents(){return this.working&&this.events.length>0}runEvents(){if(this.working){var{screen:t,events:e,eventElements:r}=this,{style:i}=t.ctx.canvas;i&&(i.cursor=""),e.forEach((t,e)=>{for(var{run:i}=t,n=r[e];n;)i(n),n=n.parent}),this.events=[],this.eventElements=[]}}checkPath(t,e){if(this.working&&e){var{events:r,eventElements:i}=this;r.forEach((r,n)=>{var{x:a,y:s}=r;!i[n]&&e.isPointInPath&&e.isPointInPath(a,s)&&(i[n]=t)})}}checkBoundingBox(t,e){if(this.working&&e){var{events:r,eventElements:i}=this;r.forEach((r,n)=>{var{x:a,y:s}=r;!i[n]&&e.isPointInBox(a,s)&&(i[n]=t)})}}mapXY(t,e){for(var{window:r,ctx:i}=this.screen,n=new bt(t,e),a=i.canvas;a;)n.x-=a.offsetLeft,n.y-=a.offsetTop,a=a.offsetParent;return r.scrollX&&(n.x+=r.scrollX),r.scrollY&&(n.y+=r.scrollY),n}onClick(t){var{x:e,y:r}=this.mapXY(t.clientX,t.clientY);this.events.push({type:"onclick",x:e,y:r,run(t){t.onClick&&t.onClick()}})}onMouseMove(t){var{x:e,y:r}=this.mapXY(t.clientX,t.clientY);this.events.push({type:"onmousemove",x:e,y:r,run(t){t.onMouseMove&&t.onMouseMove()}})}}var St="undefined"!=typeof window?window:null,Tt="undefined"!=typeof fetch?fetch.bind(void 0):null;class At{constructor(t){var{fetch:e=Tt,window:r=St}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.ctx=t,this.FRAMERATE=30,this.MAX_VIRTUAL_PIXELS=3e4,this.CLIENT_WIDTH=800,this.CLIENT_HEIGHT=600,this.viewPort=new xt,this.mouse=new wt(this),this.animations=[],this.waits=[],this.frameDuration=0,this.isReadyLock=!1,this.isFirstRender=!0,this.intervalId=null,this.window=r,this.fetch=e}wait(t){this.waits.push(t)}ready(){return this.readyPromise?this.readyPromise:Promise.resolve()}isReady(){if(this.isReadyLock)return!0;var t=this.waits.every(t=>t());return t&&(this.waits=[],this.resolveReady&&this.resolveReady()),this.isReadyLock=t,t}setDefaults(t){t.strokeStyle="rgba(0,0,0,0)",t.lineCap="butt",t.lineJoin="miter",t.miterLimit=4}setViewBox(t){var{document:e,ctx:r,aspectRatio:i,width:n,desiredWidth:a,height:s,desiredHeight:o,minX:u=0,minY:h=0,refX:c,refY:l,clip:f=!1,clipX:g=0,clipY:p=0}=t,d=X(i).replace(/^defer\s/,""),[v,y]=d.split(" "),m=v||"xMidYMid",x=y||"meet",b=n/a,w=s/o,S=Math.min(b,w),T=Math.max(b,w),A=a,O=o;"meet"===x&&(A*=S,O*=S),"slice"===x&&(A*=T,O*=T);var P=new mt(e,"refX",c),E=new mt(e,"refY",l),C=P.hasValue()&&E.hasValue();if(C&&r.translate(-S*P.getPixels("x"),-S*E.getPixels("y")),f){var M=S*g,N=S*p;r.beginPath(),r.moveTo(M,N),r.lineTo(n,N),r.lineTo(n,s),r.lineTo(M,s),r.closePath(),r.clip()}if(!C){var V="meet"===x&&S===w,_="slice"===x&&T===w,R="meet"===x&&S===b,k="slice"===x&&T===b;m.startsWith("xMid")&&(V||_)&&r.translate(n/2-A/2,0),m.endsWith("YMid")&&(R||k)&&r.translate(0,s/2-O/2),m.startsWith("xMax")&&(V||_)&&r.translate(n-A,0),m.endsWith("YMax")&&(R||k)&&r.translate(0,s-O)}switch(!0){case"none"===m:r.scale(b,w);break;case"meet"===x:r.scale(S,S);break;case"slice"===x:r.scale(T,T)}r.translate(-u,-h)}start(t){var{enableRedraw:e=!1,ignoreMouse:r=!1,ignoreAnimation:i=!1,ignoreDimensions:n=!1,ignoreClear:a=!1,forceRedraw:s,scaleWidth:o,scaleHeight:u,offsetX:h,offsetY:c}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{FRAMERATE:l,mouse:f}=this,g=1e3/l;if(this.frameDuration=g,this.readyPromise=new Promise(t=>{this.resolveReady=t}),this.isReady()&&this.render(t,n,a,o,u,h,c),e){var p=Date.now(),d=p,v=0,y=()=>{p=Date.now(),(v=p-d)>=g&&(d=p-v%g,this.shouldUpdate(i,s)&&(this.render(t,n,a,o,u,h,c),f.runEvents())),this.intervalId=P()(y)};r||f.start(),this.intervalId=P()(y)}}stop(){this.intervalId&&(P.a.cancel(this.intervalId),this.intervalId=null),this.mouse.stop()}shouldUpdate(t,e){if(!t){var{frameDuration:r}=this,i;if(this.animations.reduce((t,e)=>e.update(r)||t,!1))return!0}return!("function"!=typeof e||!e())||(!(this.isReadyLock||!this.isReady())||!!this.mouse.hasEvents())}render(t,e,r,i,n,a,s){var{CLIENT_WIDTH:o,CLIENT_HEIGHT:u,viewPort:h,ctx:c,isFirstRender:l}=this,f=c.canvas;h.clear(),f.width&&f.height?h.setCurrent(f.width,f.height):h.setCurrent(o,u);var g=t.getStyle("width"),p=t.getStyle("height");!e&&(l||"number"!=typeof i&&"number"!=typeof n)&&(g.hasValue()&&(f.width=g.getPixels("x"),f.style&&(f.style.width="".concat(f.width,"px"))),p.hasValue()&&(f.height=p.getPixels("y"),f.style&&(f.style.height="".concat(f.height,"px"))));var d=f.clientWidth||f.width,v=f.clientHeight||f.height;if(e&&g.hasValue()&&p.hasValue()&&(d=g.getPixels("x"),v=p.getPixels("y")),h.setCurrent(d,v),"number"==typeof a&&t.getAttribute("x",!0).setValue(a),"number"==typeof s&&t.getAttribute("y",!0).setValue(s),"number"==typeof i||"number"==typeof n){var y=q(t.getAttribute("viewBox").getString()),m=0,x=0;if("number"==typeof i){var b=t.getStyle("width");b.hasValue()?m=b.getPixels("x")/i:isNaN(y[2])||(m=y[2]/i)}if("number"==typeof n){var w=t.getStyle("height");w.hasValue()?x=w.getPixels("y")/n:isNaN(y[3])||(x=y[3]/n)}m||(m=x),x||(x=m),t.getAttribute("width",!0).setValue(i),t.getAttribute("height",!0).setValue(n);var S=t.getStyle("transform",!0,!0);S.setValue("".concat(S.getString()," scale(").concat(1/m,", ").concat(1/x,")"))}r||c.clearRect(0,0,d,v),t.render(c),l&&(this.isFirstRender=!1)}}At.defaultWindow=St,At.defaultFetch=Tt;var{defaultFetch:Ot}=At,Pt="undefined"!=typeof DOMParser?DOMParser:null;class Et{constructor(){var{fetch:t=Ot,DOMParser:e=Pt}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.fetch=t,this.DOMParser=e}parse(t){var e=this;return s()((function*(){return t.startsWith("<")?e.parseFromString(t):e.load(t)}))()}parseFromString(t){var e=new this.DOMParser;try{return this.checkDocument(e.parseFromString(t,"image/svg+xml"))}catch(r){return this.checkDocument(e.parseFromString(t,"text/xml"))}}checkDocument(t){var e=t.getElementsByTagName("parsererror")[0];if(e)throw new Error(e.textContent);return t}load(t){var e=this;return s()((function*(){var r=yield e.fetch(t),i=yield r.text();return e.parseFromString(i)}))()}}class Ct{constructor(t,e){this.type="translate",this.point=null,this.point=bt.parse(e)}apply(t){var{x:e,y:r}=this.point;t.translate(e||0,r||0)}unapply(t){var{x:e,y:r}=this.point;t.translate(-1*e||0,-1*r||0)}applyToPoint(t){var{x:e,y:r}=this.point;t.applyTransform([1,0,0,1,e||0,r||0])}}class Mt{constructor(t,e,r){this.type="rotate",this.angle=null,this.originX=null,this.originY=null,this.cx=0,this.cy=0;var i=q(e);this.angle=new mt(t,"angle",i[0]),this.originX=r[0],this.originY=r[1],this.cx=i[1]||0,this.cy=i[2]||0}apply(t){var{cx:e,cy:r,originX:i,originY:n,angle:a}=this,s=e+i.getPixels("x"),o=r+n.getPixels("y");t.translate(s,o),t.rotate(a.getRadians()),t.translate(-s,-o)}unapply(t){var{cx:e,cy:r,originX:i,originY:n,angle:a}=this,s=e+i.getPixels("x"),o=r+n.getPixels("y");t.translate(s,o),t.rotate(-1*a.getRadians()),t.translate(-s,-o)}applyToPoint(t){var{cx:e,cy:r,angle:i}=this,n=i.getRadians();t.applyTransform([1,0,0,1,e||0,r||0]),t.applyTransform([Math.cos(n),Math.sin(n),-Math.sin(n),Math.cos(n),0,0]),t.applyTransform([1,0,0,1,-e||0,-r||0])}}class Nt{constructor(t,e,r){this.type="scale",this.scale=null,this.originX=null,this.originY=null;var i=bt.parseScale(e);0!==i.x&&0!==i.y||(i.x=ot,i.y=ot),this.scale=i,this.originX=r[0],this.originY=r[1]}apply(t){var{scale:{x:e,y:r},originX:i,originY:n}=this,a=i.getPixels("x"),s=n.getPixels("y");t.translate(a,s),t.scale(e,r||e),t.translate(-a,-s)}unapply(t){var{scale:{x:e,y:r},originX:i,originY:n}=this,a=i.getPixels("x"),s=n.getPixels("y");t.translate(a,s),t.scale(1/e,1/r||e),t.translate(-a,-s)}applyToPoint(t){var{x:e,y:r}=this.scale;t.applyTransform([e||0,0,0,r||0,0,0])}}class Vt{constructor(t,e,r){this.type="matrix",this.matrix=[],this.originX=null,this.originY=null,this.matrix=q(e),this.originX=r[0],this.originY=r[1]}apply(t){var{originX:e,originY:r,matrix:i}=this,n=e.getPixels("x"),a=r.getPixels("y");t.translate(n,a),t.transform(i[0],i[1],i[2],i[3],i[4],i[5]),t.translate(-n,-a)}unapply(t){var{originX:e,originY:r,matrix:i}=this,n=i[0],a=i[2],s=i[4],o=i[1],u=i[3],h=i[5],c=0,l=0,f=1,g=1/(n*(1*u-0*h)-a*(1*o-0*h)+s*(0*o-0*u)),p=e.getPixels("x"),d=r.getPixels("y");t.translate(p,d),t.transform(g*(1*u-0*h),g*(0*h-1*o),g*(0*s-1*a),g*(1*n-0*s),g*(a*h-s*u),g*(s*o-n*h)),t.translate(-p,-d)}applyToPoint(t){t.applyTransform(this.matrix)}}class _t extends Vt{constructor(t,e,r){super(t,e,r),this.type="skew",this.angle=null,this.angle=new mt(t,"angle",e)}}class Rt extends _t{constructor(t,e,r){super(t,e,r),this.type="skewX",this.matrix=[1,0,Math.tan(this.angle.getRadians()),1,0,0]}}class kt extends _t{constructor(t,e,r){super(t,e,r),this.type="skewY",this.matrix=[1,Math.tan(this.angle.getRadians()),0,1,0,0]}}function It(t){return X(t).trim().replace(/\)([a-zA-Z])/g,") $1").replace(/\)(\s?,\s?)/g,") ").split(/\s(?=[a-z])/)}function Lt(t){var[e,r]=t.split("(");return[e.trim(),r.trim().replace(")","")]}class Dt{constructor(t,e,r){var i;this.document=t,this.transforms=[],It(e).forEach(t=>{if("none"!==t){var[e,i]=Lt(t),n=Dt.transformTypes[e];void 0!==n&&this.transforms.push(new n(this.document,i,r))}})}static fromElement(t,e){var r=e.getStyle("transform",!1,!0),[i,n=i]=e.getStyle("transform-origin",!1,!0).split(),a=[i,n];return r.hasValue()?new Dt(t,r.getString(),a):null}apply(t){for(var{transforms:e}=this,r=e.length,i=0;i<r;i++)e[i].apply(t)}unapply(t){for(var{transforms:e}=this,r,i=e.length-1;i>=0;i--)e[i].unapply(t)}applyToPoint(t){for(var{transforms:e}=this,r=e.length,i=0;i<r;i++)e[i].applyToPoint(t)}}Dt.transformTypes={translate:Ct,rotate:Mt,scale:Nt,matrix:Vt,skewX:Rt,skewY:kt};class Bt{constructor(t,e){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(this.document=t,this.node=e,this.captureTextNodes=r,this.attributes={},this.styles={},this.stylesSpecificity={},this.animationFrozen=!1,this.animationFrozenValue="",this.parent=null,this.children=[],e&&1===e.nodeType){var i;if(Array.from(e.attributes).forEach(e=>{var r=Q(e.nodeName);this.attributes[r]=new mt(t,r,e.value)}),this.addStylesFromStyleDefinition(),this.getAttribute("style").hasValue())this.getAttribute("style").getString().split(";").map(t=>t.trim()).forEach(e=>{if(e){var[r,i]=e.split(":").map(t=>t.trim());this.styles[r]=new mt(t,r,i)}});var{definitions:n}=t,a=this.getAttribute("id");a.hasValue()&&(n[a.getString()]||(n[a.getString()]=this)),Array.from(e.childNodes).forEach(e=>{if(1===e.nodeType)this.addChild(e);else if(r&&(3===e.nodeType||4===e.nodeType)){var i=t.createTextNode(e);i.getText().length>0&&this.addChild(i)}})}}getAttribute(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=this.attributes[t];if(!r&&e){var i=new mt(this.document,t,"");return this.attributes[t]=i,i}return r||mt.empty(this.document)}getHrefAttribute(){for(var t in this.attributes)if("href"===t||t.endsWith(":href"))return this.attributes[t];return mt.empty(this.document)}getStyle(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=this.styles[t];if(i)return i;var n=this.getAttribute(t);if(null!=n&&n.hasValue())return this.styles[t]=n,n;if(!r){var{parent:a}=this;if(a){var s=a.getStyle(t);if(null!=s&&s.hasValue())return s}}if(e){var o=new mt(this.document,t,"");return this.styles[t]=o,o}return i||mt.empty(this.document)}render(t){if("none"!==this.getStyle("display").getString()&&"hidden"!==this.getStyle("visibility").getString()){if(t.save(),this.getStyle("mask").hasValue()){var e=this.getStyle("mask").getDefinition();e&&(this.applyEffects(t),e.apply(t,this))}else if("none"!==this.getStyle("filter").getValue("none")){var r=this.getStyle("filter").getDefinition();r&&(this.applyEffects(t),r.apply(t,this))}else this.setContext(t),this.renderChildren(t),this.clearContext(t);t.restore()}}setContext(t){}applyEffects(t){var e=Dt.fromElement(this.document,this);e&&e.apply(t);var r=this.getStyle("clip-path",!1,!0);if(r.hasValue()){var i=r.getDefinition();i&&i.apply(t)}}clearContext(t){}renderChildren(t){this.children.forEach(e=>{e.render(t)})}addChild(t){var e=t instanceof Bt?t:this.document.createElement(t);e.parent=this,Bt.ignoreChildTypes.includes(e.type)||this.children.push(e)}matchesSelector(t){var{node:e}=this;if("function"==typeof e.matches)return e.matches(t);var r=e.getAttribute("class");return!(!r||""===r)&&r.split(" ").some(e=>".".concat(e)===t)}addStylesFromStyleDefinition(){var{styles:t,stylesSpecificity:e}=this.document;for(var r in t)if(!r.startsWith("@")&&this.matchesSelector(r)){var i=t[r],n=e[r];if(i)for(var a in i){var s=this.stylesSpecificity[a];void 0===s&&(s="000"),n>=s&&(this.styles[a]=i[a],this.stylesSpecificity[a]=n)}}}removeStyles(t,e){var r;return e.reduce((e,r)=>{var i=t.getStyle(r);if(!i.hasValue())return e;var n=i.getString();return i.setValue(""),[...e,[r,n]]},[])}restoreStyles(t,e){e.forEach(e=>{var[r,i]=e;t.getStyle(r,!0).setValue(i)})}}Bt.ignoreChildTypes=["title"];class zt extends Bt{constructor(t,e,r){super(t,e,r)}}function jt(t){var e=t.trim();return/^('|")/.test(e)?e:'"'.concat(e,'"')}function Ft(e){return void 0===t?e:e.trim().split(",").map(jt).join(",")}function Ut(t){if(!t)return"";var e=t.trim().toLowerCase();switch(e){case"normal":case"italic":case"oblique":case"inherit":case"initial":case"unset":return e;default:return/^oblique\s+(-|)\d+deg$/.test(e)?e:""}}function Ht(t){if(!t)return"";var e=t.trim().toLowerCase();switch(e){case"normal":case"bold":case"lighter":case"bolder":case"inherit":case"initial":case"unset":return e;default:return/^[\d.]+$/.test(e)?e:""}}class Xt{constructor(t,e,r,i,n,a){var s=a?"string"==typeof a?Xt.parse(a):a:{};this.fontFamily=n||s.fontFamily,this.fontSize=i||s.fontSize,this.fontStyle=t||s.fontStyle,this.fontWeight=r||s.fontWeight,this.fontVariant=e||s.fontVariant}static parse(){var t,e=arguments.length>1?arguments[1]:void 0,r="",i="",n="",a="",s="",o=X(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").trim().split(" "),u={fontSize:!1,fontStyle:!1,fontWeight:!1,fontVariant:!1};return o.forEach(t=>{switch(!0){case!u.fontStyle&&Xt.styles.includes(t):"inherit"!==t&&(r=t),u.fontStyle=!0;break;case!u.fontVariant&&Xt.variants.includes(t):"inherit"!==t&&(i=t),u.fontStyle=!0,u.fontVariant=!0;break;case!u.fontWeight&&Xt.weights.includes(t):"inherit"!==t&&(n=t),u.fontStyle=!0,u.fontVariant=!0,u.fontWeight=!0;break;case!u.fontSize:"inherit"!==t&&([a]=t.split("/")),u.fontStyle=!0,u.fontVariant=!0,u.fontWeight=!0,u.fontSize=!0;break;default:"inherit"!==t&&(s+=t)}}),new Xt(r,i,n,a,s,e)}toString(){return[Ut(this.fontStyle),this.fontVariant,Ht(this.fontWeight),this.fontSize,Ft(this.fontFamily)].join(" ").trim()}}Xt.styles="normal|italic|oblique|inherit",Xt.variants="normal|small-caps|inherit",Xt.weights="normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900|inherit";class Yt{constructor(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Number.NaN,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Number.NaN,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Number.NaN,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:Number.NaN;this.x1=t,this.y1=e,this.x2=r,this.y2=i,this.addPoint(t,e),this.addPoint(r,i)}get x(){return this.x1}get y(){return this.y1}get width(){return this.x2-this.x1}get height(){return this.y2-this.y1}addPoint(t,e){void 0!==t&&((isNaN(this.x1)||isNaN(this.x2))&&(this.x1=t,this.x2=t),t<this.x1&&(this.x1=t),t>this.x2&&(this.x2=t)),void 0!==e&&((isNaN(this.y1)||isNaN(this.y2))&&(this.y1=e,this.y2=e),e<this.y1&&(this.y1=e),e>this.y2&&(this.y2=e))}addX(t){this.addPoint(t,null)}addY(t){this.addPoint(null,t)}addBoundingBox(t){if(t){var{x1:e,y1:r,x2:i,y2:n}=t;this.addPoint(e,r),this.addPoint(i,n)}}sumCubic(t,e,r,i,n){return Math.pow(1-t,3)*e+3*Math.pow(1-t,2)*t*r+3*(1-t)*Math.pow(t,2)*i+Math.pow(t,3)*n}bezierCurveAdd(t,e,r,i,n){var a=6*e-12*r+6*i,s=-3*e+9*r-9*i+3*n,o=3*r-3*e;if(0!==s){var u=Math.pow(a,2)-4*o*s;if(!(u<0)){var h=(-a+Math.sqrt(u))/(2*s);0<h&&h<1&&(t?this.addX(this.sumCubic(h,e,r,i,n)):this.addY(this.sumCubic(h,e,r,i,n)));var c=(-a-Math.sqrt(u))/(2*s);0<c&&c<1&&(t?this.addX(this.sumCubic(c,e,r,i,n)):this.addY(this.sumCubic(c,e,r,i,n)))}}else{if(0===a)return;var l=-o/a;0<l&&l<1&&(t?this.addX(this.sumCubic(l,e,r,i,n)):this.addY(this.sumCubic(l,e,r,i,n)))}}addBezierCurve(t,e,r,i,n,a,s,o){this.addPoint(t,e),this.addPoint(s,o),this.bezierCurveAdd(!0,t,r,n,s),this.bezierCurveAdd(!1,e,i,a,o)}addQuadraticCurve(t,e,r,i,n,a){var s=t+2/3*(r-t),o=e+2/3*(i-e),u=s+1/3*(n-t),h=o+1/3*(a-e);this.addBezierCurve(t,e,s,u,o,h,n,a)}isPointInBox(t,e){var{x1:r,y1:i,x2:n,y2:a}=this;return r<=t&&t<=n&&i<=e&&e<=a}}class Wt extends D.a{constructor(t){super(t.replace(/([+\-.])\s+/gm,"$1").replace(/[^MmZzLlHhVvCcSsQqTtAae\d\s.,+-].*/g,"")),this.control=null,this.start=null,this.current=null,this.command=null,this.commands=this.commands,this.i=-1,this.previousCommand=null,this.points=[],this.angles=[]}reset(){this.i=-1,this.command=null,this.previousCommand=null,this.start=new bt(0,0),this.control=new bt(0,0),this.current=new bt(0,0),this.points=[],this.angles=[]}isEnd(){var{i:t,commands:e}=this;return t>=e.length-1}next(){var t=this.commands[++this.i];return this.previousCommand=this.command,this.command=t,t}getPoint(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"x",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"y",r=new bt(this.command[t],this.command[e]);return this.makeAbsolute(r)}getAsControlPoint(t,e){var r=this.getPoint(t,e);return this.control=r,r}getAsCurrentPoint(t,e){var r=this.getPoint(t,e);return this.current=r,r}getReflectedControlPoint(){var t=this.previousCommand.type;if(t!==D.a.CURVE_TO&&t!==D.a.SMOOTH_CURVE_TO&&t!==D.a.QUAD_TO&&t!==D.a.SMOOTH_QUAD_TO)return this.current;var{current:{x:e,y:r},control:{x:i,y:n}}=this,a;return new bt(2*e-i,2*r-n)}makeAbsolute(t){if(this.command.relative){var{x:e,y:r}=this.current;t.x+=e,t.y+=r}return t}addMarker(t,e,r){var{points:i,angles:n}=this;r&&n.length>0&&!n[n.length-1]&&(n[n.length-1]=i[i.length-1].angleTo(r)),this.addMarkerAngle(t,e?e.angleTo(t):null)}addMarkerAngle(t,e){this.points.push(t),this.angles.push(e)}getMarkerPoints(){return this.points}getMarkerAngles(){for(var{angles:t}=this,e=t.length,r=0;r<e;r++)if(!t[r])for(var i=r+1;i<e;i++)if(t[i]){t[r]=t[i];break}return t}}class qt extends Bt{constructor(){super(...arguments),this.modifiedEmSizeStack=!1}calculateOpacity(){for(var t=1,e=this;e;){var r=e.getStyle("opacity",!1,!0);r.hasValue(!0)&&(t*=r.getNumber()),e=e.parent}return t}setContext(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!e){var r=this.getStyle("fill"),i=this.getStyle("fill-opacity"),n=this.getStyle("stroke"),a=this.getStyle("stroke-opacity");if(r.isUrlDefinition()){var s=r.getFillStyleDefinition(this,i);s&&(t.fillStyle=s)}else if(r.hasValue()){"currentColor"===r.getString()&&r.setValue(this.getStyle("color").getColor());var o=r.getColor();"inherit"!==o&&(t.fillStyle="none"===o?"rgba(0,0,0,0)":o)}if(i.hasValue()){var u=new mt(this.document,"fill",t.fillStyle).addOpacity(i).getColor();t.fillStyle=u}if(n.isUrlDefinition()){var h=n.getFillStyleDefinition(this,a);h&&(t.strokeStyle=h)}else if(n.hasValue()){"currentColor"===n.getString()&&n.setValue(this.getStyle("color").getColor());var c=n.getString();"inherit"!==c&&(t.strokeStyle="none"===c?"rgba(0,0,0,0)":c)}if(a.hasValue()){var l=new mt(this.document,"stroke",t.strokeStyle).addOpacity(a).getString();t.strokeStyle=l}var f=this.getStyle("stroke-width");if(f.hasValue()){var g=f.getPixels();t.lineWidth=g||ot}var p=this.getStyle("stroke-linecap"),d=this.getStyle("stroke-linejoin"),v=this.getStyle("stroke-miterlimit"),y=this.getStyle("stroke-dasharray"),m=this.getStyle("stroke-dashoffset");if(p.hasValue()&&(t.lineCap=p.getString()),d.hasValue()&&(t.lineJoin=d.getString()),v.hasValue()&&(t.miterLimit=v.getNumber()),y.hasValue()&&"none"!==y.getString()){var x=q(y.getString());void 0!==t.setLineDash?t.setLineDash(x):void 0!==t.webkitLineDash?t.webkitLineDash=x:void 0===t.mozDash||1===x.length&&0===x[0]||(t.mozDash=x);var b=m.getPixels();void 0!==t.lineDashOffset?t.lineDashOffset=b:void 0!==t.webkitLineDashOffset?t.webkitLineDashOffset=b:void 0!==t.mozDashOffset&&(t.mozDashOffset=b)}}if(this.modifiedEmSizeStack=!1,void 0!==t.font){var w=this.getStyle("font"),S=this.getStyle("font-style"),T=this.getStyle("font-variant"),A=this.getStyle("font-weight"),O=this.getStyle("font-size"),P=this.getStyle("font-family"),E=new Xt(S.getString(),T.getString(),A.getString(),O.hasValue()?"".concat(O.getPixels(!0),"px"):"",P.getString(),Xt.parse(w.getString(),t.font));S.setValue(E.fontStyle),T.setValue(E.fontVariant),A.setValue(E.fontWeight),O.setValue(E.fontSize),P.setValue(E.fontFamily),t.font=E.toString(),O.isPixels()&&(this.document.emSize=O.getPixels(),this.modifiedEmSizeStack=!0)}e||(this.applyEffects(t),t.globalAlpha=this.calculateOpacity())}clearContext(t){super.clearContext(t),this.modifiedEmSizeStack&&this.document.popEmSize()}}class Gt extends qt{constructor(t,e,r){super(t,e,r),this.type="path",this.pathParser=null,this.pathParser=new Wt(this.getAttribute("d").getString())}path(t){var{pathParser:e}=this,r=new Yt;for(e.reset(),t&&t.beginPath();!e.isEnd();)switch(e.next().type){case Wt.MOVE_TO:this.pathM(t,r);break;case Wt.LINE_TO:this.pathL(t,r);break;case Wt.HORIZ_LINE_TO:this.pathH(t,r);break;case Wt.VERT_LINE_TO:this.pathV(t,r);break;case Wt.CURVE_TO:this.pathC(t,r);break;case Wt.SMOOTH_CURVE_TO:this.pathS(t,r);break;case Wt.QUAD_TO:this.pathQ(t,r);break;case Wt.SMOOTH_QUAD_TO:this.pathT(t,r);break;case Wt.ARC:this.pathA(t,r);break;case Wt.CLOSE_PATH:this.pathZ(t,r)}return r}getBoundingBox(t){return this.path()}getMarkers(){var{pathParser:t}=this,e=t.getMarkerPoints(),r=t.getMarkerAngles(),i;return e.map((t,e)=>[t,r[e]])}renderChildren(t){this.path(t),this.document.screen.mouse.checkPath(this,t);var e=this.getStyle("fill-rule");""!==t.fillStyle&&("inherit"!==e.getString("inherit")?t.fill(e.getString()):t.fill()),""!==t.strokeStyle&&("non-scaling-stroke"===this.getAttribute("vector-effect").getString()?(t.save(),t.setTransform(1,0,0,1,0,0),t.stroke(),t.restore()):t.stroke());var r=this.getMarkers();if(r){var i=r.length-1,n=this.getStyle("marker-start"),a=this.getStyle("marker-mid"),s=this.getStyle("marker-end");if(n.isUrlDefinition()){var o=n.getDefinition(),[u,h]=r[0];o.render(t,u,h)}if(a.isUrlDefinition())for(var c=a.getDefinition(),l=1;l<i;l++){var[f,g]=r[l];c.render(t,f,g)}if(s.isUrlDefinition()){var p=s.getDefinition(),[d,v]=r[i];p.render(t,d,v)}}}static pathM(t){var e=t.getAsCurrentPoint();return t.start=t.current,{point:e}}pathM(t,e){var{pathParser:r}=this,{point:i}=Gt.pathM(r),{x:n,y:a}=i;r.addMarker(i),e.addPoint(n,a),t&&t.moveTo(n,a)}static pathL(t){var{current:e}=t,r;return{current:e,point:t.getAsCurrentPoint()}}pathL(t,e){var{pathParser:r}=this,{current:i,point:n}=Gt.pathL(r),{x:a,y:s}=n;r.addMarker(n,i),e.addPoint(a,s),t&&t.lineTo(a,s)}static pathH(t){var{current:e,command:r}=t,i=new bt((r.relative?e.x:0)+r.x,e.y);return t.current=i,{current:e,point:i}}pathH(t,e){var{pathParser:r}=this,{current:i,point:n}=Gt.pathH(r),{x:a,y:s}=n;r.addMarker(n,i),e.addPoint(a,s),t&&t.lineTo(a,s)}static pathV(t){var{current:e,command:r}=t,i=new bt(e.x,(r.relative?e.y:0)+r.y);return t.current=i,{current:e,point:i}}pathV(t,e){var{pathParser:r}=this,{current:i,point:n}=Gt.pathV(r),{x:a,y:s}=n;r.addMarker(n,i),e.addPoint(a,s),t&&t.lineTo(a,s)}static pathC(t){var{current:e}=t,r,i,n;return{current:e,point:t.getPoint("x1","y1"),controlPoint:t.getAsControlPoint("x2","y2"),currentPoint:t.getAsCurrentPoint()}}pathC(t,e){var{pathParser:r}=this,{current:i,point:n,controlPoint:a,currentPoint:s}=Gt.pathC(r);r.addMarker(s,a,n),e.addBezierCurve(i.x,i.y,n.x,n.y,a.x,a.y,s.x,s.y),t&&t.bezierCurveTo(n.x,n.y,a.x,a.y,s.x,s.y)}static pathS(t){var{current:e}=t,r,i,n;return{current:e,point:t.getReflectedControlPoint(),controlPoint:t.getAsControlPoint("x2","y2"),currentPoint:t.getAsCurrentPoint()}}pathS(t,e){var{pathParser:r}=this,{current:i,point:n,controlPoint:a,currentPoint:s}=Gt.pathS(r);r.addMarker(s,a,n),e.addBezierCurve(i.x,i.y,n.x,n.y,a.x,a.y,s.x,s.y),t&&t.bezierCurveTo(n.x,n.y,a.x,a.y,s.x,s.y)}static pathQ(t){var{current:e}=t,r,i;return{current:e,controlPoint:t.getAsControlPoint("x1","y1"),currentPoint:t.getAsCurrentPoint()}}pathQ(t,e){var{pathParser:r}=this,{current:i,controlPoint:n,currentPoint:a}=Gt.pathQ(r);r.addMarker(a,n,n),e.addQuadraticCurve(i.x,i.y,n.x,n.y,a.x,a.y),t&&t.quadraticCurveTo(n.x,n.y,a.x,a.y)}static pathT(t){var{current:e}=t,r=t.getReflectedControlPoint(),i;return t.control=r,{current:e,controlPoint:r,currentPoint:t.getAsCurrentPoint()}}pathT(t,e){var{pathParser:r}=this,{current:i,controlPoint:n,currentPoint:a}=Gt.pathT(r);r.addMarker(a,n,n),e.addQuadraticCurve(i.x,i.y,n.x,n.y,a.x,a.y),t&&t.quadraticCurveTo(n.x,n.y,a.x,a.y)}static pathA(t){var{current:e,command:r}=t,{rX:i,rY:n,xRot:a,lArcFlag:s,sweepFlag:o}=r,u=a*(Math.PI/180),h=t.getAsCurrentPoint(),c=new bt(Math.cos(u)*(e.x-h.x)/2+Math.sin(u)*(e.y-h.y)/2,-Math.sin(u)*(e.x-h.x)/2+Math.cos(u)*(e.y-h.y)/2),l=Math.pow(c.x,2)/Math.pow(i,2)+Math.pow(c.y,2)/Math.pow(n,2);l>1&&(i*=Math.sqrt(l),n*=Math.sqrt(l));var f=(s===o?-1:1)*Math.sqrt((Math.pow(i,2)*Math.pow(n,2)-Math.pow(i,2)*Math.pow(c.y,2)-Math.pow(n,2)*Math.pow(c.x,2))/(Math.pow(i,2)*Math.pow(c.y,2)+Math.pow(n,2)*Math.pow(c.x,2)));isNaN(f)&&(f=0);var g=new bt(f*i*c.y/n,f*-n*c.x/i),p=new bt((e.x+h.x)/2+Math.cos(u)*g.x-Math.sin(u)*g.y,(e.y+h.y)/2+Math.sin(u)*g.x+Math.cos(u)*g.y),d=ct([1,0],[(c.x-g.x)/i,(c.y-g.y)/n]),v=[(c.x-g.x)/i,(c.y-g.y)/n],y=[(-c.x-g.x)/i,(-c.y-g.y)/n],m=ct(v,y);return ht(v,y)<=-1&&(m=Math.PI),ht(v,y)>=1&&(m=0),{currentPoint:h,rX:i,rY:n,sweepFlag:o,xAxisRotation:u,centp:p,a1:d,ad:m}}pathA(t,e){var{pathParser:r}=this,{currentPoint:i,rX:n,rY:a,sweepFlag:s,xAxisRotation:o,centp:u,a1:h,ad:c}=Gt.pathA(r),l=1-s?1:-1,f=h+l*(c/2),g=new bt(u.x+n*Math.cos(f),u.y+a*Math.sin(f));if(r.addMarkerAngle(g,f-l*Math.PI/2),r.addMarkerAngle(i,f-l*Math.PI),e.addPoint(i.x,i.y),t&&!isNaN(h)&&!isNaN(c)){var p=n>a?n:a,d=n>a?1:n/a,v=n>a?a/n:1;t.translate(u.x,u.y),t.rotate(o),t.scale(d,v),t.arc(0,0,p,h,h+c,Boolean(1-s)),t.scale(1/d,1/v),t.rotate(-o),t.translate(-u.x,-u.y)}}static pathZ(t){t.current=t.start}pathZ(t,e){Gt.pathZ(this.pathParser),t&&e.x1!==e.x2&&e.y1!==e.y2&&t.closePath()}}class Qt extends Gt{constructor(t,e,r){super(t,e,r),this.type="glyph",this.horizAdvX=this.getAttribute("horiz-adv-x").getNumber(),this.unicode=this.getAttribute("unicode").getString(),this.arabicForm=this.getAttribute("arabic-form").getString()}}class $t extends qt{constructor(t,e,r){super(t,e,new.target===$t||r),this.type="text",this.x=0,this.y=0,this.measureCache=-1}setContext(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];super.setContext(t,e);var r=this.getStyle("dominant-baseline").getTextBaseline()||this.getStyle("alignment-baseline").getTextBaseline();r&&(t.textBaseline=r)}initializeCoordinates(t){this.x=this.getAttribute("x").getPixels("x"),this.y=this.getAttribute("y").getPixels("y");var e=this.getAttribute("dx"),r=this.getAttribute("dy");e.hasValue()&&(this.x+=e.getPixels("x")),r.hasValue()&&(this.y+=r.getPixels("y")),this.x+=this.getAnchorDelta(t,this,0)}getBoundingBox(t){if("text"!==this.type)return this.getTElementBoundingBox(t);this.initializeCoordinates(t);var e=null;return this.children.forEach((r,i)=>{var n=this.getChildBoundingBox(t,this,this,i);e?e.addBoundingBox(n):e=n}),e}getFontSize(){var{document:t,parent:e}=this,r=Xt.parse(t.ctx.font).fontSize,i;return e.getStyle("font-size").getNumber(r)}getTElementBoundingBox(t){var e=this.getFontSize();return new Yt(this.x,this.y-e,this.x+this.measureText(t),this.y)}getGlyph(t,e,r){var i=e[r],n=null;if(t.isArabic){var a=e.length,s=e[r-1],o=e[r+1],u="isolated";if((0===r||" "===s)&&r<a-2&&" "!==o&&(u="terminal"),r>0&&" "!==s&&r<a-2&&" "!==o&&(u="medial"),r>0&&" "!==s&&(r===a-1||" "===o)&&(u="initial"),void 0!==t.glyphs[i]){var h=t.glyphs[i];n=h instanceof Qt?h:h[u]}}else n=t.glyphs[i];return n||(n=t.missingGlyph),n}getText(){return""}getTextFromNode(t){var e=t||this.node,r=Array.from(e.parentNode.childNodes),i=r.indexOf(e),n=r.length-1,a=X(e.textContent||"");return 0===i&&(a=Y(a)),i===n&&(a=W(a)),a}renderChildren(t){if("text"===this.type){this.initializeCoordinates(t),this.children.forEach((e,r)=>{this.renderChild(t,this,this,r)});var{mouse:e}=this.document.screen;e.isWorking()&&e.checkBoundingBox(this,this.getBoundingBox(t))}else this.renderTElementChildren(t)}renderTElementChildren(t){var{document:e,parent:r}=this,i=this.getText(),n=r.getStyle("font-family").getDefinition();if(n)for(var{unitsPerEm:a}=n.fontFace,s=Xt.parse(e.ctx.font),o=r.getStyle("font-size").getNumber(s.fontSize),u=r.getStyle("font-style").getString(s.fontStyle),h=o/a,c=n.isRTL?i.split("").reverse().join(""):i,l=q(r.getAttribute("dx").getString()),f=c.length,g=0;g<f;g++){var p=this.getGlyph(n,c,g);t.translate(this.x,this.y),t.scale(h,-h);var d=t.lineWidth;t.lineWidth=t.lineWidth*a/o,"italic"===u&&t.transform(1,0,.4,1,0,0),p.render(t),"italic"===u&&t.transform(1,0,-.4,1,0,0),t.lineWidth=d,t.scale(1/h,-1/h),t.translate(-this.x,-this.y),this.x+=o*(p.horizAdvX||n.horizAdvX)/a,void 0===l[g]||isNaN(l[g])||(this.x+=l[g])}else{var{x:v,y:y}=this;t.fillStyle&&t.fillText(i,v,y),t.strokeStyle&&t.strokeText(i,v,y)}}getAnchorDelta(t,e,r){var i=this.getStyle("text-anchor").getString("start");if("start"!==i){for(var{children:n}=e,a=n.length,s=null,o=0,u=r;u<a&&(s=n[u],!(u>r&&s.getAttribute("x").hasValue()||s.getAttribute("text-anchor").hasValue()));u++)o+=s.measureTextRecursive(t);return-1*("end"===i?o:o/2)}return 0}adjustChildCoordinates(t,e,r,i){var n=r.children[i];if("function"!=typeof n.measureText)return n;t.save(),n.setContext(t,!0);var a=n.getAttribute("x"),s=n.getAttribute("y"),o=n.getAttribute("dx"),u=n.getAttribute("dy"),h=n.getAttribute("text-anchor").getString("start");if(0===i&&"textNode"!==n.type&&(a.hasValue()||a.setValue(e.getAttribute("x").getValue("0")),s.hasValue()||s.setValue(e.getAttribute("y").getValue("0")),o.hasValue()||o.setValue(e.getAttribute("dx").getValue("0")),u.hasValue()||u.setValue(e.getAttribute("dy").getValue("0"))),a.hasValue()){if(n.x=a.getPixels("x")+e.getAnchorDelta(t,r,i),"start"!==h){var c=n.measureTextRecursive(t);n.x+=-1*("end"===h?c:c/2)}o.hasValue()&&(n.x+=o.getPixels("x"))}else{if("start"!==h){var l=n.measureTextRecursive(t);e.x+=-1*("end"===h?l:l/2)}o.hasValue()&&(e.x+=o.getPixels("x")),n.x=e.x}return e.x=n.x+n.measureText(t),s.hasValue()?(n.y=s.getPixels("y"),u.hasValue()&&(n.y+=u.getPixels("y"))):(u.hasValue()&&(e.y+=u.getPixels("y")),n.y=e.y),e.y=n.y,n.clearContext(t),t.restore(),n}getChildBoundingBox(t,e,r,i){var n=this.adjustChildCoordinates(t,e,r,i);if("function"!=typeof n.getBoundingBox)return null;var a=n.getBoundingBox(t);return a?(n.children.forEach((r,i)=>{var s=e.getChildBoundingBox(t,e,n,i);a.addBoundingBox(s)}),a):null}renderChild(t,e,r,i){var n=this.adjustChildCoordinates(t,e,r,i);n.render(t),n.children.forEach((r,i)=>{e.renderChild(t,e,n,i)})}measureTextRecursive(t){var e;return this.children.reduce((e,r)=>e+r.measureTextRecursive(t),this.measureText(t))}measureText(t){var{measureCache:e}=this;if(~e)return e;var r=this.getText(),i=this.measureTargetText(t,r);return this.measureCache=i,i}measureTargetText(t,e){if(!e.length)return 0;var{parent:r}=this,i=r.getStyle("font-family").getDefinition();if(i){for(var n=this.getFontSize(),a=i.isRTL?e.split("").reverse().join(""):e,s=q(r.getAttribute("dx").getString()),o=a.length,u=0,h=0;h<o;h++){var c;u+=(this.getGlyph(i,a,h).horizAdvX||i.horizAdvX)*n/i.fontFace.unitsPerEm,void 0===s[h]||isNaN(s[h])||(u+=s[h])}return u}if(!t.measureText)return 10*e.length;t.save(),this.setContext(t,!0);var{width:l}=t.measureText(e);return this.clearContext(t),t.restore(),l}}class Zt extends $t{constructor(t,e,r){super(t,e,new.target===Zt||r),this.type="tspan",this.text=this.children.length>0?"":this.getTextFromNode()}getText(){return this.text}}class Kt extends Zt{constructor(){super(...arguments),this.type="textNode"}}class Jt extends qt{constructor(){super(...arguments),this.type="svg",this.root=!1}setContext(t){var e,{document:r}=this,{screen:i,window:n}=r,a=t.canvas;if(i.setDefaults(t),a.style&&void 0!==t.font&&n&&void 0!==n.getComputedStyle){t.font=n.getComputedStyle(a).getPropertyValue("font");var s=new mt(r,"fontSize",Xt.parse(t.font).fontSize);s.hasValue()&&(r.rootEmSize=s.getPixels("y"),r.emSize=r.rootEmSize)}this.getAttribute("x").hasValue()||this.getAttribute("x",!0).setValue(0),this.getAttribute("y").hasValue()||this.getAttribute("y",!0).setValue(0);var{width:o,height:u}=i.viewPort;this.getStyle("width").hasValue()||this.getStyle("width",!0).setValue("100%"),this.getStyle("height").hasValue()||this.getStyle("height",!0).setValue("100%"),this.getStyle("color").hasValue()||this.getStyle("color",!0).setValue("black");var h=this.getAttribute("refX"),c=this.getAttribute("refY"),l=this.getAttribute("viewBox"),f=l.hasValue()?q(l.getString()):null,g=!this.root&&"visible"!==this.getStyle("overflow").getValue("hidden"),p=0,d=0,v=0,y=0;f&&(p=f[0],d=f[1]),this.root||(o=this.getStyle("width").getPixels("x"),u=this.getStyle("height").getPixels("y"),"marker"===this.type&&(v=p,y=d,p=0,d=0)),i.viewPort.setCurrent(o,u),!this.node||this.parent&&"foreignObject"!==(null===(e=this.node.parentNode)||void 0===e?void 0:e.nodeName)||!this.getStyle("transform",!1,!0).hasValue()||this.getStyle("transform-origin",!1,!0).hasValue()||this.getStyle("transform-origin",!0,!0).setValue("50% 50%"),super.setContext(t),t.translate(this.getAttribute("x").getPixels("x"),this.getAttribute("y").getPixels("y")),f&&(o=f[2],u=f[3]),r.setViewBox({ctx:t,aspectRatio:this.getAttribute("preserveAspectRatio").getString(),width:i.viewPort.width,desiredWidth:o,height:i.viewPort.height,desiredHeight:u,minX:p,minY:d,refX:h.getValue(),refY:c.getValue(),clip:g,clipX:v,clipY:y}),f&&(i.viewPort.removeCurrent(),i.viewPort.setCurrent(o,u))}clearContext(t){super.clearContext(t),this.document.screen.viewPort.removeCurrent()}resize(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=this.getAttribute("width",!0),n=this.getAttribute("height",!0),a=this.getAttribute("viewBox"),s=this.getAttribute("style"),o=i.getNumber(0),u=n.getNumber(0);if(r)if("string"==typeof r)this.getAttribute("preserveAspectRatio",!0).setValue(r);else{var h=this.getAttribute("preserveAspectRatio");h.hasValue()&&h.setValue(h.getString().replace(/^\s*(\S.*\S)\s*$/,"$1"))}if(i.setValue(t),n.setValue(e),a.hasValue()||a.setValue("0 0 ".concat(o||t," ").concat(u||e)),s.hasValue()){var c=this.getStyle("width"),l=this.getStyle("height");c.hasValue()&&c.setValue("".concat(t,"px")),l.hasValue()&&l.setValue("".concat(e,"px"))}}}class te extends Gt{constructor(){super(...arguments),this.type="rect"}path(t){var e=this.getAttribute("x").getPixels("x"),r=this.getAttribute("y").getPixels("y"),i=this.getStyle("width",!1,!0).getPixels("x"),n=this.getStyle("height",!1,!0).getPixels("y"),a=this.getAttribute("rx"),s=this.getAttribute("ry"),o=a.getPixels("x"),u=s.getPixels("y");if(a.hasValue()&&!s.hasValue()&&(u=o),s.hasValue()&&!a.hasValue()&&(o=u),o=Math.min(o,i/2),u=Math.min(u,n/2),t){var h=(Math.sqrt(2)-1)/3*4;t.beginPath(),n>0&&i>0&&(t.moveTo(e+o,r),t.lineTo(e+i-o,r),t.bezierCurveTo(e+i-o+h*o,r,e+i,r+u-h*u,e+i,r+u),t.lineTo(e+i,r+n-u),t.bezierCurveTo(e+i,r+n-u+h*u,e+i-o+h*o,r+n,e+i-o,r+n),t.lineTo(e+o,r+n),t.bezierCurveTo(e+o-h*o,r+n,e,r+n-u+h*u,e,r+n-u),t.lineTo(e,r+u),t.bezierCurveTo(e,r+u-h*u,e+o-h*o,r,e+o,r),t.closePath())}return new Yt(e,r,e+i,r+n)}getMarkers(){return null}}class ee extends Gt{constructor(){super(...arguments),this.type="circle"}path(t){var e=this.getAttribute("cx").getPixels("x"),r=this.getAttribute("cy").getPixels("y"),i=this.getAttribute("r").getPixels();return t&&i>0&&(t.beginPath(),t.arc(e,r,i,0,2*Math.PI,!1),t.closePath()),new Yt(e-i,r-i,e+i,r+i)}getMarkers(){return null}}class re extends Gt{constructor(){super(...arguments),this.type="ellipse"}path(t){var e=(Math.sqrt(2)-1)/3*4,r=this.getAttribute("rx").getPixels("x"),i=this.getAttribute("ry").getPixels("y"),n=this.getAttribute("cx").getPixels("x"),a=this.getAttribute("cy").getPixels("y");return t&&r>0&&i>0&&(t.beginPath(),t.moveTo(n+r,a),t.bezierCurveTo(n+r,a+e*i,n+e*r,a+i,n,a+i),t.bezierCurveTo(n-e*r,a+i,n-r,a+e*i,n-r,a),t.bezierCurveTo(n-r,a-e*i,n-e*r,a-i,n,a-i),t.bezierCurveTo(n+e*r,a-i,n+r,a-e*i,n+r,a),t.closePath()),new Yt(n-r,a-i,n+r,a+i)}getMarkers(){return null}}class ie extends Gt{constructor(){super(...arguments),this.type="line"}getPoints(){return[new bt(this.getAttribute("x1").getPixels("x"),this.getAttribute("y1").getPixels("y")),new bt(this.getAttribute("x2").getPixels("x"),this.getAttribute("y2").getPixels("y"))]}path(t){var[{x:e,y:r},{x:i,y:n}]=this.getPoints();return t&&(t.beginPath(),t.moveTo(e,r),t.lineTo(i,n)),new Yt(e,r,i,n)}getMarkers(){var[t,e]=this.getPoints(),r=t.angleTo(e);return[[t,r],[e,r]]}}class ne extends Gt{constructor(t,e,r){super(t,e,r),this.type="polyline",this.points=[],this.points=bt.parsePath(this.getAttribute("points").getString())}path(t){var{points:e}=this,[{x:r,y:i}]=e,n=new Yt(r,i);return t&&(t.beginPath(),t.moveTo(r,i)),e.forEach(e=>{var{x:r,y:i}=e;n.addPoint(r,i),t&&t.lineTo(r,i)}),n}getMarkers(){var{points:t}=this,e=t.length-1,r=[];return t.forEach((i,n)=>{n!==e&&r.push([i,i.angleTo(t[n+1])])}),r.length>0&&r.push([t[t.length-1],r[r.length-1][1]]),r}}class ae extends ne{constructor(){super(...arguments),this.type="polygon"}path(t){var e=super.path(t),[{x:r,y:i}]=this.points;return t&&(t.lineTo(r,i),t.closePath()),e}}class se extends Bt{constructor(){super(...arguments),this.type="pattern"}createPattern(t,e,r){var i=this.getStyle("width").getPixels("x",!0),n=this.getStyle("height").getPixels("y",!0),a=new Jt(this.document,null);a.attributes.viewBox=new mt(this.document,"viewBox",this.getAttribute("viewBox").getValue()),a.attributes.width=new mt(this.document,"width","".concat(i,"px")),a.attributes.height=new mt(this.document,"height","".concat(n,"px")),a.attributes.transform=new mt(this.document,"transform",this.getAttribute("patternTransform").getValue()),a.children=this.children;var s=this.document.createCanvas(i,n),o=s.getContext("2d"),u=this.getAttribute("x"),h=this.getAttribute("y"),c;u.hasValue()&&h.hasValue()&&o.translate(u.getPixels("x",!0),h.getPixels("y",!0)),r.hasValue()?this.styles["fill-opacity"]=r:Reflect.deleteProperty(this.styles,"fill-opacity");for(var l=-1;l<=1;l++)for(var f=-1;f<=1;f++)o.save(),a.attributes.x=new mt(this.document,"x",l*s.width),a.attributes.y=new mt(this.document,"y",f*s.height),a.render(o),o.restore();return t.createPattern(s,"repeat")}}class oe extends Bt{constructor(){super(...arguments),this.type="marker"}render(t,e,r){if(e){var{x:i,y:n}=e,a=this.getAttribute("orient").getString("auto"),s=this.getAttribute("markerUnits").getString("strokeWidth");t.translate(i,n),"auto"===a&&t.rotate(r),"strokeWidth"===s&&t.scale(t.lineWidth,t.lineWidth),t.save();var o=new Jt(this.document,null);o.type=this.type,o.attributes.viewBox=new mt(this.document,"viewBox",this.getAttribute("viewBox").getValue()),o.attributes.refX=new mt(this.document,"refX",this.getAttribute("refX").getValue()),o.attributes.refY=new mt(this.document,"refY",this.getAttribute("refY").getValue()),o.attributes.width=new mt(this.document,"width",this.getAttribute("markerWidth").getValue()),o.attributes.height=new mt(this.document,"height",this.getAttribute("markerHeight").getValue()),o.attributes.overflow=new mt(this.document,"overflow",this.getAttribute("overflow").getValue()),o.attributes.fill=new mt(this.document,"fill",this.getAttribute("fill").getColor("black")),o.attributes.stroke=new mt(this.document,"stroke",this.getAttribute("stroke").getValue("none")),o.children=this.children,o.render(t),t.restore(),"strokeWidth"===s&&t.scale(1/t.lineWidth,1/t.lineWidth),"auto"===a&&t.rotate(-r),t.translate(-i,-n)}}}class ue extends Bt{constructor(){super(...arguments),this.type="defs"}render(){}}class he extends qt{constructor(){super(...arguments),this.type="g"}getBoundingBox(t){var e=new Yt;return this.children.forEach(r=>{e.addBoundingBox(r.getBoundingBox(t))}),e}}class ce extends Bt{constructor(t,e,r){super(t,e,r),this.attributesToInherit=["gradientUnits"],this.stops=[];var{stops:i,children:n}=this;n.forEach(t=>{"stop"===t.type&&i.push(t)})}getGradientUnits(){return this.getAttribute("gradientUnits").getString("objectBoundingBox")}createGradient(t,e,r){var i=this;this.getHrefAttribute().hasValue()&&(i=this.getHrefAttribute().getDefinition(),this.inheritStopContainer(i));var{stops:n}=i,a=this.getGradient(t,e);if(!a)return this.addParentOpacity(r,n[n.length-1].color);if(n.forEach(t=>{a.addColorStop(t.offset,this.addParentOpacity(r,t.color))}),this.getAttribute("gradientTransform").hasValue()){var{document:s}=this,{MAX_VIRTUAL_PIXELS:o,viewPort:u}=s.screen,[h]=u.viewPorts,c=new te(s,null);c.attributes.x=new mt(s,"x",-o/3),c.attributes.y=new mt(s,"y",-o/3),c.attributes.width=new mt(s,"width",o),c.attributes.height=new mt(s,"height",o);var l=new he(s,null);l.attributes.transform=new mt(s,"transform",this.getAttribute("gradientTransform").getValue()),l.children=[c];var f=new Jt(s,null);f.attributes.x=new mt(s,"x",0),f.attributes.y=new mt(s,"y",0),f.attributes.width=new mt(s,"width",h.width),f.attributes.height=new mt(s,"height",h.height),f.children=[l];var g=s.createCanvas(h.width,h.height),p=g.getContext("2d");return p.fillStyle=a,f.render(p),p.createPattern(g,"no-repeat")}return a}inheritStopContainer(t){this.attributesToInherit.forEach(e=>{!this.getAttribute(e).hasValue()&&t.getAttribute(e).hasValue()&&this.getAttribute(e,!0).setValue(t.getAttribute(e).getValue())})}addParentOpacity(t,e){var r;return t.hasValue()?new mt(this.document,"color",e).addOpacity(t).getColor():e}}class le extends ce{constructor(t,e,r){super(t,e,r),this.type="linearGradient",this.attributesToInherit.push("x1","y1","x2","y2")}getGradient(t,e){var r="objectBoundingBox"===this.getGradientUnits(),i=r?e.getBoundingBox(t):null;if(r&&!i)return null;this.getAttribute("x1").hasValue()||this.getAttribute("y1").hasValue()||this.getAttribute("x2").hasValue()||this.getAttribute("y2").hasValue()||(this.getAttribute("x1",!0).setValue(0),this.getAttribute("y1",!0).setValue(0),this.getAttribute("x2",!0).setValue(1),this.getAttribute("y2",!0).setValue(0));var n=r?i.x+i.width*this.getAttribute("x1").getNumber():this.getAttribute("x1").getPixels("x"),a=r?i.y+i.height*this.getAttribute("y1").getNumber():this.getAttribute("y1").getPixels("y"),s=r?i.x+i.width*this.getAttribute("x2").getNumber():this.getAttribute("x2").getPixels("x"),o=r?i.y+i.height*this.getAttribute("y2").getNumber():this.getAttribute("y2").getPixels("y");return n===s&&a===o?null:t.createLinearGradient(n,a,s,o)}}class fe extends ce{constructor(t,e,r){super(t,e,r),this.type="radialGradient",this.attributesToInherit.push("cx","cy","r","fx","fy","fr")}getGradient(t,e){var r="objectBoundingBox"===this.getGradientUnits(),i=e.getBoundingBox(t);if(r&&!i)return null;this.getAttribute("cx").hasValue()||this.getAttribute("cx",!0).setValue("50%"),this.getAttribute("cy").hasValue()||this.getAttribute("cy",!0).setValue("50%"),this.getAttribute("r").hasValue()||this.getAttribute("r",!0).setValue("50%");var n=r?i.x+i.width*this.getAttribute("cx").getNumber():this.getAttribute("cx").getPixels("x"),a=r?i.y+i.height*this.getAttribute("cy").getNumber():this.getAttribute("cy").getPixels("y"),s=n,o=a;this.getAttribute("fx").hasValue()&&(s=r?i.x+i.width*this.getAttribute("fx").getNumber():this.getAttribute("fx").getPixels("x")),this.getAttribute("fy").hasValue()&&(o=r?i.y+i.height*this.getAttribute("fy").getNumber():this.getAttribute("fy").getPixels("y"));var u=r?(i.width+i.height)/2*this.getAttribute("r").getNumber():this.getAttribute("r").getPixels(),h=this.getAttribute("fr").getPixels();return t.createRadialGradient(s,o,h,n,a,u)}}class ge extends Bt{constructor(t,e,r){super(t,e,r),this.type="stop";var i=Math.max(0,Math.min(1,this.getAttribute("offset").getNumber())),n=this.getStyle("stop-opacity"),a=this.getStyle("stop-color",!0);""===a.getString()&&a.setValue("#000"),n.hasValue()&&(a=a.addOpacity(n)),this.offset=i,this.color=a.getColor()}}class pe extends Bt{constructor(t,e,r){super(t,e,r),this.type="animate",this.duration=0,this.initialValue=null,this.initialUnits="",this.removed=!1,this.frozen=!1,t.screen.animations.push(this),this.begin=this.getAttribute("begin").getMilliseconds(),this.maxDuration=this.begin+this.getAttribute("dur").getMilliseconds(),this.from=this.getAttribute("from"),this.to=this.getAttribute("to"),this.values=new mt(t,"values",null);var i=this.getAttribute("values");i.hasValue()&&this.values.setValue(i.getString().split(";"))}getProperty(){var t=this.getAttribute("attributeType").getString(),e=this.getAttribute("attributeName").getString();return"CSS"===t?this.parent.getStyle(e,!0):this.parent.getAttribute(e,!0)}calcValue(){var{initialUnits:t}=this,{progress:e,from:r,to:i}=this.getProgress(),n=r.getNumber()+(i.getNumber()-r.getNumber())*e;return"%"===t&&(n*=100),"".concat(n).concat(t)}update(t){var{parent:e}=this,r=this.getProperty();if(this.initialValue||(this.initialValue=r.getString(),this.initialUnits=r.getUnits()),this.duration>this.maxDuration){var i=this.getAttribute("fill").getString("remove");if("indefinite"===this.getAttribute("repeatCount").getString()||"indefinite"===this.getAttribute("repeatDur").getString())this.duration=0;else if("freeze"!==i||this.frozen){if("remove"===i&&!this.removed)return this.removed=!0,r.setValue(e.animationFrozen?e.animationFrozenValue:this.initialValue),!0}else this.frozen=!0,e.animationFrozen=!0,e.animationFrozenValue=r.getString();return!1}this.duration+=t;var n=!1;if(this.begin<this.duration){var a=this.calcValue(),s=this.getAttribute("type");if(s.hasValue()){var o=s.getString();a="".concat(o,"(").concat(a,")")}r.setValue(a),n=!0}return n}getProgress(){var{document:t,values:e}=this,r={progress:(this.duration-this.begin)/(this.maxDuration-this.begin)};if(e.hasValue()){var i=r.progress*(e.getValue().length-1),n=Math.floor(i),a=Math.ceil(i);r.from=new mt(t,"from",parseFloat(e.getValue()[n])),r.to=new mt(t,"to",parseFloat(e.getValue()[a])),r.progress=(i-n)/(a-n)}else r.from=this.from,r.to=this.to;return r}}class de extends pe{constructor(){super(...arguments),this.type="animateColor"}calcValue(){var{progress:t,from:e,to:r}=this.getProgress(),i=new N.a(e.getColor()),n=new N.a(r.getColor());if(i.ok&&n.ok){var a=i.r+(n.r-i.r)*t,s=i.g+(n.g-i.g)*t,o=i.b+(n.b-i.b)*t;return"rgb(".concat(Math.floor(a),", ").concat(Math.floor(s),", ").concat(Math.floor(o),")")}return this.getAttribute("from").getColor()}}class ve extends pe{constructor(){super(...arguments),this.type="animateTransform"}calcValue(){var{progress:t,from:e,to:r}=this.getProgress(),i=q(e.getString()),n=q(r.getString()),a;return i.map((e,r)=>{var i;return e+(n[r]-e)*t}).join(" ")}}class ye extends Bt{constructor(t,e,r){super(t,e,r),this.type="font",this.glyphs={},this.horizAdvX=this.getAttribute("horiz-adv-x").getNumber();var{definitions:i}=t,{children:n}=this;for(var a of n)switch(a.type){case"font-face":this.fontFace=a;var s=a.getStyle("font-family");s.hasValue()&&(i[s.getString()]=this);break;case"missing-glyph":this.missingGlyph=a;break;case"glyph":var o=a;o.arabicForm?(this.isRTL=!0,this.isArabic=!0,void 0===this.glyphs[o.unicode]&&(this.glyphs[o.unicode]={}),this.glyphs[o.unicode][o.arabicForm]=o):this.glyphs[o.unicode]=o}}render(){}}class me extends Bt{constructor(t,e,r){super(t,e,r),this.type="font-face",this.ascent=this.getAttribute("ascent").getNumber(),this.descent=this.getAttribute("descent").getNumber(),this.unitsPerEm=this.getAttribute("units-per-em").getNumber()}}class xe extends Gt{constructor(){super(...arguments),this.type="missing-glyph",this.horizAdvX=0}}class be extends $t{constructor(){super(...arguments),this.type="tref"}getText(){var t=this.getHrefAttribute().getDefinition();if(t){var e=t.children[0];if(e)return e.getText()}return""}}class we extends $t{constructor(t,e,r){super(t,e,r),this.type="a";var{childNodes:i}=e,n=i[0],a=i.length>0&&Array.from(i).every(t=>3===t.nodeType);this.hasText=a,this.text=a?this.getTextFromNode(n):""}getText(){return this.text}renderChildren(t){if(this.hasText){super.renderChildren(t);var{document:e,x:r,y:i}=this,{mouse:n}=e.screen,a=new mt(e,"fontSize",Xt.parse(e.ctx.font).fontSize);n.isWorking()&&n.checkBoundingBox(this,new Yt(r,i-a.getPixels("y"),r+this.measureText(t),i))}else if(this.children.length>0){var s=new he(this.document,null);s.children=this.children,s.parent=this,s.render(t)}}onClick(){var{window:t}=this.document;t&&t.open(this.getHrefAttribute().getString())}onMouseMove(){var t;this.document.ctx.canvas.style.cursor="pointer"}}function Se(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,i)}return r}function Te(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Se(Object(r),!0).forEach((function(e){m()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Se(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}class Ae extends $t{constructor(t,e,r){super(t,e,r),this.type="textPath",this.textWidth=0,this.textHeight=0,this.pathLength=-1,this.glyphInfo=null,this.letterSpacingCache=[],this.measuresCache=new Map([["",0]]);var i=this.getHrefAttribute().getDefinition();this.text=this.getTextFromNode(),this.dataArray=this.parsePathData(i)}getText(){return this.text}path(t){var{dataArray:e}=this;t&&t.beginPath(),e.forEach(e=>{var{type:r,points:i}=e;switch(r){case Wt.LINE_TO:t&&t.lineTo(i[0],i[1]);break;case Wt.MOVE_TO:t&&t.moveTo(i[0],i[1]);break;case Wt.CURVE_TO:t&&t.bezierCurveTo(i[0],i[1],i[2],i[3],i[4],i[5]);break;case Wt.QUAD_TO:t&&t.quadraticCurveTo(i[0],i[1],i[2],i[3]);break;case Wt.ARC:var[n,a,s,o,u,h,c,l]=i,f=s>o?s:o,g=s>o?1:s/o,p=s>o?o/s:1;t&&(t.translate(n,a),t.rotate(c),t.scale(g,p),t.arc(0,0,f,u,u+h,Boolean(1-l)),t.scale(1/g,1/p),t.rotate(-c),t.translate(-n,-a));break;case Wt.CLOSE_PATH:t&&t.closePath()}})}renderChildren(t){this.setTextData(t),t.save();var e=this.parent.getStyle("text-decoration").getString(),r=this.getFontSize(),{glyphInfo:i}=this,n=t.fillStyle;"underline"===e&&t.beginPath(),i.forEach((i,n)=>{var{p0:a,p1:s,rotation:o,text:u}=i;t.save(),t.translate(a.x,a.y),t.rotate(o),t.fillStyle&&t.fillText(u,0,0),t.strokeStyle&&t.strokeText(u,0,0),t.restore(),"underline"===e&&(0===n&&t.moveTo(a.x,a.y+r/8),t.lineTo(s.x,s.y+r/5))}),"underline"===e&&(t.lineWidth=r/20,t.strokeStyle=n,t.stroke(),t.closePath()),t.restore()}getLetterSpacingAt(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return this.letterSpacingCache[t]||0}findSegmentToFitChar(t,e,r,i,n,a,s,o,u){var h=a,c=this.measureText(t,o);" "===o&&"justify"===e&&r<i&&(c+=(i-r)/n),u>-1&&(h+=this.getLetterSpacingAt(u));var l=this.textHeight/20,f=this.getEquidistantPointOnPath(h,l,0),g=this.getEquidistantPointOnPath(h+c,l,0),p={p0:f,p1:g},d=f&&g?Math.atan2(g.y-f.y,g.x-f.x):0;if(s){var v=Math.cos(Math.PI/2+d)*s,y=Math.cos(-d)*s;p.p0=Te(Te({},f),{},{x:f.x+v,y:f.y+y}),p.p1=Te(Te({},g),{},{x:g.x+v,y:g.y+y})}return{offset:h+=c,segment:p,rotation:d}}measureText(t,e){var{measuresCache:r}=this,i=e||this.getText();if(r.has(i))return r.get(i);var n=this.measureTargetText(t,i);return r.set(i,n),n}setTextData(t){if(!this.glyphInfo){var e=this.getText(),r=e.split(""),i=e.split(" ").length-1,n=this.parent.getAttribute("dx").split().map(t=>t.getPixels("x")),a=this.parent.getAttribute("dy").getPixels("y"),s=this.parent.getStyle("text-anchor").getString("start"),o=this.getStyle("letter-spacing"),u=this.parent.getStyle("letter-spacing"),h=0;o.hasValue()&&"inherit"!==o.getValue()?o.hasValue()&&"initial"!==o.getValue()&&"unset"!==o.getValue()&&(h=o.getPixels()):h=u.getPixels();var c=[],l=e.length;this.letterSpacingCache=c;for(var f=0;f<l;f++)c.push(void 0!==n[f]?n[f]:h);var g=c.reduce((t,e,r)=>0===r?0:t+e||0,0),p=this.measureText(t),d=Math.max(p+g,0);this.textWidth=p,this.textHeight=this.getFontSize(),this.glyphInfo=[];var v=this.getPathLength(),y=this.getStyle("startOffset").getNumber(0)*v,m=0;"middle"!==s&&"center"!==s||(m=-d/2),"end"!==s&&"right"!==s||(m=-d),m+=y,r.forEach((e,n)=>{var{offset:o,segment:u,rotation:h}=this.findSegmentToFitChar(t,s,d,v,i,m,a,e,n);m=o,u.p0&&u.p1&&this.glyphInfo.push({text:r[n],p0:u.p0,p1:u.p1,rotation:h})})}}parsePathData(t){if(this.pathLength=-1,!t)return[];var e=[],{pathParser:r}=t;for(r.reset();!r.isEnd();){var{current:i}=r,n=i?i.x:0,a=i?i.y:0,s=r.next(),o=s.type,u=[];switch(s.type){case Wt.MOVE_TO:this.pathM(r,u);break;case Wt.LINE_TO:o=this.pathL(r,u);break;case Wt.HORIZ_LINE_TO:o=this.pathH(r,u);break;case Wt.VERT_LINE_TO:o=this.pathV(r,u);break;case Wt.CURVE_TO:this.pathC(r,u);break;case Wt.SMOOTH_CURVE_TO:o=this.pathS(r,u);break;case Wt.QUAD_TO:this.pathQ(r,u);break;case Wt.SMOOTH_QUAD_TO:o=this.pathT(r,u);break;case Wt.ARC:u=this.pathA(r);break;case Wt.CLOSE_PATH:Gt.pathZ(r)}s.type!==Wt.CLOSE_PATH?e.push({type:o,points:u,start:{x:n,y:a},pathLength:this.calcLength(n,a,o,u)}):e.push({type:Wt.CLOSE_PATH,points:[],pathLength:0})}return e}pathM(t,e){var{x:r,y:i}=Gt.pathM(t).point;e.push(r,i)}pathL(t,e){var{x:r,y:i}=Gt.pathL(t).point;return e.push(r,i),Wt.LINE_TO}pathH(t,e){var{x:r,y:i}=Gt.pathH(t).point;return e.push(r,i),Wt.LINE_TO}pathV(t,e){var{x:r,y:i}=Gt.pathV(t).point;return e.push(r,i),Wt.LINE_TO}pathC(t,e){var{point:r,controlPoint:i,currentPoint:n}=Gt.pathC(t);e.push(r.x,r.y,i.x,i.y,n.x,n.y)}pathS(t,e){var{point:r,controlPoint:i,currentPoint:n}=Gt.pathS(t);return e.push(r.x,r.y,i.x,i.y,n.x,n.y),Wt.CURVE_TO}pathQ(t,e){var{controlPoint:r,currentPoint:i}=Gt.pathQ(t);e.push(r.x,r.y,i.x,i.y)}pathT(t,e){var{controlPoint:r,currentPoint:i}=Gt.pathT(t);return e.push(r.x,r.y,i.x,i.y),Wt.QUAD_TO}pathA(t){var{rX:e,rY:r,sweepFlag:i,xAxisRotation:n,centp:a,a1:s,ad:o}=Gt.pathA(t);return 0===i&&o>0&&(o-=2*Math.PI),1===i&&o<0&&(o+=2*Math.PI),[a.x,a.y,e,r,s,o,n,i]}calcLength(t,e,r,i){var n=0,a=null,s=null,o=0;switch(r){case Wt.LINE_TO:return this.getLineLength(t,e,i[0],i[1]);case Wt.CURVE_TO:for(n=0,a=this.getPointOnCubicBezier(0,t,e,i[0],i[1],i[2],i[3],i[4],i[5]),o=.01;o<=1;o+=.01)s=this.getPointOnCubicBezier(o,t,e,i[0],i[1],i[2],i[3],i[4],i[5]),n+=this.getLineLength(a.x,a.y,s.x,s.y),a=s;return n;case Wt.QUAD_TO:for(n=0,a=this.getPointOnQuadraticBezier(0,t,e,i[0],i[1],i[2],i[3]),o=.01;o<=1;o+=.01)s=this.getPointOnQuadraticBezier(o,t,e,i[0],i[1],i[2],i[3]),n+=this.getLineLength(a.x,a.y,s.x,s.y),a=s;return n;case Wt.ARC:n=0;var u=i[4],h=i[5],c=i[4]+h,l=Math.PI/180;if(Math.abs(u-c)<l&&(l=Math.abs(u-c)),a=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],u,0),h<0)for(o=u-l;o>c;o-=l)s=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],o,0),n+=this.getLineLength(a.x,a.y,s.x,s.y),a=s;else for(o=u+l;o<c;o+=l)s=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],o,0),n+=this.getLineLength(a.x,a.y,s.x,s.y),a=s;return s=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],c,0),n+=this.getLineLength(a.x,a.y,s.x,s.y)}return 0}getPointOnLine(t,e,r,i,n){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:e,s=arguments.length>6&&void 0!==arguments[6]?arguments[6]:r,o=(n-r)/(i-e+ot),u=Math.sqrt(t*t/(1+o*o));i<e&&(u*=-1);var h=o*u,c=null;if(i===e)c={x:a,y:s+h};else if((s-r)/(a-e+ot)===o)c={x:a+u,y:s+h};else{var l=0,f=0,g=this.getLineLength(e,r,i,n);if(g<ot)return null;var p=(a-e)*(i-e)+(s-r)*(n-r);l=e+(p/=g*g)*(i-e),f=r+p*(n-r);var d=this.getLineLength(a,s,l,f),v=Math.sqrt(t*t-d*d);u=Math.sqrt(v*v/(1+o*o)),i<e&&(u*=-1),c={x:l+u,y:f+(h=o*u)}}return c}getPointOnPath(t){var e=this.getPathLength(),r=0,i=null;if(t<-5e-5||t-5e-5>e)return null;var{dataArray:n}=this;for(var a of n){if(!a||!(a.pathLength<5e-5||r+a.pathLength+5e-5<t)){var s=t-r,o=0;switch(a.type){case Wt.LINE_TO:i=this.getPointOnLine(s,a.start.x,a.start.y,a.points[0],a.points[1],a.start.x,a.start.y);break;case Wt.ARC:var u=a.points[4],h=a.points[5],c=a.points[4]+h;if(o=u+s/a.pathLength*h,h<0&&o<c||h>=0&&o>c)break;i=this.getPointOnEllipticalArc(a.points[0],a.points[1],a.points[2],a.points[3],o,a.points[6]);break;case Wt.CURVE_TO:(o=s/a.pathLength)>1&&(o=1),i=this.getPointOnCubicBezier(o,a.start.x,a.start.y,a.points[0],a.points[1],a.points[2],a.points[3],a.points[4],a.points[5]);break;case Wt.QUAD_TO:(o=s/a.pathLength)>1&&(o=1),i=this.getPointOnQuadraticBezier(o,a.start.x,a.start.y,a.points[0],a.points[1],a.points[2],a.points[3])}if(i)return i;break}r+=a.pathLength}return null}getLineLength(t,e,r,i){return Math.sqrt((r-t)*(r-t)+(i-e)*(i-e))}getPathLength(){return-1===this.pathLength&&(this.pathLength=this.dataArray.reduce((t,e)=>e.pathLength>0?t+e.pathLength:t,0)),this.pathLength}getPointOnCubicBezier(t,e,r,i,n,a,s,o,u){var h,c;return{x:o*lt(t)+a*ft(t)+i*gt(t)+e*pt(t),y:u*lt(t)+s*ft(t)+n*gt(t)+r*pt(t)}}getPointOnQuadraticBezier(t,e,r,i,n,a,s){var o,u;return{x:a*dt(t)+i*vt(t)+e*yt(t),y:s*dt(t)+n*vt(t)+r*yt(t)}}getPointOnEllipticalArc(t,e,r,i,n,a){var s=Math.cos(a),o=Math.sin(a),u=r*Math.cos(n),h=i*Math.sin(n);return{x:t+(u*s-h*o),y:e+(u*o+h*s)}}buildEquidistantCache(t,e){var r=this.getPathLength(),i=e||.25,n=t||r/100;if(!this.equidistantCache||this.equidistantCache.step!==n||this.equidistantCache.precision!==i){this.equidistantCache={step:n,precision:i,points:[]};for(var a=0,s=0;s<=r;s+=i){var o=this.getPointOnPath(s),u=this.getPointOnPath(s+i);o&&u&&((a+=this.getLineLength(o.x,o.y,u.x,u.y))>=n&&(this.equidistantCache.points.push({x:o.x,y:o.y,distance:s}),a-=n))}}}getEquidistantPointOnPath(t,e,r){if(this.buildEquidistantCache(e,r),t<0||t-this.getPathLength()>5e-5)return null;var i=Math.round(t/this.getPathLength()*(this.equidistantCache.points.length-1));return this.equidistantCache.points[i]||null}}var Oe=/^\s*data:(([^/,;]+\/[^/,;]+)(?:;([^,;=]+=[^,;=]+))?)?(?:;(base64))?,(.*)$/i;class Pe extends qt{constructor(t,e,r){super(t,e,r),this.type="image",this.loaded=!1;var i=this.getHrefAttribute().getString();if(i){var n=i.endsWith(".svg")||/^\s*data:image\/svg\+xml/i.test(i);t.images.push(this),n?this.loadSvg(i):this.loadImage(i),this.isSvg=n}}loadImage(t){var e=this;return s()((function*(){try{var r=yield e.document.createImage(t);e.image=r}catch(e){console.error('Error while loading image "'.concat(t,'":'),e)}e.loaded=!0}))()}loadSvg(t){var e=this;return s()((function*(){var r=Oe.exec(t);if(r){var i=r[5];"base64"===r[4]?e.image=atob(i):e.image=decodeURIComponent(i)}else try{var n=yield e.document.fetch(t),a=yield n.text();e.image=a}catch(e){console.error('Error while loading image "'.concat(t,'":'),e)}e.loaded=!0}))()}renderChildren(t){var{document:e,image:r,loaded:i}=this,n=this.getAttribute("x").getPixels("x"),a=this.getAttribute("y").getPixels("y"),s=this.getStyle("width").getPixels("x"),o=this.getStyle("height").getPixels("y");if(i&&r&&s&&o){if(t.save(),t.translate(n,a),this.isSvg){var u=e.canvg.forkString(t,this.image,{ignoreMouse:!0,ignoreAnimation:!0,ignoreDimensions:!0,ignoreClear:!0,offsetX:0,offsetY:0,scaleWidth:s,scaleHeight:o});u.document.documentElement.parent=this,u.render()}else{var h=this.image;e.setViewBox({ctx:t,aspectRatio:this.getAttribute("preserveAspectRatio").getString(),width:s,desiredWidth:h.width,height:o,desiredHeight:h.height}),this.loaded&&(void 0===h.complete||h.complete)&&t.drawImage(h,0,0)}t.restore()}}getBoundingBox(){var t=this.getAttribute("x").getPixels("x"),e=this.getAttribute("y").getPixels("y"),r=this.getStyle("width").getPixels("x"),i=this.getStyle("height").getPixels("y");return new Yt(t,e,t+r,e+i)}}class Ee extends qt{constructor(){super(...arguments),this.type="symbol"}render(t){}}class Ce{constructor(t){this.document=t,this.loaded=!1,t.fonts.push(this)}load(t,e){var r=this;return s()((function*(){try{var{document:i}=r,n,a=(yield i.canvg.parser.load(e)).getElementsByTagName("font");Array.from(a).forEach(e=>{var r=i.createElement(e);i.definitions[t]=r})}catch(t){console.error('Error while loading font "'.concat(e,'":'),t)}r.loaded=!0}))()}}class Me extends Bt{constructor(t,e,r){var i,n;super(t,e,r),this.type="style",X(Array.from(e.childNodes).map(t=>t.textContent).join("").replace(/(\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*+\/)|(^[\s]*\/\/.*)/gm,"").replace(/@import.*;/g,"")).split("}").forEach(e=>{var r=e.trim();if(r){var i=r.split("{"),n=i[0].split(","),a=i[1].split(";");n.forEach(e=>{var r=e.trim();if(r){var i=t.styles[r]||{};if(a.forEach(e=>{var r=e.indexOf(":"),n=e.substr(0,r).trim(),a=e.substr(r+1,e.length-r).trim();n&&a&&(i[n]=new mt(t,n,a))}),t.styles[r]=i,t.stylesSpecificity[r]=st(r),"@font-face"===r){var n=i["font-family"].getString().replace(/"|'/g,""),s;i.src.getString().split(",").forEach(e=>{if(e.indexOf('format("svg")')>0){var r=$(e);r&&new Ce(t).load(n,r)}})}}})}})}}Me.parseExternalUrl=$;class Ne extends qt{constructor(){super(...arguments),this.type="use"}setContext(t){super.setContext(t);var e=this.getAttribute("x"),r=this.getAttribute("y");e.hasValue()&&t.translate(e.getPixels("x"),0),r.hasValue()&&t.translate(0,r.getPixels("y"))}path(t){var{element:e}=this;e&&e.path(t)}renderChildren(t){var{document:e,element:r}=this;if(r){var i=r;if("symbol"===r.type&&((i=new Jt(e,null)).attributes.viewBox=new mt(e,"viewBox",r.getAttribute("viewBox").getString()),i.attributes.preserveAspectRatio=new mt(e,"preserveAspectRatio",r.getAttribute("preserveAspectRatio").getString()),i.attributes.overflow=new mt(e,"overflow",r.getAttribute("overflow").getString()),i.children=r.children,r.styles.opacity=new mt(e,"opacity",this.calculateOpacity())),"svg"===i.type){var n=this.getStyle("width",!1,!0),a=this.getStyle("height",!1,!0);n.hasValue()&&(i.attributes.width=new mt(e,"width",n.getString())),a.hasValue()&&(i.attributes.height=new mt(e,"height",a.getString()))}var s=i.parent;i.parent=this,i.render(t),i.parent=s}}getBoundingBox(t){var{element:e}=this;return e?e.getBoundingBox(t):null}elementTransform(){var{document:t,element:e}=this;return Dt.fromElement(t,e)}get element(){return this.cachedElement||(this.cachedElement=this.getHrefAttribute().getDefinition()),this.cachedElement}}function Ve(t,e,r,i,n,a){return t[r*i*4+4*e+a]}function _e(t,e,r,i,n,a,s){t[r*i*4+4*e+a]=s}function Re(t,e,r){var i;return t[e]*r}function ke(t,e,r,i){return e+Math.cos(t)*r+Math.sin(t)*i}class Ie extends Bt{constructor(t,e,r){super(t,e,r),this.type="feColorMatrix";var i=q(this.getAttribute("values").getString());switch(this.getAttribute("type").getString("matrix")){case"saturate":var n=i[0];i=[.213+.787*n,.715-.715*n,.072-.072*n,0,0,.213-.213*n,.715+.285*n,.072-.072*n,0,0,.213-.213*n,.715-.715*n,.072+.928*n,0,0,0,0,0,1,0,0,0,0,0,1];break;case"hueRotate":var a=i[0]*Math.PI/180;i=[ke(a,.213,.787,-.213),ke(a,.715,-.715,-.715),ke(a,.072,-.072,.928),0,0,ke(a,.213,-.213,.143),ke(a,.715,.285,.14),ke(a,.072,-.072,-.283),0,0,ke(a,.213,-.213,-.787),ke(a,.715,-.715,.715),ke(a,.072,.928,.072),0,0,0,0,0,1,0,0,0,0,0,1];break;case"luminanceToAlpha":i=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2125,.7154,.0721,0,0,0,0,0,0,1]}this.matrix=i,this.includeOpacity=this.getAttribute("includeOpacity").hasValue()}apply(t,e,r,i,n){for(var{includeOpacity:a,matrix:s}=this,o=t.getImageData(0,0,i,n),u=0;u<n;u++)for(var h=0;h<i;h++){var c=Ve(o.data,h,u,i,n,0),l=Ve(o.data,h,u,i,n,1),f=Ve(o.data,h,u,i,n,2),g=Ve(o.data,h,u,i,n,3),p=Re(s,0,c)+Re(s,1,l)+Re(s,2,f)+Re(s,3,g)+Re(s,4,1),d=Re(s,5,c)+Re(s,6,l)+Re(s,7,f)+Re(s,8,g)+Re(s,9,1),v=Re(s,10,c)+Re(s,11,l)+Re(s,12,f)+Re(s,13,g)+Re(s,14,1),y=Re(s,15,c)+Re(s,16,l)+Re(s,17,f)+Re(s,18,g)+Re(s,19,1);a&&(p=0,d=0,v=0,y*=g/255),_e(o.data,h,u,i,n,0,p),_e(o.data,h,u,i,n,1,d),_e(o.data,h,u,i,n,2,v),_e(o.data,h,u,i,n,3,y)}t.clearRect(0,0,i,n),t.putImageData(o,0,0)}}class Le extends Bt{constructor(){super(...arguments),this.type="mask"}apply(t,e){var{document:r}=this,i=this.getAttribute("x").getPixels("x"),n=this.getAttribute("y").getPixels("y"),a=this.getStyle("width").getPixels("x"),s=this.getStyle("height").getPixels("y");if(!a&&!s){var o=new Yt;this.children.forEach(e=>{o.addBoundingBox(e.getBoundingBox(t))}),i=Math.floor(o.x1),n=Math.floor(o.y1),a=Math.floor(o.width),s=Math.floor(o.height)}var u=this.removeStyles(e,Le.ignoreStyles),h=r.createCanvas(i+a,n+s),c=h.getContext("2d");r.screen.setDefaults(c),this.renderChildren(c),new Ie(r,{nodeType:1,childNodes:[],attributes:[{nodeName:"type",value:"luminanceToAlpha"},{nodeName:"includeOpacity",value:"true"}]}).apply(c,0,0,i+a,n+s);var l=r.createCanvas(i+a,n+s),f=l.getContext("2d");r.screen.setDefaults(f),e.render(f),f.globalCompositeOperation="destination-in",f.fillStyle=c.createPattern(h,"no-repeat"),f.fillRect(0,0,i+a,n+s),t.fillStyle=f.createPattern(l,"no-repeat"),t.fillRect(0,0,i+a,n+s),this.restoreStyles(e,u)}render(t){}}Le.ignoreStyles=["mask","transform","clip-path"];var De=()=>{};class Be extends Bt{constructor(){super(...arguments),this.type="clipPath"}apply(t){var{document:e}=this,r=Reflect.getPrototypeOf(t),{beginPath:i,closePath:n}=t;r&&(r.beginPath=De,r.closePath=De),Reflect.apply(i,t,[]),this.children.forEach(i=>{if(void 0!==i.path){var a=void 0!==i.elementTransform?i.elementTransform():null;a||(a=Dt.fromElement(e,i)),a&&a.apply(t),i.path(t),r&&(r.closePath=n),a&&a.unapply(t)}}),Reflect.apply(n,t,[]),t.clip(),r&&(r.beginPath=i,r.closePath=n)}render(t){}}class ze extends Bt{constructor(){super(...arguments),this.type="filter"}apply(t,e){var{document:r,children:i}=this,n=e.getBoundingBox(t);if(n){var a=0,s=0;i.forEach(t=>{var e=t.extraFilterDistance||0;a=Math.max(a,e),s=Math.max(s,e)});var o=Math.floor(n.width),u=Math.floor(n.height),h=o+2*a,c=u+2*s;if(!(h<1||c<1)){var l=Math.floor(n.x),f=Math.floor(n.y),g=this.removeStyles(e,ze.ignoreStyles),p=r.createCanvas(h,c),d=p.getContext("2d");r.screen.setDefaults(d),d.translate(-l+a,-f+s),e.render(d),i.forEach(t=>{"function"==typeof t.apply&&t.apply(d,0,0,h,c)}),t.drawImage(p,0,0,h,c,l-a,f-s,h,c),this.restoreStyles(e,g)}}}render(t){}}ze.ignoreStyles=["filter","transform","clip-path"];class je extends Bt{constructor(t,e,r){super(t,e,r),this.type="feDropShadow",this.addStylesFromStyleDefinition()}apply(t,e,r,i,n){}}class Fe extends Bt{constructor(){super(...arguments),this.type="feMorphology"}apply(t,e,r,i,n){}}class Ue extends Bt{constructor(){super(...arguments),this.type="feComposite"}apply(t,e,r,i,n){}}class He extends Bt{constructor(t,e,r){super(t,e,r),this.type="feGaussianBlur",this.blurRadius=Math.floor(this.getAttribute("stdDeviation").getNumber()),this.extraFilterDistance=this.blurRadius}apply(t,e,r,i,n){var{document:a,blurRadius:s}=this,o=a.window?a.window.document.body:null,u=t.canvas;u.id=a.getUniqueId(),o&&(u.style.display="none",o.appendChild(u)),Object(j.a)(u,e,r,i,n,s),o&&o.removeChild(u)}}class Xe extends Bt{constructor(){super(...arguments),this.type="title"}}class Ye extends Bt{constructor(){super(...arguments),this.type="desc"}}var We={svg:Jt,rect:te,circle:ee,ellipse:re,line:ie,polyline:ne,polygon:ae,path:Gt,pattern:se,marker:oe,defs:ue,linearGradient:le,radialGradient:fe,stop:ge,animate:pe,animateColor:de,animateTransform:ve,font:ye,"font-face":me,"missing-glyph":xe,glyph:Qt,text:$t,tspan:Zt,tref:be,a:we,textPath:Ae,image:Pe,g:he,symbol:Ee,style:Me,use:Ne,mask:Le,clipPath:Be,filter:ze,feDropShadow:je,feMorphology:Fe,feComposite:Ue,feColorMatrix:Ie,feGaussianBlur:He,title:Xe,desc:Ye};function qe(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,i)}return r}function Ge(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?qe(Object(r),!0).forEach((function(e){m()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):qe(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function Qe(t,e){var r=document.createElement("canvas");return r.width=t,r.height=e,r}function $e(t){return Ze.apply(this,arguments)}function Ze(){return(Ze=s()((function*(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=document.createElement("img");return e&&(r.crossOrigin="Anonymous"),new Promise((e,i)=>{r.onload=()=>{e(r)},r.onerror=(t,e,r,n,a)=>{i(a)},r.src=t})}))).apply(this,arguments)}class Ke{constructor(t){var{rootEmSize:e=12,emSize:r=12,createCanvas:i=Ke.createCanvas,createImage:n=Ke.createImage,anonymousCrossOrigin:a}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.canvg=t,this.definitions={},this.styles={},this.stylesSpecificity={},this.images=[],this.fonts=[],this.emSizeStack=[],this.uniqueId=0,this.screen=t.screen,this.rootEmSize=e,this.emSize=r,this.createCanvas=i,this.createImage=this.bindCreateImage(n,a),this.screen.wait(this.isImagesLoaded.bind(this)),this.screen.wait(this.isFontsLoaded.bind(this))}bindCreateImage(t,e){return"boolean"==typeof e?(r,i)=>t(r,"boolean"==typeof i?i:e):t}get window(){return this.screen.window}get fetch(){return this.screen.fetch}get ctx(){return this.screen.ctx}get emSize(){var{emSizeStack:t}=this;return t[t.length-1]}set emSize(t){var{emSizeStack:e}=this;e.push(t)}popEmSize(){var{emSizeStack:t}=this;t.pop()}getUniqueId(){return"canvg".concat(++this.uniqueId)}isImagesLoaded(){return this.images.every(t=>t.loaded)}isFontsLoaded(){return this.fonts.every(t=>t.loaded)}createDocumentElement(t){var e=this.createElement(t.documentElement);return e.root=!0,e.addStylesFromStyleDefinition(),this.documentElement=e,e}createElement(t){var e=t.nodeName.replace(/^[^:]+:/,""),r=Ke.elementTypes[e];return void 0!==r?new r(this,t):new zt(this,t)}createTextNode(t){return new Kt(this,t)}setViewBox(t){this.screen.setViewBox(Ge({document:this},t))}}function Je(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,i)}return r}function tr(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Je(Object(r),!0).forEach((function(e){m()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Je(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}Ke.createCanvas=Qe,Ke.createImage=$e,Ke.elementTypes=We;class er{constructor(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};this.parser=new Et(r),this.screen=new At(t,r),this.options=r;var i=new Ke(this,r),n=i.createDocumentElement(e);this.document=i,this.documentElement=n}static from(t,e){var r=arguments;return s()((function*(){var i=r.length>2&&void 0!==r[2]?r[2]:{},n=new Et(i),a=yield n.parse(e);return new er(t,a,i)}))()}static fromString(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i,n=new Et(r).parseFromString(e);return new er(t,n,r)}fork(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return er.from(t,e,tr(tr({},this.options),r))}forkString(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return er.fromString(t,e,tr(tr({},this.options),r))}ready(){return this.screen.ready()}isReady(){return this.screen.isReady()}render(){var t=arguments,e=this;return s()((function*(){var r=t.length>0&&void 0!==t[0]?t[0]:{};e.start(tr({enableRedraw:!0,ignoreAnimation:!0,ignoreMouse:!0},r)),yield e.ready(),e.stop()}))()}start(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{documentElement:e,screen:r,options:i}=this;r.start(e,tr(tr({enableRedraw:!0},i),t))}stop(){this.screen.stop()}resize(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];this.documentElement.resize(t,e,r)}}e.default=er}.call(this,r(279))},1542:function(t,e,r){(function(e){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,r(90))},1543:function(t,e){var r=Function.prototype,i=r.bind,n=r.call,a=i&&i.bind(n);t.exports=i?function(t){return t&&a(n,t)}:function(t){return t&&function(){return n.apply(t,arguments)}}},1544:function(t,e){t.exports=function(t){return"function"==typeof t}},1545:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},1546:function(t,e,r){var i=r(1542),n=r(1581),a=r(1551),s=r(1602),o=r(1601),u=r(1600),h=n("wks"),c=i.Symbol,l=c&&c.for,f=u?c:c&&c.withoutSetter||s;t.exports=function(t){if(!a(h,t)||!o&&"string"!=typeof h[t]){var e="Symbol."+t;o&&a(c,t)?h[t]=c[t]:h[t]=u&&l?l(e):f(e)}return h[t]}},1547:function(t,e,r){var i=r(1542),n=r(1553),a=i.String,s=i.TypeError;t.exports=function(t){if(n(t))return t;throw s(a(t)+" is not an object")}},1548:function(t,e){var r=Function.prototype.call;t.exports=r.bind?r.bind(r):function(){return r.apply(r,arguments)}},1549:function(t,e,r){var i=r(1542),n=r(1564).f,a=r(1561),s=r(1556),o=r(1583),u=r(1628),h=r(1606);t.exports=function(t,e){var r=t.target,c=t.global,l=t.stat,f,g,p,d,v,y;if(g=c?i:l?i[r]||o(r,{}):(i[r]||{}).prototype)for(p in e){if(v=e[p],d=t.noTargetGet?(y=n(g,p))&&y.value:g[p],!(f=h(c?p:r+(l?".":"#")+p,t.forced))&&void 0!==d){if(typeof v==typeof d)continue;u(v,d)}(t.sham||d&&d.sham)&&a(v,"sham",!0),s(g,p,v,t)}}},1550:function(t,e,r){var i,n=r(1542).TypeError;t.exports=function(t){if(null==t)throw n("Can't call method on "+t);return t}},1551:function(t,e,r){var i=r(1543),n=r(1570),a=i({}.hasOwnProperty);t.exports=Object.hasOwn||function t(e,r){return a(n(e),r)}},1552:function(t,e,r){var i=r(1542),n=r(1590),a=i.String;t.exports=function(t){if("Symbol"===n(t))throw TypeError("Cannot convert a Symbol value to a string");return a(t)}},1553:function(t,e,r){var i=r(1544);t.exports=function(t){return"object"==typeof t?null!==t:i(t)}},1554:function(t,e,r){var i=r(1545);t.exports=!i((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},1555:function(t,e,r){var i=r(1542),n=r(1544),a=function(t){return n(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?a(i[t]):i[t]&&i[t][e]}},1556:function(t,e,r){var i=r(1542),n=r(1544),a=r(1551),s=r(1561),o=r(1583),u=r(1572),h=r(1573),c=r(1574).CONFIGURABLE,l=h.get,f=h.enforce,g=String(String).split("String");(t.exports=function(t,e,r,u){var h=!!u&&!!u.unsafe,l=!!u&&!!u.enumerable,p=!!u&&!!u.noTargetGet,d=u&&void 0!==u.name?u.name:e,v;n(r)&&("Symbol("===String(d).slice(0,7)&&(d="["+String(d).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!a(r,"name")||c&&r.name!==d)&&s(r,"name",d),(v=f(r)).source||(v.source=g.join("string"==typeof d?d:""))),t!==i?(h?!p&&t[e]&&(l=!0):delete t[e],l?t[e]=r:s(t,e,r)):l?t[e]=r:o(e,r)})(Function.prototype,"toString",(function t(){return n(this)&&l(this).source||u(this)}))},1557:function(t,e,r){var i=r(1543),n=i({}.toString),a=i("".slice);t.exports=function(t){return a(n(t),8,-1)}},1558:function(t,e,r){var i=r(1559);t.exports=function(t,e){var r=t[e];return null==r?void 0:i(r)}},1559:function(t,e,r){var i=r(1542),n=r(1544),a=r(1569),s=i.TypeError;t.exports=function(t){if(n(t))return t;throw s(a(t)+" is not a function")}},1560:function(t,e){t.exports=!1},1561:function(t,e,r){var i=r(1554),n=r(1562),a=r(1579);t.exports=i?function(t,e,r){return n.f(t,e,a(1,r))}:function(t,e,r){return t[e]=r,t}},1562:function(t,e,r){var i=r(1542),n=r(1554),a=r(1603),s=r(1547),o=r(1598),u=i.TypeError,h=Object.defineProperty;e.f=n?h:function t(e,r,i){if(s(e),r=o(r),s(i),a)try{return h(e,r,i)}catch(t){}if("get"in i||"set"in i)throw u("Accessors not supported");return"value"in i&&(e[r]=i.value),e}},1563:function(t,e,r){var i=r(1575),n=Math.min;t.exports=function(t){return t>0?n(i(t),9007199254740991):0}},1564:function(t,e,r){var i=r(1554),n=r(1548),a=r(1624),s=r(1579),o=r(1565),u=r(1598),h=r(1551),c=r(1603),l=Object.getOwnPropertyDescriptor;e.f=i?l:function t(e,r){if(e=o(e),r=u(r),c)try{return l(e,r)}catch(t){}if(h(e,r))return s(!n(a.f,e,r),e[r])}},1565:function(t,e,r){var i=r(1597),n=r(1550);t.exports=function(t){return i(n(t))}},1566:function(t,e){t.exports={}},1567:function(t,e,r){var i=r(1543);t.exports=i({}.isPrototypeOf)},1568:function(t,e,r){var i=r(1555);t.exports=i("navigator","userAgent")||""},1569:function(t,e,r){var i,n=r(1542).String;t.exports=function(t){try{return n(t)}catch(t){return"Object"}}},1570:function(t,e,r){var i=r(1542),n=r(1550),a=i.Object;t.exports=function(t){return a(n(t))}},1571:function(t,e,r){var i=r(1542),n=r(1553),a=i.document,s=n(a)&&n(a.createElement);t.exports=function(t){return s?a.createElement(t):{}}},1572:function(t,e,r){var i=r(1543),n=r(1544),a=r(1582),s=i(Function.toString);n(a.inspectSource)||(a.inspectSource=function(t){return s(t)}),t.exports=a.inspectSource},1573:function(t,e,r){var i=r(1627),n=r(1542),a=r(1543),s=r(1553),o=r(1561),u=r(1551),h=r(1582),c=r(1584),l=r(1585),f="Object already initialized",g=n.TypeError,p=n.WeakMap,d,v,y,m=function(t){return y(t)?v(t):d(t,{})},x=function(t){return function(e){var r;if(!s(e)||(r=v(e)).type!==t)throw g("Incompatible receiver, "+t+" required");return r}};if(i||h.state){var b=h.state||(h.state=new p),w=a(b.get),S=a(b.has),T=a(b.set);d=function(t,e){if(S(b,t))throw new g(f);return e.facade=t,T(b,t,e),e},v=function(t){return w(b,t)||{}},y=function(t){return S(b,t)}}else{var A=c("state");l[A]=!0,d=function(t,e){if(u(t,A))throw new g(f);return e.facade=t,o(t,A,e),e},v=function(t){return u(t,A)?t[A]:{}},y=function(t){return u(t,A)}}t.exports={set:d,get:v,has:y,enforce:m,getterFor:x}},1574:function(t,e,r){var i=r(1554),n=r(1551),a=Function.prototype,s=i&&Object.getOwnPropertyDescriptor,o=n(a,"name"),u=o&&"something"===function t(){}.name,h=o&&(!i||i&&s(a,"name").configurable);t.exports={EXISTS:o,PROPER:u,CONFIGURABLE:h}},1575:function(t,e){var r=Math.ceil,i=Math.floor;t.exports=function(t){var e=+t;return e!=e||0===e?0:(e>0?i:r)(e)}},1576:function(t,e,r){var i=r(1557),n=r(1542);t.exports="process"==i(n.process)},1577:function(t,e,r){"use strict";var i=r(1548),n=r(1543),a=r(1552),s=r(1615),o=r(1616),u=r(1581),h=r(1578),c=r(1573).get,l=r(1657),f=r(1658),g=u("native-string-replace",String.prototype.replace),p=RegExp.prototype.exec,d=p,v=n("".charAt),y=n("".indexOf),m=n("".replace),x=n("".slice),b=(S=/b*/g,i(p,w=/a/,"a"),i(p,S,"a"),0!==w.lastIndex||0!==S.lastIndex),w,S,T=o.UNSUPPORTED_Y||o.BROKEN_CARET,A=void 0!==/()??/.exec("")[1],O;(b||A||T||l||f)&&(d=function t(e){var r=this,n=c(r),o=a(e),u=n.raw,l,f,w,S,O,P,E;if(u)return u.lastIndex=r.lastIndex,l=i(d,u,o),r.lastIndex=u.lastIndex,l;var C=n.groups,M=T&&r.sticky,N=i(s,r),V=r.source,_=0,R=o;if(M&&(N=m(N,"y",""),-1===y(N,"g")&&(N+="g"),R=x(o,r.lastIndex),r.lastIndex>0&&(!r.multiline||r.multiline&&"\n"!==v(o,r.lastIndex-1))&&(V="(?: "+V+")",R=" "+R,_++),f=new RegExp("^(?:"+V+")",N)),A&&(f=new RegExp("^"+V+"$(?!\\s)",N)),b&&(w=r.lastIndex),S=i(p,M?f:r,R),M?S?(S.input=x(S.input,_),S[0]=x(S[0],_),S.index=r.lastIndex,r.lastIndex+=S[0].length):r.lastIndex=0:b&&S&&(r.lastIndex=r.global?S.index+S[0].length:w),A&&S&&S.length>1&&i(g,S[0],f,(function(){for(O=1;O<arguments.length-2;O++)void 0===arguments[O]&&(S[O]=void 0)})),S&&C)for(S.groups=P=h(null),O=0;O<C.length;O++)P[(E=C[O])[0]]=S[E[1]];return S}),t.exports=d},1578:function(t,e,r){var i=r(1547),n=r(1655),a=r(1587),s=r(1585),o=r(1611),u=r(1571),h=r(1584),c=">",l="<",f="prototype",g="script",p=h("IE_PROTO"),d=function(){},v=function(t){return l+g+c+t+l+"/"+g+c},y=function(t){t.write(v("")),t.close();var e=t.parentWindow.Object;return t=null,e},m=function(){var t=u("iframe"),e="javascript:",r;return t.style.display="none",o.appendChild(t),t.src=String(e),(r=t.contentWindow.document).open(),r.write(v("document.F=Object")),r.close(),r.F},x,b=function(){try{x=new ActiveXObject("htmlfile")}catch(t){}b="undefined"!=typeof document?document.domain&&x?y(x):m():y(x);for(var t=a.length;t--;)delete b[f][a[t]];return b()};s[p]=!0,t.exports=Object.create||function t(e,r){var a;return null!==e?(d[f]=i(e),a=new d,d[f]=null,a[p]=e):a=b(),void 0===r?a:n(a,r)}},1579:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},1580:function(t,e,r){var i=r(1542),n=r(1568),a=i.process,s=i.Deno,o=a&&a.versions||s&&s.version,u=o&&o.v8,h,c;u&&(c=(h=u.split("."))[0]>0&&h[0]<4?1:+(h[0]+h[1])),!c&&n&&(!(h=n.match(/Edge\/(\d+)/))||h[1]>=74)&&(h=n.match(/Chrome\/(\d+)/))&&(c=+h[1]),t.exports=c},1581:function(t,e,r){var i=r(1560),n=r(1582);(t.exports=function(t,e){return n[t]||(n[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.19.1",mode:i?"pure":"global",copyright:"\xa9 2021 Denis Pushkarev (zloirock.ru)"})},1582:function(t,e,r){var i=r(1542),n=r(1583),a="__core-js_shared__",s=i[a]||n(a,{});t.exports=s},1583:function(t,e,r){var i=r(1542),n=Object.defineProperty;t.exports=function(t,e){try{n(i,t,{value:e,configurable:!0,writable:!0})}catch(r){i[t]=e}return e}},1584:function(t,e,r){var i=r(1581),n=r(1602),a=i("keys");t.exports=function(t){return a[t]||(a[t]=n(t))}},1585:function(t,e){t.exports={}},1586:function(t,e,r){var i=r(1563);t.exports=function(t){return i(t.length)}},1587:function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},1588:function(t,e,r){var i=r(1562).f,n=r(1551),a,s=r(1546)("toStringTag");t.exports=function(t,e,r){t&&!n(t=r?t:t.prototype,s)&&i(t,s,{configurable:!0,value:e})}},1589:function(t,e,r){var i=r(1543),n=r(1559),a=i(i.bind);t.exports=function(t,e){return n(t),void 0===e?t:a?a(t,e):function(){return t.apply(e,arguments)}}},1590:function(t,e,r){var i=r(1542),n=r(1641),a=r(1544),s=r(1557),o,u=r(1546)("toStringTag"),h=i.Object,c="Arguments"==s(function(){return arguments}()),l=function(t,e){try{return t[e]}catch(t){}};t.exports=n?s:function(t){var e,r,i;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=l(e=h(t),u))?r:c?s(e):"Object"==(i=s(e))&&a(e.callee)?"Arguments":i}},1591:function(t,e){var r=Function.prototype,i=r.apply,n=r.bind,a=r.call;t.exports="object"==typeof Reflect&&Reflect.apply||(n?a.bind(i):function(){return a.apply(i,arguments)})},1592:function(t,e,r){"use strict";r(1654);var i=r(1543),n=r(1556),a=r(1577),s=r(1545),o=r(1546),u=r(1561),h=o("species"),c=RegExp.prototype;t.exports=function(t,e,r,l){var f=o(t),g=!s((function(){var e={};return e[f]=function(){return 7},7!=""[t](e)})),p=g&&!s((function(){var e=!1,r=/a/;return"split"===t&&((r={}).constructor={},r.constructor[h]=function(){return r},r.flags="",r[f]=/./[f]),r.exec=function(){return e=!0,null},r[f](""),!e}));if(!g||!p||r){var d=i(/./[f]),v=e(f,""[t],(function(t,e,r,n,s){var o=i(t),u=e.exec;return u===a||u===c.exec?g&&!s?{done:!0,value:d(e,r,n)}:{done:!0,value:o(r,e,n)}:{done:!1}}));n(String.prototype,t,v[0]),n(c,f,v[1])}l&&u(c[f],"sham",!0)}},1593:function(t,e,r){"use strict";var i=r(1659).charAt;t.exports=function(t,e,r){return e+(r?i(t,e).length:1)}},1594:function(t,e,r){var i=r(1542),n=r(1548),a=r(1547),s=r(1544),o=r(1557),u=r(1577),h=i.TypeError;t.exports=function(t,e){var r=t.exec;if(s(r)){var i=n(r,t,e);return null!==i&&a(i),i}if("RegExp"===o(t))return n(u,t,e);throw h("RegExp#exec called on incompatible receiver")}},1595:function(t,e,r){var i=r(1542),n=r(1617),a=i.TypeError;t.exports=function(t){if(n(t))throw a("The method doesn't accept regular expressions");return t}},1596:function(t,e,r){var i,n=r(1546)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(r){try{return e[n]=!1,"/./"[t](e)}catch(t){}}return!1}},1597:function(t,e,r){var i=r(1542),n=r(1543),a=r(1545),s=r(1557),o=i.Object,u=n("".split);t.exports=a((function(){return!o("z").propertyIsEnumerable(0)}))?function(t){return"String"==s(t)?u(t,""):o(t)}:o},1598:function(t,e,r){var i=r(1625),n=r(1599);t.exports=function(t){var e=i(t,"string");return n(e)?e:e+""}},1599:function(t,e,r){var i=r(1542),n=r(1555),a=r(1544),s=r(1567),o=r(1600),u=i.Object;t.exports=o?function(t){return"symbol"==typeof t}:function(t){var e=n("Symbol");return a(e)&&s(e.prototype,u(t))}},1600:function(t,e,r){var i=r(1601);t.exports=i&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},1601:function(t,e,r){var i=r(1580),n=r(1545);t.exports=!!Object.getOwnPropertySymbols&&!n((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&i&&i<41}))},1602:function(t,e,r){var i=r(1543),n=0,a=Math.random(),s=i(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+s(++n+a,36)}},1603:function(t,e,r){var i=r(1554),n=r(1545),a=r(1571);t.exports=!i&&!n((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},1604:function(t,e,r){var i=r(1543),n=r(1551),a=r(1565),s=r(1605).indexOf,o=r(1585),u=i([].push);t.exports=function(t,e){var r=a(t),i=0,h=[],c;for(c in r)!n(o,c)&&n(r,c)&&u(h,c);for(;e.length>i;)n(r,c=e[i++])&&(~s(h,c)||u(h,c));return h}},1605:function(t,e,r){var i=r(1565),n=r(1631),a=r(1586),s=function(t){return function(e,r,s){var o=i(e),u=a(o),h=n(s,u),c;if(t&&r!=r){for(;u>h;)if((c=o[h++])!=c)return!0}else for(;u>h;h++)if((t||h in o)&&o[h]===r)return t||h||0;return!t&&-1}};t.exports={includes:s(!0),indexOf:s(!1)}},1606:function(t,e,r){var i=r(1545),n=r(1544),a=/#|\.prototype\./,s=function(t,e){var r=u[o(t)];return r==c||r!=h&&(n(e)?i(e):!!e)},o=s.normalize=function(t){return String(t).replace(a,".").toLowerCase()},u=s.data={},h=s.NATIVE="N",c=s.POLYFILL="P";t.exports=s},1607:function(t,e,r){var i=r(1543),n=r(1547),a=r(1635);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t=!1,e={},r;try{(r=i(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(e,[]),t=e instanceof Array}catch(t){}return function e(i,s){return n(i),a(s),t?r(i,s):i.__proto__=s,i}}():void 0)},1608:function(t,e,r){var i=r(1590),n=r(1558),a=r(1566),s,o=r(1546)("iterator");t.exports=function(t){if(null!=t)return n(t,o)||n(t,"@@iterator")||a[i(t)]}},1609:function(t,e,r){var i=r(1547),n=r(1644),a,s=r(1546)("species");t.exports=function(t,e){var r=i(t).constructor,a;return void 0===r||null==(a=i(r)[s])?e:n(a)}},1610:function(t,e,r){var i=r(1542),n=r(1591),a=r(1589),s=r(1544),o=r(1551),u=r(1545),h=r(1611),c=r(1612),l=r(1571),f=r(1613),g=r(1576),p=i.setImmediate,d=i.clearImmediate,v=i.process,y=i.Dispatch,m=i.Function,x=i.MessageChannel,b=i.String,w=0,S={},T="onreadystatechange",A,O,P,E;try{A=i.location}catch(t){}var C=function(t){if(o(S,t)){var e=S[t];delete S[t],e()}},M=function(t){return function(){C(t)}},N=function(t){C(t.data)},V=function(t){i.postMessage(b(t),A.protocol+"//"+A.host)};p&&d||(p=function t(e){var r=c(arguments,1);return S[++w]=function(){n(s(e)?e:m(e),void 0,r)},O(w),w},d=function t(e){delete S[e]},g?O=function(t){v.nextTick(M(t))}:y&&y.now?O=function(t){y.now(M(t))}:x&&!f?(E=(P=new x).port2,P.port1.onmessage=N,O=a(E.postMessage,E)):i.addEventListener&&s(i.postMessage)&&!i.importScripts&&A&&"file:"!==A.protocol&&!u(V)?(O=V,i.addEventListener("message",N,!1)):O=T in l("script")?function(t){h.appendChild(l("script"))[T]=function(){h.removeChild(this),C(t)}}:function(t){setTimeout(M(t),0)}),t.exports={set:p,clear:d}},1611:function(t,e,r){var i=r(1555);t.exports=i("document","documentElement")},1612:function(t,e,r){var i=r(1543);t.exports=i([].slice)},1613:function(t,e,r){var i=r(1568);t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(i)},1614:function(t,e,r){"use strict";var i=r(1559),n=function(t){var e,r;this.promise=new t((function(t,i){if(void 0!==e||void 0!==r)throw TypeError("Bad Promise constructor");e=t,r=i})),this.resolve=i(e),this.reject=i(r)};t.exports.f=function(t){return new n(t)}},1615:function(t,e,r){"use strict";var i=r(1547);t.exports=function(){var t=i(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},1616:function(t,e,r){var i=r(1545),n,a=r(1542).RegExp;e.UNSUPPORTED_Y=i((function(){var t=a("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=i((function(){var t=a("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},1617:function(t,e,r){var i=r(1553),n=r(1557),a,s=r(1546)("match");t.exports=function(t){var e;return i(t)&&(void 0!==(e=t[s])?!!e:"RegExp"==n(t))}},1618:function(t,e,r){"use strict";var i=r(1565),n=r(1663),a=r(1566),s=r(1573),o=r(1664),u="Array Iterator",h=s.set,c=s.getterFor(u);t.exports=o(Array,"Array",(function(t,e){h(this,{type:u,target:i(t),index:0,kind:e})}),(function(){var t=c(this),e=t.target,r=t.kind,i=t.index++;return!e||i>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:i,done:!1}:"values"==r?{value:e[i],done:!1}:{value:[i,e[i]],done:!1}}),"values"),a.Arguments=a.Array,n("keys"),n("values"),n("entries")},1619:function(t,e,r){"use strict";var i=r(1545),n=r(1544),a=r(1578),s=r(1620),o=r(1556),u=r(1546),h=r(1560),c=u("iterator"),l=!1,f,g,p,d;[].keys&&("next"in(p=[].keys())?(g=s(s(p)))!==Object.prototype&&(f=g):l=!0),null==f||i((function(){var t={};return f[c].call(t)!==t}))?f={}:h&&(f=a(f)),n(f[c])||o(f,c,(function(){return this})),t.exports={IteratorPrototype:f,BUGGY_SAFARI_ITERATORS:l}},1620:function(t,e,r){var i=r(1542),n=r(1551),a=r(1544),s=r(1570),o=r(1584),u=r(1666),h=o("IE_PROTO"),c=i.Object,l=c.prototype;t.exports=u?c.getPrototypeOf:function(t){var e=s(t);if(n(e,h))return e[h];var r=e.constructor;return a(r)&&e instanceof r?r.prototype:e instanceof c?l:null}},1621:function(t,e,r){"use strict";var i=r(1545);t.exports=function(t,e){var r=[][t];return!!r&&i((function(){r.call(null,e||function(){throw 1},1)}))}},1622:function(t,e){t.exports="\t\n\v\f\r \xa0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029\ufeff"},1623:function(t,e,r){"use strict";var i=r(1549),n=r(1560),a=r(1542),s=r(1555),o=r(1548),u=r(1633),h=r(1556),c=r(1634),l=r(1607),f=r(1588),g=r(1636),p=r(1559),d=r(1544),v=r(1553),y=r(1637),m=r(1572),x=r(1638),b=r(1643),w=r(1609),S=r(1610).set,T=r(1646),A=r(1649),O=r(1650),P=r(1614),E=r(1651),C=r(1573),M=r(1606),N=r(1546),V=r(1652),_=r(1576),R=r(1580),k=N("species"),I="Promise",L=C.get,D=C.set,B=C.getterFor(I),z=u&&u.prototype,j=u,F=z,U=a.TypeError,H=a.document,X=a.process,Y=P.f,W=Y,q=!!(H&&H.createEvent&&a.dispatchEvent),G=d(a.PromiseRejectionEvent),Q="unhandledrejection",$="rejectionhandled",Z=0,K=1,J=2,tt=1,et=2,rt=!1,it,nt,at,st,ot=M(I,(function(){var t=m(j),e=t!==String(j);if(!e&&66===R)return!0;if(n&&!F.finally)return!0;if(R>=51&&/native code/.test(t))return!1;var r=new j((function(t){t(1)})),i=function(t){t((function(){}),(function(){}))},a;return(r.constructor={})[k]=i,!(rt=r.then((function(){}))instanceof i)||!e&&V&&!G})),ut=ot||!b((function(t){j.all(t).catch((function(){}))})),ht=function(t){var e;return!(!v(t)||!d(e=t.then))&&e},ct=function(t,e){if(!t.notified){t.notified=!0;var r=t.reactions;T((function(){for(var i=t.value,n=1==t.state,a=0;r.length>a;){var s=r[a++],u=n?s.ok:s.fail,h=s.resolve,c=s.reject,l=s.domain,f,g,p;try{u?(n||(2===t.rejection&&pt(t),t.rejection=1),!0===u?f=i:(l&&l.enter(),f=u(i),l&&(l.exit(),p=!0)),f===s.promise?c(U("Promise-chain cycle")):(g=ht(f))?o(g,f,h,c):h(f)):c(i)}catch(t){l&&!p&&l.exit(),c(t)}}t.reactions=[],t.notified=!1,e&&!t.rejection&&ft(t)}))}},lt=function(t,e,r){var i,n;q?((i=H.createEvent("Event")).promise=e,i.reason=r,i.initEvent(t,!1,!0),a.dispatchEvent(i)):i={promise:e,reason:r},!G&&(n=a["on"+t])?n(i):t===Q&&O("Unhandled promise rejection",r)},ft=function(t){o(S,a,(function(){var e=t.facade,r=t.value,i,n;if(gt(t)&&(n=E((function(){_?X.emit("unhandledRejection",r,e):lt(Q,e,r)})),t.rejection=_||gt(t)?2:1,n.error))throw n.value}))},gt=function(t){return 1!==t.rejection&&!t.parent},pt=function(t){o(S,a,(function(){var e=t.facade;_?X.emit("rejectionHandled",e):lt($,e,t.value)}))},dt=function(t,e,r){return function(i){t(e,i,r)}},vt=function(t,e,r){t.done||(t.done=!0,r&&(t=r),t.value=e,t.state=2,ct(t,!0))},yt=function(t,e,r){if(!t.done){t.done=!0,r&&(t=r);try{if(t.facade===e)throw U("Promise can't be resolved itself");var i=ht(e);i?T((function(){var r={done:!1};try{o(i,e,dt(yt,r,t),dt(vt,r,t))}catch(e){vt(r,e,t)}})):(t.value=e,t.state=1,ct(t,!1))}catch(e){vt({done:!1},e,t)}}};if(ot&&(F=(j=function t(e){y(this,F),p(e),o(it,this);var r=L(this);try{e(dt(yt,r),dt(vt,r))}catch(t){vt(r,t)}}).prototype,(it=function t(e){D(this,{type:I,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=c(F,{then:function t(e,r){var i=B(this),n=i.reactions,a=Y(w(this,j));return a.ok=!d(e)||e,a.fail=d(r)&&r,a.domain=_?X.domain:void 0,i.parent=!0,n[n.length]=a,0!=i.state&&ct(i,!1),a.promise},catch:function(t){return this.then(void 0,t)}}),nt=function(){var t=new it,e=L(t);this.promise=t,this.resolve=dt(yt,e),this.reject=dt(vt,e)},P.f=Y=function(t){return t===j||t===at?new nt(t):W(t)},!n&&d(u)&&z!==Object.prototype)){st=z.then,rt||(h(z,"then",(function t(e,r){var i=this;return new j((function(t,e){o(st,i,t,e)})).then(e,r)}),{unsafe:!0}),h(z,"catch",F.catch,{unsafe:!0}));try{delete z.constructor}catch(t){}l&&l(z,F)}i({global:!0,wrap:!0,forced:ot},{Promise:j}),f(j,I,!1,!0),g(I),at=s(I),i({target:I,stat:!0,forced:ot},{reject:function t(e){var r=Y(this);return o(r.reject,void 0,e),r.promise}}),i({target:I,stat:!0,forced:n||ot},{resolve:function t(e){return A(n&&this===at?j:this,e)}}),i({target:I,stat:!0,forced:ut},{all:function t(e){var r=this,i=Y(r),n=i.resolve,a=i.reject,s=E((function(){var t=p(r.resolve),i=[],s=0,u=1;x(e,(function(e){var h=s++,c=!1;u++,o(t,r,e).then((function(t){c||(c=!0,i[h]=t,--u||n(i))}),a)})),--u||n(i)}));return s.error&&a(s.value),i.promise},race:function t(e){var r=this,i=Y(r),n=i.reject,a=E((function(){var t=p(r.resolve);x(e,(function(e){o(t,r,e).then(i.resolve,n)}))}));return a.error&&n(a.value),i.promise}})},1624:function(t,e,r){"use strict";var i={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,a=n&&!i.call({1:2},1);e.f=a?function t(e){var r=n(this,e);return!!r&&r.enumerable}:i},1625:function(t,e,r){var i=r(1542),n=r(1548),a=r(1553),s=r(1599),o=r(1558),u=r(1626),h=r(1546),c=i.TypeError,l=h("toPrimitive");t.exports=function(t,e){if(!a(t)||s(t))return t;var r=o(t,l),i;if(r){if(void 0===e&&(e="default"),i=n(r,t,e),!a(i)||s(i))return i;throw c("Can't convert object to primitive value")}return void 0===e&&(e="number"),u(t,e)}},1626:function(t,e,r){var i=r(1542),n=r(1548),a=r(1544),s=r(1553),o=i.TypeError;t.exports=function(t,e){var r,i;if("string"===e&&a(r=t.toString)&&!s(i=n(r,t)))return i;if(a(r=t.valueOf)&&!s(i=n(r,t)))return i;if("string"!==e&&a(r=t.toString)&&!s(i=n(r,t)))return i;throw o("Can't convert object to primitive value")}},1627:function(t,e,r){var i=r(1542),n=r(1544),a=r(1572),s=i.WeakMap;t.exports=n(s)&&/native code/.test(a(s))},1628:function(t,e,r){var i=r(1551),n=r(1629),a=r(1564),s=r(1562);t.exports=function(t,e){for(var r=n(e),o=s.f,u=a.f,h=0;h<r.length;h++){var c=r[h];i(t,c)||o(t,c,u(e,c))}}},1629:function(t,e,r){var i=r(1555),n=r(1543),a=r(1630),s=r(1632),o=r(1547),u=n([].concat);t.exports=i("Reflect","ownKeys")||function t(e){var r=a.f(o(e)),i=s.f;return i?u(r,i(e)):r}},1630:function(t,e,r){var i=r(1604),n,a=r(1587).concat("length","prototype");e.f=Object.getOwnPropertyNames||function t(e){return i(e,a)}},1631:function(t,e,r){var i=r(1575),n=Math.max,a=Math.min;t.exports=function(t,e){var r=i(t);return r<0?n(r+e,0):a(r,e)}},1632:function(t,e){e.f=Object.getOwnPropertySymbols},1633:function(t,e,r){var i=r(1542);t.exports=i.Promise},1634:function(t,e,r){var i=r(1556);t.exports=function(t,e,r){for(var n in e)i(t,n,e[n],r);return t}},1635:function(t,e,r){var i=r(1542),n=r(1544),a=i.String,s=i.TypeError;t.exports=function(t){if("object"==typeof t||n(t))return t;throw s("Can't set "+a(t)+" as a prototype")}},1636:function(t,e,r){"use strict";var i=r(1555),n=r(1562),a=r(1546),s=r(1554),o=a("species");t.exports=function(t){var e=i(t),r=n.f;s&&e&&!e[o]&&r(e,o,{configurable:!0,get:function(){return this}})}},1637:function(t,e,r){var i=r(1542),n=r(1567),a=i.TypeError;t.exports=function(t,e){if(n(e,t))return t;throw a("Incorrect invocation")}},1638:function(t,e,r){var i=r(1542),n=r(1589),a=r(1548),s=r(1547),o=r(1569),u=r(1639),h=r(1586),c=r(1567),l=r(1640),f=r(1608),g=r(1642),p=i.TypeError,d=function(t,e){this.stopped=t,this.result=e},v=d.prototype;t.exports=function(t,e,r){var i=r&&r.that,y=!(!r||!r.AS_ENTRIES),m=!(!r||!r.IS_ITERATOR),x=!(!r||!r.INTERRUPTED),b=n(e,i),w,S,T,A,O,P,E,C=function(t){return w&&g(w,"normal",t),new d(!0,t)},M=function(t){return y?(s(t),x?b(t[0],t[1],C):b(t[0],t[1])):x?b(t,C):b(t)};if(m)w=t;else{if(!(S=f(t)))throw p(o(t)+" is not iterable");if(u(S)){for(T=0,A=h(t);A>T;T++)if((O=M(t[T]))&&c(v,O))return O;return new d(!1)}w=l(t,S)}for(P=w.next;!(E=a(P,w)).done;){try{O=M(E.value)}catch(t){g(w,"throw",t)}if("object"==typeof O&&O&&c(v,O))return O}return new d(!1)}},1639:function(t,e,r){var i=r(1546),n=r(1566),a=i("iterator"),s=Array.prototype;t.exports=function(t){return void 0!==t&&(n.Array===t||s[a]===t)}},1640:function(t,e,r){var i=r(1542),n=r(1548),a=r(1559),s=r(1547),o=r(1569),u=r(1608),h=i.TypeError;t.exports=function(t,e){var r=arguments.length<2?u(t):e;if(a(r))return s(n(r,t));throw h(o(t)+" is not iterable")}},1641:function(t,e,r){var i,n,a={};a[r(1546)("toStringTag")]="z",t.exports="[object z]"===String(a)},1642:function(t,e,r){var i=r(1548),n=r(1547),a=r(1558);t.exports=function(t,e,r){var s,o;n(t);try{if(!(s=a(t,"return"))){if("throw"===e)throw r;return r}s=i(s,t)}catch(t){o=!0,s=t}if("throw"===e)throw r;if(o)throw s;return n(s),r}},1643:function(t,e,r){var i,n=r(1546)("iterator"),a=!1;try{var s=0,o={next:function(){return{done:!!s++}},return:function(){a=!0}};o[n]=function(){return this},Array.from(o,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!a)return!1;var r=!1;try{var i={};i[n]=function(){return{next:function(){return{done:r=!0}}}},t(i)}catch(t){}return r}},1644:function(t,e,r){var i=r(1542),n=r(1645),a=r(1569),s=i.TypeError;t.exports=function(t){if(n(t))return t;throw s(a(t)+" is not a constructor")}},1645:function(t,e,r){var i=r(1543),n=r(1545),a=r(1544),s=r(1590),o=r(1555),u=r(1572),h=function(){},c=[],l=o("Reflect","construct"),f=/^\s*(?:class|function)\b/,g=i(f.exec),p=!f.exec(h),d=function(t){if(!a(t))return!1;try{return l(h,c,t),!0}catch(t){return!1}},v=function(t){if(!a(t))return!1;switch(s(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return p||!!g(f,u(t))};t.exports=!l||n((function(){var t;return d(d.call)||!d(Object)||!d((function(){t=!0}))||t}))?v:d},1646:function(t,e,r){var i=r(1542),n=r(1589),a=r(1564).f,s=r(1610).set,o=r(1613),u=r(1647),h=r(1648),c=r(1576),l=i.MutationObserver||i.WebKitMutationObserver,f=i.document,g=i.process,p=i.Promise,d=a(i,"queueMicrotask"),v=d&&d.value,y,m,x,b,w,S,T,A;v||(y=function(){var t,e;for(c&&(t=g.domain)&&t.exit();m;){e=m.fn,m=m.next;try{e()}catch(t){throw m?b():x=void 0,t}}x=void 0,t&&t.enter()},o||c||h||!l||!f?!u&&p&&p.resolve?((T=p.resolve(void 0)).constructor=p,A=n(T.then,T),b=function(){A(y)}):c?b=function(){g.nextTick(y)}:(s=n(s,i),b=function(){s(y)}):(w=!0,S=f.createTextNode(""),new l(y).observe(S,{characterData:!0}),b=function(){S.data=w=!w})),t.exports=v||function(t){var e={fn:t,next:void 0};x&&(x.next=e),m||(m=e,b()),x=e}},1647:function(t,e,r){var i=r(1568),n=r(1542);t.exports=/ipad|iphone|ipod/i.test(i)&&void 0!==n.Pebble},1648:function(t,e,r){var i=r(1568);t.exports=/web0s(?!.*chrome)/i.test(i)},1649:function(t,e,r){var i=r(1547),n=r(1553),a=r(1614);t.exports=function(t,e){if(i(t),n(e)&&e.constructor===t)return e;var r=a.f(t),s;return(0,r.resolve)(e),r.promise}},1650:function(t,e,r){var i=r(1542);t.exports=function(t,e){var r=i.console;r&&r.error&&(1==arguments.length?r.error(t):r.error(t,e))}},1651:function(t,e){t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},1652:function(t,e){t.exports="object"==typeof window},1653:function(t,e,r){"use strict";var i=r(1548),n=r(1592),a=r(1547),s=r(1563),o=r(1552),u=r(1550),h=r(1558),c=r(1593),l=r(1594);n("match",(function(t,e,r){return[function e(r){var n=u(this),a=null==r?void 0:h(r,t);return a?i(a,r,n):new RegExp(r)[t](o(n))},function(t){var i=a(this),n=o(t),u=r(e,i,n);if(u.done)return u.value;if(!i.global)return l(i,n);var h=i.unicode;i.lastIndex=0;for(var f=[],g=0,p;null!==(p=l(i,n));){var d=o(p[0]);f[g]=d,""===d&&(i.lastIndex=c(n,s(i.lastIndex),h)),g++}return 0===g?null:f}]}))},1654:function(t,e,r){"use strict";var i=r(1549),n=r(1577);i({target:"RegExp",proto:!0,forced:/./.exec!==n},{exec:n})},1655:function(t,e,r){var i=r(1554),n=r(1562),a=r(1547),s=r(1565),o=r(1656);t.exports=i?Object.defineProperties:function t(e,r){a(e);for(var i=s(r),u=o(r),h=u.length,c=0,l;h>c;)n.f(e,l=u[c++],i[l]);return e}},1656:function(t,e,r){var i=r(1604),n=r(1587);t.exports=Object.keys||function t(e){return i(e,n)}},1657:function(t,e,r){var i=r(1545),n,a=r(1542).RegExp;t.exports=i((function(){var t=a(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)}))},1658:function(t,e,r){var i=r(1545),n,a=r(1542).RegExp;t.exports=i((function(){var t=a("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))},1659:function(t,e,r){var i=r(1543),n=r(1575),a=r(1552),s=r(1550),o=i("".charAt),u=i("".charCodeAt),h=i("".slice),c=function(t){return function(e,r){var i=a(s(e)),c=n(r),l=i.length,f,g;return c<0||c>=l?t?"":void 0:(f=u(i,c))<55296||f>56319||c+1===l||(g=u(i,c+1))<56320||g>57343?t?o(i,c):f:t?h(i,c,c+2):g-56320+(f-55296<<10)+65536}};t.exports={codeAt:c(!1),charAt:c(!0)}},1660:function(t,e,r){"use strict";var i=r(1591),n=r(1548),a=r(1543),s=r(1592),o=r(1545),u=r(1547),h=r(1544),c=r(1575),l=r(1563),f=r(1552),g=r(1550),p=r(1593),d=r(1558),v=r(1661),y=r(1594),m,x=r(1546)("replace"),b=Math.max,w=Math.min,S=a([].concat),T=a([].push),A=a("".indexOf),O=a("".slice),P=function(t){return void 0===t?t:String(t)},E="$0"==="a".replace(/./,"$0"),C=!!/./[x]&&""===/./[x]("a","$0"),M;s("replace",(function(t,e,r){var a=C?"$":"$0";return[function t(r,i){var a=g(this),s=null==r?void 0:d(r,x);return s?n(s,r,a,i):n(e,f(a),r,i)},function(t,n){var s=u(this),o=f(t);if("string"==typeof n&&-1===A(n,a)&&-1===A(n,"$<")){var g=r(e,s,o,n);if(g.done)return g.value}var d=h(n);d||(n=f(n));var m=s.global;if(m){var x=s.unicode;s.lastIndex=0}for(var E=[];;){var C=y(s,o),M;if(null===C)break;if(T(E,C),!m)break;""===f(C[0])&&(s.lastIndex=p(o,l(s.lastIndex),x))}for(var N="",V=0,_=0;_<E.length;_++){for(var R=f((C=E[_])[0]),k=b(w(c(C.index),o.length),0),I=[],L=1;L<C.length;L++)T(I,P(C[L]));var D=C.groups;if(d){var B=S([R],I,k,o);void 0!==D&&T(B,D);var z=f(i(n,void 0,B))}else z=v(R,o,k,I,D,n);k>=V&&(N+=O(o,V,k)+z,V=k+R.length)}return N+O(o,V)}]}),!!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!E||C)},1661:function(t,e,r){var i=r(1543),n=r(1570),a=Math.floor,s=i("".charAt),o=i("".replace),u=i("".slice),h=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,c=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,r,i,l,f){var g=r+t.length,p=i.length,d=c;return void 0!==l&&(l=n(l),d=h),o(f,d,(function(n,o){var h;switch(s(o,0)){case"$":return"$";case"&":return t;case"`":return u(e,0,r);case"'":return u(e,g);case"<":h=l[u(o,1,-1)];break;default:var c=+o;if(0===c)return n;if(c>p){var f=a(c/10);return 0===f?n:f<=p?void 0===i[f-1]?s(o,1):i[f-1]+s(o,1):n}h=i[c-1]}return void 0===h?"":h}))}},1662:function(t,e,r){"use strict";var i=r(1549),n=r(1543),a=r(1564).f,s=r(1563),o=r(1552),u=r(1595),h=r(1550),c=r(1596),l=r(1560),f=n("".startsWith),g=n("".slice),p=Math.min,d=c("startsWith"),v,y;i({target:"String",proto:!0,forced:!!(l||d||(y=a(String.prototype,"startsWith"),!y||y.writable))&&!d},{startsWith:function t(e){var r=o(h(this));u(e);var i=s(p(arguments.length>1?arguments[1]:void 0,r.length)),n=o(e);return f?f(r,n,i):g(r,i,i+n.length)===n}})},1663:function(t,e,r){var i=r(1546),n=r(1578),a=r(1562),s=i("unscopables"),o=Array.prototype;null==o[s]&&a.f(o,s,{configurable:!0,value:n(null)}),t.exports=function(t){o[s][t]=!0}},1664:function(t,e,r){"use strict";var i=r(1549),n=r(1548),a=r(1560),s=r(1574),o=r(1544),u=r(1665),h=r(1620),c=r(1607),l=r(1588),f=r(1561),g=r(1556),p=r(1546),d=r(1566),v=r(1619),y=s.PROPER,m=s.CONFIGURABLE,x=v.IteratorPrototype,b=v.BUGGY_SAFARI_ITERATORS,w=p("iterator"),S="keys",T="values",A="entries",O=function(){return this};t.exports=function(t,e,r,s,p,v,P){u(r,e,s);var E=function(t){if(t===p&&_)return _;if(!b&&t in N)return N[t];switch(t){case S:return function e(){return new r(this,t)};case T:return function e(){return new r(this,t)};case A:return function e(){return new r(this,t)}}return function(){return new r(this)}},C=e+" Iterator",M=!1,N=t.prototype,V=N[w]||N["@@iterator"]||p&&N[p],_=!b&&V||E(p),R="Array"==e&&N.entries||V,k,I,L;if(R&&(k=h(R.call(new t)))!==Object.prototype&&k.next&&(a||h(k)===x||(c?c(k,x):o(k[w])||g(k,w,O)),l(k,C,!0,!0),a&&(d[C]=O)),y&&p==T&&V&&V.name!==T&&(!a&&m?f(N,"name",T):(M=!0,_=function t(){return n(V,this)})),p)if(I={values:E(T),keys:v?_:E(S),entries:E(A)},P)for(L in I)(b||M||!(L in N))&&g(N,L,I[L]);else i({target:e,proto:!0,forced:b||M},I);return a&&!P||N[w]===_||g(N,w,_,{name:p}),d[e]=_,I}},1665:function(t,e,r){"use strict";var i=r(1619).IteratorPrototype,n=r(1578),a=r(1579),s=r(1588),o=r(1566),u=function(){return this};t.exports=function(t,e,r){var h=e+" Iterator";return t.prototype=n(i,{next:a(1,r)}),s(t,h,!1,!0),o[h]=u,t}},1666:function(t,e,r){var i=r(1545);t.exports=!i((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},1667:function(t,e,r){var i=r(1542),n=r(1668),a=r(1669),s=r(1618),o=r(1561),u=r(1546),h=u("iterator"),c=u("toStringTag"),l=s.values,f=function(t,e){if(t){if(t[h]!==l)try{o(t,h,l)}catch(e){t[h]=l}if(t[c]||o(t,c,e),n[e])for(var r in s)if(t[r]!==s[r])try{o(t,r,s[r])}catch(e){t[r]=s[r]}}};for(var g in n)f(i[g]&&i[g].prototype,g);f(a,"DOMTokenList")},1668:function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},1669:function(t,e,r){var i,n=r(1571)("span").classList,a=n&&n.constructor&&n.constructor.prototype;t.exports=a===Object.prototype?void 0:a},1670:function(t,e,r){"use strict";var i=r(1549),n=r(1671).left,a=r(1621),s=r(1580),o=r(1576),u,h;i({target:"Array",proto:!0,forced:!a("reduce")||!o&&s>79&&s<83},{reduce:function t(e){var r=arguments.length;return n(this,e,r,r>1?arguments[1]:void 0)}})},1671:function(t,e,r){var i=r(1542),n=r(1559),a=r(1570),s=r(1597),o=r(1586),u=i.TypeError,h=function(t){return function(e,r,i,h){n(r);var c=a(e),l=s(c),f=o(c),g=t?f-1:0,p=t?-1:1;if(i<2)for(;;){if(g in l){h=l[g],g+=p;break}if(g+=p,t?g<0:f<=g)throw u("Reduce of empty array with no initial value")}for(;t?g>=0:f>g;g+=p)g in l&&(h=r(h,l[g],g,c));return h}};t.exports={left:h(!1),right:h(!0)}},1672:function(t,e,r){"use strict";var i=r(1549),n=r(1543),a=r(1564).f,s=r(1563),o=r(1552),u=r(1595),h=r(1550),c=r(1596),l=r(1560),f=n("".endsWith),g=n("".slice),p=Math.min,d=c("endsWith"),v,y;i({target:"String",proto:!0,forced:!!(l||d||(y=a(String.prototype,"endsWith"),!y||y.writable))&&!d},{endsWith:function t(e){var r=o(h(this));u(e);var i=arguments.length>1?arguments[1]:void 0,n=r.length,a=void 0===i?n:p(s(i),n),c=o(e);return f?f(r,c,a):g(r,a-c.length,a)===c}})},1673:function(t,e,r){"use strict";var i=r(1591),n=r(1548),a=r(1543),s=r(1592),o=r(1617),u=r(1547),h=r(1550),c=r(1609),l=r(1593),f=r(1563),g=r(1552),p=r(1558),d=r(1612),v=r(1594),y=r(1577),m=r(1616),x=r(1545),b=m.UNSUPPORTED_Y,w=4294967295,S=Math.min,T=[].push,A=a(/./.exec),O=a(T),P=a("".slice),E;s("split",(function(t,e,r){var a;return a="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,r){var a=g(h(this)),s=void 0===r?4294967295:r>>>0;if(0===s)return[];if(void 0===t)return[a];if(!o(t))return n(e,a,t,s);for(var u=[],c=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),l=0,f=new RegExp(t.source,c+"g"),p,v,m;(p=n(y,f,a))&&!((v=f.lastIndex)>l&&(O(u,P(a,l,p.index)),p.length>1&&p.index<a.length&&i(T,u,d(p,1)),m=p[0].length,l=v,u.length>=s));)f.lastIndex===p.index&&f.lastIndex++;return l===a.length?!m&&A(f,"")||O(u,""):O(u,P(a,l)),u.length>s?d(u,0,s):u}:"0".split(void 0,0).length?function(t,r){return void 0===t&&0===r?[]:n(e,this,t,r)}:e,[function e(r,i){var s=h(this),o=null==r?void 0:p(r,t);return o?n(o,r,s,i):n(a,g(s),r,i)},function(t,i){var n=u(this),s=g(t),o=r(a,n,s,i,a!==e);if(o.done)return o.value;var h=c(n,RegExp),p=n.unicode,d=(n.ignoreCase?"i":"")+(n.multiline?"m":"")+(n.unicode?"u":"")+(b?"g":"y"),y=new h(b?"^(?:"+n.source+")":n,d),m=void 0===i?4294967295:i>>>0;if(0===m)return[];if(0===s.length)return null===v(y,s)?[s]:[];for(var x=0,w=0,T=[];w<s.length;){y.lastIndex=b?0:w;var A=v(y,b?P(s,w):s),E;if(null===A||(E=S(f(y.lastIndex+(b?w:0)),s.length))===x)w=l(s,w,p);else{if(O(T,P(s,x,w)),T.length===m)return T;for(var C=1;C<=A.length-1;C++)if(O(T,A[C]),T.length===m)return T;w=x=E}}return O(T,P(s,x)),T}]}),!!x((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var r="ab".split(t);return 2!==r.length||"a"!==r[0]||"b"!==r[1]})),b)},1674:function(t,e,r){(function(e){for(var i=r(1675),n="undefined"==typeof window?e:window,a=["moz","webkit"],s="AnimationFrame",o=n["request"+s],u=n["cancel"+s]||n["cancelRequest"+s],h=0;!o&&h<a.length;h++)o=n[a[h]+"Request"+s],u=n[a[h]+"Cancel"+s]||n[a[h]+"CancelRequest"+s];if(!o||!u){var c=0,l=0,f=[],g=1e3/60;o=function(t){if(0===f.length){var e=i(),r=Math.max(0,1e3/60-(e-c));c=r+e,setTimeout((function(){var t=f.slice(0);f.length=0;for(var e=0;e<t.length;e++)if(!t[e].cancelled)try{t[e].callback(c)}catch(t){setTimeout((function(){throw t}),0)}}),Math.round(r))}return f.push({handle:++l,callback:t,cancelled:!1}),l},u=function(t){for(var e=0;e<f.length;e++)f[e].handle===t&&(f[e].cancelled=!0)}}t.exports=function(t){return o.call(n,t)},t.exports.cancel=function(){u.apply(n,arguments)},t.exports.polyfill=function(t){t||(t=n),t.requestAnimationFrame=o,t.cancelAnimationFrame=u}}).call(this,r(90))},1675:function(t,e,r){(function(e){(function(){var r,i,n,a,s,o;"undefined"!=typeof performance&&null!==performance&&performance.now?t.exports=function(){return performance.now()}:null!=e&&e.hrtime?(t.exports=function(){return(r()-s)/1e6},i=e.hrtime,a=(r=function(){var t;return 1e9*(t=i())[0]+t[1]})(),o=1e9*e.uptime(),s=a-o):Date.now?(t.exports=function(){return Date.now()-n},n=Date.now()):(t.exports=function(){return(new Date).getTime()-n},n=(new Date).getTime())}).call(this)}).call(this,r(279))},1676:function(t,e,r){"use strict";var i=r(1549),n=r(1677).trim,a;i({target:"String",proto:!0,forced:r(1678)("trim")},{trim:function t(){return n(this)}})},1677:function(t,e,r){var i=r(1543),n=r(1550),a=r(1552),s=r(1622),o=i("".replace),u="["+s+"]",h=RegExp("^"+u+u+"*"),c=RegExp(u+u+"*$"),l=function(t){return function(e){var r=a(n(e));return 1&t&&(r=o(r,h,"")),2&t&&(r=o(r,c,"")),r}};t.exports={start:l(1),end:l(2),trim:l(3)}},1678:function(t,e,r){var i=r(1574).PROPER,n=r(1545),a=r(1622),s="\u200b\x85\u180e";t.exports=function(t){return n((function(){return!!a[t]()||s[t]()!==s||i&&a[t].name!==t}))}},1679:function(t,e){t.exports=function(t){this.ok=!1,this.alpha=1,"#"==t.charAt(0)&&(t=t.substr(1,6)),t=(t=t.replace(/ /g,"")).toLowerCase();var e={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dodgerblue:"1e90ff",feldspar:"d19275",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgrey:"d3d3d3",lightgreen:"90ee90",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslateblue:"8470ff",lightslategray:"778899",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"00ff00",limegreen:"32cd32",linen:"faf0e6",magenta:"ff00ff",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370d8",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"d87093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"ff0000",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",violetred:"d02090",wheat:"f5deb3",white:"ffffff",whitesmoke:"f5f5f5",yellow:"ffff00",yellowgreen:"9acd32"};t=e[t]||t;for(var r=[{re:/^rgba\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3}),\s*((?:\d?\.)?\d)\)$/,example:["rgba(123, 234, 45, 0.8)","rgba(255,234,245,1.0)"],process:function(t){return[parseInt(t[1]),parseInt(t[2]),parseInt(t[3]),parseFloat(t[4])]}},{re:/^rgb\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3})\)$/,example:["rgb(123, 234, 45)","rgb(255,234,245)"],process:function(t){return[parseInt(t[1]),parseInt(t[2]),parseInt(t[3])]}},{re:/^([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,example:["#00ff00","336699"],process:function(t){return[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)]}},{re:/^([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,example:["#fb0","f0f"],process:function(t){return[parseInt(t[1]+t[1],16),parseInt(t[2]+t[2],16),parseInt(t[3]+t[3],16)]}}],i=0;i<r.length;i++){var n=r[i].re,a=r[i].process,s=n.exec(t);if(s){var o=a(s);this.r=o[0],this.g=o[1],this.b=o[2],o.length>3&&(this.alpha=o[3]),this.ok=!0}}this.r=this.r<0||isNaN(this.r)?0:this.r>255?255:this.r,this.g=this.g<0||isNaN(this.g)?0:this.g>255?255:this.g,this.b=this.b<0||isNaN(this.b)?0:this.b>255?255:this.b,this.alpha=this.alpha<0?0:this.alpha>1||isNaN(this.alpha)?1:this.alpha,this.toRGB=function(){return"rgb("+this.r+", "+this.g+", "+this.b+")"},this.toRGBA=function(){return"rgba("+this.r+", "+this.g+", "+this.b+", "+this.alpha+")"},this.toHex=function(){var t=this.r.toString(16),e=this.g.toString(16),r=this.b.toString(16);return 1==t.length&&(t="0"+t),1==e.length&&(e="0"+e),1==r.length&&(r="0"+r),"#"+t+e+r},this.getHelpXML=function(){for(var t=new Array,i=0;i<r.length;i++)for(var n=r[i].example,a=0;a<n.length;a++)t[t.length]=n[a];for(var s in e)t[t.length]=s;var o=document.createElement("ul");o.setAttribute("id","rgbcolor-examples");for(var i=0;i<t.length;i++)try{var u=document.createElement("li"),h=new RGBColor(t[i]),c=document.createElement("div");c.style.cssText="margin: 3px; border: 1px solid black; background:"+h.toHex()+"; color:"+h.toHex(),c.appendChild(document.createTextNode("test"));var l=document.createTextNode(" "+t[i]+" -> "+h.toRGB()+" -> "+h.toHex());u.appendChild(c),u.appendChild(l),o.appendChild(u)}catch(t){}return o}}},1680:function(t,e,r){"use strict";var i=r(1549),n=r(1543),a=r(1595),s=r(1550),o=r(1552),u=r(1596),h=n("".indexOf);i({target:"String",proto:!0,forced:!u("includes")},{includes:function t(e){return!!~h(o(s(this)),o(a(e)),arguments.length>1?arguments[1]:void 0)}})},1681:function(t,e,r){"use strict";var i=r(1549),n=r(1543),a=r(1605).indexOf,s=r(1621),o=n([].indexOf),u=!!o&&1/o([1],1,-0)<0,h=s("indexOf");i({target:"Array",proto:!0,forced:u||!h},{indexOf:function t(e){var r=arguments.length>1?arguments[1]:void 0;return u?o(this,e,r)||0:a(this,e,r)}})},1682:function(t,e,r){"use strict";var i=r(1549),n=r(1543),a=r(1683),s=n([].reverse),o=[1,2];i({target:"Array",proto:!0,forced:String(o)===String(o.reverse())},{reverse:function t(){return a(this)&&(this.length=this.length),s(this)}})},1683:function(t,e,r){var i=r(1557);t.exports=Array.isArray||function t(e){return"Array"==i(e)}},1684:function(t,e,r){"use strict";r.d(e,"a",(function(){return S}));
1
+ (window.webpackJsonp=window.webpackJsonp||[]).push([[1],{1530:function(t,e,r){"use strict";r.r(e),function(t){r.d(e,"AElement",(function(){return we})),r.d(e,"AnimateColorElement",(function(){return de})),r.d(e,"AnimateElement",(function(){return pe})),r.d(e,"AnimateTransformElement",(function(){return ve})),r.d(e,"BoundingBox",(function(){return Yt})),r.d(e,"CB1",(function(){return lt})),r.d(e,"CB2",(function(){return ft})),r.d(e,"CB3",(function(){return gt})),r.d(e,"CB4",(function(){return pt})),r.d(e,"Canvg",(function(){return er})),r.d(e,"CircleElement",(function(){return ee})),r.d(e,"ClipPathElement",(function(){return Be})),r.d(e,"DefsElement",(function(){return ue})),r.d(e,"DescElement",(function(){return Ye})),r.d(e,"Document",(function(){return Ke})),r.d(e,"Element",(function(){return Bt})),r.d(e,"EllipseElement",(function(){return re})),r.d(e,"FeColorMatrixElement",(function(){return Ie})),r.d(e,"FeCompositeElement",(function(){return Ue})),r.d(e,"FeDropShadowElement",(function(){return je})),r.d(e,"FeGaussianBlurElement",(function(){return He})),r.d(e,"FeMorphologyElement",(function(){return Fe})),r.d(e,"FilterElement",(function(){return ze})),r.d(e,"Font",(function(){return Xt})),r.d(e,"FontElement",(function(){return ye})),r.d(e,"FontFaceElement",(function(){return me})),r.d(e,"GElement",(function(){return he})),r.d(e,"GlyphElement",(function(){return Qt})),r.d(e,"GradientElement",(function(){return ce})),r.d(e,"ImageElement",(function(){return Pe})),r.d(e,"LineElement",(function(){return ie})),r.d(e,"LinearGradientElement",(function(){return le})),r.d(e,"MarkerElement",(function(){return oe})),r.d(e,"MaskElement",(function(){return Le})),r.d(e,"Matrix",(function(){return Vt})),r.d(e,"MissingGlyphElement",(function(){return xe})),r.d(e,"Mouse",(function(){return wt})),r.d(e,"PSEUDO_ZERO",(function(){return ot})),r.d(e,"Parser",(function(){return Et})),r.d(e,"PathElement",(function(){return Gt})),r.d(e,"PathParser",(function(){return Wt})),r.d(e,"PatternElement",(function(){return se})),r.d(e,"Point",(function(){return bt})),r.d(e,"PolygonElement",(function(){return ae})),r.d(e,"PolylineElement",(function(){return ne})),r.d(e,"Property",(function(){return mt})),r.d(e,"QB1",(function(){return dt})),r.d(e,"QB2",(function(){return vt})),r.d(e,"QB3",(function(){return yt})),r.d(e,"RadialGradientElement",(function(){return fe})),r.d(e,"RectElement",(function(){return te})),r.d(e,"RenderedElement",(function(){return qt})),r.d(e,"Rotate",(function(){return Mt})),r.d(e,"SVGElement",(function(){return Jt})),r.d(e,"SVGFontLoader",(function(){return Ce})),r.d(e,"Scale",(function(){return Nt})),r.d(e,"Screen",(function(){return At})),r.d(e,"Skew",(function(){return _t})),r.d(e,"SkewX",(function(){return Rt})),r.d(e,"SkewY",(function(){return kt})),r.d(e,"StopElement",(function(){return ge})),r.d(e,"StyleElement",(function(){return Me})),r.d(e,"SymbolElement",(function(){return Ee})),r.d(e,"TRefElement",(function(){return be})),r.d(e,"TSpanElement",(function(){return Zt})),r.d(e,"TextElement",(function(){return $t})),r.d(e,"TextPathElement",(function(){return Ae})),r.d(e,"TitleElement",(function(){return Xe})),r.d(e,"Transform",(function(){return Dt})),r.d(e,"Translate",(function(){return Ct})),r.d(e,"UnknownElement",(function(){return zt})),r.d(e,"UseElement",(function(){return Ne})),r.d(e,"ViewPort",(function(){return xt})),r.d(e,"compressSpaces",(function(){return X})),r.d(e,"getSelectorSpecificity",(function(){return st})),r.d(e,"normalizeAttributeName",(function(){return Q})),r.d(e,"normalizeColor",(function(){return Z})),r.d(e,"parseExternalUrl",(function(){return $})),r.d(e,"presets",(function(){return H})),r.d(e,"toNumbers",(function(){return q})),r.d(e,"trimLeft",(function(){return Y})),r.d(e,"trimRight",(function(){return W})),r.d(e,"vectorMagnitude",(function(){return ut})),r.d(e,"vectorsAngle",(function(){return ct})),r.d(e,"vectorsRatio",(function(){return ht}));var i=r(1623),n=r.n(i),a=r(14),s=r.n(a),o=r(1653),u=r.n(o),h=r(1660),c=r.n(h),l=r(1662),f=r.n(l),g=r(1618),p=r.n(g),d=r(1667),v=r.n(d),y=r(109),m=r.n(y),x=r(1670),b=r.n(x),w=r(1672),S=r.n(w),T=r(1673),A=r.n(T),O=r(1674),P=r.n(O),E=r(1676),C=r.n(E),M=r(1679),N=r.n(M),V=r(1680),_=r.n(V),R=r(1681),k=r.n(R),I=r(1682),L=r.n(I),D=r(1684),B=r(1685),z=r.n(B),j=r(1686);function F(){var{DOMParser:t}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e={window:null,ignoreAnimation:!0,ignoreMouse:!0,DOMParser:t,createCanvas:(t,e)=>new OffscreenCanvas(t,e),createImage:t=>s()((function*(){var e=yield fetch(t),r=yield e.blob(),i;return yield createImageBitmap(r)}))()};return"undefined"==typeof DOMParser&&void 0!==t||Reflect.deleteProperty(e,"DOMParser"),e}function U(t){var{DOMParser:e,canvas:r,fetch:i}=t;return{window:null,ignoreAnimation:!0,ignoreMouse:!0,DOMParser:e,fetch:i,createCanvas:r.createCanvas,createImage:r.loadImage}}var H=Object.freeze({__proto__:null,offscreen:F,node:U});function X(t){return t.replace(/(?!\u3000)\s+/gm," ")}function Y(t){return t.replace(/^[\n \t]+/,"")}function W(t){return t.replace(/[\n \t]+$/,"")}function q(t){var e;return((t||"").match(/-?(\d+(?:\.\d*(?:[eE][+-]?\d+)?)?|\.\d+)(?=\D|$)/gm)||[]).map(parseFloat)}var G=/^[A-Z-]+$/;function Q(t){return G.test(t)?t.toLowerCase():t}function $(t){var e=/url\(('([^']+)'|"([^"]+)"|([^'")]+))\)/.exec(t)||[];return e[2]||e[3]||e[4]}function Z(t){if(!t.startsWith("rgb"))return t;var e=3,r;return t.replace(/\d+(\.\d+)?/g,(t,r)=>e--&&r?String(Math.round(parseFloat(t))):t)}var K=/(\[[^\]]+\])/g,J=/(#[^\s+>~.[:]+)/g,tt=/(\.[^\s+>~.[:]+)/g,et=/(::[^\s+>~.[:]+|:first-line|:first-letter|:before|:after)/gi,rt=/(:[\w-]+\([^)]*\))/gi,it=/(:[^\s+>~.[:]+)/g,nt=/([^\s+>~.[:]+)/g;function at(t,e){var r=e.exec(t);return r?[t.replace(e," "),r.length]:[t,0]}function st(t){var e=[0,0,0],r=t.replace(/:not\(([^)]*)\)/g," $1 ").replace(/{[\s\S]*/gm," "),i=0;return[r,i]=at(r,K),e[1]+=i,[r,i]=at(r,J),e[0]+=i,[r,i]=at(r,tt),e[1]+=i,[r,i]=at(r,et),e[2]+=i,[r,i]=at(r,rt),e[1]+=i,[r,i]=at(r,it),e[1]+=i,r=r.replace(/[*\s+>~]/g," ").replace(/[#.]/g," "),[r,i]=at(r,nt),e[2]+=i,e.join("")}var ot=1e-8;function ut(t){return Math.sqrt(Math.pow(t[0],2)+Math.pow(t[1],2))}function ht(t,e){return(t[0]*e[0]+t[1]*e[1])/(ut(t)*ut(e))}function ct(t,e){return(t[0]*e[1]<t[1]*e[0]?-1:1)*Math.acos(ht(t,e))}function lt(t){return t*t*t}function ft(t){return 3*t*t*(1-t)}function gt(t){return 3*t*(1-t)*(1-t)}function pt(t){return(1-t)*(1-t)*(1-t)}function dt(t){return t*t}function vt(t){return 2*t*(1-t)}function yt(t){return(1-t)*(1-t)}class mt{constructor(t,e,r){this.document=t,this.name=e,this.value=r,this.isNormalizedColor=!1}static empty(t){return new mt(t,"EMPTY","")}split(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:" ",{document:e,name:r}=this;return X(this.getString()).trim().split(t).map(t=>new mt(e,r,t))}hasValue(t){var{value:e}=this;return null!==e&&""!==e&&(t||0!==e)&&void 0!==e}isString(t){var{value:e}=this,r="string"==typeof e;return r&&t?t.test(e):r}isUrlDefinition(){return this.isString(/^url\(/)}isPixels(){if(!this.hasValue())return!1;var t=this.getString();switch(!0){case t.endsWith("px"):case/^[0-9]+$/.test(t):return!0;default:return!1}}setValue(t){return this.value=t,this}getValue(t){return void 0===t||this.hasValue()?this.value:t}getNumber(t){if(!this.hasValue())return void 0===t?0:parseFloat(t);var{value:e}=this,r=parseFloat(e);return this.isString(/%$/)&&(r/=100),r}getString(t){return void 0===t||this.hasValue()?void 0===this.value?"":String(this.value):String(t)}getColor(t){var e=this.getString(t);return this.isNormalizedColor||(this.isNormalizedColor=!0,e=Z(e),this.value=e),e}getDpi(){return 96}getRem(){return this.document.rootEmSize}getEm(){return this.document.emSize}getUnits(){return this.getString().replace(/[0-9.-]/g,"")}getPixels(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!this.hasValue())return 0;var[r,i]="boolean"==typeof t?[void 0,t]:[t],{viewPort:n}=this.document.screen;switch(!0){case this.isString(/vmin$/):return this.getNumber()/100*Math.min(n.computeSize("x"),n.computeSize("y"));case this.isString(/vmax$/):return this.getNumber()/100*Math.max(n.computeSize("x"),n.computeSize("y"));case this.isString(/vw$/):return this.getNumber()/100*n.computeSize("x");case this.isString(/vh$/):return this.getNumber()/100*n.computeSize("y");case this.isString(/rem$/):return this.getNumber()*this.getRem();case this.isString(/em$/):return this.getNumber()*this.getEm();case this.isString(/ex$/):return this.getNumber()*this.getEm()/2;case this.isString(/px$/):return this.getNumber();case this.isString(/pt$/):return this.getNumber()*this.getDpi()*(1/72);case this.isString(/pc$/):return 15*this.getNumber();case this.isString(/cm$/):return this.getNumber()*this.getDpi()/2.54;case this.isString(/mm$/):return this.getNumber()*this.getDpi()/25.4;case this.isString(/in$/):return this.getNumber()*this.getDpi();case this.isString(/%$/)&&i:return this.getNumber()*this.getEm();case this.isString(/%$/):return this.getNumber()*n.computeSize(r);default:var a=this.getNumber();return e&&a<1?a*n.computeSize(r):a}}getMilliseconds(){return this.hasValue()?this.isString(/ms$/)?this.getNumber():1e3*this.getNumber():0}getRadians(){if(!this.hasValue())return 0;switch(!0){case this.isString(/deg$/):return this.getNumber()*(Math.PI/180);case this.isString(/grad$/):return this.getNumber()*(Math.PI/200);case this.isString(/rad$/):return this.getNumber();default:return this.getNumber()*(Math.PI/180)}}getDefinition(){var t=this.getString(),e=/#([^)'"]+)/.exec(t);return e&&(e=e[1]),e||(e=t),this.document.definitions[e]}getFillStyleDefinition(t,e){var r=this.getDefinition();if(!r)return null;if("function"==typeof r.createGradient)return r.createGradient(this.document.ctx,t,e);if("function"==typeof r.createPattern){if(r.getHrefAttribute().hasValue()){var i=r.getAttribute("patternTransform");r=r.getHrefAttribute().getDefinition(),i.hasValue()&&r.getAttribute("patternTransform",!0).setValue(i.value)}return r.createPattern(this.document.ctx,t,e)}return null}getTextBaseline(){return this.hasValue()?mt.textBaselineMapping[this.getString()]:null}addOpacity(t){for(var e=this.getColor(),r=e.length,i=0,n=0;n<r&&(","===e[n]&&i++,3!==i);n++);if(t.hasValue()&&this.isString()&&3!==i){var a=new N.a(e);a.ok&&(a.alpha=t.getNumber(),e=a.toRGBA())}return new mt(this.document,this.name,e)}}mt.textBaselineMapping={baseline:"alphabetic","before-edge":"top","text-before-edge":"top",middle:"middle",central:"middle","after-edge":"bottom","text-after-edge":"bottom",ideographic:"ideographic",alphabetic:"alphabetic",hanging:"hanging",mathematical:"alphabetic"};class xt{constructor(){this.viewPorts=[]}clear(){this.viewPorts=[]}setCurrent(t,e){this.viewPorts.push({width:t,height:e})}removeCurrent(){this.viewPorts.pop()}getCurrent(){var{viewPorts:t}=this;return t[t.length-1]}get width(){return this.getCurrent().width}get height(){return this.getCurrent().height}computeSize(t){return"number"==typeof t?t:"x"===t?this.width:"y"===t?this.height:Math.sqrt(Math.pow(this.width,2)+Math.pow(this.height,2))/Math.sqrt(2)}}class bt{constructor(t,e){this.x=t,this.y=e}static parse(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,[r=e,i=e]=q(t);return new bt(r,i)}static parseScale(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,[r=e,i=r]=q(t);return new bt(r,i)}static parsePath(t){for(var e=q(t),r=e.length,i=[],n=0;n<r;n+=2)i.push(new bt(e[n],e[n+1]));return i}angleTo(t){return Math.atan2(t.y-this.y,t.x-this.x)}applyTransform(t){var{x:e,y:r}=this,i=e*t[0]+r*t[2]+t[4],n=e*t[1]+r*t[3]+t[5];this.x=i,this.y=n}}class wt{constructor(t){this.screen=t,this.working=!1,this.events=[],this.eventElements=[],this.onClick=this.onClick.bind(this),this.onMouseMove=this.onMouseMove.bind(this)}isWorking(){return this.working}start(){if(!this.working){var{screen:t,onClick:e,onMouseMove:r}=this,i=t.ctx.canvas;i.onclick=e,i.onmousemove=r,this.working=!0}}stop(){if(this.working){var t=this.screen.ctx.canvas;this.working=!1,t.onclick=null,t.onmousemove=null}}hasEvents(){return this.working&&this.events.length>0}runEvents(){if(this.working){var{screen:t,events:e,eventElements:r}=this,{style:i}=t.ctx.canvas;i&&(i.cursor=""),e.forEach((t,e)=>{for(var{run:i}=t,n=r[e];n;)i(n),n=n.parent}),this.events=[],this.eventElements=[]}}checkPath(t,e){if(this.working&&e){var{events:r,eventElements:i}=this;r.forEach((r,n)=>{var{x:a,y:s}=r;!i[n]&&e.isPointInPath&&e.isPointInPath(a,s)&&(i[n]=t)})}}checkBoundingBox(t,e){if(this.working&&e){var{events:r,eventElements:i}=this;r.forEach((r,n)=>{var{x:a,y:s}=r;!i[n]&&e.isPointInBox(a,s)&&(i[n]=t)})}}mapXY(t,e){for(var{window:r,ctx:i}=this.screen,n=new bt(t,e),a=i.canvas;a;)n.x-=a.offsetLeft,n.y-=a.offsetTop,a=a.offsetParent;return r.scrollX&&(n.x+=r.scrollX),r.scrollY&&(n.y+=r.scrollY),n}onClick(t){var{x:e,y:r}=this.mapXY(t.clientX,t.clientY);this.events.push({type:"onclick",x:e,y:r,run(t){t.onClick&&t.onClick()}})}onMouseMove(t){var{x:e,y:r}=this.mapXY(t.clientX,t.clientY);this.events.push({type:"onmousemove",x:e,y:r,run(t){t.onMouseMove&&t.onMouseMove()}})}}var St="undefined"!=typeof window?window:null,Tt="undefined"!=typeof fetch?fetch.bind(void 0):null;class At{constructor(t){var{fetch:e=Tt,window:r=St}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.ctx=t,this.FRAMERATE=30,this.MAX_VIRTUAL_PIXELS=3e4,this.CLIENT_WIDTH=800,this.CLIENT_HEIGHT=600,this.viewPort=new xt,this.mouse=new wt(this),this.animations=[],this.waits=[],this.frameDuration=0,this.isReadyLock=!1,this.isFirstRender=!0,this.intervalId=null,this.window=r,this.fetch=e}wait(t){this.waits.push(t)}ready(){return this.readyPromise?this.readyPromise:Promise.resolve()}isReady(){if(this.isReadyLock)return!0;var t=this.waits.every(t=>t());return t&&(this.waits=[],this.resolveReady&&this.resolveReady()),this.isReadyLock=t,t}setDefaults(t){t.strokeStyle="rgba(0,0,0,0)",t.lineCap="butt",t.lineJoin="miter",t.miterLimit=4}setViewBox(t){var{document:e,ctx:r,aspectRatio:i,width:n,desiredWidth:a,height:s,desiredHeight:o,minX:u=0,minY:h=0,refX:c,refY:l,clip:f=!1,clipX:g=0,clipY:p=0}=t,d=X(i).replace(/^defer\s/,""),[v,y]=d.split(" "),m=v||"xMidYMid",x=y||"meet",b=n/a,w=s/o,S=Math.min(b,w),T=Math.max(b,w),A=a,O=o;"meet"===x&&(A*=S,O*=S),"slice"===x&&(A*=T,O*=T);var P=new mt(e,"refX",c),E=new mt(e,"refY",l),C=P.hasValue()&&E.hasValue();if(C&&r.translate(-S*P.getPixels("x"),-S*E.getPixels("y")),f){var M=S*g,N=S*p;r.beginPath(),r.moveTo(M,N),r.lineTo(n,N),r.lineTo(n,s),r.lineTo(M,s),r.closePath(),r.clip()}if(!C){var V="meet"===x&&S===w,_="slice"===x&&T===w,R="meet"===x&&S===b,k="slice"===x&&T===b;m.startsWith("xMid")&&(V||_)&&r.translate(n/2-A/2,0),m.endsWith("YMid")&&(R||k)&&r.translate(0,s/2-O/2),m.startsWith("xMax")&&(V||_)&&r.translate(n-A,0),m.endsWith("YMax")&&(R||k)&&r.translate(0,s-O)}switch(!0){case"none"===m:r.scale(b,w);break;case"meet"===x:r.scale(S,S);break;case"slice"===x:r.scale(T,T)}r.translate(-u,-h)}start(t){var{enableRedraw:e=!1,ignoreMouse:r=!1,ignoreAnimation:i=!1,ignoreDimensions:n=!1,ignoreClear:a=!1,forceRedraw:s,scaleWidth:o,scaleHeight:u,offsetX:h,offsetY:c}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{FRAMERATE:l,mouse:f}=this,g=1e3/l;if(this.frameDuration=g,this.readyPromise=new Promise(t=>{this.resolveReady=t}),this.isReady()&&this.render(t,n,a,o,u,h,c),e){var p=Date.now(),d=p,v=0,y=()=>{p=Date.now(),(v=p-d)>=g&&(d=p-v%g,this.shouldUpdate(i,s)&&(this.render(t,n,a,o,u,h,c),f.runEvents())),this.intervalId=P()(y)};r||f.start(),this.intervalId=P()(y)}}stop(){this.intervalId&&(P.a.cancel(this.intervalId),this.intervalId=null),this.mouse.stop()}shouldUpdate(t,e){if(!t){var{frameDuration:r}=this,i;if(this.animations.reduce((t,e)=>e.update(r)||t,!1))return!0}return!("function"!=typeof e||!e())||(!(this.isReadyLock||!this.isReady())||!!this.mouse.hasEvents())}render(t,e,r,i,n,a,s){var{CLIENT_WIDTH:o,CLIENT_HEIGHT:u,viewPort:h,ctx:c,isFirstRender:l}=this,f=c.canvas;h.clear(),f.width&&f.height?h.setCurrent(f.width,f.height):h.setCurrent(o,u);var g=t.getStyle("width"),p=t.getStyle("height");!e&&(l||"number"!=typeof i&&"number"!=typeof n)&&(g.hasValue()&&(f.width=g.getPixels("x"),f.style&&(f.style.width="".concat(f.width,"px"))),p.hasValue()&&(f.height=p.getPixels("y"),f.style&&(f.style.height="".concat(f.height,"px"))));var d=f.clientWidth||f.width,v=f.clientHeight||f.height;if(e&&g.hasValue()&&p.hasValue()&&(d=g.getPixels("x"),v=p.getPixels("y")),h.setCurrent(d,v),"number"==typeof a&&t.getAttribute("x",!0).setValue(a),"number"==typeof s&&t.getAttribute("y",!0).setValue(s),"number"==typeof i||"number"==typeof n){var y=q(t.getAttribute("viewBox").getString()),m=0,x=0;if("number"==typeof i){var b=t.getStyle("width");b.hasValue()?m=b.getPixels("x")/i:isNaN(y[2])||(m=y[2]/i)}if("number"==typeof n){var w=t.getStyle("height");w.hasValue()?x=w.getPixels("y")/n:isNaN(y[3])||(x=y[3]/n)}m||(m=x),x||(x=m),t.getAttribute("width",!0).setValue(i),t.getAttribute("height",!0).setValue(n);var S=t.getStyle("transform",!0,!0);S.setValue("".concat(S.getString()," scale(").concat(1/m,", ").concat(1/x,")"))}r||c.clearRect(0,0,d,v),t.render(c),l&&(this.isFirstRender=!1)}}At.defaultWindow=St,At.defaultFetch=Tt;var{defaultFetch:Ot}=At,Pt="undefined"!=typeof DOMParser?DOMParser:null;class Et{constructor(){var{fetch:t=Ot,DOMParser:e=Pt}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.fetch=t,this.DOMParser=e}parse(t){var e=this;return s()((function*(){return t.startsWith("<")?e.parseFromString(t):e.load(t)}))()}parseFromString(t){var e=new this.DOMParser;try{return this.checkDocument(e.parseFromString(t,"image/svg+xml"))}catch(r){return this.checkDocument(e.parseFromString(t,"text/xml"))}}checkDocument(t){var e=t.getElementsByTagName("parsererror")[0];if(e)throw new Error(e.textContent);return t}load(t){var e=this;return s()((function*(){var r=yield e.fetch(t),i=yield r.text();return e.parseFromString(i)}))()}}class Ct{constructor(t,e){this.type="translate",this.point=null,this.point=bt.parse(e)}apply(t){var{x:e,y:r}=this.point;t.translate(e||0,r||0)}unapply(t){var{x:e,y:r}=this.point;t.translate(-1*e||0,-1*r||0)}applyToPoint(t){var{x:e,y:r}=this.point;t.applyTransform([1,0,0,1,e||0,r||0])}}class Mt{constructor(t,e,r){this.type="rotate",this.angle=null,this.originX=null,this.originY=null,this.cx=0,this.cy=0;var i=q(e);this.angle=new mt(t,"angle",i[0]),this.originX=r[0],this.originY=r[1],this.cx=i[1]||0,this.cy=i[2]||0}apply(t){var{cx:e,cy:r,originX:i,originY:n,angle:a}=this,s=e+i.getPixels("x"),o=r+n.getPixels("y");t.translate(s,o),t.rotate(a.getRadians()),t.translate(-s,-o)}unapply(t){var{cx:e,cy:r,originX:i,originY:n,angle:a}=this,s=e+i.getPixels("x"),o=r+n.getPixels("y");t.translate(s,o),t.rotate(-1*a.getRadians()),t.translate(-s,-o)}applyToPoint(t){var{cx:e,cy:r,angle:i}=this,n=i.getRadians();t.applyTransform([1,0,0,1,e||0,r||0]),t.applyTransform([Math.cos(n),Math.sin(n),-Math.sin(n),Math.cos(n),0,0]),t.applyTransform([1,0,0,1,-e||0,-r||0])}}class Nt{constructor(t,e,r){this.type="scale",this.scale=null,this.originX=null,this.originY=null;var i=bt.parseScale(e);0!==i.x&&0!==i.y||(i.x=ot,i.y=ot),this.scale=i,this.originX=r[0],this.originY=r[1]}apply(t){var{scale:{x:e,y:r},originX:i,originY:n}=this,a=i.getPixels("x"),s=n.getPixels("y");t.translate(a,s),t.scale(e,r||e),t.translate(-a,-s)}unapply(t){var{scale:{x:e,y:r},originX:i,originY:n}=this,a=i.getPixels("x"),s=n.getPixels("y");t.translate(a,s),t.scale(1/e,1/r||e),t.translate(-a,-s)}applyToPoint(t){var{x:e,y:r}=this.scale;t.applyTransform([e||0,0,0,r||0,0,0])}}class Vt{constructor(t,e,r){this.type="matrix",this.matrix=[],this.originX=null,this.originY=null,this.matrix=q(e),this.originX=r[0],this.originY=r[1]}apply(t){var{originX:e,originY:r,matrix:i}=this,n=e.getPixels("x"),a=r.getPixels("y");t.translate(n,a),t.transform(i[0],i[1],i[2],i[3],i[4],i[5]),t.translate(-n,-a)}unapply(t){var{originX:e,originY:r,matrix:i}=this,n=i[0],a=i[2],s=i[4],o=i[1],u=i[3],h=i[5],c=0,l=0,f=1,g=1/(n*(1*u-0*h)-a*(1*o-0*h)+s*(0*o-0*u)),p=e.getPixels("x"),d=r.getPixels("y");t.translate(p,d),t.transform(g*(1*u-0*h),g*(0*h-1*o),g*(0*s-1*a),g*(1*n-0*s),g*(a*h-s*u),g*(s*o-n*h)),t.translate(-p,-d)}applyToPoint(t){t.applyTransform(this.matrix)}}class _t extends Vt{constructor(t,e,r){super(t,e,r),this.type="skew",this.angle=null,this.angle=new mt(t,"angle",e)}}class Rt extends _t{constructor(t,e,r){super(t,e,r),this.type="skewX",this.matrix=[1,0,Math.tan(this.angle.getRadians()),1,0,0]}}class kt extends _t{constructor(t,e,r){super(t,e,r),this.type="skewY",this.matrix=[1,Math.tan(this.angle.getRadians()),0,1,0,0]}}function It(t){return X(t).trim().replace(/\)([a-zA-Z])/g,") $1").replace(/\)(\s?,\s?)/g,") ").split(/\s(?=[a-z])/)}function Lt(t){var[e,r]=t.split("(");return[e.trim(),r.trim().replace(")","")]}class Dt{constructor(t,e,r){var i;this.document=t,this.transforms=[],It(e).forEach(t=>{if("none"!==t){var[e,i]=Lt(t),n=Dt.transformTypes[e];void 0!==n&&this.transforms.push(new n(this.document,i,r))}})}static fromElement(t,e){var r=e.getStyle("transform",!1,!0),[i,n=i]=e.getStyle("transform-origin",!1,!0).split(),a=[i,n];return r.hasValue()?new Dt(t,r.getString(),a):null}apply(t){for(var{transforms:e}=this,r=e.length,i=0;i<r;i++)e[i].apply(t)}unapply(t){for(var{transforms:e}=this,r,i=e.length-1;i>=0;i--)e[i].unapply(t)}applyToPoint(t){for(var{transforms:e}=this,r=e.length,i=0;i<r;i++)e[i].applyToPoint(t)}}Dt.transformTypes={translate:Ct,rotate:Mt,scale:Nt,matrix:Vt,skewX:Rt,skewY:kt};class Bt{constructor(t,e){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(this.document=t,this.node=e,this.captureTextNodes=r,this.attributes={},this.styles={},this.stylesSpecificity={},this.animationFrozen=!1,this.animationFrozenValue="",this.parent=null,this.children=[],e&&1===e.nodeType){var i;if(Array.from(e.attributes).forEach(e=>{var r=Q(e.nodeName);this.attributes[r]=new mt(t,r,e.value)}),this.addStylesFromStyleDefinition(),this.getAttribute("style").hasValue())this.getAttribute("style").getString().split(";").map(t=>t.trim()).forEach(e=>{if(e){var[r,i]=e.split(":").map(t=>t.trim());this.styles[r]=new mt(t,r,i)}});var{definitions:n}=t,a=this.getAttribute("id");a.hasValue()&&(n[a.getString()]||(n[a.getString()]=this)),Array.from(e.childNodes).forEach(e=>{if(1===e.nodeType)this.addChild(e);else if(r&&(3===e.nodeType||4===e.nodeType)){var i=t.createTextNode(e);i.getText().length>0&&this.addChild(i)}})}}getAttribute(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=this.attributes[t];if(!r&&e){var i=new mt(this.document,t,"");return this.attributes[t]=i,i}return r||mt.empty(this.document)}getHrefAttribute(){for(var t in this.attributes)if("href"===t||t.endsWith(":href"))return this.attributes[t];return mt.empty(this.document)}getStyle(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=this.styles[t];if(i)return i;var n=this.getAttribute(t);if(null!=n&&n.hasValue())return this.styles[t]=n,n;if(!r){var{parent:a}=this;if(a){var s=a.getStyle(t);if(null!=s&&s.hasValue())return s}}if(e){var o=new mt(this.document,t,"");return this.styles[t]=o,o}return i||mt.empty(this.document)}render(t){if("none"!==this.getStyle("display").getString()&&"hidden"!==this.getStyle("visibility").getString()){if(t.save(),this.getStyle("mask").hasValue()){var e=this.getStyle("mask").getDefinition();e&&(this.applyEffects(t),e.apply(t,this))}else if("none"!==this.getStyle("filter").getValue("none")){var r=this.getStyle("filter").getDefinition();r&&(this.applyEffects(t),r.apply(t,this))}else this.setContext(t),this.renderChildren(t),this.clearContext(t);t.restore()}}setContext(t){}applyEffects(t){var e=Dt.fromElement(this.document,this);e&&e.apply(t);var r=this.getStyle("clip-path",!1,!0);if(r.hasValue()){var i=r.getDefinition();i&&i.apply(t)}}clearContext(t){}renderChildren(t){this.children.forEach(e=>{e.render(t)})}addChild(t){var e=t instanceof Bt?t:this.document.createElement(t);e.parent=this,Bt.ignoreChildTypes.includes(e.type)||this.children.push(e)}matchesSelector(t){var{node:e}=this;if("function"==typeof e.matches)return e.matches(t);var r=e.getAttribute("class");return!(!r||""===r)&&r.split(" ").some(e=>".".concat(e)===t)}addStylesFromStyleDefinition(){var{styles:t,stylesSpecificity:e}=this.document;for(var r in t)if(!r.startsWith("@")&&this.matchesSelector(r)){var i=t[r],n=e[r];if(i)for(var a in i){var s=this.stylesSpecificity[a];void 0===s&&(s="000"),n>=s&&(this.styles[a]=i[a],this.stylesSpecificity[a]=n)}}}removeStyles(t,e){var r;return e.reduce((e,r)=>{var i=t.getStyle(r);if(!i.hasValue())return e;var n=i.getString();return i.setValue(""),[...e,[r,n]]},[])}restoreStyles(t,e){e.forEach(e=>{var[r,i]=e;t.getStyle(r,!0).setValue(i)})}}Bt.ignoreChildTypes=["title"];class zt extends Bt{constructor(t,e,r){super(t,e,r)}}function jt(t){var e=t.trim();return/^('|")/.test(e)?e:'"'.concat(e,'"')}function Ft(e){return void 0===t?e:e.trim().split(",").map(jt).join(",")}function Ut(t){if(!t)return"";var e=t.trim().toLowerCase();switch(e){case"normal":case"italic":case"oblique":case"inherit":case"initial":case"unset":return e;default:return/^oblique\s+(-|)\d+deg$/.test(e)?e:""}}function Ht(t){if(!t)return"";var e=t.trim().toLowerCase();switch(e){case"normal":case"bold":case"lighter":case"bolder":case"inherit":case"initial":case"unset":return e;default:return/^[\d.]+$/.test(e)?e:""}}class Xt{constructor(t,e,r,i,n,a){var s=a?"string"==typeof a?Xt.parse(a):a:{};this.fontFamily=n||s.fontFamily,this.fontSize=i||s.fontSize,this.fontStyle=t||s.fontStyle,this.fontWeight=r||s.fontWeight,this.fontVariant=e||s.fontVariant}static parse(){var t,e=arguments.length>1?arguments[1]:void 0,r="",i="",n="",a="",s="",o=X(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").trim().split(" "),u={fontSize:!1,fontStyle:!1,fontWeight:!1,fontVariant:!1};return o.forEach(t=>{switch(!0){case!u.fontStyle&&Xt.styles.includes(t):"inherit"!==t&&(r=t),u.fontStyle=!0;break;case!u.fontVariant&&Xt.variants.includes(t):"inherit"!==t&&(i=t),u.fontStyle=!0,u.fontVariant=!0;break;case!u.fontWeight&&Xt.weights.includes(t):"inherit"!==t&&(n=t),u.fontStyle=!0,u.fontVariant=!0,u.fontWeight=!0;break;case!u.fontSize:"inherit"!==t&&([a]=t.split("/")),u.fontStyle=!0,u.fontVariant=!0,u.fontWeight=!0,u.fontSize=!0;break;default:"inherit"!==t&&(s+=t)}}),new Xt(r,i,n,a,s,e)}toString(){return[Ut(this.fontStyle),this.fontVariant,Ht(this.fontWeight),this.fontSize,Ft(this.fontFamily)].join(" ").trim()}}Xt.styles="normal|italic|oblique|inherit",Xt.variants="normal|small-caps|inherit",Xt.weights="normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900|inherit";class Yt{constructor(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Number.NaN,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Number.NaN,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Number.NaN,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:Number.NaN;this.x1=t,this.y1=e,this.x2=r,this.y2=i,this.addPoint(t,e),this.addPoint(r,i)}get x(){return this.x1}get y(){return this.y1}get width(){return this.x2-this.x1}get height(){return this.y2-this.y1}addPoint(t,e){void 0!==t&&((isNaN(this.x1)||isNaN(this.x2))&&(this.x1=t,this.x2=t),t<this.x1&&(this.x1=t),t>this.x2&&(this.x2=t)),void 0!==e&&((isNaN(this.y1)||isNaN(this.y2))&&(this.y1=e,this.y2=e),e<this.y1&&(this.y1=e),e>this.y2&&(this.y2=e))}addX(t){this.addPoint(t,null)}addY(t){this.addPoint(null,t)}addBoundingBox(t){if(t){var{x1:e,y1:r,x2:i,y2:n}=t;this.addPoint(e,r),this.addPoint(i,n)}}sumCubic(t,e,r,i,n){return Math.pow(1-t,3)*e+3*Math.pow(1-t,2)*t*r+3*(1-t)*Math.pow(t,2)*i+Math.pow(t,3)*n}bezierCurveAdd(t,e,r,i,n){var a=6*e-12*r+6*i,s=-3*e+9*r-9*i+3*n,o=3*r-3*e;if(0!==s){var u=Math.pow(a,2)-4*o*s;if(!(u<0)){var h=(-a+Math.sqrt(u))/(2*s);0<h&&h<1&&(t?this.addX(this.sumCubic(h,e,r,i,n)):this.addY(this.sumCubic(h,e,r,i,n)));var c=(-a-Math.sqrt(u))/(2*s);0<c&&c<1&&(t?this.addX(this.sumCubic(c,e,r,i,n)):this.addY(this.sumCubic(c,e,r,i,n)))}}else{if(0===a)return;var l=-o/a;0<l&&l<1&&(t?this.addX(this.sumCubic(l,e,r,i,n)):this.addY(this.sumCubic(l,e,r,i,n)))}}addBezierCurve(t,e,r,i,n,a,s,o){this.addPoint(t,e),this.addPoint(s,o),this.bezierCurveAdd(!0,t,r,n,s),this.bezierCurveAdd(!1,e,i,a,o)}addQuadraticCurve(t,e,r,i,n,a){var s=t+2/3*(r-t),o=e+2/3*(i-e),u=s+1/3*(n-t),h=o+1/3*(a-e);this.addBezierCurve(t,e,s,u,o,h,n,a)}isPointInBox(t,e){var{x1:r,y1:i,x2:n,y2:a}=this;return r<=t&&t<=n&&i<=e&&e<=a}}class Wt extends D.a{constructor(t){super(t.replace(/([+\-.])\s+/gm,"$1").replace(/[^MmZzLlHhVvCcSsQqTtAae\d\s.,+-].*/g,"")),this.control=null,this.start=null,this.current=null,this.command=null,this.commands=this.commands,this.i=-1,this.previousCommand=null,this.points=[],this.angles=[]}reset(){this.i=-1,this.command=null,this.previousCommand=null,this.start=new bt(0,0),this.control=new bt(0,0),this.current=new bt(0,0),this.points=[],this.angles=[]}isEnd(){var{i:t,commands:e}=this;return t>=e.length-1}next(){var t=this.commands[++this.i];return this.previousCommand=this.command,this.command=t,t}getPoint(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"x",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"y",r=new bt(this.command[t],this.command[e]);return this.makeAbsolute(r)}getAsControlPoint(t,e){var r=this.getPoint(t,e);return this.control=r,r}getAsCurrentPoint(t,e){var r=this.getPoint(t,e);return this.current=r,r}getReflectedControlPoint(){var t=this.previousCommand.type;if(t!==D.a.CURVE_TO&&t!==D.a.SMOOTH_CURVE_TO&&t!==D.a.QUAD_TO&&t!==D.a.SMOOTH_QUAD_TO)return this.current;var{current:{x:e,y:r},control:{x:i,y:n}}=this,a;return new bt(2*e-i,2*r-n)}makeAbsolute(t){if(this.command.relative){var{x:e,y:r}=this.current;t.x+=e,t.y+=r}return t}addMarker(t,e,r){var{points:i,angles:n}=this;r&&n.length>0&&!n[n.length-1]&&(n[n.length-1]=i[i.length-1].angleTo(r)),this.addMarkerAngle(t,e?e.angleTo(t):null)}addMarkerAngle(t,e){this.points.push(t),this.angles.push(e)}getMarkerPoints(){return this.points}getMarkerAngles(){for(var{angles:t}=this,e=t.length,r=0;r<e;r++)if(!t[r])for(var i=r+1;i<e;i++)if(t[i]){t[r]=t[i];break}return t}}class qt extends Bt{constructor(){super(...arguments),this.modifiedEmSizeStack=!1}calculateOpacity(){for(var t=1,e=this;e;){var r=e.getStyle("opacity",!1,!0);r.hasValue(!0)&&(t*=r.getNumber()),e=e.parent}return t}setContext(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!e){var r=this.getStyle("fill"),i=this.getStyle("fill-opacity"),n=this.getStyle("stroke"),a=this.getStyle("stroke-opacity");if(r.isUrlDefinition()){var s=r.getFillStyleDefinition(this,i);s&&(t.fillStyle=s)}else if(r.hasValue()){"currentColor"===r.getString()&&r.setValue(this.getStyle("color").getColor());var o=r.getColor();"inherit"!==o&&(t.fillStyle="none"===o?"rgba(0,0,0,0)":o)}if(i.hasValue()){var u=new mt(this.document,"fill",t.fillStyle).addOpacity(i).getColor();t.fillStyle=u}if(n.isUrlDefinition()){var h=n.getFillStyleDefinition(this,a);h&&(t.strokeStyle=h)}else if(n.hasValue()){"currentColor"===n.getString()&&n.setValue(this.getStyle("color").getColor());var c=n.getString();"inherit"!==c&&(t.strokeStyle="none"===c?"rgba(0,0,0,0)":c)}if(a.hasValue()){var l=new mt(this.document,"stroke",t.strokeStyle).addOpacity(a).getString();t.strokeStyle=l}var f=this.getStyle("stroke-width");if(f.hasValue()){var g=f.getPixels();t.lineWidth=g||ot}var p=this.getStyle("stroke-linecap"),d=this.getStyle("stroke-linejoin"),v=this.getStyle("stroke-miterlimit"),y=this.getStyle("stroke-dasharray"),m=this.getStyle("stroke-dashoffset");if(p.hasValue()&&(t.lineCap=p.getString()),d.hasValue()&&(t.lineJoin=d.getString()),v.hasValue()&&(t.miterLimit=v.getNumber()),y.hasValue()&&"none"!==y.getString()){var x=q(y.getString());void 0!==t.setLineDash?t.setLineDash(x):void 0!==t.webkitLineDash?t.webkitLineDash=x:void 0===t.mozDash||1===x.length&&0===x[0]||(t.mozDash=x);var b=m.getPixels();void 0!==t.lineDashOffset?t.lineDashOffset=b:void 0!==t.webkitLineDashOffset?t.webkitLineDashOffset=b:void 0!==t.mozDashOffset&&(t.mozDashOffset=b)}}if(this.modifiedEmSizeStack=!1,void 0!==t.font){var w=this.getStyle("font"),S=this.getStyle("font-style"),T=this.getStyle("font-variant"),A=this.getStyle("font-weight"),O=this.getStyle("font-size"),P=this.getStyle("font-family"),E=new Xt(S.getString(),T.getString(),A.getString(),O.hasValue()?"".concat(O.getPixels(!0),"px"):"",P.getString(),Xt.parse(w.getString(),t.font));S.setValue(E.fontStyle),T.setValue(E.fontVariant),A.setValue(E.fontWeight),O.setValue(E.fontSize),P.setValue(E.fontFamily),t.font=E.toString(),O.isPixels()&&(this.document.emSize=O.getPixels(),this.modifiedEmSizeStack=!0)}e||(this.applyEffects(t),t.globalAlpha=this.calculateOpacity())}clearContext(t){super.clearContext(t),this.modifiedEmSizeStack&&this.document.popEmSize()}}class Gt extends qt{constructor(t,e,r){super(t,e,r),this.type="path",this.pathParser=null,this.pathParser=new Wt(this.getAttribute("d").getString())}path(t){var{pathParser:e}=this,r=new Yt;for(e.reset(),t&&t.beginPath();!e.isEnd();)switch(e.next().type){case Wt.MOVE_TO:this.pathM(t,r);break;case Wt.LINE_TO:this.pathL(t,r);break;case Wt.HORIZ_LINE_TO:this.pathH(t,r);break;case Wt.VERT_LINE_TO:this.pathV(t,r);break;case Wt.CURVE_TO:this.pathC(t,r);break;case Wt.SMOOTH_CURVE_TO:this.pathS(t,r);break;case Wt.QUAD_TO:this.pathQ(t,r);break;case Wt.SMOOTH_QUAD_TO:this.pathT(t,r);break;case Wt.ARC:this.pathA(t,r);break;case Wt.CLOSE_PATH:this.pathZ(t,r)}return r}getBoundingBox(t){return this.path()}getMarkers(){var{pathParser:t}=this,e=t.getMarkerPoints(),r=t.getMarkerAngles(),i;return e.map((t,e)=>[t,r[e]])}renderChildren(t){this.path(t),this.document.screen.mouse.checkPath(this,t);var e=this.getStyle("fill-rule");""!==t.fillStyle&&("inherit"!==e.getString("inherit")?t.fill(e.getString()):t.fill()),""!==t.strokeStyle&&("non-scaling-stroke"===this.getAttribute("vector-effect").getString()?(t.save(),t.setTransform(1,0,0,1,0,0),t.stroke(),t.restore()):t.stroke());var r=this.getMarkers();if(r){var i=r.length-1,n=this.getStyle("marker-start"),a=this.getStyle("marker-mid"),s=this.getStyle("marker-end");if(n.isUrlDefinition()){var o=n.getDefinition(),[u,h]=r[0];o.render(t,u,h)}if(a.isUrlDefinition())for(var c=a.getDefinition(),l=1;l<i;l++){var[f,g]=r[l];c.render(t,f,g)}if(s.isUrlDefinition()){var p=s.getDefinition(),[d,v]=r[i];p.render(t,d,v)}}}static pathM(t){var e=t.getAsCurrentPoint();return t.start=t.current,{point:e}}pathM(t,e){var{pathParser:r}=this,{point:i}=Gt.pathM(r),{x:n,y:a}=i;r.addMarker(i),e.addPoint(n,a),t&&t.moveTo(n,a)}static pathL(t){var{current:e}=t,r;return{current:e,point:t.getAsCurrentPoint()}}pathL(t,e){var{pathParser:r}=this,{current:i,point:n}=Gt.pathL(r),{x:a,y:s}=n;r.addMarker(n,i),e.addPoint(a,s),t&&t.lineTo(a,s)}static pathH(t){var{current:e,command:r}=t,i=new bt((r.relative?e.x:0)+r.x,e.y);return t.current=i,{current:e,point:i}}pathH(t,e){var{pathParser:r}=this,{current:i,point:n}=Gt.pathH(r),{x:a,y:s}=n;r.addMarker(n,i),e.addPoint(a,s),t&&t.lineTo(a,s)}static pathV(t){var{current:e,command:r}=t,i=new bt(e.x,(r.relative?e.y:0)+r.y);return t.current=i,{current:e,point:i}}pathV(t,e){var{pathParser:r}=this,{current:i,point:n}=Gt.pathV(r),{x:a,y:s}=n;r.addMarker(n,i),e.addPoint(a,s),t&&t.lineTo(a,s)}static pathC(t){var{current:e}=t,r,i,n;return{current:e,point:t.getPoint("x1","y1"),controlPoint:t.getAsControlPoint("x2","y2"),currentPoint:t.getAsCurrentPoint()}}pathC(t,e){var{pathParser:r}=this,{current:i,point:n,controlPoint:a,currentPoint:s}=Gt.pathC(r);r.addMarker(s,a,n),e.addBezierCurve(i.x,i.y,n.x,n.y,a.x,a.y,s.x,s.y),t&&t.bezierCurveTo(n.x,n.y,a.x,a.y,s.x,s.y)}static pathS(t){var{current:e}=t,r,i,n;return{current:e,point:t.getReflectedControlPoint(),controlPoint:t.getAsControlPoint("x2","y2"),currentPoint:t.getAsCurrentPoint()}}pathS(t,e){var{pathParser:r}=this,{current:i,point:n,controlPoint:a,currentPoint:s}=Gt.pathS(r);r.addMarker(s,a,n),e.addBezierCurve(i.x,i.y,n.x,n.y,a.x,a.y,s.x,s.y),t&&t.bezierCurveTo(n.x,n.y,a.x,a.y,s.x,s.y)}static pathQ(t){var{current:e}=t,r,i;return{current:e,controlPoint:t.getAsControlPoint("x1","y1"),currentPoint:t.getAsCurrentPoint()}}pathQ(t,e){var{pathParser:r}=this,{current:i,controlPoint:n,currentPoint:a}=Gt.pathQ(r);r.addMarker(a,n,n),e.addQuadraticCurve(i.x,i.y,n.x,n.y,a.x,a.y),t&&t.quadraticCurveTo(n.x,n.y,a.x,a.y)}static pathT(t){var{current:e}=t,r=t.getReflectedControlPoint(),i;return t.control=r,{current:e,controlPoint:r,currentPoint:t.getAsCurrentPoint()}}pathT(t,e){var{pathParser:r}=this,{current:i,controlPoint:n,currentPoint:a}=Gt.pathT(r);r.addMarker(a,n,n),e.addQuadraticCurve(i.x,i.y,n.x,n.y,a.x,a.y),t&&t.quadraticCurveTo(n.x,n.y,a.x,a.y)}static pathA(t){var{current:e,command:r}=t,{rX:i,rY:n,xRot:a,lArcFlag:s,sweepFlag:o}=r,u=a*(Math.PI/180),h=t.getAsCurrentPoint(),c=new bt(Math.cos(u)*(e.x-h.x)/2+Math.sin(u)*(e.y-h.y)/2,-Math.sin(u)*(e.x-h.x)/2+Math.cos(u)*(e.y-h.y)/2),l=Math.pow(c.x,2)/Math.pow(i,2)+Math.pow(c.y,2)/Math.pow(n,2);l>1&&(i*=Math.sqrt(l),n*=Math.sqrt(l));var f=(s===o?-1:1)*Math.sqrt((Math.pow(i,2)*Math.pow(n,2)-Math.pow(i,2)*Math.pow(c.y,2)-Math.pow(n,2)*Math.pow(c.x,2))/(Math.pow(i,2)*Math.pow(c.y,2)+Math.pow(n,2)*Math.pow(c.x,2)));isNaN(f)&&(f=0);var g=new bt(f*i*c.y/n,f*-n*c.x/i),p=new bt((e.x+h.x)/2+Math.cos(u)*g.x-Math.sin(u)*g.y,(e.y+h.y)/2+Math.sin(u)*g.x+Math.cos(u)*g.y),d=ct([1,0],[(c.x-g.x)/i,(c.y-g.y)/n]),v=[(c.x-g.x)/i,(c.y-g.y)/n],y=[(-c.x-g.x)/i,(-c.y-g.y)/n],m=ct(v,y);return ht(v,y)<=-1&&(m=Math.PI),ht(v,y)>=1&&(m=0),{currentPoint:h,rX:i,rY:n,sweepFlag:o,xAxisRotation:u,centp:p,a1:d,ad:m}}pathA(t,e){var{pathParser:r}=this,{currentPoint:i,rX:n,rY:a,sweepFlag:s,xAxisRotation:o,centp:u,a1:h,ad:c}=Gt.pathA(r),l=1-s?1:-1,f=h+l*(c/2),g=new bt(u.x+n*Math.cos(f),u.y+a*Math.sin(f));if(r.addMarkerAngle(g,f-l*Math.PI/2),r.addMarkerAngle(i,f-l*Math.PI),e.addPoint(i.x,i.y),t&&!isNaN(h)&&!isNaN(c)){var p=n>a?n:a,d=n>a?1:n/a,v=n>a?a/n:1;t.translate(u.x,u.y),t.rotate(o),t.scale(d,v),t.arc(0,0,p,h,h+c,Boolean(1-s)),t.scale(1/d,1/v),t.rotate(-o),t.translate(-u.x,-u.y)}}static pathZ(t){t.current=t.start}pathZ(t,e){Gt.pathZ(this.pathParser),t&&e.x1!==e.x2&&e.y1!==e.y2&&t.closePath()}}class Qt extends Gt{constructor(t,e,r){super(t,e,r),this.type="glyph",this.horizAdvX=this.getAttribute("horiz-adv-x").getNumber(),this.unicode=this.getAttribute("unicode").getString(),this.arabicForm=this.getAttribute("arabic-form").getString()}}class $t extends qt{constructor(t,e,r){super(t,e,new.target===$t||r),this.type="text",this.x=0,this.y=0,this.measureCache=-1}setContext(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];super.setContext(t,e);var r=this.getStyle("dominant-baseline").getTextBaseline()||this.getStyle("alignment-baseline").getTextBaseline();r&&(t.textBaseline=r)}initializeCoordinates(t){this.x=this.getAttribute("x").getPixels("x"),this.y=this.getAttribute("y").getPixels("y");var e=this.getAttribute("dx"),r=this.getAttribute("dy");e.hasValue()&&(this.x+=e.getPixels("x")),r.hasValue()&&(this.y+=r.getPixels("y")),this.x+=this.getAnchorDelta(t,this,0)}getBoundingBox(t){if("text"!==this.type)return this.getTElementBoundingBox(t);this.initializeCoordinates(t);var e=null;return this.children.forEach((r,i)=>{var n=this.getChildBoundingBox(t,this,this,i);e?e.addBoundingBox(n):e=n}),e}getFontSize(){var{document:t,parent:e}=this,r=Xt.parse(t.ctx.font).fontSize,i;return e.getStyle("font-size").getNumber(r)}getTElementBoundingBox(t){var e=this.getFontSize();return new Yt(this.x,this.y-e,this.x+this.measureText(t),this.y)}getGlyph(t,e,r){var i=e[r],n=null;if(t.isArabic){var a=e.length,s=e[r-1],o=e[r+1],u="isolated";if((0===r||" "===s)&&r<a-2&&" "!==o&&(u="terminal"),r>0&&" "!==s&&r<a-2&&" "!==o&&(u="medial"),r>0&&" "!==s&&(r===a-1||" "===o)&&(u="initial"),void 0!==t.glyphs[i]){var h=t.glyphs[i];n=h instanceof Qt?h:h[u]}}else n=t.glyphs[i];return n||(n=t.missingGlyph),n}getText(){return""}getTextFromNode(t){var e=t||this.node,r=Array.from(e.parentNode.childNodes),i=r.indexOf(e),n=r.length-1,a=X(e.textContent||"");return 0===i&&(a=Y(a)),i===n&&(a=W(a)),a}renderChildren(t){if("text"===this.type){this.initializeCoordinates(t),this.children.forEach((e,r)=>{this.renderChild(t,this,this,r)});var{mouse:e}=this.document.screen;e.isWorking()&&e.checkBoundingBox(this,this.getBoundingBox(t))}else this.renderTElementChildren(t)}renderTElementChildren(t){var{document:e,parent:r}=this,i=this.getText(),n=r.getStyle("font-family").getDefinition();if(n)for(var{unitsPerEm:a}=n.fontFace,s=Xt.parse(e.ctx.font),o=r.getStyle("font-size").getNumber(s.fontSize),u=r.getStyle("font-style").getString(s.fontStyle),h=o/a,c=n.isRTL?i.split("").reverse().join(""):i,l=q(r.getAttribute("dx").getString()),f=c.length,g=0;g<f;g++){var p=this.getGlyph(n,c,g);t.translate(this.x,this.y),t.scale(h,-h);var d=t.lineWidth;t.lineWidth=t.lineWidth*a/o,"italic"===u&&t.transform(1,0,.4,1,0,0),p.render(t),"italic"===u&&t.transform(1,0,-.4,1,0,0),t.lineWidth=d,t.scale(1/h,-1/h),t.translate(-this.x,-this.y),this.x+=o*(p.horizAdvX||n.horizAdvX)/a,void 0===l[g]||isNaN(l[g])||(this.x+=l[g])}else{var{x:v,y:y}=this;t.fillStyle&&t.fillText(i,v,y),t.strokeStyle&&t.strokeText(i,v,y)}}getAnchorDelta(t,e,r){var i=this.getStyle("text-anchor").getString("start");if("start"!==i){for(var{children:n}=e,a=n.length,s=null,o=0,u=r;u<a&&(s=n[u],!(u>r&&s.getAttribute("x").hasValue()||s.getAttribute("text-anchor").hasValue()));u++)o+=s.measureTextRecursive(t);return-1*("end"===i?o:o/2)}return 0}adjustChildCoordinates(t,e,r,i){var n=r.children[i];if("function"!=typeof n.measureText)return n;t.save(),n.setContext(t,!0);var a=n.getAttribute("x"),s=n.getAttribute("y"),o=n.getAttribute("dx"),u=n.getAttribute("dy"),h=n.getAttribute("text-anchor").getString("start");if(0===i&&"textNode"!==n.type&&(a.hasValue()||a.setValue(e.getAttribute("x").getValue("0")),s.hasValue()||s.setValue(e.getAttribute("y").getValue("0")),o.hasValue()||o.setValue(e.getAttribute("dx").getValue("0")),u.hasValue()||u.setValue(e.getAttribute("dy").getValue("0"))),a.hasValue()){if(n.x=a.getPixels("x")+e.getAnchorDelta(t,r,i),"start"!==h){var c=n.measureTextRecursive(t);n.x+=-1*("end"===h?c:c/2)}o.hasValue()&&(n.x+=o.getPixels("x"))}else{if("start"!==h){var l=n.measureTextRecursive(t);e.x+=-1*("end"===h?l:l/2)}o.hasValue()&&(e.x+=o.getPixels("x")),n.x=e.x}return e.x=n.x+n.measureText(t),s.hasValue()?(n.y=s.getPixels("y"),u.hasValue()&&(n.y+=u.getPixels("y"))):(u.hasValue()&&(e.y+=u.getPixels("y")),n.y=e.y),e.y=n.y,n.clearContext(t),t.restore(),n}getChildBoundingBox(t,e,r,i){var n=this.adjustChildCoordinates(t,e,r,i);if("function"!=typeof n.getBoundingBox)return null;var a=n.getBoundingBox(t);return a?(n.children.forEach((r,i)=>{var s=e.getChildBoundingBox(t,e,n,i);a.addBoundingBox(s)}),a):null}renderChild(t,e,r,i){var n=this.adjustChildCoordinates(t,e,r,i);n.render(t),n.children.forEach((r,i)=>{e.renderChild(t,e,n,i)})}measureTextRecursive(t){var e;return this.children.reduce((e,r)=>e+r.measureTextRecursive(t),this.measureText(t))}measureText(t){var{measureCache:e}=this;if(~e)return e;var r=this.getText(),i=this.measureTargetText(t,r);return this.measureCache=i,i}measureTargetText(t,e){if(!e.length)return 0;var{parent:r}=this,i=r.getStyle("font-family").getDefinition();if(i){for(var n=this.getFontSize(),a=i.isRTL?e.split("").reverse().join(""):e,s=q(r.getAttribute("dx").getString()),o=a.length,u=0,h=0;h<o;h++){var c;u+=(this.getGlyph(i,a,h).horizAdvX||i.horizAdvX)*n/i.fontFace.unitsPerEm,void 0===s[h]||isNaN(s[h])||(u+=s[h])}return u}if(!t.measureText)return 10*e.length;t.save(),this.setContext(t,!0);var{width:l}=t.measureText(e);return this.clearContext(t),t.restore(),l}}class Zt extends $t{constructor(t,e,r){super(t,e,new.target===Zt||r),this.type="tspan",this.text=this.children.length>0?"":this.getTextFromNode()}getText(){return this.text}}class Kt extends Zt{constructor(){super(...arguments),this.type="textNode"}}class Jt extends qt{constructor(){super(...arguments),this.type="svg",this.root=!1}setContext(t){var e,{document:r}=this,{screen:i,window:n}=r,a=t.canvas;if(i.setDefaults(t),a.style&&void 0!==t.font&&n&&void 0!==n.getComputedStyle){t.font=n.getComputedStyle(a).getPropertyValue("font");var s=new mt(r,"fontSize",Xt.parse(t.font).fontSize);s.hasValue()&&(r.rootEmSize=s.getPixels("y"),r.emSize=r.rootEmSize)}this.getAttribute("x").hasValue()||this.getAttribute("x",!0).setValue(0),this.getAttribute("y").hasValue()||this.getAttribute("y",!0).setValue(0);var{width:o,height:u}=i.viewPort;this.getStyle("width").hasValue()||this.getStyle("width",!0).setValue("100%"),this.getStyle("height").hasValue()||this.getStyle("height",!0).setValue("100%"),this.getStyle("color").hasValue()||this.getStyle("color",!0).setValue("black");var h=this.getAttribute("refX"),c=this.getAttribute("refY"),l=this.getAttribute("viewBox"),f=l.hasValue()?q(l.getString()):null,g=!this.root&&"visible"!==this.getStyle("overflow").getValue("hidden"),p=0,d=0,v=0,y=0;f&&(p=f[0],d=f[1]),this.root||(o=this.getStyle("width").getPixels("x"),u=this.getStyle("height").getPixels("y"),"marker"===this.type&&(v=p,y=d,p=0,d=0)),i.viewPort.setCurrent(o,u),!this.node||this.parent&&"foreignObject"!==(null===(e=this.node.parentNode)||void 0===e?void 0:e.nodeName)||!this.getStyle("transform",!1,!0).hasValue()||this.getStyle("transform-origin",!1,!0).hasValue()||this.getStyle("transform-origin",!0,!0).setValue("50% 50%"),super.setContext(t),t.translate(this.getAttribute("x").getPixels("x"),this.getAttribute("y").getPixels("y")),f&&(o=f[2],u=f[3]),r.setViewBox({ctx:t,aspectRatio:this.getAttribute("preserveAspectRatio").getString(),width:i.viewPort.width,desiredWidth:o,height:i.viewPort.height,desiredHeight:u,minX:p,minY:d,refX:h.getValue(),refY:c.getValue(),clip:g,clipX:v,clipY:y}),f&&(i.viewPort.removeCurrent(),i.viewPort.setCurrent(o,u))}clearContext(t){super.clearContext(t),this.document.screen.viewPort.removeCurrent()}resize(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=this.getAttribute("width",!0),n=this.getAttribute("height",!0),a=this.getAttribute("viewBox"),s=this.getAttribute("style"),o=i.getNumber(0),u=n.getNumber(0);if(r)if("string"==typeof r)this.getAttribute("preserveAspectRatio",!0).setValue(r);else{var h=this.getAttribute("preserveAspectRatio");h.hasValue()&&h.setValue(h.getString().replace(/^\s*(\S.*\S)\s*$/,"$1"))}if(i.setValue(t),n.setValue(e),a.hasValue()||a.setValue("0 0 ".concat(o||t," ").concat(u||e)),s.hasValue()){var c=this.getStyle("width"),l=this.getStyle("height");c.hasValue()&&c.setValue("".concat(t,"px")),l.hasValue()&&l.setValue("".concat(e,"px"))}}}class te extends Gt{constructor(){super(...arguments),this.type="rect"}path(t){var e=this.getAttribute("x").getPixels("x"),r=this.getAttribute("y").getPixels("y"),i=this.getStyle("width",!1,!0).getPixels("x"),n=this.getStyle("height",!1,!0).getPixels("y"),a=this.getAttribute("rx"),s=this.getAttribute("ry"),o=a.getPixels("x"),u=s.getPixels("y");if(a.hasValue()&&!s.hasValue()&&(u=o),s.hasValue()&&!a.hasValue()&&(o=u),o=Math.min(o,i/2),u=Math.min(u,n/2),t){var h=(Math.sqrt(2)-1)/3*4;t.beginPath(),n>0&&i>0&&(t.moveTo(e+o,r),t.lineTo(e+i-o,r),t.bezierCurveTo(e+i-o+h*o,r,e+i,r+u-h*u,e+i,r+u),t.lineTo(e+i,r+n-u),t.bezierCurveTo(e+i,r+n-u+h*u,e+i-o+h*o,r+n,e+i-o,r+n),t.lineTo(e+o,r+n),t.bezierCurveTo(e+o-h*o,r+n,e,r+n-u+h*u,e,r+n-u),t.lineTo(e,r+u),t.bezierCurveTo(e,r+u-h*u,e+o-h*o,r,e+o,r),t.closePath())}return new Yt(e,r,e+i,r+n)}getMarkers(){return null}}class ee extends Gt{constructor(){super(...arguments),this.type="circle"}path(t){var e=this.getAttribute("cx").getPixels("x"),r=this.getAttribute("cy").getPixels("y"),i=this.getAttribute("r").getPixels();return t&&i>0&&(t.beginPath(),t.arc(e,r,i,0,2*Math.PI,!1),t.closePath()),new Yt(e-i,r-i,e+i,r+i)}getMarkers(){return null}}class re extends Gt{constructor(){super(...arguments),this.type="ellipse"}path(t){var e=(Math.sqrt(2)-1)/3*4,r=this.getAttribute("rx").getPixels("x"),i=this.getAttribute("ry").getPixels("y"),n=this.getAttribute("cx").getPixels("x"),a=this.getAttribute("cy").getPixels("y");return t&&r>0&&i>0&&(t.beginPath(),t.moveTo(n+r,a),t.bezierCurveTo(n+r,a+e*i,n+e*r,a+i,n,a+i),t.bezierCurveTo(n-e*r,a+i,n-r,a+e*i,n-r,a),t.bezierCurveTo(n-r,a-e*i,n-e*r,a-i,n,a-i),t.bezierCurveTo(n+e*r,a-i,n+r,a-e*i,n+r,a),t.closePath()),new Yt(n-r,a-i,n+r,a+i)}getMarkers(){return null}}class ie extends Gt{constructor(){super(...arguments),this.type="line"}getPoints(){return[new bt(this.getAttribute("x1").getPixels("x"),this.getAttribute("y1").getPixels("y")),new bt(this.getAttribute("x2").getPixels("x"),this.getAttribute("y2").getPixels("y"))]}path(t){var[{x:e,y:r},{x:i,y:n}]=this.getPoints();return t&&(t.beginPath(),t.moveTo(e,r),t.lineTo(i,n)),new Yt(e,r,i,n)}getMarkers(){var[t,e]=this.getPoints(),r=t.angleTo(e);return[[t,r],[e,r]]}}class ne extends Gt{constructor(t,e,r){super(t,e,r),this.type="polyline",this.points=[],this.points=bt.parsePath(this.getAttribute("points").getString())}path(t){var{points:e}=this,[{x:r,y:i}]=e,n=new Yt(r,i);return t&&(t.beginPath(),t.moveTo(r,i)),e.forEach(e=>{var{x:r,y:i}=e;n.addPoint(r,i),t&&t.lineTo(r,i)}),n}getMarkers(){var{points:t}=this,e=t.length-1,r=[];return t.forEach((i,n)=>{n!==e&&r.push([i,i.angleTo(t[n+1])])}),r.length>0&&r.push([t[t.length-1],r[r.length-1][1]]),r}}class ae extends ne{constructor(){super(...arguments),this.type="polygon"}path(t){var e=super.path(t),[{x:r,y:i}]=this.points;return t&&(t.lineTo(r,i),t.closePath()),e}}class se extends Bt{constructor(){super(...arguments),this.type="pattern"}createPattern(t,e,r){var i=this.getStyle("width").getPixels("x",!0),n=this.getStyle("height").getPixels("y",!0),a=new Jt(this.document,null);a.attributes.viewBox=new mt(this.document,"viewBox",this.getAttribute("viewBox").getValue()),a.attributes.width=new mt(this.document,"width","".concat(i,"px")),a.attributes.height=new mt(this.document,"height","".concat(n,"px")),a.attributes.transform=new mt(this.document,"transform",this.getAttribute("patternTransform").getValue()),a.children=this.children;var s=this.document.createCanvas(i,n),o=s.getContext("2d"),u=this.getAttribute("x"),h=this.getAttribute("y"),c;u.hasValue()&&h.hasValue()&&o.translate(u.getPixels("x",!0),h.getPixels("y",!0)),r.hasValue()?this.styles["fill-opacity"]=r:Reflect.deleteProperty(this.styles,"fill-opacity");for(var l=-1;l<=1;l++)for(var f=-1;f<=1;f++)o.save(),a.attributes.x=new mt(this.document,"x",l*s.width),a.attributes.y=new mt(this.document,"y",f*s.height),a.render(o),o.restore();return t.createPattern(s,"repeat")}}class oe extends Bt{constructor(){super(...arguments),this.type="marker"}render(t,e,r){if(e){var{x:i,y:n}=e,a=this.getAttribute("orient").getString("auto"),s=this.getAttribute("markerUnits").getString("strokeWidth");t.translate(i,n),"auto"===a&&t.rotate(r),"strokeWidth"===s&&t.scale(t.lineWidth,t.lineWidth),t.save();var o=new Jt(this.document,null);o.type=this.type,o.attributes.viewBox=new mt(this.document,"viewBox",this.getAttribute("viewBox").getValue()),o.attributes.refX=new mt(this.document,"refX",this.getAttribute("refX").getValue()),o.attributes.refY=new mt(this.document,"refY",this.getAttribute("refY").getValue()),o.attributes.width=new mt(this.document,"width",this.getAttribute("markerWidth").getValue()),o.attributes.height=new mt(this.document,"height",this.getAttribute("markerHeight").getValue()),o.attributes.overflow=new mt(this.document,"overflow",this.getAttribute("overflow").getValue()),o.attributes.fill=new mt(this.document,"fill",this.getAttribute("fill").getColor("black")),o.attributes.stroke=new mt(this.document,"stroke",this.getAttribute("stroke").getValue("none")),o.children=this.children,o.render(t),t.restore(),"strokeWidth"===s&&t.scale(1/t.lineWidth,1/t.lineWidth),"auto"===a&&t.rotate(-r),t.translate(-i,-n)}}}class ue extends Bt{constructor(){super(...arguments),this.type="defs"}render(){}}class he extends qt{constructor(){super(...arguments),this.type="g"}getBoundingBox(t){var e=new Yt;return this.children.forEach(r=>{e.addBoundingBox(r.getBoundingBox(t))}),e}}class ce extends Bt{constructor(t,e,r){super(t,e,r),this.attributesToInherit=["gradientUnits"],this.stops=[];var{stops:i,children:n}=this;n.forEach(t=>{"stop"===t.type&&i.push(t)})}getGradientUnits(){return this.getAttribute("gradientUnits").getString("objectBoundingBox")}createGradient(t,e,r){var i=this;this.getHrefAttribute().hasValue()&&(i=this.getHrefAttribute().getDefinition(),this.inheritStopContainer(i));var{stops:n}=i,a=this.getGradient(t,e);if(!a)return this.addParentOpacity(r,n[n.length-1].color);if(n.forEach(t=>{a.addColorStop(t.offset,this.addParentOpacity(r,t.color))}),this.getAttribute("gradientTransform").hasValue()){var{document:s}=this,{MAX_VIRTUAL_PIXELS:o,viewPort:u}=s.screen,[h]=u.viewPorts,c=new te(s,null);c.attributes.x=new mt(s,"x",-o/3),c.attributes.y=new mt(s,"y",-o/3),c.attributes.width=new mt(s,"width",o),c.attributes.height=new mt(s,"height",o);var l=new he(s,null);l.attributes.transform=new mt(s,"transform",this.getAttribute("gradientTransform").getValue()),l.children=[c];var f=new Jt(s,null);f.attributes.x=new mt(s,"x",0),f.attributes.y=new mt(s,"y",0),f.attributes.width=new mt(s,"width",h.width),f.attributes.height=new mt(s,"height",h.height),f.children=[l];var g=s.createCanvas(h.width,h.height),p=g.getContext("2d");return p.fillStyle=a,f.render(p),p.createPattern(g,"no-repeat")}return a}inheritStopContainer(t){this.attributesToInherit.forEach(e=>{!this.getAttribute(e).hasValue()&&t.getAttribute(e).hasValue()&&this.getAttribute(e,!0).setValue(t.getAttribute(e).getValue())})}addParentOpacity(t,e){var r;return t.hasValue()?new mt(this.document,"color",e).addOpacity(t).getColor():e}}class le extends ce{constructor(t,e,r){super(t,e,r),this.type="linearGradient",this.attributesToInherit.push("x1","y1","x2","y2")}getGradient(t,e){var r="objectBoundingBox"===this.getGradientUnits(),i=r?e.getBoundingBox(t):null;if(r&&!i)return null;this.getAttribute("x1").hasValue()||this.getAttribute("y1").hasValue()||this.getAttribute("x2").hasValue()||this.getAttribute("y2").hasValue()||(this.getAttribute("x1",!0).setValue(0),this.getAttribute("y1",!0).setValue(0),this.getAttribute("x2",!0).setValue(1),this.getAttribute("y2",!0).setValue(0));var n=r?i.x+i.width*this.getAttribute("x1").getNumber():this.getAttribute("x1").getPixels("x"),a=r?i.y+i.height*this.getAttribute("y1").getNumber():this.getAttribute("y1").getPixels("y"),s=r?i.x+i.width*this.getAttribute("x2").getNumber():this.getAttribute("x2").getPixels("x"),o=r?i.y+i.height*this.getAttribute("y2").getNumber():this.getAttribute("y2").getPixels("y");return n===s&&a===o?null:t.createLinearGradient(n,a,s,o)}}class fe extends ce{constructor(t,e,r){super(t,e,r),this.type="radialGradient",this.attributesToInherit.push("cx","cy","r","fx","fy","fr")}getGradient(t,e){var r="objectBoundingBox"===this.getGradientUnits(),i=e.getBoundingBox(t);if(r&&!i)return null;this.getAttribute("cx").hasValue()||this.getAttribute("cx",!0).setValue("50%"),this.getAttribute("cy").hasValue()||this.getAttribute("cy",!0).setValue("50%"),this.getAttribute("r").hasValue()||this.getAttribute("r",!0).setValue("50%");var n=r?i.x+i.width*this.getAttribute("cx").getNumber():this.getAttribute("cx").getPixels("x"),a=r?i.y+i.height*this.getAttribute("cy").getNumber():this.getAttribute("cy").getPixels("y"),s=n,o=a;this.getAttribute("fx").hasValue()&&(s=r?i.x+i.width*this.getAttribute("fx").getNumber():this.getAttribute("fx").getPixels("x")),this.getAttribute("fy").hasValue()&&(o=r?i.y+i.height*this.getAttribute("fy").getNumber():this.getAttribute("fy").getPixels("y"));var u=r?(i.width+i.height)/2*this.getAttribute("r").getNumber():this.getAttribute("r").getPixels(),h=this.getAttribute("fr").getPixels();return t.createRadialGradient(s,o,h,n,a,u)}}class ge extends Bt{constructor(t,e,r){super(t,e,r),this.type="stop";var i=Math.max(0,Math.min(1,this.getAttribute("offset").getNumber())),n=this.getStyle("stop-opacity"),a=this.getStyle("stop-color",!0);""===a.getString()&&a.setValue("#000"),n.hasValue()&&(a=a.addOpacity(n)),this.offset=i,this.color=a.getColor()}}class pe extends Bt{constructor(t,e,r){super(t,e,r),this.type="animate",this.duration=0,this.initialValue=null,this.initialUnits="",this.removed=!1,this.frozen=!1,t.screen.animations.push(this),this.begin=this.getAttribute("begin").getMilliseconds(),this.maxDuration=this.begin+this.getAttribute("dur").getMilliseconds(),this.from=this.getAttribute("from"),this.to=this.getAttribute("to"),this.values=new mt(t,"values",null);var i=this.getAttribute("values");i.hasValue()&&this.values.setValue(i.getString().split(";"))}getProperty(){var t=this.getAttribute("attributeType").getString(),e=this.getAttribute("attributeName").getString();return"CSS"===t?this.parent.getStyle(e,!0):this.parent.getAttribute(e,!0)}calcValue(){var{initialUnits:t}=this,{progress:e,from:r,to:i}=this.getProgress(),n=r.getNumber()+(i.getNumber()-r.getNumber())*e;return"%"===t&&(n*=100),"".concat(n).concat(t)}update(t){var{parent:e}=this,r=this.getProperty();if(this.initialValue||(this.initialValue=r.getString(),this.initialUnits=r.getUnits()),this.duration>this.maxDuration){var i=this.getAttribute("fill").getString("remove");if("indefinite"===this.getAttribute("repeatCount").getString()||"indefinite"===this.getAttribute("repeatDur").getString())this.duration=0;else if("freeze"!==i||this.frozen){if("remove"===i&&!this.removed)return this.removed=!0,r.setValue(e.animationFrozen?e.animationFrozenValue:this.initialValue),!0}else this.frozen=!0,e.animationFrozen=!0,e.animationFrozenValue=r.getString();return!1}this.duration+=t;var n=!1;if(this.begin<this.duration){var a=this.calcValue(),s=this.getAttribute("type");if(s.hasValue()){var o=s.getString();a="".concat(o,"(").concat(a,")")}r.setValue(a),n=!0}return n}getProgress(){var{document:t,values:e}=this,r={progress:(this.duration-this.begin)/(this.maxDuration-this.begin)};if(e.hasValue()){var i=r.progress*(e.getValue().length-1),n=Math.floor(i),a=Math.ceil(i);r.from=new mt(t,"from",parseFloat(e.getValue()[n])),r.to=new mt(t,"to",parseFloat(e.getValue()[a])),r.progress=(i-n)/(a-n)}else r.from=this.from,r.to=this.to;return r}}class de extends pe{constructor(){super(...arguments),this.type="animateColor"}calcValue(){var{progress:t,from:e,to:r}=this.getProgress(),i=new N.a(e.getColor()),n=new N.a(r.getColor());if(i.ok&&n.ok){var a=i.r+(n.r-i.r)*t,s=i.g+(n.g-i.g)*t,o=i.b+(n.b-i.b)*t;return"rgb(".concat(Math.floor(a),", ").concat(Math.floor(s),", ").concat(Math.floor(o),")")}return this.getAttribute("from").getColor()}}class ve extends pe{constructor(){super(...arguments),this.type="animateTransform"}calcValue(){var{progress:t,from:e,to:r}=this.getProgress(),i=q(e.getString()),n=q(r.getString()),a;return i.map((e,r)=>{var i;return e+(n[r]-e)*t}).join(" ")}}class ye extends Bt{constructor(t,e,r){super(t,e,r),this.type="font",this.glyphs={},this.horizAdvX=this.getAttribute("horiz-adv-x").getNumber();var{definitions:i}=t,{children:n}=this;for(var a of n)switch(a.type){case"font-face":this.fontFace=a;var s=a.getStyle("font-family");s.hasValue()&&(i[s.getString()]=this);break;case"missing-glyph":this.missingGlyph=a;break;case"glyph":var o=a;o.arabicForm?(this.isRTL=!0,this.isArabic=!0,void 0===this.glyphs[o.unicode]&&(this.glyphs[o.unicode]={}),this.glyphs[o.unicode][o.arabicForm]=o):this.glyphs[o.unicode]=o}}render(){}}class me extends Bt{constructor(t,e,r){super(t,e,r),this.type="font-face",this.ascent=this.getAttribute("ascent").getNumber(),this.descent=this.getAttribute("descent").getNumber(),this.unitsPerEm=this.getAttribute("units-per-em").getNumber()}}class xe extends Gt{constructor(){super(...arguments),this.type="missing-glyph",this.horizAdvX=0}}class be extends $t{constructor(){super(...arguments),this.type="tref"}getText(){var t=this.getHrefAttribute().getDefinition();if(t){var e=t.children[0];if(e)return e.getText()}return""}}class we extends $t{constructor(t,e,r){super(t,e,r),this.type="a";var{childNodes:i}=e,n=i[0],a=i.length>0&&Array.from(i).every(t=>3===t.nodeType);this.hasText=a,this.text=a?this.getTextFromNode(n):""}getText(){return this.text}renderChildren(t){if(this.hasText){super.renderChildren(t);var{document:e,x:r,y:i}=this,{mouse:n}=e.screen,a=new mt(e,"fontSize",Xt.parse(e.ctx.font).fontSize);n.isWorking()&&n.checkBoundingBox(this,new Yt(r,i-a.getPixels("y"),r+this.measureText(t),i))}else if(this.children.length>0){var s=new he(this.document,null);s.children=this.children,s.parent=this,s.render(t)}}onClick(){var{window:t}=this.document;t&&t.open(this.getHrefAttribute().getString())}onMouseMove(){var t;this.document.ctx.canvas.style.cursor="pointer"}}function Se(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,i)}return r}function Te(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Se(Object(r),!0).forEach((function(e){m()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Se(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}class Ae extends $t{constructor(t,e,r){super(t,e,r),this.type="textPath",this.textWidth=0,this.textHeight=0,this.pathLength=-1,this.glyphInfo=null,this.letterSpacingCache=[],this.measuresCache=new Map([["",0]]);var i=this.getHrefAttribute().getDefinition();this.text=this.getTextFromNode(),this.dataArray=this.parsePathData(i)}getText(){return this.text}path(t){var{dataArray:e}=this;t&&t.beginPath(),e.forEach(e=>{var{type:r,points:i}=e;switch(r){case Wt.LINE_TO:t&&t.lineTo(i[0],i[1]);break;case Wt.MOVE_TO:t&&t.moveTo(i[0],i[1]);break;case Wt.CURVE_TO:t&&t.bezierCurveTo(i[0],i[1],i[2],i[3],i[4],i[5]);break;case Wt.QUAD_TO:t&&t.quadraticCurveTo(i[0],i[1],i[2],i[3]);break;case Wt.ARC:var[n,a,s,o,u,h,c,l]=i,f=s>o?s:o,g=s>o?1:s/o,p=s>o?o/s:1;t&&(t.translate(n,a),t.rotate(c),t.scale(g,p),t.arc(0,0,f,u,u+h,Boolean(1-l)),t.scale(1/g,1/p),t.rotate(-c),t.translate(-n,-a));break;case Wt.CLOSE_PATH:t&&t.closePath()}})}renderChildren(t){this.setTextData(t),t.save();var e=this.parent.getStyle("text-decoration").getString(),r=this.getFontSize(),{glyphInfo:i}=this,n=t.fillStyle;"underline"===e&&t.beginPath(),i.forEach((i,n)=>{var{p0:a,p1:s,rotation:o,text:u}=i;t.save(),t.translate(a.x,a.y),t.rotate(o),t.fillStyle&&t.fillText(u,0,0),t.strokeStyle&&t.strokeText(u,0,0),t.restore(),"underline"===e&&(0===n&&t.moveTo(a.x,a.y+r/8),t.lineTo(s.x,s.y+r/5))}),"underline"===e&&(t.lineWidth=r/20,t.strokeStyle=n,t.stroke(),t.closePath()),t.restore()}getLetterSpacingAt(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return this.letterSpacingCache[t]||0}findSegmentToFitChar(t,e,r,i,n,a,s,o,u){var h=a,c=this.measureText(t,o);" "===o&&"justify"===e&&r<i&&(c+=(i-r)/n),u>-1&&(h+=this.getLetterSpacingAt(u));var l=this.textHeight/20,f=this.getEquidistantPointOnPath(h,l,0),g=this.getEquidistantPointOnPath(h+c,l,0),p={p0:f,p1:g},d=f&&g?Math.atan2(g.y-f.y,g.x-f.x):0;if(s){var v=Math.cos(Math.PI/2+d)*s,y=Math.cos(-d)*s;p.p0=Te(Te({},f),{},{x:f.x+v,y:f.y+y}),p.p1=Te(Te({},g),{},{x:g.x+v,y:g.y+y})}return{offset:h+=c,segment:p,rotation:d}}measureText(t,e){var{measuresCache:r}=this,i=e||this.getText();if(r.has(i))return r.get(i);var n=this.measureTargetText(t,i);return r.set(i,n),n}setTextData(t){if(!this.glyphInfo){var e=this.getText(),r=e.split(""),i=e.split(" ").length-1,n=this.parent.getAttribute("dx").split().map(t=>t.getPixels("x")),a=this.parent.getAttribute("dy").getPixels("y"),s=this.parent.getStyle("text-anchor").getString("start"),o=this.getStyle("letter-spacing"),u=this.parent.getStyle("letter-spacing"),h=0;o.hasValue()&&"inherit"!==o.getValue()?o.hasValue()&&"initial"!==o.getValue()&&"unset"!==o.getValue()&&(h=o.getPixels()):h=u.getPixels();var c=[],l=e.length;this.letterSpacingCache=c;for(var f=0;f<l;f++)c.push(void 0!==n[f]?n[f]:h);var g=c.reduce((t,e,r)=>0===r?0:t+e||0,0),p=this.measureText(t),d=Math.max(p+g,0);this.textWidth=p,this.textHeight=this.getFontSize(),this.glyphInfo=[];var v=this.getPathLength(),y=this.getStyle("startOffset").getNumber(0)*v,m=0;"middle"!==s&&"center"!==s||(m=-d/2),"end"!==s&&"right"!==s||(m=-d),m+=y,r.forEach((e,n)=>{var{offset:o,segment:u,rotation:h}=this.findSegmentToFitChar(t,s,d,v,i,m,a,e,n);m=o,u.p0&&u.p1&&this.glyphInfo.push({text:r[n],p0:u.p0,p1:u.p1,rotation:h})})}}parsePathData(t){if(this.pathLength=-1,!t)return[];var e=[],{pathParser:r}=t;for(r.reset();!r.isEnd();){var{current:i}=r,n=i?i.x:0,a=i?i.y:0,s=r.next(),o=s.type,u=[];switch(s.type){case Wt.MOVE_TO:this.pathM(r,u);break;case Wt.LINE_TO:o=this.pathL(r,u);break;case Wt.HORIZ_LINE_TO:o=this.pathH(r,u);break;case Wt.VERT_LINE_TO:o=this.pathV(r,u);break;case Wt.CURVE_TO:this.pathC(r,u);break;case Wt.SMOOTH_CURVE_TO:o=this.pathS(r,u);break;case Wt.QUAD_TO:this.pathQ(r,u);break;case Wt.SMOOTH_QUAD_TO:o=this.pathT(r,u);break;case Wt.ARC:u=this.pathA(r);break;case Wt.CLOSE_PATH:Gt.pathZ(r)}s.type!==Wt.CLOSE_PATH?e.push({type:o,points:u,start:{x:n,y:a},pathLength:this.calcLength(n,a,o,u)}):e.push({type:Wt.CLOSE_PATH,points:[],pathLength:0})}return e}pathM(t,e){var{x:r,y:i}=Gt.pathM(t).point;e.push(r,i)}pathL(t,e){var{x:r,y:i}=Gt.pathL(t).point;return e.push(r,i),Wt.LINE_TO}pathH(t,e){var{x:r,y:i}=Gt.pathH(t).point;return e.push(r,i),Wt.LINE_TO}pathV(t,e){var{x:r,y:i}=Gt.pathV(t).point;return e.push(r,i),Wt.LINE_TO}pathC(t,e){var{point:r,controlPoint:i,currentPoint:n}=Gt.pathC(t);e.push(r.x,r.y,i.x,i.y,n.x,n.y)}pathS(t,e){var{point:r,controlPoint:i,currentPoint:n}=Gt.pathS(t);return e.push(r.x,r.y,i.x,i.y,n.x,n.y),Wt.CURVE_TO}pathQ(t,e){var{controlPoint:r,currentPoint:i}=Gt.pathQ(t);e.push(r.x,r.y,i.x,i.y)}pathT(t,e){var{controlPoint:r,currentPoint:i}=Gt.pathT(t);return e.push(r.x,r.y,i.x,i.y),Wt.QUAD_TO}pathA(t){var{rX:e,rY:r,sweepFlag:i,xAxisRotation:n,centp:a,a1:s,ad:o}=Gt.pathA(t);return 0===i&&o>0&&(o-=2*Math.PI),1===i&&o<0&&(o+=2*Math.PI),[a.x,a.y,e,r,s,o,n,i]}calcLength(t,e,r,i){var n=0,a=null,s=null,o=0;switch(r){case Wt.LINE_TO:return this.getLineLength(t,e,i[0],i[1]);case Wt.CURVE_TO:for(n=0,a=this.getPointOnCubicBezier(0,t,e,i[0],i[1],i[2],i[3],i[4],i[5]),o=.01;o<=1;o+=.01)s=this.getPointOnCubicBezier(o,t,e,i[0],i[1],i[2],i[3],i[4],i[5]),n+=this.getLineLength(a.x,a.y,s.x,s.y),a=s;return n;case Wt.QUAD_TO:for(n=0,a=this.getPointOnQuadraticBezier(0,t,e,i[0],i[1],i[2],i[3]),o=.01;o<=1;o+=.01)s=this.getPointOnQuadraticBezier(o,t,e,i[0],i[1],i[2],i[3]),n+=this.getLineLength(a.x,a.y,s.x,s.y),a=s;return n;case Wt.ARC:n=0;var u=i[4],h=i[5],c=i[4]+h,l=Math.PI/180;if(Math.abs(u-c)<l&&(l=Math.abs(u-c)),a=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],u,0),h<0)for(o=u-l;o>c;o-=l)s=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],o,0),n+=this.getLineLength(a.x,a.y,s.x,s.y),a=s;else for(o=u+l;o<c;o+=l)s=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],o,0),n+=this.getLineLength(a.x,a.y,s.x,s.y),a=s;return s=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],c,0),n+=this.getLineLength(a.x,a.y,s.x,s.y)}return 0}getPointOnLine(t,e,r,i,n){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:e,s=arguments.length>6&&void 0!==arguments[6]?arguments[6]:r,o=(n-r)/(i-e+ot),u=Math.sqrt(t*t/(1+o*o));i<e&&(u*=-1);var h=o*u,c=null;if(i===e)c={x:a,y:s+h};else if((s-r)/(a-e+ot)===o)c={x:a+u,y:s+h};else{var l=0,f=0,g=this.getLineLength(e,r,i,n);if(g<ot)return null;var p=(a-e)*(i-e)+(s-r)*(n-r);l=e+(p/=g*g)*(i-e),f=r+p*(n-r);var d=this.getLineLength(a,s,l,f),v=Math.sqrt(t*t-d*d);u=Math.sqrt(v*v/(1+o*o)),i<e&&(u*=-1),c={x:l+u,y:f+(h=o*u)}}return c}getPointOnPath(t){var e=this.getPathLength(),r=0,i=null;if(t<-5e-5||t-5e-5>e)return null;var{dataArray:n}=this;for(var a of n){if(!a||!(a.pathLength<5e-5||r+a.pathLength+5e-5<t)){var s=t-r,o=0;switch(a.type){case Wt.LINE_TO:i=this.getPointOnLine(s,a.start.x,a.start.y,a.points[0],a.points[1],a.start.x,a.start.y);break;case Wt.ARC:var u=a.points[4],h=a.points[5],c=a.points[4]+h;if(o=u+s/a.pathLength*h,h<0&&o<c||h>=0&&o>c)break;i=this.getPointOnEllipticalArc(a.points[0],a.points[1],a.points[2],a.points[3],o,a.points[6]);break;case Wt.CURVE_TO:(o=s/a.pathLength)>1&&(o=1),i=this.getPointOnCubicBezier(o,a.start.x,a.start.y,a.points[0],a.points[1],a.points[2],a.points[3],a.points[4],a.points[5]);break;case Wt.QUAD_TO:(o=s/a.pathLength)>1&&(o=1),i=this.getPointOnQuadraticBezier(o,a.start.x,a.start.y,a.points[0],a.points[1],a.points[2],a.points[3])}if(i)return i;break}r+=a.pathLength}return null}getLineLength(t,e,r,i){return Math.sqrt((r-t)*(r-t)+(i-e)*(i-e))}getPathLength(){return-1===this.pathLength&&(this.pathLength=this.dataArray.reduce((t,e)=>e.pathLength>0?t+e.pathLength:t,0)),this.pathLength}getPointOnCubicBezier(t,e,r,i,n,a,s,o,u){var h,c;return{x:o*lt(t)+a*ft(t)+i*gt(t)+e*pt(t),y:u*lt(t)+s*ft(t)+n*gt(t)+r*pt(t)}}getPointOnQuadraticBezier(t,e,r,i,n,a,s){var o,u;return{x:a*dt(t)+i*vt(t)+e*yt(t),y:s*dt(t)+n*vt(t)+r*yt(t)}}getPointOnEllipticalArc(t,e,r,i,n,a){var s=Math.cos(a),o=Math.sin(a),u=r*Math.cos(n),h=i*Math.sin(n);return{x:t+(u*s-h*o),y:e+(u*o+h*s)}}buildEquidistantCache(t,e){var r=this.getPathLength(),i=e||.25,n=t||r/100;if(!this.equidistantCache||this.equidistantCache.step!==n||this.equidistantCache.precision!==i){this.equidistantCache={step:n,precision:i,points:[]};for(var a=0,s=0;s<=r;s+=i){var o=this.getPointOnPath(s),u=this.getPointOnPath(s+i);o&&u&&((a+=this.getLineLength(o.x,o.y,u.x,u.y))>=n&&(this.equidistantCache.points.push({x:o.x,y:o.y,distance:s}),a-=n))}}}getEquidistantPointOnPath(t,e,r){if(this.buildEquidistantCache(e,r),t<0||t-this.getPathLength()>5e-5)return null;var i=Math.round(t/this.getPathLength()*(this.equidistantCache.points.length-1));return this.equidistantCache.points[i]||null}}var Oe=/^\s*data:(([^/,;]+\/[^/,;]+)(?:;([^,;=]+=[^,;=]+))?)?(?:;(base64))?,(.*)$/i;class Pe extends qt{constructor(t,e,r){super(t,e,r),this.type="image",this.loaded=!1;var i=this.getHrefAttribute().getString();if(i){var n=i.endsWith(".svg")||/^\s*data:image\/svg\+xml/i.test(i);t.images.push(this),n?this.loadSvg(i):this.loadImage(i),this.isSvg=n}}loadImage(t){var e=this;return s()((function*(){try{var r=yield e.document.createImage(t);e.image=r}catch(e){console.error('Error while loading image "'.concat(t,'":'),e)}e.loaded=!0}))()}loadSvg(t){var e=this;return s()((function*(){var r=Oe.exec(t);if(r){var i=r[5];"base64"===r[4]?e.image=atob(i):e.image=decodeURIComponent(i)}else try{var n=yield e.document.fetch(t),a=yield n.text();e.image=a}catch(e){console.error('Error while loading image "'.concat(t,'":'),e)}e.loaded=!0}))()}renderChildren(t){var{document:e,image:r,loaded:i}=this,n=this.getAttribute("x").getPixels("x"),a=this.getAttribute("y").getPixels("y"),s=this.getStyle("width").getPixels("x"),o=this.getStyle("height").getPixels("y");if(i&&r&&s&&o){if(t.save(),t.translate(n,a),this.isSvg){var u=e.canvg.forkString(t,this.image,{ignoreMouse:!0,ignoreAnimation:!0,ignoreDimensions:!0,ignoreClear:!0,offsetX:0,offsetY:0,scaleWidth:s,scaleHeight:o});u.document.documentElement.parent=this,u.render()}else{var h=this.image;e.setViewBox({ctx:t,aspectRatio:this.getAttribute("preserveAspectRatio").getString(),width:s,desiredWidth:h.width,height:o,desiredHeight:h.height}),this.loaded&&(void 0===h.complete||h.complete)&&t.drawImage(h,0,0)}t.restore()}}getBoundingBox(){var t=this.getAttribute("x").getPixels("x"),e=this.getAttribute("y").getPixels("y"),r=this.getStyle("width").getPixels("x"),i=this.getStyle("height").getPixels("y");return new Yt(t,e,t+r,e+i)}}class Ee extends qt{constructor(){super(...arguments),this.type="symbol"}render(t){}}class Ce{constructor(t){this.document=t,this.loaded=!1,t.fonts.push(this)}load(t,e){var r=this;return s()((function*(){try{var{document:i}=r,n,a=(yield i.canvg.parser.load(e)).getElementsByTagName("font");Array.from(a).forEach(e=>{var r=i.createElement(e);i.definitions[t]=r})}catch(t){console.error('Error while loading font "'.concat(e,'":'),t)}r.loaded=!0}))()}}class Me extends Bt{constructor(t,e,r){var i,n;super(t,e,r),this.type="style",X(Array.from(e.childNodes).map(t=>t.textContent).join("").replace(/(\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*+\/)|(^[\s]*\/\/.*)/gm,"").replace(/@import.*;/g,"")).split("}").forEach(e=>{var r=e.trim();if(r){var i=r.split("{"),n=i[0].split(","),a=i[1].split(";");n.forEach(e=>{var r=e.trim();if(r){var i=t.styles[r]||{};if(a.forEach(e=>{var r=e.indexOf(":"),n=e.substr(0,r).trim(),a=e.substr(r+1,e.length-r).trim();n&&a&&(i[n]=new mt(t,n,a))}),t.styles[r]=i,t.stylesSpecificity[r]=st(r),"@font-face"===r){var n=i["font-family"].getString().replace(/"|'/g,""),s;i.src.getString().split(",").forEach(e=>{if(e.indexOf('format("svg")')>0){var r=$(e);r&&new Ce(t).load(n,r)}})}}})}})}}Me.parseExternalUrl=$;class Ne extends qt{constructor(){super(...arguments),this.type="use"}setContext(t){super.setContext(t);var e=this.getAttribute("x"),r=this.getAttribute("y");e.hasValue()&&t.translate(e.getPixels("x"),0),r.hasValue()&&t.translate(0,r.getPixels("y"))}path(t){var{element:e}=this;e&&e.path(t)}renderChildren(t){var{document:e,element:r}=this;if(r){var i=r;if("symbol"===r.type&&((i=new Jt(e,null)).attributes.viewBox=new mt(e,"viewBox",r.getAttribute("viewBox").getString()),i.attributes.preserveAspectRatio=new mt(e,"preserveAspectRatio",r.getAttribute("preserveAspectRatio").getString()),i.attributes.overflow=new mt(e,"overflow",r.getAttribute("overflow").getString()),i.children=r.children,r.styles.opacity=new mt(e,"opacity",this.calculateOpacity())),"svg"===i.type){var n=this.getStyle("width",!1,!0),a=this.getStyle("height",!1,!0);n.hasValue()&&(i.attributes.width=new mt(e,"width",n.getString())),a.hasValue()&&(i.attributes.height=new mt(e,"height",a.getString()))}var s=i.parent;i.parent=this,i.render(t),i.parent=s}}getBoundingBox(t){var{element:e}=this;return e?e.getBoundingBox(t):null}elementTransform(){var{document:t,element:e}=this;return Dt.fromElement(t,e)}get element(){return this.cachedElement||(this.cachedElement=this.getHrefAttribute().getDefinition()),this.cachedElement}}function Ve(t,e,r,i,n,a){return t[r*i*4+4*e+a]}function _e(t,e,r,i,n,a,s){t[r*i*4+4*e+a]=s}function Re(t,e,r){var i;return t[e]*r}function ke(t,e,r,i){return e+Math.cos(t)*r+Math.sin(t)*i}class Ie extends Bt{constructor(t,e,r){super(t,e,r),this.type="feColorMatrix";var i=q(this.getAttribute("values").getString());switch(this.getAttribute("type").getString("matrix")){case"saturate":var n=i[0];i=[.213+.787*n,.715-.715*n,.072-.072*n,0,0,.213-.213*n,.715+.285*n,.072-.072*n,0,0,.213-.213*n,.715-.715*n,.072+.928*n,0,0,0,0,0,1,0,0,0,0,0,1];break;case"hueRotate":var a=i[0]*Math.PI/180;i=[ke(a,.213,.787,-.213),ke(a,.715,-.715,-.715),ke(a,.072,-.072,.928),0,0,ke(a,.213,-.213,.143),ke(a,.715,.285,.14),ke(a,.072,-.072,-.283),0,0,ke(a,.213,-.213,-.787),ke(a,.715,-.715,.715),ke(a,.072,.928,.072),0,0,0,0,0,1,0,0,0,0,0,1];break;case"luminanceToAlpha":i=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2125,.7154,.0721,0,0,0,0,0,0,1]}this.matrix=i,this.includeOpacity=this.getAttribute("includeOpacity").hasValue()}apply(t,e,r,i,n){for(var{includeOpacity:a,matrix:s}=this,o=t.getImageData(0,0,i,n),u=0;u<n;u++)for(var h=0;h<i;h++){var c=Ve(o.data,h,u,i,n,0),l=Ve(o.data,h,u,i,n,1),f=Ve(o.data,h,u,i,n,2),g=Ve(o.data,h,u,i,n,3),p=Re(s,0,c)+Re(s,1,l)+Re(s,2,f)+Re(s,3,g)+Re(s,4,1),d=Re(s,5,c)+Re(s,6,l)+Re(s,7,f)+Re(s,8,g)+Re(s,9,1),v=Re(s,10,c)+Re(s,11,l)+Re(s,12,f)+Re(s,13,g)+Re(s,14,1),y=Re(s,15,c)+Re(s,16,l)+Re(s,17,f)+Re(s,18,g)+Re(s,19,1);a&&(p=0,d=0,v=0,y*=g/255),_e(o.data,h,u,i,n,0,p),_e(o.data,h,u,i,n,1,d),_e(o.data,h,u,i,n,2,v),_e(o.data,h,u,i,n,3,y)}t.clearRect(0,0,i,n),t.putImageData(o,0,0)}}class Le extends Bt{constructor(){super(...arguments),this.type="mask"}apply(t,e){var{document:r}=this,i=this.getAttribute("x").getPixels("x"),n=this.getAttribute("y").getPixels("y"),a=this.getStyle("width").getPixels("x"),s=this.getStyle("height").getPixels("y");if(!a&&!s){var o=new Yt;this.children.forEach(e=>{o.addBoundingBox(e.getBoundingBox(t))}),i=Math.floor(o.x1),n=Math.floor(o.y1),a=Math.floor(o.width),s=Math.floor(o.height)}var u=this.removeStyles(e,Le.ignoreStyles),h=r.createCanvas(i+a,n+s),c=h.getContext("2d");r.screen.setDefaults(c),this.renderChildren(c),new Ie(r,{nodeType:1,childNodes:[],attributes:[{nodeName:"type",value:"luminanceToAlpha"},{nodeName:"includeOpacity",value:"true"}]}).apply(c,0,0,i+a,n+s);var l=r.createCanvas(i+a,n+s),f=l.getContext("2d");r.screen.setDefaults(f),e.render(f),f.globalCompositeOperation="destination-in",f.fillStyle=c.createPattern(h,"no-repeat"),f.fillRect(0,0,i+a,n+s),t.fillStyle=f.createPattern(l,"no-repeat"),t.fillRect(0,0,i+a,n+s),this.restoreStyles(e,u)}render(t){}}Le.ignoreStyles=["mask","transform","clip-path"];var De=()=>{};class Be extends Bt{constructor(){super(...arguments),this.type="clipPath"}apply(t){var{document:e}=this,r=Reflect.getPrototypeOf(t),{beginPath:i,closePath:n}=t;r&&(r.beginPath=De,r.closePath=De),Reflect.apply(i,t,[]),this.children.forEach(i=>{if(void 0!==i.path){var a=void 0!==i.elementTransform?i.elementTransform():null;a||(a=Dt.fromElement(e,i)),a&&a.apply(t),i.path(t),r&&(r.closePath=n),a&&a.unapply(t)}}),Reflect.apply(n,t,[]),t.clip(),r&&(r.beginPath=i,r.closePath=n)}render(t){}}class ze extends Bt{constructor(){super(...arguments),this.type="filter"}apply(t,e){var{document:r,children:i}=this,n=e.getBoundingBox(t);if(n){var a=0,s=0;i.forEach(t=>{var e=t.extraFilterDistance||0;a=Math.max(a,e),s=Math.max(s,e)});var o=Math.floor(n.width),u=Math.floor(n.height),h=o+2*a,c=u+2*s;if(!(h<1||c<1)){var l=Math.floor(n.x),f=Math.floor(n.y),g=this.removeStyles(e,ze.ignoreStyles),p=r.createCanvas(h,c),d=p.getContext("2d");r.screen.setDefaults(d),d.translate(-l+a,-f+s),e.render(d),i.forEach(t=>{"function"==typeof t.apply&&t.apply(d,0,0,h,c)}),t.drawImage(p,0,0,h,c,l-a,f-s,h,c),this.restoreStyles(e,g)}}}render(t){}}ze.ignoreStyles=["filter","transform","clip-path"];class je extends Bt{constructor(t,e,r){super(t,e,r),this.type="feDropShadow",this.addStylesFromStyleDefinition()}apply(t,e,r,i,n){}}class Fe extends Bt{constructor(){super(...arguments),this.type="feMorphology"}apply(t,e,r,i,n){}}class Ue extends Bt{constructor(){super(...arguments),this.type="feComposite"}apply(t,e,r,i,n){}}class He extends Bt{constructor(t,e,r){super(t,e,r),this.type="feGaussianBlur",this.blurRadius=Math.floor(this.getAttribute("stdDeviation").getNumber()),this.extraFilterDistance=this.blurRadius}apply(t,e,r,i,n){var{document:a,blurRadius:s}=this,o=a.window?a.window.document.body:null,u=t.canvas;u.id=a.getUniqueId(),o&&(u.style.display="none",o.appendChild(u)),Object(j.a)(u,e,r,i,n,s),o&&o.removeChild(u)}}class Xe extends Bt{constructor(){super(...arguments),this.type="title"}}class Ye extends Bt{constructor(){super(...arguments),this.type="desc"}}var We={svg:Jt,rect:te,circle:ee,ellipse:re,line:ie,polyline:ne,polygon:ae,path:Gt,pattern:se,marker:oe,defs:ue,linearGradient:le,radialGradient:fe,stop:ge,animate:pe,animateColor:de,animateTransform:ve,font:ye,"font-face":me,"missing-glyph":xe,glyph:Qt,text:$t,tspan:Zt,tref:be,a:we,textPath:Ae,image:Pe,g:he,symbol:Ee,style:Me,use:Ne,mask:Le,clipPath:Be,filter:ze,feDropShadow:je,feMorphology:Fe,feComposite:Ue,feColorMatrix:Ie,feGaussianBlur:He,title:Xe,desc:Ye};function qe(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,i)}return r}function Ge(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?qe(Object(r),!0).forEach((function(e){m()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):qe(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function Qe(t,e){var r=document.createElement("canvas");return r.width=t,r.height=e,r}function $e(t){return Ze.apply(this,arguments)}function Ze(){return(Ze=s()((function*(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=document.createElement("img");return e&&(r.crossOrigin="Anonymous"),new Promise((e,i)=>{r.onload=()=>{e(r)},r.onerror=(t,e,r,n,a)=>{i(a)},r.src=t})}))).apply(this,arguments)}class Ke{constructor(t){var{rootEmSize:e=12,emSize:r=12,createCanvas:i=Ke.createCanvas,createImage:n=Ke.createImage,anonymousCrossOrigin:a}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.canvg=t,this.definitions={},this.styles={},this.stylesSpecificity={},this.images=[],this.fonts=[],this.emSizeStack=[],this.uniqueId=0,this.screen=t.screen,this.rootEmSize=e,this.emSize=r,this.createCanvas=i,this.createImage=this.bindCreateImage(n,a),this.screen.wait(this.isImagesLoaded.bind(this)),this.screen.wait(this.isFontsLoaded.bind(this))}bindCreateImage(t,e){return"boolean"==typeof e?(r,i)=>t(r,"boolean"==typeof i?i:e):t}get window(){return this.screen.window}get fetch(){return this.screen.fetch}get ctx(){return this.screen.ctx}get emSize(){var{emSizeStack:t}=this;return t[t.length-1]}set emSize(t){var{emSizeStack:e}=this;e.push(t)}popEmSize(){var{emSizeStack:t}=this;t.pop()}getUniqueId(){return"canvg".concat(++this.uniqueId)}isImagesLoaded(){return this.images.every(t=>t.loaded)}isFontsLoaded(){return this.fonts.every(t=>t.loaded)}createDocumentElement(t){var e=this.createElement(t.documentElement);return e.root=!0,e.addStylesFromStyleDefinition(),this.documentElement=e,e}createElement(t){var e=t.nodeName.replace(/^[^:]+:/,""),r=Ke.elementTypes[e];return void 0!==r?new r(this,t):new zt(this,t)}createTextNode(t){return new Kt(this,t)}setViewBox(t){this.screen.setViewBox(Ge({document:this},t))}}function Je(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,i)}return r}function tr(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Je(Object(r),!0).forEach((function(e){m()(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Je(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}Ke.createCanvas=Qe,Ke.createImage=$e,Ke.elementTypes=We;class er{constructor(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};this.parser=new Et(r),this.screen=new At(t,r),this.options=r;var i=new Ke(this,r),n=i.createDocumentElement(e);this.document=i,this.documentElement=n}static from(t,e){var r=arguments;return s()((function*(){var i=r.length>2&&void 0!==r[2]?r[2]:{},n=new Et(i),a=yield n.parse(e);return new er(t,a,i)}))()}static fromString(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i,n=new Et(r).parseFromString(e);return new er(t,n,r)}fork(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return er.from(t,e,tr(tr({},this.options),r))}forkString(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return er.fromString(t,e,tr(tr({},this.options),r))}ready(){return this.screen.ready()}isReady(){return this.screen.isReady()}render(){var t=arguments,e=this;return s()((function*(){var r=t.length>0&&void 0!==t[0]?t[0]:{};e.start(tr({enableRedraw:!0,ignoreAnimation:!0,ignoreMouse:!0},r)),yield e.ready(),e.stop()}))()}start(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{documentElement:e,screen:r,options:i}=this;r.start(e,tr(tr({enableRedraw:!0},i),t))}stop(){this.screen.stop()}resize(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];this.documentElement.resize(t,e,r)}}e.default=er}.call(this,r(279))},1542:function(t,e,r){(function(e){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,r(91))},1543:function(t,e){var r=Function.prototype,i=r.bind,n=r.call,a=i&&i.bind(n);t.exports=i?function(t){return t&&a(n,t)}:function(t){return t&&function(){return n.apply(t,arguments)}}},1544:function(t,e){t.exports=function(t){return"function"==typeof t}},1545:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},1546:function(t,e,r){var i=r(1542),n=r(1581),a=r(1551),s=r(1602),o=r(1601),u=r(1600),h=n("wks"),c=i.Symbol,l=c&&c.for,f=u?c:c&&c.withoutSetter||s;t.exports=function(t){if(!a(h,t)||!o&&"string"!=typeof h[t]){var e="Symbol."+t;o&&a(c,t)?h[t]=c[t]:h[t]=u&&l?l(e):f(e)}return h[t]}},1547:function(t,e,r){var i=r(1542),n=r(1553),a=i.String,s=i.TypeError;t.exports=function(t){if(n(t))return t;throw s(a(t)+" is not an object")}},1548:function(t,e){var r=Function.prototype.call;t.exports=r.bind?r.bind(r):function(){return r.apply(r,arguments)}},1549:function(t,e,r){var i=r(1542),n=r(1564).f,a=r(1561),s=r(1556),o=r(1583),u=r(1628),h=r(1606);t.exports=function(t,e){var r=t.target,c=t.global,l=t.stat,f,g,p,d,v,y;if(g=c?i:l?i[r]||o(r,{}):(i[r]||{}).prototype)for(p in e){if(v=e[p],d=t.noTargetGet?(y=n(g,p))&&y.value:g[p],!(f=h(c?p:r+(l?".":"#")+p,t.forced))&&void 0!==d){if(typeof v==typeof d)continue;u(v,d)}(t.sham||d&&d.sham)&&a(v,"sham",!0),s(g,p,v,t)}}},1550:function(t,e,r){var i,n=r(1542).TypeError;t.exports=function(t){if(null==t)throw n("Can't call method on "+t);return t}},1551:function(t,e,r){var i=r(1543),n=r(1570),a=i({}.hasOwnProperty);t.exports=Object.hasOwn||function t(e,r){return a(n(e),r)}},1552:function(t,e,r){var i=r(1542),n=r(1590),a=i.String;t.exports=function(t){if("Symbol"===n(t))throw TypeError("Cannot convert a Symbol value to a string");return a(t)}},1553:function(t,e,r){var i=r(1544);t.exports=function(t){return"object"==typeof t?null!==t:i(t)}},1554:function(t,e,r){var i=r(1545);t.exports=!i((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},1555:function(t,e,r){var i=r(1542),n=r(1544),a=function(t){return n(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?a(i[t]):i[t]&&i[t][e]}},1556:function(t,e,r){var i=r(1542),n=r(1544),a=r(1551),s=r(1561),o=r(1583),u=r(1572),h=r(1573),c=r(1574).CONFIGURABLE,l=h.get,f=h.enforce,g=String(String).split("String");(t.exports=function(t,e,r,u){var h=!!u&&!!u.unsafe,l=!!u&&!!u.enumerable,p=!!u&&!!u.noTargetGet,d=u&&void 0!==u.name?u.name:e,v;n(r)&&("Symbol("===String(d).slice(0,7)&&(d="["+String(d).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!a(r,"name")||c&&r.name!==d)&&s(r,"name",d),(v=f(r)).source||(v.source=g.join("string"==typeof d?d:""))),t!==i?(h?!p&&t[e]&&(l=!0):delete t[e],l?t[e]=r:s(t,e,r)):l?t[e]=r:o(e,r)})(Function.prototype,"toString",(function t(){return n(this)&&l(this).source||u(this)}))},1557:function(t,e,r){var i=r(1543),n=i({}.toString),a=i("".slice);t.exports=function(t){return a(n(t),8,-1)}},1558:function(t,e,r){var i=r(1559);t.exports=function(t,e){var r=t[e];return null==r?void 0:i(r)}},1559:function(t,e,r){var i=r(1542),n=r(1544),a=r(1569),s=i.TypeError;t.exports=function(t){if(n(t))return t;throw s(a(t)+" is not a function")}},1560:function(t,e){t.exports=!1},1561:function(t,e,r){var i=r(1554),n=r(1562),a=r(1579);t.exports=i?function(t,e,r){return n.f(t,e,a(1,r))}:function(t,e,r){return t[e]=r,t}},1562:function(t,e,r){var i=r(1542),n=r(1554),a=r(1603),s=r(1547),o=r(1598),u=i.TypeError,h=Object.defineProperty;e.f=n?h:function t(e,r,i){if(s(e),r=o(r),s(i),a)try{return h(e,r,i)}catch(t){}if("get"in i||"set"in i)throw u("Accessors not supported");return"value"in i&&(e[r]=i.value),e}},1563:function(t,e,r){var i=r(1575),n=Math.min;t.exports=function(t){return t>0?n(i(t),9007199254740991):0}},1564:function(t,e,r){var i=r(1554),n=r(1548),a=r(1624),s=r(1579),o=r(1565),u=r(1598),h=r(1551),c=r(1603),l=Object.getOwnPropertyDescriptor;e.f=i?l:function t(e,r){if(e=o(e),r=u(r),c)try{return l(e,r)}catch(t){}if(h(e,r))return s(!n(a.f,e,r),e[r])}},1565:function(t,e,r){var i=r(1597),n=r(1550);t.exports=function(t){return i(n(t))}},1566:function(t,e){t.exports={}},1567:function(t,e,r){var i=r(1543);t.exports=i({}.isPrototypeOf)},1568:function(t,e,r){var i=r(1555);t.exports=i("navigator","userAgent")||""},1569:function(t,e,r){var i,n=r(1542).String;t.exports=function(t){try{return n(t)}catch(t){return"Object"}}},1570:function(t,e,r){var i=r(1542),n=r(1550),a=i.Object;t.exports=function(t){return a(n(t))}},1571:function(t,e,r){var i=r(1542),n=r(1553),a=i.document,s=n(a)&&n(a.createElement);t.exports=function(t){return s?a.createElement(t):{}}},1572:function(t,e,r){var i=r(1543),n=r(1544),a=r(1582),s=i(Function.toString);n(a.inspectSource)||(a.inspectSource=function(t){return s(t)}),t.exports=a.inspectSource},1573:function(t,e,r){var i=r(1627),n=r(1542),a=r(1543),s=r(1553),o=r(1561),u=r(1551),h=r(1582),c=r(1584),l=r(1585),f="Object already initialized",g=n.TypeError,p=n.WeakMap,d,v,y,m=function(t){return y(t)?v(t):d(t,{})},x=function(t){return function(e){var r;if(!s(e)||(r=v(e)).type!==t)throw g("Incompatible receiver, "+t+" required");return r}};if(i||h.state){var b=h.state||(h.state=new p),w=a(b.get),S=a(b.has),T=a(b.set);d=function(t,e){if(S(b,t))throw new g(f);return e.facade=t,T(b,t,e),e},v=function(t){return w(b,t)||{}},y=function(t){return S(b,t)}}else{var A=c("state");l[A]=!0,d=function(t,e){if(u(t,A))throw new g(f);return e.facade=t,o(t,A,e),e},v=function(t){return u(t,A)?t[A]:{}},y=function(t){return u(t,A)}}t.exports={set:d,get:v,has:y,enforce:m,getterFor:x}},1574:function(t,e,r){var i=r(1554),n=r(1551),a=Function.prototype,s=i&&Object.getOwnPropertyDescriptor,o=n(a,"name"),u=o&&"something"===function t(){}.name,h=o&&(!i||i&&s(a,"name").configurable);t.exports={EXISTS:o,PROPER:u,CONFIGURABLE:h}},1575:function(t,e){var r=Math.ceil,i=Math.floor;t.exports=function(t){var e=+t;return e!=e||0===e?0:(e>0?i:r)(e)}},1576:function(t,e,r){var i=r(1557),n=r(1542);t.exports="process"==i(n.process)},1577:function(t,e,r){"use strict";var i=r(1548),n=r(1543),a=r(1552),s=r(1615),o=r(1616),u=r(1581),h=r(1578),c=r(1573).get,l=r(1657),f=r(1658),g=u("native-string-replace",String.prototype.replace),p=RegExp.prototype.exec,d=p,v=n("".charAt),y=n("".indexOf),m=n("".replace),x=n("".slice),b=(S=/b*/g,i(p,w=/a/,"a"),i(p,S,"a"),0!==w.lastIndex||0!==S.lastIndex),w,S,T=o.UNSUPPORTED_Y||o.BROKEN_CARET,A=void 0!==/()??/.exec("")[1],O;(b||A||T||l||f)&&(d=function t(e){var r=this,n=c(r),o=a(e),u=n.raw,l,f,w,S,O,P,E;if(u)return u.lastIndex=r.lastIndex,l=i(d,u,o),r.lastIndex=u.lastIndex,l;var C=n.groups,M=T&&r.sticky,N=i(s,r),V=r.source,_=0,R=o;if(M&&(N=m(N,"y",""),-1===y(N,"g")&&(N+="g"),R=x(o,r.lastIndex),r.lastIndex>0&&(!r.multiline||r.multiline&&"\n"!==v(o,r.lastIndex-1))&&(V="(?: "+V+")",R=" "+R,_++),f=new RegExp("^(?:"+V+")",N)),A&&(f=new RegExp("^"+V+"$(?!\\s)",N)),b&&(w=r.lastIndex),S=i(p,M?f:r,R),M?S?(S.input=x(S.input,_),S[0]=x(S[0],_),S.index=r.lastIndex,r.lastIndex+=S[0].length):r.lastIndex=0:b&&S&&(r.lastIndex=r.global?S.index+S[0].length:w),A&&S&&S.length>1&&i(g,S[0],f,(function(){for(O=1;O<arguments.length-2;O++)void 0===arguments[O]&&(S[O]=void 0)})),S&&C)for(S.groups=P=h(null),O=0;O<C.length;O++)P[(E=C[O])[0]]=S[E[1]];return S}),t.exports=d},1578:function(t,e,r){var i=r(1547),n=r(1655),a=r(1587),s=r(1585),o=r(1611),u=r(1571),h=r(1584),c=">",l="<",f="prototype",g="script",p=h("IE_PROTO"),d=function(){},v=function(t){return l+g+c+t+l+"/"+g+c},y=function(t){t.write(v("")),t.close();var e=t.parentWindow.Object;return t=null,e},m=function(){var t=u("iframe"),e="javascript:",r;return t.style.display="none",o.appendChild(t),t.src=String(e),(r=t.contentWindow.document).open(),r.write(v("document.F=Object")),r.close(),r.F},x,b=function(){try{x=new ActiveXObject("htmlfile")}catch(t){}b="undefined"!=typeof document?document.domain&&x?y(x):m():y(x);for(var t=a.length;t--;)delete b[f][a[t]];return b()};s[p]=!0,t.exports=Object.create||function t(e,r){var a;return null!==e?(d[f]=i(e),a=new d,d[f]=null,a[p]=e):a=b(),void 0===r?a:n(a,r)}},1579:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},1580:function(t,e,r){var i=r(1542),n=r(1568),a=i.process,s=i.Deno,o=a&&a.versions||s&&s.version,u=o&&o.v8,h,c;u&&(c=(h=u.split("."))[0]>0&&h[0]<4?1:+(h[0]+h[1])),!c&&n&&(!(h=n.match(/Edge\/(\d+)/))||h[1]>=74)&&(h=n.match(/Chrome\/(\d+)/))&&(c=+h[1]),t.exports=c},1581:function(t,e,r){var i=r(1560),n=r(1582);(t.exports=function(t,e){return n[t]||(n[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.19.1",mode:i?"pure":"global",copyright:"\xa9 2021 Denis Pushkarev (zloirock.ru)"})},1582:function(t,e,r){var i=r(1542),n=r(1583),a="__core-js_shared__",s=i[a]||n(a,{});t.exports=s},1583:function(t,e,r){var i=r(1542),n=Object.defineProperty;t.exports=function(t,e){try{n(i,t,{value:e,configurable:!0,writable:!0})}catch(r){i[t]=e}return e}},1584:function(t,e,r){var i=r(1581),n=r(1602),a=i("keys");t.exports=function(t){return a[t]||(a[t]=n(t))}},1585:function(t,e){t.exports={}},1586:function(t,e,r){var i=r(1563);t.exports=function(t){return i(t.length)}},1587:function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},1588:function(t,e,r){var i=r(1562).f,n=r(1551),a,s=r(1546)("toStringTag");t.exports=function(t,e,r){t&&!n(t=r?t:t.prototype,s)&&i(t,s,{configurable:!0,value:e})}},1589:function(t,e,r){var i=r(1543),n=r(1559),a=i(i.bind);t.exports=function(t,e){return n(t),void 0===e?t:a?a(t,e):function(){return t.apply(e,arguments)}}},1590:function(t,e,r){var i=r(1542),n=r(1641),a=r(1544),s=r(1557),o,u=r(1546)("toStringTag"),h=i.Object,c="Arguments"==s(function(){return arguments}()),l=function(t,e){try{return t[e]}catch(t){}};t.exports=n?s:function(t){var e,r,i;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=l(e=h(t),u))?r:c?s(e):"Object"==(i=s(e))&&a(e.callee)?"Arguments":i}},1591:function(t,e){var r=Function.prototype,i=r.apply,n=r.bind,a=r.call;t.exports="object"==typeof Reflect&&Reflect.apply||(n?a.bind(i):function(){return a.apply(i,arguments)})},1592:function(t,e,r){"use strict";r(1654);var i=r(1543),n=r(1556),a=r(1577),s=r(1545),o=r(1546),u=r(1561),h=o("species"),c=RegExp.prototype;t.exports=function(t,e,r,l){var f=o(t),g=!s((function(){var e={};return e[f]=function(){return 7},7!=""[t](e)})),p=g&&!s((function(){var e=!1,r=/a/;return"split"===t&&((r={}).constructor={},r.constructor[h]=function(){return r},r.flags="",r[f]=/./[f]),r.exec=function(){return e=!0,null},r[f](""),!e}));if(!g||!p||r){var d=i(/./[f]),v=e(f,""[t],(function(t,e,r,n,s){var o=i(t),u=e.exec;return u===a||u===c.exec?g&&!s?{done:!0,value:d(e,r,n)}:{done:!0,value:o(r,e,n)}:{done:!1}}));n(String.prototype,t,v[0]),n(c,f,v[1])}l&&u(c[f],"sham",!0)}},1593:function(t,e,r){"use strict";var i=r(1659).charAt;t.exports=function(t,e,r){return e+(r?i(t,e).length:1)}},1594:function(t,e,r){var i=r(1542),n=r(1548),a=r(1547),s=r(1544),o=r(1557),u=r(1577),h=i.TypeError;t.exports=function(t,e){var r=t.exec;if(s(r)){var i=n(r,t,e);return null!==i&&a(i),i}if("RegExp"===o(t))return n(u,t,e);throw h("RegExp#exec called on incompatible receiver")}},1595:function(t,e,r){var i=r(1542),n=r(1617),a=i.TypeError;t.exports=function(t){if(n(t))throw a("The method doesn't accept regular expressions");return t}},1596:function(t,e,r){var i,n=r(1546)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(r){try{return e[n]=!1,"/./"[t](e)}catch(t){}}return!1}},1597:function(t,e,r){var i=r(1542),n=r(1543),a=r(1545),s=r(1557),o=i.Object,u=n("".split);t.exports=a((function(){return!o("z").propertyIsEnumerable(0)}))?function(t){return"String"==s(t)?u(t,""):o(t)}:o},1598:function(t,e,r){var i=r(1625),n=r(1599);t.exports=function(t){var e=i(t,"string");return n(e)?e:e+""}},1599:function(t,e,r){var i=r(1542),n=r(1555),a=r(1544),s=r(1567),o=r(1600),u=i.Object;t.exports=o?function(t){return"symbol"==typeof t}:function(t){var e=n("Symbol");return a(e)&&s(e.prototype,u(t))}},1600:function(t,e,r){var i=r(1601);t.exports=i&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},1601:function(t,e,r){var i=r(1580),n=r(1545);t.exports=!!Object.getOwnPropertySymbols&&!n((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&i&&i<41}))},1602:function(t,e,r){var i=r(1543),n=0,a=Math.random(),s=i(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+s(++n+a,36)}},1603:function(t,e,r){var i=r(1554),n=r(1545),a=r(1571);t.exports=!i&&!n((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},1604:function(t,e,r){var i=r(1543),n=r(1551),a=r(1565),s=r(1605).indexOf,o=r(1585),u=i([].push);t.exports=function(t,e){var r=a(t),i=0,h=[],c;for(c in r)!n(o,c)&&n(r,c)&&u(h,c);for(;e.length>i;)n(r,c=e[i++])&&(~s(h,c)||u(h,c));return h}},1605:function(t,e,r){var i=r(1565),n=r(1631),a=r(1586),s=function(t){return function(e,r,s){var o=i(e),u=a(o),h=n(s,u),c;if(t&&r!=r){for(;u>h;)if((c=o[h++])!=c)return!0}else for(;u>h;h++)if((t||h in o)&&o[h]===r)return t||h||0;return!t&&-1}};t.exports={includes:s(!0),indexOf:s(!1)}},1606:function(t,e,r){var i=r(1545),n=r(1544),a=/#|\.prototype\./,s=function(t,e){var r=u[o(t)];return r==c||r!=h&&(n(e)?i(e):!!e)},o=s.normalize=function(t){return String(t).replace(a,".").toLowerCase()},u=s.data={},h=s.NATIVE="N",c=s.POLYFILL="P";t.exports=s},1607:function(t,e,r){var i=r(1543),n=r(1547),a=r(1635);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t=!1,e={},r;try{(r=i(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(e,[]),t=e instanceof Array}catch(t){}return function e(i,s){return n(i),a(s),t?r(i,s):i.__proto__=s,i}}():void 0)},1608:function(t,e,r){var i=r(1590),n=r(1558),a=r(1566),s,o=r(1546)("iterator");t.exports=function(t){if(null!=t)return n(t,o)||n(t,"@@iterator")||a[i(t)]}},1609:function(t,e,r){var i=r(1547),n=r(1644),a,s=r(1546)("species");t.exports=function(t,e){var r=i(t).constructor,a;return void 0===r||null==(a=i(r)[s])?e:n(a)}},1610:function(t,e,r){var i=r(1542),n=r(1591),a=r(1589),s=r(1544),o=r(1551),u=r(1545),h=r(1611),c=r(1612),l=r(1571),f=r(1613),g=r(1576),p=i.setImmediate,d=i.clearImmediate,v=i.process,y=i.Dispatch,m=i.Function,x=i.MessageChannel,b=i.String,w=0,S={},T="onreadystatechange",A,O,P,E;try{A=i.location}catch(t){}var C=function(t){if(o(S,t)){var e=S[t];delete S[t],e()}},M=function(t){return function(){C(t)}},N=function(t){C(t.data)},V=function(t){i.postMessage(b(t),A.protocol+"//"+A.host)};p&&d||(p=function t(e){var r=c(arguments,1);return S[++w]=function(){n(s(e)?e:m(e),void 0,r)},O(w),w},d=function t(e){delete S[e]},g?O=function(t){v.nextTick(M(t))}:y&&y.now?O=function(t){y.now(M(t))}:x&&!f?(E=(P=new x).port2,P.port1.onmessage=N,O=a(E.postMessage,E)):i.addEventListener&&s(i.postMessage)&&!i.importScripts&&A&&"file:"!==A.protocol&&!u(V)?(O=V,i.addEventListener("message",N,!1)):O=T in l("script")?function(t){h.appendChild(l("script"))[T]=function(){h.removeChild(this),C(t)}}:function(t){setTimeout(M(t),0)}),t.exports={set:p,clear:d}},1611:function(t,e,r){var i=r(1555);t.exports=i("document","documentElement")},1612:function(t,e,r){var i=r(1543);t.exports=i([].slice)},1613:function(t,e,r){var i=r(1568);t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(i)},1614:function(t,e,r){"use strict";var i=r(1559),n=function(t){var e,r;this.promise=new t((function(t,i){if(void 0!==e||void 0!==r)throw TypeError("Bad Promise constructor");e=t,r=i})),this.resolve=i(e),this.reject=i(r)};t.exports.f=function(t){return new n(t)}},1615:function(t,e,r){"use strict";var i=r(1547);t.exports=function(){var t=i(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},1616:function(t,e,r){var i=r(1545),n,a=r(1542).RegExp;e.UNSUPPORTED_Y=i((function(){var t=a("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=i((function(){var t=a("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},1617:function(t,e,r){var i=r(1553),n=r(1557),a,s=r(1546)("match");t.exports=function(t){var e;return i(t)&&(void 0!==(e=t[s])?!!e:"RegExp"==n(t))}},1618:function(t,e,r){"use strict";var i=r(1565),n=r(1663),a=r(1566),s=r(1573),o=r(1664),u="Array Iterator",h=s.set,c=s.getterFor(u);t.exports=o(Array,"Array",(function(t,e){h(this,{type:u,target:i(t),index:0,kind:e})}),(function(){var t=c(this),e=t.target,r=t.kind,i=t.index++;return!e||i>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:i,done:!1}:"values"==r?{value:e[i],done:!1}:{value:[i,e[i]],done:!1}}),"values"),a.Arguments=a.Array,n("keys"),n("values"),n("entries")},1619:function(t,e,r){"use strict";var i=r(1545),n=r(1544),a=r(1578),s=r(1620),o=r(1556),u=r(1546),h=r(1560),c=u("iterator"),l=!1,f,g,p,d;[].keys&&("next"in(p=[].keys())?(g=s(s(p)))!==Object.prototype&&(f=g):l=!0),null==f||i((function(){var t={};return f[c].call(t)!==t}))?f={}:h&&(f=a(f)),n(f[c])||o(f,c,(function(){return this})),t.exports={IteratorPrototype:f,BUGGY_SAFARI_ITERATORS:l}},1620:function(t,e,r){var i=r(1542),n=r(1551),a=r(1544),s=r(1570),o=r(1584),u=r(1666),h=o("IE_PROTO"),c=i.Object,l=c.prototype;t.exports=u?c.getPrototypeOf:function(t){var e=s(t);if(n(e,h))return e[h];var r=e.constructor;return a(r)&&e instanceof r?r.prototype:e instanceof c?l:null}},1621:function(t,e,r){"use strict";var i=r(1545);t.exports=function(t,e){var r=[][t];return!!r&&i((function(){r.call(null,e||function(){throw 1},1)}))}},1622:function(t,e){t.exports="\t\n\v\f\r \xa0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029\ufeff"},1623:function(t,e,r){"use strict";var i=r(1549),n=r(1560),a=r(1542),s=r(1555),o=r(1548),u=r(1633),h=r(1556),c=r(1634),l=r(1607),f=r(1588),g=r(1636),p=r(1559),d=r(1544),v=r(1553),y=r(1637),m=r(1572),x=r(1638),b=r(1643),w=r(1609),S=r(1610).set,T=r(1646),A=r(1649),O=r(1650),P=r(1614),E=r(1651),C=r(1573),M=r(1606),N=r(1546),V=r(1652),_=r(1576),R=r(1580),k=N("species"),I="Promise",L=C.get,D=C.set,B=C.getterFor(I),z=u&&u.prototype,j=u,F=z,U=a.TypeError,H=a.document,X=a.process,Y=P.f,W=Y,q=!!(H&&H.createEvent&&a.dispatchEvent),G=d(a.PromiseRejectionEvent),Q="unhandledrejection",$="rejectionhandled",Z=0,K=1,J=2,tt=1,et=2,rt=!1,it,nt,at,st,ot=M(I,(function(){var t=m(j),e=t!==String(j);if(!e&&66===R)return!0;if(n&&!F.finally)return!0;if(R>=51&&/native code/.test(t))return!1;var r=new j((function(t){t(1)})),i=function(t){t((function(){}),(function(){}))},a;return(r.constructor={})[k]=i,!(rt=r.then((function(){}))instanceof i)||!e&&V&&!G})),ut=ot||!b((function(t){j.all(t).catch((function(){}))})),ht=function(t){var e;return!(!v(t)||!d(e=t.then))&&e},ct=function(t,e){if(!t.notified){t.notified=!0;var r=t.reactions;T((function(){for(var i=t.value,n=1==t.state,a=0;r.length>a;){var s=r[a++],u=n?s.ok:s.fail,h=s.resolve,c=s.reject,l=s.domain,f,g,p;try{u?(n||(2===t.rejection&&pt(t),t.rejection=1),!0===u?f=i:(l&&l.enter(),f=u(i),l&&(l.exit(),p=!0)),f===s.promise?c(U("Promise-chain cycle")):(g=ht(f))?o(g,f,h,c):h(f)):c(i)}catch(t){l&&!p&&l.exit(),c(t)}}t.reactions=[],t.notified=!1,e&&!t.rejection&&ft(t)}))}},lt=function(t,e,r){var i,n;q?((i=H.createEvent("Event")).promise=e,i.reason=r,i.initEvent(t,!1,!0),a.dispatchEvent(i)):i={promise:e,reason:r},!G&&(n=a["on"+t])?n(i):t===Q&&O("Unhandled promise rejection",r)},ft=function(t){o(S,a,(function(){var e=t.facade,r=t.value,i,n;if(gt(t)&&(n=E((function(){_?X.emit("unhandledRejection",r,e):lt(Q,e,r)})),t.rejection=_||gt(t)?2:1,n.error))throw n.value}))},gt=function(t){return 1!==t.rejection&&!t.parent},pt=function(t){o(S,a,(function(){var e=t.facade;_?X.emit("rejectionHandled",e):lt($,e,t.value)}))},dt=function(t,e,r){return function(i){t(e,i,r)}},vt=function(t,e,r){t.done||(t.done=!0,r&&(t=r),t.value=e,t.state=2,ct(t,!0))},yt=function(t,e,r){if(!t.done){t.done=!0,r&&(t=r);try{if(t.facade===e)throw U("Promise can't be resolved itself");var i=ht(e);i?T((function(){var r={done:!1};try{o(i,e,dt(yt,r,t),dt(vt,r,t))}catch(e){vt(r,e,t)}})):(t.value=e,t.state=1,ct(t,!1))}catch(e){vt({done:!1},e,t)}}};if(ot&&(F=(j=function t(e){y(this,F),p(e),o(it,this);var r=L(this);try{e(dt(yt,r),dt(vt,r))}catch(t){vt(r,t)}}).prototype,(it=function t(e){D(this,{type:I,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=c(F,{then:function t(e,r){var i=B(this),n=i.reactions,a=Y(w(this,j));return a.ok=!d(e)||e,a.fail=d(r)&&r,a.domain=_?X.domain:void 0,i.parent=!0,n[n.length]=a,0!=i.state&&ct(i,!1),a.promise},catch:function(t){return this.then(void 0,t)}}),nt=function(){var t=new it,e=L(t);this.promise=t,this.resolve=dt(yt,e),this.reject=dt(vt,e)},P.f=Y=function(t){return t===j||t===at?new nt(t):W(t)},!n&&d(u)&&z!==Object.prototype)){st=z.then,rt||(h(z,"then",(function t(e,r){var i=this;return new j((function(t,e){o(st,i,t,e)})).then(e,r)}),{unsafe:!0}),h(z,"catch",F.catch,{unsafe:!0}));try{delete z.constructor}catch(t){}l&&l(z,F)}i({global:!0,wrap:!0,forced:ot},{Promise:j}),f(j,I,!1,!0),g(I),at=s(I),i({target:I,stat:!0,forced:ot},{reject:function t(e){var r=Y(this);return o(r.reject,void 0,e),r.promise}}),i({target:I,stat:!0,forced:n||ot},{resolve:function t(e){return A(n&&this===at?j:this,e)}}),i({target:I,stat:!0,forced:ut},{all:function t(e){var r=this,i=Y(r),n=i.resolve,a=i.reject,s=E((function(){var t=p(r.resolve),i=[],s=0,u=1;x(e,(function(e){var h=s++,c=!1;u++,o(t,r,e).then((function(t){c||(c=!0,i[h]=t,--u||n(i))}),a)})),--u||n(i)}));return s.error&&a(s.value),i.promise},race:function t(e){var r=this,i=Y(r),n=i.reject,a=E((function(){var t=p(r.resolve);x(e,(function(e){o(t,r,e).then(i.resolve,n)}))}));return a.error&&n(a.value),i.promise}})},1624:function(t,e,r){"use strict";var i={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,a=n&&!i.call({1:2},1);e.f=a?function t(e){var r=n(this,e);return!!r&&r.enumerable}:i},1625:function(t,e,r){var i=r(1542),n=r(1548),a=r(1553),s=r(1599),o=r(1558),u=r(1626),h=r(1546),c=i.TypeError,l=h("toPrimitive");t.exports=function(t,e){if(!a(t)||s(t))return t;var r=o(t,l),i;if(r){if(void 0===e&&(e="default"),i=n(r,t,e),!a(i)||s(i))return i;throw c("Can't convert object to primitive value")}return void 0===e&&(e="number"),u(t,e)}},1626:function(t,e,r){var i=r(1542),n=r(1548),a=r(1544),s=r(1553),o=i.TypeError;t.exports=function(t,e){var r,i;if("string"===e&&a(r=t.toString)&&!s(i=n(r,t)))return i;if(a(r=t.valueOf)&&!s(i=n(r,t)))return i;if("string"!==e&&a(r=t.toString)&&!s(i=n(r,t)))return i;throw o("Can't convert object to primitive value")}},1627:function(t,e,r){var i=r(1542),n=r(1544),a=r(1572),s=i.WeakMap;t.exports=n(s)&&/native code/.test(a(s))},1628:function(t,e,r){var i=r(1551),n=r(1629),a=r(1564),s=r(1562);t.exports=function(t,e){for(var r=n(e),o=s.f,u=a.f,h=0;h<r.length;h++){var c=r[h];i(t,c)||o(t,c,u(e,c))}}},1629:function(t,e,r){var i=r(1555),n=r(1543),a=r(1630),s=r(1632),o=r(1547),u=n([].concat);t.exports=i("Reflect","ownKeys")||function t(e){var r=a.f(o(e)),i=s.f;return i?u(r,i(e)):r}},1630:function(t,e,r){var i=r(1604),n,a=r(1587).concat("length","prototype");e.f=Object.getOwnPropertyNames||function t(e){return i(e,a)}},1631:function(t,e,r){var i=r(1575),n=Math.max,a=Math.min;t.exports=function(t,e){var r=i(t);return r<0?n(r+e,0):a(r,e)}},1632:function(t,e){e.f=Object.getOwnPropertySymbols},1633:function(t,e,r){var i=r(1542);t.exports=i.Promise},1634:function(t,e,r){var i=r(1556);t.exports=function(t,e,r){for(var n in e)i(t,n,e[n],r);return t}},1635:function(t,e,r){var i=r(1542),n=r(1544),a=i.String,s=i.TypeError;t.exports=function(t){if("object"==typeof t||n(t))return t;throw s("Can't set "+a(t)+" as a prototype")}},1636:function(t,e,r){"use strict";var i=r(1555),n=r(1562),a=r(1546),s=r(1554),o=a("species");t.exports=function(t){var e=i(t),r=n.f;s&&e&&!e[o]&&r(e,o,{configurable:!0,get:function(){return this}})}},1637:function(t,e,r){var i=r(1542),n=r(1567),a=i.TypeError;t.exports=function(t,e){if(n(e,t))return t;throw a("Incorrect invocation")}},1638:function(t,e,r){var i=r(1542),n=r(1589),a=r(1548),s=r(1547),o=r(1569),u=r(1639),h=r(1586),c=r(1567),l=r(1640),f=r(1608),g=r(1642),p=i.TypeError,d=function(t,e){this.stopped=t,this.result=e},v=d.prototype;t.exports=function(t,e,r){var i=r&&r.that,y=!(!r||!r.AS_ENTRIES),m=!(!r||!r.IS_ITERATOR),x=!(!r||!r.INTERRUPTED),b=n(e,i),w,S,T,A,O,P,E,C=function(t){return w&&g(w,"normal",t),new d(!0,t)},M=function(t){return y?(s(t),x?b(t[0],t[1],C):b(t[0],t[1])):x?b(t,C):b(t)};if(m)w=t;else{if(!(S=f(t)))throw p(o(t)+" is not iterable");if(u(S)){for(T=0,A=h(t);A>T;T++)if((O=M(t[T]))&&c(v,O))return O;return new d(!1)}w=l(t,S)}for(P=w.next;!(E=a(P,w)).done;){try{O=M(E.value)}catch(t){g(w,"throw",t)}if("object"==typeof O&&O&&c(v,O))return O}return new d(!1)}},1639:function(t,e,r){var i=r(1546),n=r(1566),a=i("iterator"),s=Array.prototype;t.exports=function(t){return void 0!==t&&(n.Array===t||s[a]===t)}},1640:function(t,e,r){var i=r(1542),n=r(1548),a=r(1559),s=r(1547),o=r(1569),u=r(1608),h=i.TypeError;t.exports=function(t,e){var r=arguments.length<2?u(t):e;if(a(r))return s(n(r,t));throw h(o(t)+" is not iterable")}},1641:function(t,e,r){var i,n,a={};a[r(1546)("toStringTag")]="z",t.exports="[object z]"===String(a)},1642:function(t,e,r){var i=r(1548),n=r(1547),a=r(1558);t.exports=function(t,e,r){var s,o;n(t);try{if(!(s=a(t,"return"))){if("throw"===e)throw r;return r}s=i(s,t)}catch(t){o=!0,s=t}if("throw"===e)throw r;if(o)throw s;return n(s),r}},1643:function(t,e,r){var i,n=r(1546)("iterator"),a=!1;try{var s=0,o={next:function(){return{done:!!s++}},return:function(){a=!0}};o[n]=function(){return this},Array.from(o,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!a)return!1;var r=!1;try{var i={};i[n]=function(){return{next:function(){return{done:r=!0}}}},t(i)}catch(t){}return r}},1644:function(t,e,r){var i=r(1542),n=r(1645),a=r(1569),s=i.TypeError;t.exports=function(t){if(n(t))return t;throw s(a(t)+" is not a constructor")}},1645:function(t,e,r){var i=r(1543),n=r(1545),a=r(1544),s=r(1590),o=r(1555),u=r(1572),h=function(){},c=[],l=o("Reflect","construct"),f=/^\s*(?:class|function)\b/,g=i(f.exec),p=!f.exec(h),d=function(t){if(!a(t))return!1;try{return l(h,c,t),!0}catch(t){return!1}},v=function(t){if(!a(t))return!1;switch(s(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return p||!!g(f,u(t))};t.exports=!l||n((function(){var t;return d(d.call)||!d(Object)||!d((function(){t=!0}))||t}))?v:d},1646:function(t,e,r){var i=r(1542),n=r(1589),a=r(1564).f,s=r(1610).set,o=r(1613),u=r(1647),h=r(1648),c=r(1576),l=i.MutationObserver||i.WebKitMutationObserver,f=i.document,g=i.process,p=i.Promise,d=a(i,"queueMicrotask"),v=d&&d.value,y,m,x,b,w,S,T,A;v||(y=function(){var t,e;for(c&&(t=g.domain)&&t.exit();m;){e=m.fn,m=m.next;try{e()}catch(t){throw m?b():x=void 0,t}}x=void 0,t&&t.enter()},o||c||h||!l||!f?!u&&p&&p.resolve?((T=p.resolve(void 0)).constructor=p,A=n(T.then,T),b=function(){A(y)}):c?b=function(){g.nextTick(y)}:(s=n(s,i),b=function(){s(y)}):(w=!0,S=f.createTextNode(""),new l(y).observe(S,{characterData:!0}),b=function(){S.data=w=!w})),t.exports=v||function(t){var e={fn:t,next:void 0};x&&(x.next=e),m||(m=e,b()),x=e}},1647:function(t,e,r){var i=r(1568),n=r(1542);t.exports=/ipad|iphone|ipod/i.test(i)&&void 0!==n.Pebble},1648:function(t,e,r){var i=r(1568);t.exports=/web0s(?!.*chrome)/i.test(i)},1649:function(t,e,r){var i=r(1547),n=r(1553),a=r(1614);t.exports=function(t,e){if(i(t),n(e)&&e.constructor===t)return e;var r=a.f(t),s;return(0,r.resolve)(e),r.promise}},1650:function(t,e,r){var i=r(1542);t.exports=function(t,e){var r=i.console;r&&r.error&&(1==arguments.length?r.error(t):r.error(t,e))}},1651:function(t,e){t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},1652:function(t,e){t.exports="object"==typeof window},1653:function(t,e,r){"use strict";var i=r(1548),n=r(1592),a=r(1547),s=r(1563),o=r(1552),u=r(1550),h=r(1558),c=r(1593),l=r(1594);n("match",(function(t,e,r){return[function e(r){var n=u(this),a=null==r?void 0:h(r,t);return a?i(a,r,n):new RegExp(r)[t](o(n))},function(t){var i=a(this),n=o(t),u=r(e,i,n);if(u.done)return u.value;if(!i.global)return l(i,n);var h=i.unicode;i.lastIndex=0;for(var f=[],g=0,p;null!==(p=l(i,n));){var d=o(p[0]);f[g]=d,""===d&&(i.lastIndex=c(n,s(i.lastIndex),h)),g++}return 0===g?null:f}]}))},1654:function(t,e,r){"use strict";var i=r(1549),n=r(1577);i({target:"RegExp",proto:!0,forced:/./.exec!==n},{exec:n})},1655:function(t,e,r){var i=r(1554),n=r(1562),a=r(1547),s=r(1565),o=r(1656);t.exports=i?Object.defineProperties:function t(e,r){a(e);for(var i=s(r),u=o(r),h=u.length,c=0,l;h>c;)n.f(e,l=u[c++],i[l]);return e}},1656:function(t,e,r){var i=r(1604),n=r(1587);t.exports=Object.keys||function t(e){return i(e,n)}},1657:function(t,e,r){var i=r(1545),n,a=r(1542).RegExp;t.exports=i((function(){var t=a(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)}))},1658:function(t,e,r){var i=r(1545),n,a=r(1542).RegExp;t.exports=i((function(){var t=a("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))},1659:function(t,e,r){var i=r(1543),n=r(1575),a=r(1552),s=r(1550),o=i("".charAt),u=i("".charCodeAt),h=i("".slice),c=function(t){return function(e,r){var i=a(s(e)),c=n(r),l=i.length,f,g;return c<0||c>=l?t?"":void 0:(f=u(i,c))<55296||f>56319||c+1===l||(g=u(i,c+1))<56320||g>57343?t?o(i,c):f:t?h(i,c,c+2):g-56320+(f-55296<<10)+65536}};t.exports={codeAt:c(!1),charAt:c(!0)}},1660:function(t,e,r){"use strict";var i=r(1591),n=r(1548),a=r(1543),s=r(1592),o=r(1545),u=r(1547),h=r(1544),c=r(1575),l=r(1563),f=r(1552),g=r(1550),p=r(1593),d=r(1558),v=r(1661),y=r(1594),m,x=r(1546)("replace"),b=Math.max,w=Math.min,S=a([].concat),T=a([].push),A=a("".indexOf),O=a("".slice),P=function(t){return void 0===t?t:String(t)},E="$0"==="a".replace(/./,"$0"),C=!!/./[x]&&""===/./[x]("a","$0"),M;s("replace",(function(t,e,r){var a=C?"$":"$0";return[function t(r,i){var a=g(this),s=null==r?void 0:d(r,x);return s?n(s,r,a,i):n(e,f(a),r,i)},function(t,n){var s=u(this),o=f(t);if("string"==typeof n&&-1===A(n,a)&&-1===A(n,"$<")){var g=r(e,s,o,n);if(g.done)return g.value}var d=h(n);d||(n=f(n));var m=s.global;if(m){var x=s.unicode;s.lastIndex=0}for(var E=[];;){var C=y(s,o),M;if(null===C)break;if(T(E,C),!m)break;""===f(C[0])&&(s.lastIndex=p(o,l(s.lastIndex),x))}for(var N="",V=0,_=0;_<E.length;_++){for(var R=f((C=E[_])[0]),k=b(w(c(C.index),o.length),0),I=[],L=1;L<C.length;L++)T(I,P(C[L]));var D=C.groups;if(d){var B=S([R],I,k,o);void 0!==D&&T(B,D);var z=f(i(n,void 0,B))}else z=v(R,o,k,I,D,n);k>=V&&(N+=O(o,V,k)+z,V=k+R.length)}return N+O(o,V)}]}),!!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!E||C)},1661:function(t,e,r){var i=r(1543),n=r(1570),a=Math.floor,s=i("".charAt),o=i("".replace),u=i("".slice),h=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,c=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,r,i,l,f){var g=r+t.length,p=i.length,d=c;return void 0!==l&&(l=n(l),d=h),o(f,d,(function(n,o){var h;switch(s(o,0)){case"$":return"$";case"&":return t;case"`":return u(e,0,r);case"'":return u(e,g);case"<":h=l[u(o,1,-1)];break;default:var c=+o;if(0===c)return n;if(c>p){var f=a(c/10);return 0===f?n:f<=p?void 0===i[f-1]?s(o,1):i[f-1]+s(o,1):n}h=i[c-1]}return void 0===h?"":h}))}},1662:function(t,e,r){"use strict";var i=r(1549),n=r(1543),a=r(1564).f,s=r(1563),o=r(1552),u=r(1595),h=r(1550),c=r(1596),l=r(1560),f=n("".startsWith),g=n("".slice),p=Math.min,d=c("startsWith"),v,y;i({target:"String",proto:!0,forced:!!(l||d||(y=a(String.prototype,"startsWith"),!y||y.writable))&&!d},{startsWith:function t(e){var r=o(h(this));u(e);var i=s(p(arguments.length>1?arguments[1]:void 0,r.length)),n=o(e);return f?f(r,n,i):g(r,i,i+n.length)===n}})},1663:function(t,e,r){var i=r(1546),n=r(1578),a=r(1562),s=i("unscopables"),o=Array.prototype;null==o[s]&&a.f(o,s,{configurable:!0,value:n(null)}),t.exports=function(t){o[s][t]=!0}},1664:function(t,e,r){"use strict";var i=r(1549),n=r(1548),a=r(1560),s=r(1574),o=r(1544),u=r(1665),h=r(1620),c=r(1607),l=r(1588),f=r(1561),g=r(1556),p=r(1546),d=r(1566),v=r(1619),y=s.PROPER,m=s.CONFIGURABLE,x=v.IteratorPrototype,b=v.BUGGY_SAFARI_ITERATORS,w=p("iterator"),S="keys",T="values",A="entries",O=function(){return this};t.exports=function(t,e,r,s,p,v,P){u(r,e,s);var E=function(t){if(t===p&&_)return _;if(!b&&t in N)return N[t];switch(t){case S:return function e(){return new r(this,t)};case T:return function e(){return new r(this,t)};case A:return function e(){return new r(this,t)}}return function(){return new r(this)}},C=e+" Iterator",M=!1,N=t.prototype,V=N[w]||N["@@iterator"]||p&&N[p],_=!b&&V||E(p),R="Array"==e&&N.entries||V,k,I,L;if(R&&(k=h(R.call(new t)))!==Object.prototype&&k.next&&(a||h(k)===x||(c?c(k,x):o(k[w])||g(k,w,O)),l(k,C,!0,!0),a&&(d[C]=O)),y&&p==T&&V&&V.name!==T&&(!a&&m?f(N,"name",T):(M=!0,_=function t(){return n(V,this)})),p)if(I={values:E(T),keys:v?_:E(S),entries:E(A)},P)for(L in I)(b||M||!(L in N))&&g(N,L,I[L]);else i({target:e,proto:!0,forced:b||M},I);return a&&!P||N[w]===_||g(N,w,_,{name:p}),d[e]=_,I}},1665:function(t,e,r){"use strict";var i=r(1619).IteratorPrototype,n=r(1578),a=r(1579),s=r(1588),o=r(1566),u=function(){return this};t.exports=function(t,e,r){var h=e+" Iterator";return t.prototype=n(i,{next:a(1,r)}),s(t,h,!1,!0),o[h]=u,t}},1666:function(t,e,r){var i=r(1545);t.exports=!i((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},1667:function(t,e,r){var i=r(1542),n=r(1668),a=r(1669),s=r(1618),o=r(1561),u=r(1546),h=u("iterator"),c=u("toStringTag"),l=s.values,f=function(t,e){if(t){if(t[h]!==l)try{o(t,h,l)}catch(e){t[h]=l}if(t[c]||o(t,c,e),n[e])for(var r in s)if(t[r]!==s[r])try{o(t,r,s[r])}catch(e){t[r]=s[r]}}};for(var g in n)f(i[g]&&i[g].prototype,g);f(a,"DOMTokenList")},1668:function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},1669:function(t,e,r){var i,n=r(1571)("span").classList,a=n&&n.constructor&&n.constructor.prototype;t.exports=a===Object.prototype?void 0:a},1670:function(t,e,r){"use strict";var i=r(1549),n=r(1671).left,a=r(1621),s=r(1580),o=r(1576),u,h;i({target:"Array",proto:!0,forced:!a("reduce")||!o&&s>79&&s<83},{reduce:function t(e){var r=arguments.length;return n(this,e,r,r>1?arguments[1]:void 0)}})},1671:function(t,e,r){var i=r(1542),n=r(1559),a=r(1570),s=r(1597),o=r(1586),u=i.TypeError,h=function(t){return function(e,r,i,h){n(r);var c=a(e),l=s(c),f=o(c),g=t?f-1:0,p=t?-1:1;if(i<2)for(;;){if(g in l){h=l[g],g+=p;break}if(g+=p,t?g<0:f<=g)throw u("Reduce of empty array with no initial value")}for(;t?g>=0:f>g;g+=p)g in l&&(h=r(h,l[g],g,c));return h}};t.exports={left:h(!1),right:h(!0)}},1672:function(t,e,r){"use strict";var i=r(1549),n=r(1543),a=r(1564).f,s=r(1563),o=r(1552),u=r(1595),h=r(1550),c=r(1596),l=r(1560),f=n("".endsWith),g=n("".slice),p=Math.min,d=c("endsWith"),v,y;i({target:"String",proto:!0,forced:!!(l||d||(y=a(String.prototype,"endsWith"),!y||y.writable))&&!d},{endsWith:function t(e){var r=o(h(this));u(e);var i=arguments.length>1?arguments[1]:void 0,n=r.length,a=void 0===i?n:p(s(i),n),c=o(e);return f?f(r,c,a):g(r,a-c.length,a)===c}})},1673:function(t,e,r){"use strict";var i=r(1591),n=r(1548),a=r(1543),s=r(1592),o=r(1617),u=r(1547),h=r(1550),c=r(1609),l=r(1593),f=r(1563),g=r(1552),p=r(1558),d=r(1612),v=r(1594),y=r(1577),m=r(1616),x=r(1545),b=m.UNSUPPORTED_Y,w=4294967295,S=Math.min,T=[].push,A=a(/./.exec),O=a(T),P=a("".slice),E;s("split",(function(t,e,r){var a;return a="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,r){var a=g(h(this)),s=void 0===r?4294967295:r>>>0;if(0===s)return[];if(void 0===t)return[a];if(!o(t))return n(e,a,t,s);for(var u=[],c=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),l=0,f=new RegExp(t.source,c+"g"),p,v,m;(p=n(y,f,a))&&!((v=f.lastIndex)>l&&(O(u,P(a,l,p.index)),p.length>1&&p.index<a.length&&i(T,u,d(p,1)),m=p[0].length,l=v,u.length>=s));)f.lastIndex===p.index&&f.lastIndex++;return l===a.length?!m&&A(f,"")||O(u,""):O(u,P(a,l)),u.length>s?d(u,0,s):u}:"0".split(void 0,0).length?function(t,r){return void 0===t&&0===r?[]:n(e,this,t,r)}:e,[function e(r,i){var s=h(this),o=null==r?void 0:p(r,t);return o?n(o,r,s,i):n(a,g(s),r,i)},function(t,i){var n=u(this),s=g(t),o=r(a,n,s,i,a!==e);if(o.done)return o.value;var h=c(n,RegExp),p=n.unicode,d=(n.ignoreCase?"i":"")+(n.multiline?"m":"")+(n.unicode?"u":"")+(b?"g":"y"),y=new h(b?"^(?:"+n.source+")":n,d),m=void 0===i?4294967295:i>>>0;if(0===m)return[];if(0===s.length)return null===v(y,s)?[s]:[];for(var x=0,w=0,T=[];w<s.length;){y.lastIndex=b?0:w;var A=v(y,b?P(s,w):s),E;if(null===A||(E=S(f(y.lastIndex+(b?w:0)),s.length))===x)w=l(s,w,p);else{if(O(T,P(s,x,w)),T.length===m)return T;for(var C=1;C<=A.length-1;C++)if(O(T,A[C]),T.length===m)return T;w=x=E}}return O(T,P(s,x)),T}]}),!!x((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var r="ab".split(t);return 2!==r.length||"a"!==r[0]||"b"!==r[1]})),b)},1674:function(t,e,r){(function(e){for(var i=r(1675),n="undefined"==typeof window?e:window,a=["moz","webkit"],s="AnimationFrame",o=n["request"+s],u=n["cancel"+s]||n["cancelRequest"+s],h=0;!o&&h<a.length;h++)o=n[a[h]+"Request"+s],u=n[a[h]+"Cancel"+s]||n[a[h]+"CancelRequest"+s];if(!o||!u){var c=0,l=0,f=[],g=1e3/60;o=function(t){if(0===f.length){var e=i(),r=Math.max(0,1e3/60-(e-c));c=r+e,setTimeout((function(){var t=f.slice(0);f.length=0;for(var e=0;e<t.length;e++)if(!t[e].cancelled)try{t[e].callback(c)}catch(t){setTimeout((function(){throw t}),0)}}),Math.round(r))}return f.push({handle:++l,callback:t,cancelled:!1}),l},u=function(t){for(var e=0;e<f.length;e++)f[e].handle===t&&(f[e].cancelled=!0)}}t.exports=function(t){return o.call(n,t)},t.exports.cancel=function(){u.apply(n,arguments)},t.exports.polyfill=function(t){t||(t=n),t.requestAnimationFrame=o,t.cancelAnimationFrame=u}}).call(this,r(91))},1675:function(t,e,r){(function(e){(function(){var r,i,n,a,s,o;"undefined"!=typeof performance&&null!==performance&&performance.now?t.exports=function(){return performance.now()}:null!=e&&e.hrtime?(t.exports=function(){return(r()-s)/1e6},i=e.hrtime,a=(r=function(){var t;return 1e9*(t=i())[0]+t[1]})(),o=1e9*e.uptime(),s=a-o):Date.now?(t.exports=function(){return Date.now()-n},n=Date.now()):(t.exports=function(){return(new Date).getTime()-n},n=(new Date).getTime())}).call(this)}).call(this,r(279))},1676:function(t,e,r){"use strict";var i=r(1549),n=r(1677).trim,a;i({target:"String",proto:!0,forced:r(1678)("trim")},{trim:function t(){return n(this)}})},1677:function(t,e,r){var i=r(1543),n=r(1550),a=r(1552),s=r(1622),o=i("".replace),u="["+s+"]",h=RegExp("^"+u+u+"*"),c=RegExp(u+u+"*$"),l=function(t){return function(e){var r=a(n(e));return 1&t&&(r=o(r,h,"")),2&t&&(r=o(r,c,"")),r}};t.exports={start:l(1),end:l(2),trim:l(3)}},1678:function(t,e,r){var i=r(1574).PROPER,n=r(1545),a=r(1622),s="\u200b\x85\u180e";t.exports=function(t){return n((function(){return!!a[t]()||s[t]()!==s||i&&a[t].name!==t}))}},1679:function(t,e){t.exports=function(t){this.ok=!1,this.alpha=1,"#"==t.charAt(0)&&(t=t.substr(1,6)),t=(t=t.replace(/ /g,"")).toLowerCase();var e={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dodgerblue:"1e90ff",feldspar:"d19275",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgrey:"d3d3d3",lightgreen:"90ee90",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslateblue:"8470ff",lightslategray:"778899",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"00ff00",limegreen:"32cd32",linen:"faf0e6",magenta:"ff00ff",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370d8",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"d87093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"ff0000",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",violetred:"d02090",wheat:"f5deb3",white:"ffffff",whitesmoke:"f5f5f5",yellow:"ffff00",yellowgreen:"9acd32"};t=e[t]||t;for(var r=[{re:/^rgba\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3}),\s*((?:\d?\.)?\d)\)$/,example:["rgba(123, 234, 45, 0.8)","rgba(255,234,245,1.0)"],process:function(t){return[parseInt(t[1]),parseInt(t[2]),parseInt(t[3]),parseFloat(t[4])]}},{re:/^rgb\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3})\)$/,example:["rgb(123, 234, 45)","rgb(255,234,245)"],process:function(t){return[parseInt(t[1]),parseInt(t[2]),parseInt(t[3])]}},{re:/^([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,example:["#00ff00","336699"],process:function(t){return[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)]}},{re:/^([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,example:["#fb0","f0f"],process:function(t){return[parseInt(t[1]+t[1],16),parseInt(t[2]+t[2],16),parseInt(t[3]+t[3],16)]}}],i=0;i<r.length;i++){var n=r[i].re,a=r[i].process,s=n.exec(t);if(s){var o=a(s);this.r=o[0],this.g=o[1],this.b=o[2],o.length>3&&(this.alpha=o[3]),this.ok=!0}}this.r=this.r<0||isNaN(this.r)?0:this.r>255?255:this.r,this.g=this.g<0||isNaN(this.g)?0:this.g>255?255:this.g,this.b=this.b<0||isNaN(this.b)?0:this.b>255?255:this.b,this.alpha=this.alpha<0?0:this.alpha>1||isNaN(this.alpha)?1:this.alpha,this.toRGB=function(){return"rgb("+this.r+", "+this.g+", "+this.b+")"},this.toRGBA=function(){return"rgba("+this.r+", "+this.g+", "+this.b+", "+this.alpha+")"},this.toHex=function(){var t=this.r.toString(16),e=this.g.toString(16),r=this.b.toString(16);return 1==t.length&&(t="0"+t),1==e.length&&(e="0"+e),1==r.length&&(r="0"+r),"#"+t+e+r},this.getHelpXML=function(){for(var t=new Array,i=0;i<r.length;i++)for(var n=r[i].example,a=0;a<n.length;a++)t[t.length]=n[a];for(var s in e)t[t.length]=s;var o=document.createElement("ul");o.setAttribute("id","rgbcolor-examples");for(var i=0;i<t.length;i++)try{var u=document.createElement("li"),h=new RGBColor(t[i]),c=document.createElement("div");c.style.cssText="margin: 3px; border: 1px solid black; background:"+h.toHex()+"; color:"+h.toHex(),c.appendChild(document.createTextNode("test"));var l=document.createTextNode(" "+t[i]+" -> "+h.toRGB()+" -> "+h.toHex());u.appendChild(c),u.appendChild(l),o.appendChild(u)}catch(t){}return o}}},1680:function(t,e,r){"use strict";var i=r(1549),n=r(1543),a=r(1595),s=r(1550),o=r(1552),u=r(1596),h=n("".indexOf);i({target:"String",proto:!0,forced:!u("includes")},{includes:function t(e){return!!~h(o(s(this)),o(a(e)),arguments.length>1?arguments[1]:void 0)}})},1681:function(t,e,r){"use strict";var i=r(1549),n=r(1543),a=r(1605).indexOf,s=r(1621),o=n([].indexOf),u=!!o&&1/o([1],1,-0)<0,h=s("indexOf");i({target:"Array",proto:!0,forced:u||!h},{indexOf:function t(e){var r=arguments.length>1?arguments[1]:void 0;return u?o(this,e,r)||0:a(this,e,r)}})},1682:function(t,e,r){"use strict";var i=r(1549),n=r(1543),a=r(1683),s=n([].reverse),o=[1,2];i({target:"Array",proto:!0,forced:String(o)===String(o.reverse())},{reverse:function t(){return a(this)&&(this.length=this.length),s(this)}})},1683:function(t,e,r){var i=r(1557);t.exports=Array.isArray||function t(e){return"Array"==i(e)}},1684:function(t,e,r){"use strict";r.d(e,"a",(function(){return S}));
2
2
  /*! *****************************************************************************
3
3
  Copyright (c) Microsoft Corporation.
4
4