ydb-components-material 0.1.95 → 0.1.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/docs/120.7b74d4ab.async.js +1 -0
- package/build/docs/404.html +3 -3
- package/build/docs/608.bbe7d3e1.async.js +1 -0
- package/build/docs/856.8be8ecec.async.js +1 -0
- package/build/docs/_demos/:uuid +3 -3
- package/build/docs/colorful-button.html +3 -3
- package/build/docs/colorful-input.html +3 -3
- package/build/docs/index.html +3 -3
- package/build/docs/{umi.aa947d35.css → umi.8e9c906f.css} +1 -1
- package/build/docs/umi.f458a7ca.js +1 -0
- package/build/docs/~demos/:uuid.html +3 -3
- package/build/docs/~demos/colorful-button-demo.html +3 -3
- package/build/docs/~demos/colorful-input-demo.html +3 -3
- package/build/lowcode/3.js +16 -0
- package/build/lowcode/4.js +3 -0
- package/build/lowcode/5.js +20 -0
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +16 -16
- package/build/lowcode/render/default/1.js +16 -0
- package/build/lowcode/render/default/2.js +3 -0
- package/build/lowcode/render/default/3.js +20 -0
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +294 -2
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +294 -2
- package/dist/1.js +17 -0
- package/dist/1.js.map +1 -0
- package/dist/2.js +4 -0
- package/dist/2.js.map +1 -0
- package/dist/3.js +21 -0
- package/dist/3.js.map +1 -0
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +297 -5
- package/dist/BizComps.js.map +1 -1
- package/es/components/drag-drop/icons/preview.svg +1 -0
- package/es/components/drag-drop/index.d.ts +17 -0
- package/es/components/drag-drop/index.js +306 -0
- package/es/components/drag-drop/index.scss +130 -0
- package/es/components/file-list/checkPoint.js +6 -9
- package/es/components/file-list/index.js +79 -5
- package/es/components/file-list/index.scss +14 -1
- package/es/components/file-list/item.js +14 -7
- package/es/components/file-list/merge.d.ts +18 -0
- package/es/components/file-list/merge.js +313 -0
- package/es/components/file-list/merge.scss +137 -0
- package/es/components/file-list/seal.js +3 -1
- package/es/components/file-list/sign.js +3 -1
- package/es/components/scene-tree/index.js +2 -0
- package/es/components/scene-tree/index.scss +1 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +1 -0
- package/lib/components/drag-drop/icons/preview.svg +1 -0
- package/lib/components/drag-drop/index.d.ts +17 -0
- package/lib/components/drag-drop/index.js +314 -0
- package/lib/components/drag-drop/index.scss +130 -0
- package/lib/components/file-list/checkPoint.js +6 -9
- package/lib/components/file-list/index.js +80 -6
- package/lib/components/file-list/index.scss +14 -1
- package/lib/components/file-list/item.js +14 -7
- package/lib/components/file-list/merge.d.ts +18 -0
- package/lib/components/file-list/merge.js +321 -0
- package/lib/components/file-list/merge.scss +137 -0
- package/lib/components/file-list/seal.js +3 -1
- package/lib/components/file-list/sign.js +3 -1
- package/lib/components/scene-tree/index.js +2 -0
- package/lib/components/scene-tree/index.scss +1 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +3 -1
- package/lowcode/drag-drop-list/meta.ts +159 -0
- package/lowcode/file-list/meta.ts +14 -0
- package/lowcode_es/drag-drop-list/meta.d.ts +22 -0
- package/lowcode_es/drag-drop-list/meta.js +145 -0
- package/lowcode_es/file-list/meta.js +13 -0
- package/lowcode_es/meta.js +3 -2
- package/lowcode_lib/drag-drop-list/meta.d.ts +22 -0
- package/lowcode_lib/drag-drop-list/meta.js +150 -0
- package/lowcode_lib/file-list/meta.js +13 -0
- package/lowcode_lib/meta.js +18 -17
- package/package.json +5 -3
- package/build/docs/umi.a9f70b86.js +0 -1
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
</style>
|
|
17
17
|
<link
|
|
18
18
|
rel="stylesheet"
|
|
19
|
-
href="/ydb-components-material@0.1.
|
|
19
|
+
href="/ydb-components-material@0.1.97/build/docs/umi.8e9c906f.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.97/build/docs/";
|
|
23
23
|
</script>
|
|
24
24
|
<script>
|
|
25
25
|
//! umi version: 3.5.43
|
|
@@ -42,6 +42,6 @@
|
|
|
42
42
|
<body>
|
|
43
43
|
<div id="root"></div>
|
|
44
44
|
|
|
45
|
-
<script src="/ydb-components-material@0.1.
|
|
45
|
+
<script src="/ydb-components-material@0.1.97/build/docs/umi.f458a7ca.js"></script>
|
|
46
46
|
</body>
|
|
47
47
|
</html>
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
</style>
|
|
17
17
|
<link
|
|
18
18
|
rel="stylesheet"
|
|
19
|
-
href="/ydb-components-material@0.1.
|
|
19
|
+
href="/ydb-components-material@0.1.97/build/docs/umi.8e9c906f.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.97/build/docs/";
|
|
23
23
|
</script>
|
|
24
24
|
<script>
|
|
25
25
|
//! umi version: 3.5.43
|
|
@@ -42,6 +42,6 @@
|
|
|
42
42
|
<body>
|
|
43
43
|
<div id="root"></div>
|
|
44
44
|
|
|
45
|
-
<script src="/ydb-components-material@0.1.
|
|
45
|
+
<script src="/ydb-components-material@0.1.97/build/docs/umi.f458a7ca.js"></script>
|
|
46
46
|
</body>
|
|
47
47
|
</html>
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
</style>
|
|
17
17
|
<link
|
|
18
18
|
rel="stylesheet"
|
|
19
|
-
href="/ydb-components-material@0.1.
|
|
19
|
+
href="/ydb-components-material@0.1.97/build/docs/umi.8e9c906f.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.97/build/docs/";
|
|
23
23
|
</script>
|
|
24
24
|
<script>
|
|
25
25
|
//! umi version: 3.5.43
|
|
@@ -42,6 +42,6 @@
|
|
|
42
42
|
<body>
|
|
43
43
|
<div id="root"></div>
|
|
44
44
|
|
|
45
|
-
<script src="/ydb-components-material@0.1.
|
|
45
|
+
<script src="/ydb-components-material@0.1.97/build/docs/umi.f458a7ca.js"></script>
|
|
46
46
|
</body>
|
|
47
47
|
</html>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
(window.webpackJsonpBizComps=window.webpackJsonpBizComps||[]).push([[3],[,,,,,,,,,,,,,function(t,e){function r(t,e,r,i,n,s,a){try{var o=t[s](a),u=o.value}catch(t){return void r(t)}o.done?e(u):Promise.resolve(u).then(i,n)}function i(t){return function(){var e=this,i=arguments;return new Promise((function(n,s){var a=t.apply(e,i);function o(t){r(a,n,s,o,u,"next",t)}function u(t){r(a,n,s,o,u,"throw",t)}o(void 0)}))}}t.exports=i,t.exports.__esModule=!0,t.exports.default=t.exports},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e){var r=t.exports={},i,n;function s(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function o(t){if(i===setTimeout)return setTimeout(t,0);if((i===s||!i)&&setTimeout)return i=setTimeout,setTimeout(t,0);try{return i(t,0)}catch(e){try{return i.call(null,t,0)}catch(e){return i.call(this,t,0)}}}function u(t){if(n===clearTimeout)return clearTimeout(t);if((n===a||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(t);try{return n(t)}catch(e){try{return n.call(null,t)}catch(e){return n.call(this,t)}}}!function(){try{i="function"==typeof setTimeout?setTimeout:s}catch(t){i=s}try{n="function"==typeof clearTimeout?clearTimeout:a}catch(t){n=a}}();var c=[],h=!1,l,f=-1;function g(){h&&l&&(h=!1,l.length?c=l.concat(c):f=-1,c.length&&p())}function p(){if(!h){var t=o(g);h=!0;for(var e=c.length;e;){for(l=c,c=[];++f<e;)l&&l[f].run();f=-1,e=c.length}l=null,h=!1,u(t)}}function d(t,e){this.fun=t,this.array=e}function v(){}r.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];c.push(new d(t,e)),1!==c.length||h||o(p)},d.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=v,r.addListener=v,r.once=v,r.off=v,r.removeListener=v,r.removeAllListeners=v,r.emit=v,r.prependListener=v,r.prependOnceListener=v,r.listeners=function(t){return[]},r.binding=function(t){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(t){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,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 je})),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 jt})),r.d(e,"EllipseElement",(function(){return re})),r.d(e,"FeColorMatrixElement",(function(){return ke})),r.d(e,"FeCompositeElement",(function(){return Ue})),r.d(e,"FeDropShadowElement",(function(){return Fe})),r.d(e,"FeGaussianBlurElement",(function(){return He})),r.d(e,"FeMorphologyElement",(function(){return ze})),r.d(e,"FilterElement",(function(){return Be})),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 ce})),r.d(e,"GlyphElement",(function(){return Qt})),r.d(e,"GradientElement",(function(){return he})),r.d(e,"ImageElement",(function(){return Ee})),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 Rt})),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 Ct})),r.d(e,"PathElement",(function(){return Gt})),r.d(e,"PathParser",(function(){return Wt})),r.d(e,"PatternElement",(function(){return ae})),r.d(e,"Point",(function(){return bt})),r.d(e,"PolygonElement",(function(){return se})),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 Nt})),r.d(e,"SVGElement",(function(){return Jt})),r.d(e,"SVGFontLoader",(function(){return Pe})),r.d(e,"Scale",(function(){return Mt})),r.d(e,"Screen",(function(){return Ot})),r.d(e,"Skew",(function(){return _t})),r.d(e,"SkewX",(function(){return Vt})),r.d(e,"SkewY",(function(){return It})),r.d(e,"StopElement",(function(){return ge})),r.d(e,"StyleElement",(function(){return Ne})),r.d(e,"SymbolElement",(function(){return Ce})),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 Oe})),r.d(e,"TitleElement",(function(){return Xe})),r.d(e,"Transform",(function(){return Dt})),r.d(e,"Translate",(function(){return Pt})),r.d(e,"UnknownElement",(function(){return Bt})),r.d(e,"UseElement",(function(){return Me})),r.d(e,"ViewPort",(function(){return xt})),r.d(e,"compressSpaces",(function(){return X})),r.d(e,"default",(function(){return er})),r.d(e,"getSelectorSpecificity",(function(){return at})),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 ht})),r.d(e,"vectorsRatio",(function(){return ct}));var i=r(609),n=r.n(i),s=r(13),a=r.n(s),o=r(648),u=r.n(o),c=r(656),h=r.n(c),l=r(658),f=r.n(l),g=r(604),p=r.n(g),d=r(665),v=r.n(d),y=r(668),m=r.n(y),x=r(669),b=r.n(x),w=r(671),S=r.n(w),T=r(672),O=r.n(T),A=r(673),E=r.n(A),C=r(675),P=r.n(C),N=r(678),M=r.n(N),R=r(679),_=r.n(R),V=r(680),I=r.n(V),k=r(681),L=r.n(k),D=r(683),j=r(684),B=r.n(j),F=r(685);function z(){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=>a()((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:z,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 st(t,e){var r=e.exec(t);return r?[t.replace(e," "),r.length]:[t,0]}function at(t){var e=[0,0,0],r=t.replace(/:not\(([^)]*)\)/g," $1 ").replace(/{[\s\S]*/gm," "),i=0;return[r,i]=st(r,K),e[1]+=i,[r,i]=st(r,J),e[0]+=i,[r,i]=st(r,tt),e[1]+=i,[r,i]=st(r,et),e[2]+=i,[r,i]=st(r,rt),e[1]+=i,[r,i]=st(r,it),e[1]+=i,r=r.replace(/[*\s+>~]/g," ").replace(/[#.]/g," "),[r,i]=st(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 ct(t,e){return(t[0]*e[0]+t[1]*e[1])/(ut(t)*ut(e))}function ht(t,e){return(t[0]*e[1]<t[1]*e[0]?-1:1)*Math.acos(ct(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 s=this.getNumber();return e&&s<1?s*n.computeSize(r):s}}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 s=new M.a(e);s.ok&&(s.alpha=t.getNumber(),e=s.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:s,y:a}=r;!i[n]&&e.isPointInPath&&e.isPointInPath(s,a)&&(i[n]=t)})}}checkBoundingBox(t,e){if(this.working&&e){var{events:r,eventElements:i}=this;r.forEach((r,n)=>{var{x:s,y:a}=r;!i[n]&&e.isPointInBox(s,a)&&(i[n]=t)})}}mapXY(t,e){for(var{window:r,ctx:i}=this.screen,n=new bt(t,e),s=i.canvas;s;)n.x-=s.offsetLeft,n.y-=s.offsetTop,s=s.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 Ot{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:s,height:a,desiredHeight:o,minX:u=0,minY:c=0,refX:h,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/s,w=a/o,S=Math.min(b,w),T=Math.max(b,w),O=s,A=o;"meet"===x&&(O*=S,A*=S),"slice"===x&&(O*=T,A*=T);var E=new mt(e,"refX",h),C=new mt(e,"refY",l),P=E.hasValue()&&C.hasValue();if(P&&r.translate(-S*E.getPixels("x"),-S*C.getPixels("y")),f){var N=S*g,M=S*p;r.beginPath(),r.moveTo(N,M),r.lineTo(n,M),r.lineTo(n,a),r.lineTo(N,a),r.closePath(),r.clip()}if(!P){var R="meet"===x&&S===w,_="slice"===x&&T===w,V="meet"===x&&S===b,I="slice"===x&&T===b;m.startsWith("xMid")&&(R||_)&&r.translate(n/2-O/2,0),m.endsWith("YMid")&&(V||I)&&r.translate(0,a/2-A/2),m.startsWith("xMax")&&(R||_)&&r.translate(n-O,0),m.endsWith("YMax")&&(V||I)&&r.translate(0,a-A)}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,-c)}start(t){var{enableRedraw:e=!1,ignoreMouse:r=!1,ignoreAnimation:i=!1,ignoreDimensions:n=!1,ignoreClear:s=!1,forceRedraw:a,scaleWidth:o,scaleHeight:u,offsetX:c,offsetY:h}=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,s,o,u,c,h),e){var p=Date.now(),d=p,v=0,y=()=>{p=Date.now(),(v=p-d)>=g&&(d=p-v%g,this.shouldUpdate(i,a)&&(this.render(t,n,s,o,u,c,h),f.runEvents())),this.intervalId=E()(y)};r||f.start(),this.intervalId=E()(y)}}stop(){this.intervalId&&(E.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,s,a){var{CLIENT_WIDTH:o,CLIENT_HEIGHT:u,viewPort:c,ctx:h,isFirstRender:l}=this,f=h.canvas;c.clear(),f.width&&f.height?c.setCurrent(f.width,f.height):c.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")),c.setCurrent(d,v),"number"==typeof s&&t.getAttribute("x",!0).setValue(s),"number"==typeof a&&t.getAttribute("y",!0).setValue(a),"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||h.clearRect(0,0,d,v),t.render(h),l&&(this.isFirstRender=!1)}}Ot.defaultWindow=St,Ot.defaultFetch=Tt;var{defaultFetch:At}=Ot,Et="undefined"!=typeof DOMParser?DOMParser:null;class Ct{constructor(){var{fetch:t=At,DOMParser:e=Et}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.fetch=t,this.DOMParser=e}parse(t){var e=this;return a()((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 a()((function*(){var r=yield e.fetch(t),i=yield r.text();return e.parseFromString(i)}))()}}class Pt{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 Nt{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:s}=this,a=e+i.getPixels("x"),o=r+n.getPixels("y");t.translate(a,o),t.rotate(s.getRadians()),t.translate(-a,-o)}unapply(t){var{cx:e,cy:r,originX:i,originY:n,angle:s}=this,a=e+i.getPixels("x"),o=r+n.getPixels("y");t.translate(a,o),t.rotate(-1*s.getRadians()),t.translate(-a,-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 Mt{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,s=i.getPixels("x"),a=n.getPixels("y");t.translate(s,a),t.scale(e,r||e),t.translate(-s,-a)}unapply(t){var{scale:{x:e,y:r},originX:i,originY:n}=this,s=i.getPixels("x"),a=n.getPixels("y");t.translate(s,a),t.scale(1/e,1/r||e),t.translate(-s,-a)}applyToPoint(t){var{x:e,y:r}=this.scale;t.applyTransform([e||0,0,0,r||0,0,0])}}class Rt{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"),s=r.getPixels("y");t.translate(n,s),t.transform(i[0],i[1],i[2],i[3],i[4],i[5]),t.translate(-n,-s)}unapply(t){var{originX:e,originY:r,matrix:i}=this,n=i[0],s=i[2],a=i[4],o=i[1],u=i[3],c=i[5],h=0,l=0,f=1,g=1/(n*(1*u-0*c)-s*(1*o-0*c)+a*(0*o-0*u)),p=e.getPixels("x"),d=r.getPixels("y");t.translate(p,d),t.transform(g*(1*u-0*c),g*(0*c-1*o),g*(0*a-1*s),g*(1*n-0*a),g*(s*c-a*u),g*(a*o-n*c)),t.translate(-p,-d)}applyToPoint(t){t.applyTransform(this.matrix)}}class _t extends Rt{constructor(t,e,r){super(t,e,r),this.type="skew",this.angle=null,this.angle=new mt(t,"angle",e)}}class Vt 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 It 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 kt(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=[],kt(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(),s=[i,n];return r.hasValue()?new Dt(t,r.getString(),s):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:Pt,rotate:Nt,scale:Mt,matrix:Rt,skewX:Vt,skewY:It};class jt{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=Object.create(null),this.styles=Object.create(null),this.stylesSpecificity=Object.create(null),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,s=this.getAttribute("id");s.hasValue()&&(n[s.getString()]||(n[s.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:s}=this;if(s){var a=s.getStyle(t);if(null!=a&&a.hasValue())return a}}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 jt?t:this.document.createElement(t);e.parent=this,jt.ignoreChildTypes.includes(e.type)||this.children.push(e)}matchesSelector(t){var e,{node:r}=this;if("function"==typeof r.matches)return r.matches(t);var i=null===(e=r.getAttribute)||void 0===e?void 0:e.call(r,"class");return!(!i||""===i)&&i.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 s in i){var a=this.stylesSpecificity[s];void 0===a&&(a="000"),n>=a&&(this.styles[s]=i[s],this.stylesSpecificity[s]=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)})}isFirstChild(){var t;return 0===(null===(t=this.parent)||void 0===t?void 0:t.children.indexOf(this))}}jt.ignoreChildTypes=["title"];class Bt extends jt{constructor(t,e,r){super(t,e,r)}}function Ft(t){var e=t.trim();return/^('|")/.test(e)?e:'"'.concat(e,'"')}function zt(e){return void 0===t?e:e.trim().split(",").map(Ft).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,s){var a=s?"string"==typeof s?Xt.parse(s):s:{};this.fontFamily=n||a.fontFamily,this.fontSize=i||a.fontSize,this.fontStyle=t||a.fontStyle,this.fontWeight=r||a.fontWeight,this.fontVariant=e||a.fontVariant}static parse(){var t,e=arguments.length>1?arguments[1]:void 0,r="",i="",n="",s="",a="",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&&([s]=t.split("/")),u.fontStyle=!0,u.fontVariant=!0,u.fontWeight=!0,u.fontSize=!0;break;default:"inherit"!==t&&(a+=t)}}),new Xt(r,i,n,s,a,e)}toString(){return[Ut(this.fontStyle),this.fontVariant,Ht(this.fontWeight),this.fontSize,zt(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 s=6*e-12*r+6*i,a=-3*e+9*r-9*i+3*n,o=3*r-3*e;if(0!==a){var u=Math.pow(s,2)-4*o*a;if(!(u<0)){var c=(-s+Math.sqrt(u))/(2*a);0<c&&c<1&&(t?this.addX(this.sumCubic(c,e,r,i,n)):this.addY(this.sumCubic(c,e,r,i,n)));var h=(-s-Math.sqrt(u))/(2*a);0<h&&h<1&&(t?this.addX(this.sumCubic(h,e,r,i,n)):this.addY(this.sumCubic(h,e,r,i,n)))}}else{if(0===s)return;var l=-o/s;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,s,a,o){this.addPoint(t,e),this.addPoint(a,o),this.bezierCurveAdd(!0,t,r,n,a),this.bezierCurveAdd(!1,e,i,s,o)}addQuadraticCurve(t,e,r,i,n,s){var a=t+2/3*(r-t),o=e+2/3*(i-e),u=a+1/3*(n-t),c=o+1/3*(s-e);this.addBezierCurve(t,e,a,u,o,c,n,s)}isPointInBox(t,e){var{x1:r,y1:i,x2:n,y2:s}=this;return r<=t&&t<=n&&i<=e&&e<=s}}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,s;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 jt{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"),s=this.getStyle("stroke-opacity");if(r.isUrlDefinition()){var a=r.getFillStyleDefinition(this,i);a&&(t.fillStyle=a)}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 c=n.getFillStyleDefinition(this,s);c&&(t.strokeStyle=c)}else if(n.hasValue()){"currentColor"===n.getString()&&n.setValue(this.getStyle("color").getColor());var h=n.getString();"inherit"!==h&&(t.strokeStyle="none"===h?"rgba(0,0,0,0)":h)}if(s.hasValue()){var l=new mt(this.document,"stroke",t.strokeStyle).addOpacity(s).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"),O=this.getStyle("font-weight"),A=this.getStyle("font-size"),E=this.getStyle("font-family"),C=new Xt(S.getString(),T.getString(),O.getString(),A.hasValue()?"".concat(A.getPixels(!0),"px"):"",E.getString(),Xt.parse(w.getString(),t.font));S.setValue(C.fontStyle),T.setValue(C.fontVariant),O.setValue(C.fontWeight),A.setValue(C.fontSize),E.setValue(C.fontFamily),t.font=C.toString(),A.isPixels()&&(this.document.emSize=A.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"),s=this.getStyle("marker-mid"),a=this.getStyle("marker-end");if(n.isUrlDefinition()){var o=n.getDefinition(),[u,c]=r[0];o.render(t,u,c)}if(s.isUrlDefinition())for(var h=s.getDefinition(),l=1;l<i;l++){var[f,g]=r[l];h.render(t,f,g)}if(a.isUrlDefinition()){var p=a.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:s}=i;r.addMarker(i),e.addPoint(n,s),t&&t.moveTo(n,s)}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:s,y:a}=n;r.addMarker(n,i),e.addPoint(s,a),t&&t.lineTo(s,a)}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:s,y:a}=n;r.addMarker(n,i),e.addPoint(s,a),t&&t.lineTo(s,a)}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:s,y:a}=n;r.addMarker(n,i),e.addPoint(s,a),t&&t.lineTo(s,a)}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:s,currentPoint:a}=Gt.pathC(r);r.addMarker(a,s,n),e.addBezierCurve(i.x,i.y,n.x,n.y,s.x,s.y,a.x,a.y),t&&t.bezierCurveTo(n.x,n.y,s.x,s.y,a.x,a.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:s,currentPoint:a}=Gt.pathS(r);r.addMarker(a,s,n),e.addBezierCurve(i.x,i.y,n.x,n.y,s.x,s.y,a.x,a.y),t&&t.bezierCurveTo(n.x,n.y,s.x,s.y,a.x,a.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:s}=Gt.pathQ(r);r.addMarker(s,n,n),e.addQuadraticCurve(i.x,i.y,n.x,n.y,s.x,s.y),t&&t.quadraticCurveTo(n.x,n.y,s.x,s.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:s}=Gt.pathT(r);r.addMarker(s,n,n),e.addQuadraticCurve(i.x,i.y,n.x,n.y,s.x,s.y),t&&t.quadraticCurveTo(n.x,n.y,s.x,s.y)}static pathA(t){var{current:e,command:r}=t,{rX:i,rY:n,xRot:s,lArcFlag:a,sweepFlag:o}=r,u=s*(Math.PI/180),c=t.getAsCurrentPoint(),h=new bt(Math.cos(u)*(e.x-c.x)/2+Math.sin(u)*(e.y-c.y)/2,-Math.sin(u)*(e.x-c.x)/2+Math.cos(u)*(e.y-c.y)/2),l=Math.pow(h.x,2)/Math.pow(i,2)+Math.pow(h.y,2)/Math.pow(n,2);l>1&&(i*=Math.sqrt(l),n*=Math.sqrt(l));var f=(a===o?-1:1)*Math.sqrt((Math.pow(i,2)*Math.pow(n,2)-Math.pow(i,2)*Math.pow(h.y,2)-Math.pow(n,2)*Math.pow(h.x,2))/(Math.pow(i,2)*Math.pow(h.y,2)+Math.pow(n,2)*Math.pow(h.x,2)));isNaN(f)&&(f=0);var g=new bt(f*i*h.y/n,f*-n*h.x/i),p=new bt((e.x+c.x)/2+Math.cos(u)*g.x-Math.sin(u)*g.y,(e.y+c.y)/2+Math.sin(u)*g.x+Math.cos(u)*g.y),d=ht([1,0],[(h.x-g.x)/i,(h.y-g.y)/n]),v=[(h.x-g.x)/i,(h.y-g.y)/n],y=[(-h.x-g.x)/i,(-h.y-g.y)/n],m=ht(v,y);return ct(v,y)<=-1&&(m=Math.PI),ct(v,y)>=1&&(m=0),{currentPoint:c,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:s,sweepFlag:a,xAxisRotation:o,centp:u,a1:c,ad:h}=Gt.pathA(r),l=1-a?1:-1,f=c+l*(h/2),g=new bt(u.x+n*Math.cos(f),u.y+s*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(c)&&!isNaN(h)){var p=n>s?n:s,d=n>s?1:n/s,v=n>s?s/n:1;t.translate(u.x,u.y),t.rotate(o),t.scale(d,v),t.arc(0,0,p,c,c+h,Boolean(1-a)),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(){this.x=0,this.y=0,this.leafTexts=[],this.textChunkStart=0,this.minX=Number.POSITIVE_INFINITY,this.maxX=Number.NEGATIVE_INFINITY}getBoundingBox(t){if("text"!==this.type)return this.getTElementBoundingBox(t);this.initializeCoordinates(),this.adjustChildCoordinatesRecursive(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 s=e.length,a=e[r-1],o=e[r+1],u="isolated";if((0===r||" "===a)&&r<s-1&&" "!==o&&(u="terminal"),r>0&&" "!==a&&r<s-1&&" "!==o&&(u="medial"),r>0&&" "!==a&&(r===s-1||" "===o)&&(u="initial"),void 0!==t.glyphs[i]){var c=t.glyphs[i];n=c instanceof Qt?c:c[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,s=X(e.textContent||"");return 0===i&&(s=Y(s)),i===n&&(s=W(s)),s}renderChildren(t){if("text"===this.type){this.initializeCoordinates(),this.adjustChildCoordinatesRecursive(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:s}=n.fontFace,a=Xt.parse(e.ctx.font),o=r.getStyle("font-size").getNumber(a.fontSize),u=r.getStyle("font-style").getString(a.fontStyle),c=o/s,h=n.isRTL?i.split("").reverse().join(""):i,l=q(r.getAttribute("dx").getString()),f=h.length,g=0;g<f;g++){var p=this.getGlyph(n,h,g);t.translate(this.x,this.y),t.scale(c,-c);var d=t.lineWidth;t.lineWidth=t.lineWidth*s/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/c,-1/c),t.translate(-this.x,-this.y),this.x+=o*(p.horizAdvX||n.horizAdvX)/s,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)}}applyAnchoring(){if(!(this.textChunkStart>=this.leafTexts.length)){var t=this.leafTexts[this.textChunkStart],e=t.getStyle("text-anchor").getString("start"),r=!1,i=0;i="start"===e?t.x-this.minX:"end"===e?t.x-this.maxX:t.x-(this.minX+this.maxX)/2;for(var n=this.textChunkStart;n<this.leafTexts.length;n++)this.leafTexts[n].x+=i;this.minX=Number.POSITIVE_INFINITY,this.maxX=Number.NEGATIVE_INFINITY,this.textChunkStart=this.leafTexts.length}}adjustChildCoordinatesRecursive(t){this.children.forEach((e,r)=>{this.adjustChildCoordinatesRecursiveCore(t,this,this,r)}),this.applyAnchoring()}adjustChildCoordinatesRecursiveCore(t,e,r,i){var n=r.children[i];n.children.length>0?n.children.forEach((r,i)=>{e.adjustChildCoordinatesRecursiveCore(t,e,n,i)}):this.adjustChildCoordinates(t,e,r,i)}adjustChildCoordinates(t,e,r,i){var n=r.children[i];if("function"!=typeof n.measureText)return n;t.save(),n.setContext(t,!0);var s=n.getAttribute("x"),a=n.getAttribute("y"),o=n.getAttribute("dx"),u=n.getAttribute("dy"),c=n.getStyle("font-family").getDefinition(),h=Boolean(c)&&c.isRTL;0===i&&(s.hasValue()||s.setValue(n.getInheritedAttribute("x")),a.hasValue()||a.setValue(n.getInheritedAttribute("y")),o.hasValue()||o.setValue(n.getInheritedAttribute("dx")),u.hasValue()||u.setValue(n.getInheritedAttribute("dy")));var l=n.measureText(t);return h&&(e.x-=l),s.hasValue()?(e.applyAnchoring(),n.x=s.getPixels("x"),o.hasValue()&&(n.x+=o.getPixels("x"))):(o.hasValue()&&(e.x+=o.getPixels("x")),n.x=e.x),e.x=n.x,h||(e.x+=l),a.hasValue()?(n.y=a.getPixels("y"),u.hasValue()&&(n.y+=u.getPixels("y"))):(u.hasValue()&&(e.y+=u.getPixels("y")),n.y=e.y),e.y=n.y,e.leafTexts.push(n),e.minX=Math.min(e.minX,n.x,n.x+l),e.maxX=Math.max(e.maxX,n.x,n.x+l),n.clearContext(t),t.restore(),n}getChildBoundingBox(t,e,r,i){var n=r.children[i];if("function"!=typeof n.getBoundingBox)return null;var s=n.getBoundingBox(t);return s?(n.children.forEach((r,i)=>{var a=e.getChildBoundingBox(t,e,n,i);s.addBoundingBox(a)}),s):null}renderChild(t,e,r,i){var n=r.children[i];n.render(t),n.children.forEach((r,i)=>{e.renderChild(t,e,n,i)})}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(),s=i.isRTL?e.split("").reverse().join(""):e,a=q(r.getAttribute("dx").getString()),o=s.length,u=0,c=0;c<o;c++){var h;u+=(this.getGlyph(i,s,c).horizAdvX||i.horizAdvX)*n/i.fontFace.unitsPerEm,void 0===a[c]||isNaN(a[c])||(u+=a[c])}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}getInheritedAttribute(t){for(var e=this;e instanceof $t&&e.isFirstChild();){var r=e.parent.getAttribute(t);if(r.hasValue(!0))return r.getValue("0");e=e.parent}return null}}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,s=t.canvas;if(i.setDefaults(t),s.style&&void 0!==t.font&&n&&void 0!==n.getComputedStyle){t.font=n.getComputedStyle(s).getPropertyValue("font");var a=new mt(r,"fontSize",Xt.parse(t.font).fontSize);a.hasValue()&&(r.rootEmSize=a.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 c=this.getAttribute("refX"),h=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:c.getValue(),refY:h.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),s=this.getAttribute("viewBox"),a=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 c=this.getAttribute("preserveAspectRatio");c.hasValue()&&c.setValue(c.getString().replace(/^\s*(\S.*\S)\s*$/,"$1"))}if(i.setValue(t),n.setValue(e),s.hasValue()||s.setValue("0 0 ".concat(o||t," ").concat(u||e)),a.hasValue()){var h=this.getStyle("width"),l=this.getStyle("height");h.hasValue()&&h.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"),s=this.getAttribute("rx"),a=this.getAttribute("ry"),o=s.getPixels("x"),u=a.getPixels("y");if(s.hasValue()&&!a.hasValue()&&(u=o),a.hasValue()&&!s.hasValue()&&(o=u),o=Math.min(o,i/2),u=Math.min(u,n/2),t){var c=(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+c*o,r,e+i,r+u-c*u,e+i,r+u),t.lineTo(e+i,r+n-u),t.bezierCurveTo(e+i,r+n-u+c*u,e+i-o+c*o,r+n,e+i-o,r+n),t.lineTo(e+o,r+n),t.bezierCurveTo(e+o-c*o,r+n,e,r+n-u+c*u,e,r+n-u),t.lineTo(e,r+u),t.bezierCurveTo(e,r+u-c*u,e+o-c*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"),s=this.getAttribute("cy").getPixels("y");return t&&r>0&&i>0&&(t.beginPath(),t.moveTo(n+r,s),t.bezierCurveTo(n+r,s+e*i,n+e*r,s+i,n,s+i),t.bezierCurveTo(n-e*r,s+i,n-r,s+e*i,n-r,s),t.bezierCurveTo(n-r,s-e*i,n-e*r,s-i,n,s-i),t.bezierCurveTo(n+e*r,s-i,n+r,s-e*i,n+r,s),t.closePath()),new Yt(n-r,s-i,n+r,s+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 se 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 ae extends jt{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),s=new Jt(this.document,null);s.attributes.viewBox=new mt(this.document,"viewBox",this.getAttribute("viewBox").getValue()),s.attributes.width=new mt(this.document,"width","".concat(i,"px")),s.attributes.height=new mt(this.document,"height","".concat(n,"px")),s.attributes.transform=new mt(this.document,"transform",this.getAttribute("patternTransform").getValue()),s.children=this.children;var a=this.document.createCanvas(i,n),o=a.getContext("2d"),u=this.getAttribute("x"),c=this.getAttribute("y"),h;u.hasValue()&&c.hasValue()&&o.translate(u.getPixels("x",!0),c.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(),s.attributes.x=new mt(this.document,"x",l*a.width),s.attributes.y=new mt(this.document,"y",f*a.height),s.render(o),o.restore();return t.createPattern(a,"repeat")}}class oe extends jt{constructor(){super(...arguments),this.type="marker"}render(t,e,r){if(e){var{x:i,y:n}=e,s=this.getAttribute("orient").getString("auto"),a=this.getAttribute("markerUnits").getString("strokeWidth");t.translate(i,n),"auto"===s&&t.rotate(r),"strokeWidth"===a&&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"===a&&t.scale(1/t.lineWidth,1/t.lineWidth),"auto"===s&&t.rotate(-r),t.translate(-i,-n)}}}class ue extends jt{constructor(){super(...arguments),this.type="defs"}render(){}}class ce 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 he extends jt{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,s=this.getGradient(t,e);if(!s)return this.addParentOpacity(r,n[n.length-1].color);if(n.forEach(t=>{s.addColorStop(t.offset,this.addParentOpacity(r,t.color))}),this.getAttribute("gradientTransform").hasValue()){var{document:a}=this,{MAX_VIRTUAL_PIXELS:o,viewPort:u}=a.screen,[c]=u.viewPorts,h=new te(a,null);h.attributes.x=new mt(a,"x",-o/3),h.attributes.y=new mt(a,"y",-o/3),h.attributes.width=new mt(a,"width",o),h.attributes.height=new mt(a,"height",o);var l=new ce(a,null);l.attributes.transform=new mt(a,"transform",this.getAttribute("gradientTransform").getValue()),l.children=[h];var f=new Jt(a,null);f.attributes.x=new mt(a,"x",0),f.attributes.y=new mt(a,"y",0),f.attributes.width=new mt(a,"width",c.width),f.attributes.height=new mt(a,"height",c.height),f.children=[l];var g=a.createCanvas(c.width,c.height),p=g.getContext("2d");return p.fillStyle=s,f.render(p),p.createPattern(g,"no-repeat")}return s}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 he{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"),s=r?i.y+i.height*this.getAttribute("y1").getNumber():this.getAttribute("y1").getPixels("y"),a=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===a&&s===o?null:t.createLinearGradient(n,s,a,o)}}class fe extends he{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"),s=r?i.y+i.height*this.getAttribute("cy").getNumber():this.getAttribute("cy").getPixels("y"),a=n,o=s;this.getAttribute("fx").hasValue()&&(a=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(),c=this.getAttribute("fr").getPixels();return t.createRadialGradient(a,o,c,n,s,u)}}class ge extends jt{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"),s=this.getStyle("stop-color",!0);""===s.getString()&&s.setValue("#000"),n.hasValue()&&(s=s.addOpacity(n)),this.offset=i,this.color=s.getColor()}}class pe extends jt{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 s=this.calcValue(),a=this.getAttribute("type");if(a.hasValue()){var o=a.getString();s="".concat(o,"(").concat(s,")")}r.setValue(s),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),s=Math.ceil(i);r.from=new mt(t,"from",parseFloat(e.getValue()[n])),r.to=new mt(t,"to",parseFloat(e.getValue()[s])),r.progress=(i-n)/(s-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 M.a(e.getColor()),n=new M.a(r.getColor());if(i.ok&&n.ok){var s=i.r+(n.r-i.r)*t,a=i.g+(n.g-i.g)*t,o=i.b+(n.b-i.b)*t;return"rgb(".concat(Math.floor(s),", ").concat(Math.floor(a),", ").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()),s;return i.map((e,r)=>{var i;return e+(n[r]-e)*t}).join(" ")}}class ye extends jt{constructor(t,e,r){super(t,e,r),this.type="font",this.glyphs=Object.create(null),this.horizAdvX=this.getAttribute("horiz-adv-x").getNumber();var{definitions:i}=t,{children:n}=this;for(var s of n)switch(s.type){case"font-face":this.fontFace=s;var a=s.getStyle("font-family");a.hasValue()&&(i[a.getString()]=this);break;case"missing-glyph":this.missingGlyph=s;break;case"glyph":var o=s;o.arabicForm?(this.isRTL=!0,this.isArabic=!0,void 0===this.glyphs[o.unicode]&&(this.glyphs[o.unicode]=Object.create(null)),this.glyphs[o.unicode][o.arabicForm]=o):this.glyphs[o.unicode]=o}}render(){}}class me extends jt{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],s=i.length>0&&Array.from(i).every(t=>3===t.nodeType);this.hasText=s,this.text=s?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,s=new mt(e,"fontSize",Xt.parse(e.ctx.font).fontSize);n.isWorking()&&n.checkBoundingBox(this,new Yt(r,i-s.getPixels("y"),r+this.measureText(t),i))}else if(this.children.length>0){var a=new ce(this.document,null);a.children=this.children,a.parent=this,a.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 Oe 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,s,a,o,u,c,h,l]=i,f=a>o?a:o,g=a>o?1:a/o,p=a>o?o/a:1;t&&(t.translate(n,s),t.rotate(h),t.scale(g,p),t.arc(0,0,f,u,u+c,Boolean(1-l)),t.scale(1/g,1/p),t.rotate(-h),t.translate(-n,-s));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:s,p1:a,rotation:o,text:u}=i;t.save(),t.translate(s.x,s.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(s.x,s.y+r/8),t.lineTo(a.x,a.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,s,a,o,u){var c=s,h=this.measureText(t,o);" "===o&&"justify"===e&&r<i&&(h+=(i-r)/n),u>-1&&(c+=this.getLetterSpacingAt(u));var l=this.textHeight/20,f=this.getEquidistantPointOnPath(c,l,0),g=this.getEquidistantPointOnPath(c+h,l,0),p={p0:f,p1:g},d=f&&g?Math.atan2(g.y-f.y,g.x-f.x):0;if(a){var v=Math.cos(Math.PI/2+d)*a,y=Math.cos(-d)*a;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:c+=h,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")),s=this.parent.getAttribute("dy").getPixels("y"),a=this.parent.getStyle("text-anchor").getString("start"),o=this.getStyle("letter-spacing"),u=this.parent.getStyle("letter-spacing"),c=0;o.hasValue()&&"inherit"!==o.getValue()?o.hasValue()&&"initial"!==o.getValue()&&"unset"!==o.getValue()&&(c=o.getPixels()):c=u.getPixels();var h=[],l=e.length;this.letterSpacingCache=h;for(var f=0;f<l;f++)h.push(void 0!==n[f]?n[f]:c);var g=h.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"!==a&&"center"!==a||(m=-d/2),"end"!==a&&"right"!==a||(m=-d),m+=y,r.forEach((e,n)=>{var{offset:o,segment:u,rotation:c}=this.findSegmentToFitChar(t,a,d,v,i,m,s,e,n);m=o,u.p0&&u.p1&&this.glyphInfo.push({text:r[n],p0:u.p0,p1:u.p1,rotation:c})})}}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,s=i?i.y:0,a=r.next(),o=a.type,u=[];switch(a.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)}a.type!==Wt.CLOSE_PATH?e.push({type:o,points:u,start:{x:n,y:s},pathLength:this.calcLength(n,s,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:s,a1:a,ad:o}=Gt.pathA(t);return 0===i&&o>0&&(o-=2*Math.PI),1===i&&o<0&&(o+=2*Math.PI),[s.x,s.y,e,r,a,o,n,i]}calcLength(t,e,r,i){var n=0,s=null,a=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,s=this.getPointOnCubicBezier(0,t,e,i[0],i[1],i[2],i[3],i[4],i[5]),o=.01;o<=1;o+=.01)a=this.getPointOnCubicBezier(o,t,e,i[0],i[1],i[2],i[3],i[4],i[5]),n+=this.getLineLength(s.x,s.y,a.x,a.y),s=a;return n;case Wt.QUAD_TO:for(n=0,s=this.getPointOnQuadraticBezier(0,t,e,i[0],i[1],i[2],i[3]),o=.01;o<=1;o+=.01)a=this.getPointOnQuadraticBezier(o,t,e,i[0],i[1],i[2],i[3]),n+=this.getLineLength(s.x,s.y,a.x,a.y),s=a;return n;case Wt.ARC:n=0;var u=i[4],c=i[5],h=i[4]+c,l=Math.PI/180;if(Math.abs(u-h)<l&&(l=Math.abs(u-h)),s=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],u,0),c<0)for(o=u-l;o>h;o-=l)a=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],o,0),n+=this.getLineLength(s.x,s.y,a.x,a.y),s=a;else for(o=u+l;o<h;o+=l)a=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],o,0),n+=this.getLineLength(s.x,s.y,a.x,a.y),s=a;return a=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],h,0),n+=this.getLineLength(s.x,s.y,a.x,a.y)}return 0}getPointOnLine(t,e,r,i,n){var s=arguments.length>5&&void 0!==arguments[5]?arguments[5]:e,a=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 c=o*u,h=null;if(i===e)h={x:s,y:a+c};else if((a-r)/(s-e+ot)===o)h={x:s+u,y:a+c};else{var l=0,f=0,g=this.getLineLength(e,r,i,n);if(g<ot)return null;var p=(s-e)*(i-e)+(a-r)*(n-r);l=e+(p/=g*g)*(i-e),f=r+p*(n-r);var d=this.getLineLength(s,a,l,f),v=Math.sqrt(t*t-d*d);u=Math.sqrt(v*v/(1+o*o)),i<e&&(u*=-1),h={x:l+u,y:f+(c=o*u)}}return h}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 s of n){if(!s||!(s.pathLength<5e-5||r+s.pathLength+5e-5<t)){var a=t-r,o=0;switch(s.type){case Wt.LINE_TO:i=this.getPointOnLine(a,s.start.x,s.start.y,s.points[0],s.points[1],s.start.x,s.start.y);break;case Wt.ARC:var u=s.points[4],c=s.points[5],h=s.points[4]+c;if(o=u+a/s.pathLength*c,c<0&&o<h||c>=0&&o>h)break;i=this.getPointOnEllipticalArc(s.points[0],s.points[1],s.points[2],s.points[3],o,s.points[6]);break;case Wt.CURVE_TO:(o=a/s.pathLength)>1&&(o=1),i=this.getPointOnCubicBezier(o,s.start.x,s.start.y,s.points[0],s.points[1],s.points[2],s.points[3],s.points[4],s.points[5]);break;case Wt.QUAD_TO:(o=a/s.pathLength)>1&&(o=1),i=this.getPointOnQuadraticBezier(o,s.start.x,s.start.y,s.points[0],s.points[1],s.points[2],s.points[3])}if(i)return i;break}r+=s.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,s,a,o,u){var c,h;return{x:o*lt(t)+s*ft(t)+i*gt(t)+e*pt(t),y:u*lt(t)+a*ft(t)+n*gt(t)+r*pt(t)}}getPointOnQuadraticBezier(t,e,r,i,n,s,a){var o,u;return{x:s*dt(t)+i*vt(t)+e*yt(t),y:a*dt(t)+n*vt(t)+r*yt(t)}}getPointOnEllipticalArc(t,e,r,i,n,s){var a=Math.cos(s),o=Math.sin(s),u=r*Math.cos(n),c=i*Math.sin(n);return{x:t+(u*a-c*o),y:e+(u*o+c*a)}}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 s=0,a=0;a<=r;a+=i){var o=this.getPointOnPath(a),u=this.getPointOnPath(a+i);o&&u&&((s+=this.getLineLength(o.x,o.y,u.x,u.y))>=n&&(this.equidistantCache.points.push({x:o.x,y:o.y,distance:a}),s-=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 Ae=/^\s*data:(([^/,;]+\/[^/,;]+)(?:;([^,;=]+=[^,;=]+))?)?(?:;(base64))?,(.*)$/i;class Ee 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 a()((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 a()((function*(){var r=Ae.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),s=yield n.text();e.image=s}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"),s=this.getAttribute("y").getPixels("y"),a=this.getStyle("width").getPixels("x"),o=this.getStyle("height").getPixels("y");if(i&&r&&a&&o){if(t.save(),t.translate(n,s),this.isSvg){var u=e.canvg.forkString(t,this.image,{ignoreMouse:!0,ignoreAnimation:!0,ignoreDimensions:!0,ignoreClear:!0,offsetX:0,offsetY:0,scaleWidth:a,scaleHeight:o});u.document.documentElement.parent=this,u.render()}else{var c=this.image;e.setViewBox({ctx:t,aspectRatio:this.getAttribute("preserveAspectRatio").getString(),width:a,desiredWidth:c.width,height:o,desiredHeight:c.height}),this.loaded&&(void 0===c.complete||c.complete)&&t.drawImage(c,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 Ce extends qt{constructor(){super(...arguments),this.type="symbol"}render(t){}}class Pe{constructor(t){this.document=t,this.loaded=!1,t.fonts.push(this)}load(t,e){var r=this;return a()((function*(){try{var{document:i}=r,n,s=(yield i.canvg.parser.load(e)).getElementsByTagName("font");Array.from(s).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 Ne extends jt{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(","),s=i[1].split(";");n.forEach(e=>{var r=e.trim();if(r){var i=t.styles[r]||{};if(s.forEach(e=>{var r=e.indexOf(":"),n=e.substr(0,r).trim(),s=e.substr(r+1,e.length-r).trim();n&&s&&(i[n]=new mt(t,n,s))}),t.styles[r]=i,t.stylesSpecificity[r]=at(r),"@font-face"===r){var n=i["font-family"].getString().replace(/"|'/g,""),a;i.src.getString().split(",").forEach(e=>{if(e.indexOf('format("svg")')>0){var r=$(e);r&&new Pe(t).load(n,r)}})}}})}})}}Ne.parseExternalUrl=$;class Me 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),s=this.getStyle("height",!1,!0);n.hasValue()&&(i.attributes.width=new mt(e,"width",n.getString())),s.hasValue()&&(i.attributes.height=new mt(e,"height",s.getString()))}var a=i.parent;i.parent=this,i.render(t),i.parent=a}}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 Re(t,e,r,i,n,s){return t[r*i*4+4*e+s]}function _e(t,e,r,i,n,s,a){t[r*i*4+4*e+s]=a}function Ve(t,e,r){var i;return t[e]*r}function Ie(t,e,r,i){return e+Math.cos(t)*r+Math.sin(t)*i}class ke extends jt{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 s=i[0]*Math.PI/180;i=[Ie(s,.213,.787,-.213),Ie(s,.715,-.715,-.715),Ie(s,.072,-.072,.928),0,0,Ie(s,.213,-.213,.143),Ie(s,.715,.285,.14),Ie(s,.072,-.072,-.283),0,0,Ie(s,.213,-.213,-.787),Ie(s,.715,-.715,.715),Ie(s,.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:s,matrix:a}=this,o=t.getImageData(0,0,i,n),u=0;u<n;u++)for(var c=0;c<i;c++){var h=Re(o.data,c,u,i,n,0),l=Re(o.data,c,u,i,n,1),f=Re(o.data,c,u,i,n,2),g=Re(o.data,c,u,i,n,3),p=Ve(a,0,h)+Ve(a,1,l)+Ve(a,2,f)+Ve(a,3,g)+Ve(a,4,1),d=Ve(a,5,h)+Ve(a,6,l)+Ve(a,7,f)+Ve(a,8,g)+Ve(a,9,1),v=Ve(a,10,h)+Ve(a,11,l)+Ve(a,12,f)+Ve(a,13,g)+Ve(a,14,1),y=Ve(a,15,h)+Ve(a,16,l)+Ve(a,17,f)+Ve(a,18,g)+Ve(a,19,1);s&&(p=0,d=0,v=0,y*=g/255),_e(o.data,c,u,i,n,0,p),_e(o.data,c,u,i,n,1,d),_e(o.data,c,u,i,n,2,v),_e(o.data,c,u,i,n,3,y)}t.clearRect(0,0,i,n),t.putImageData(o,0,0)}}class Le extends jt{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"),s=this.getStyle("width").getPixels("x"),a=this.getStyle("height").getPixels("y");if(!s&&!a){var o=new Yt;this.children.forEach(e=>{o.addBoundingBox(e.getBoundingBox(t))}),i=Math.floor(o.x1),n=Math.floor(o.y1),s=Math.floor(o.width),a=Math.floor(o.height)}var u=this.removeStyles(e,Le.ignoreStyles),c=r.createCanvas(i+s,n+a),h=c.getContext("2d");r.screen.setDefaults(h),this.renderChildren(h),new ke(r,{nodeType:1,childNodes:[],attributes:[{nodeName:"type",value:"luminanceToAlpha"},{nodeName:"includeOpacity",value:"true"}]}).apply(h,0,0,i+s,n+a);var l=r.createCanvas(i+s,n+a),f=l.getContext("2d");r.screen.setDefaults(f),e.render(f),f.globalCompositeOperation="destination-in",f.fillStyle=h.createPattern(c,"no-repeat"),f.fillRect(0,0,i+s,n+a),t.fillStyle=f.createPattern(l,"no-repeat"),t.fillRect(0,0,i+s,n+a),this.restoreStyles(e,u)}render(t){}}Le.ignoreStyles=["mask","transform","clip-path"];var De=()=>{};class je extends jt{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 s=void 0!==i.elementTransform?i.elementTransform():null;s||(s=Dt.fromElement(e,i)),s&&s.apply(t),i.path(t),r&&(r.closePath=n),s&&s.unapply(t)}}),Reflect.apply(n,t,[]),t.clip(),r&&(r.beginPath=i,r.closePath=n)}render(t){}}class Be extends jt{constructor(){super(...arguments),this.type="filter"}apply(t,e){var{document:r,children:i}=this,n=e.getBoundingBox(t);if(n){var s=0,a=0;i.forEach(t=>{var e=t.extraFilterDistance||0;s=Math.max(s,e),a=Math.max(a,e)});var o=Math.floor(n.width),u=Math.floor(n.height),c=o+2*s,h=u+2*a;if(!(c<1||h<1)){var l=Math.floor(n.x),f=Math.floor(n.y),g=this.removeStyles(e,Be.ignoreStyles),p=r.createCanvas(c,h),d=p.getContext("2d");r.screen.setDefaults(d),d.translate(-l+s,-f+a),e.render(d),i.forEach(t=>{"function"==typeof t.apply&&t.apply(d,0,0,c,h)}),t.drawImage(p,0,0,c,h,l-s,f-a,c,h),this.restoreStyles(e,g)}}}render(t){}}Be.ignoreStyles=["filter","transform","clip-path"];class Fe extends jt{constructor(t,e,r){super(t,e,r),this.type="feDropShadow",this.addStylesFromStyleDefinition()}apply(t,e,r,i,n){}}class ze extends jt{constructor(){super(...arguments),this.type="feMorphology"}apply(t,e,r,i,n){}}class Ue extends jt{constructor(){super(...arguments),this.type="feComposite"}apply(t,e,r,i,n){}}class He extends jt{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:s,blurRadius:a}=this,o=s.window?s.window.document.body:null,u=t.canvas;u.id=s.getUniqueId(),o&&(u.style.display="none",o.appendChild(u)),Object(F.a)(u,e,r,i,n,a),o&&o.removeChild(u)}}class Xe extends jt{constructor(){super(...arguments),this.type="title"}}class Ye extends jt{constructor(){super(...arguments),this.type="desc"}}var We={svg:Jt,rect:te,circle:ee,ellipse:re,line:ie,polyline:ne,polygon:se,path:Gt,pattern:ae,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:Oe,image:Ee,g:ce,symbol:Ce,style:Ne,use:Me,mask:Le,clipPath:je,filter:Be,feDropShadow:Fe,feMorphology:ze,feComposite:Ue,feColorMatrix:ke,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=a()((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,s)=>{i(s)},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:s}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.canvg=t,this.definitions=Object.create(null),this.styles=Object.create(null),this.stylesSpecificity=Object.create(null),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,s),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 Bt(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 Ct(r),this.screen=new Ot(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 a()((function*(){var i=r.length>2&&void 0!==r[2]?r[2]:{},n=new Ct(i),s=yield n.parse(e);return new er(t,s,i)}))()}static fromString(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i,n=new Ct(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 a()((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)}}}.call(this,r(371))},,function(t,e,r){"use strict";(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)||r("object"==typeof this&&this)||function(){return this}()||Function("return this")()}).call(this,r(23))},function(t,e,r){"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,r){"use strict";var i=r(546),n=Function.prototype,s=n.call,a=i&&n.bind.bind(s,s);t.exports=i?a:function(t){return function(){return s.apply(t,arguments)}}},function(t,e,r){"use strict";var i="object"==typeof document&&document.all;t.exports=void 0===i&&void 0!==i?function(t){return"function"==typeof t||t===i}:function(t){return"function"==typeof t}},function(t,e,r){"use strict";var i=r(517),n=r(562),s=r(528),a=r(584),o=r(583),u=r(582),c=i.Symbol,h=n("wks"),l=u?c.for||c:c&&c.withoutSetter||a;t.exports=function(t){return s(h,t)||(h[t]=o&&s(c,t)?c[t]:l("Symbol."+t)),h[t]}},function(t,e,r){"use strict";var i=r(546),n=Function.prototype.call;t.exports=i?n.bind(n):function(){return n.apply(n,arguments)}},function(t,e,r){"use strict";var i=r(517),n=r(545).f,s=r(540),a=r(535),o=r(564),u=r(615),c=r(590);t.exports=function(t,e){var r=t.target,h=t.global,l=t.stat,f,g,p,d,v,y;if(g=h?i:l?i[r]||o(r,{}):i[r]&&i[r].prototype)for(p in e){if(v=e[p],d=t.dontCallGetSet?(y=n(g,p))&&y.value:g[p],!(f=c(h?p:r+(l?".":"#")+p,t.forced))&&void 0!==d){if(typeof v==typeof d)continue;u(v,d)}(t.sham||d&&d.sham)&&s(v,"sham",!0),a(g,p,v,t)}}},function(t,e,r){"use strict";var i=r(525),n=String,s=TypeError;t.exports=function(t){if(i(t))return t;throw new s(n(t)+" is not an object")}},function(t,e,r){"use strict";var i=r(520);t.exports=function(t){return"object"==typeof t?null!==t:i(t)}},function(t,e,r){"use strict";var i=r(518);t.exports=!i((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,r){"use strict";var i=r(547),n=TypeError;t.exports=function(t){if(i(t))throw new n("Can't call method on "+t);return t}},function(t,e,r){"use strict";var i=r(519),n=r(550),s=i({}.hasOwnProperty);t.exports=Object.hasOwn||function t(e,r){return s(n(e),r)}},function(t,e,r){"use strict";t.exports=!1},function(t,e,r){"use strict";var i=r(570),n=String;t.exports=function(t){if("Symbol"===i(t))throw new TypeError("Cannot convert a Symbol value to a string");return n(t)}},function(t,e,r){"use strict";var i=r(520),n=r(549),s=TypeError;t.exports=function(t){if(i(t))return t;throw new s(n(t)+" is not a function")}},function(t,e,r){"use strict";var i=r(526),n=r(585),s=r(586),a=r(524),o=r(580),u=TypeError,c=Object.defineProperty,h=Object.getOwnPropertyDescriptor,l="enumerable",f="configurable",g="writable";e.f=i?s?function t(e,r,i){if(a(e),r=o(r),a(i),"function"==typeof e&&"prototype"===r&&"value"in i&&g in i&&!i[g]){var n=h(e,r);n&&n[g]&&(e[r]=i.value,i={configurable:f in i?i[f]:n[f],enumerable:l in i?i[l]:n[l],writable:!1})}return c(e,r,i)}:c:function t(e,r,i){if(a(e),r=o(r),a(i),n)try{return c(e,r,i)}catch(t){}if("get"in i||"set"in i)throw new u("Accessors not supported");return"value"in i&&(e[r]=i.value),e}},function(t,e,r){"use strict";var i=r(519),n=i({}.toString),s=i("".slice);t.exports=function(t){return s(n(t),8,-1)}},function(t,e,r){"use strict";var i=r(517),n=r(520),s=function(t){return n(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?s(i[t]):i[t]&&i[t][e]}},function(t,e,r){"use strict";var i=r(520),n=r(532),s=r(587),a=r(564);t.exports=function(t,e,r,o){o||(o={});var u=o.enumerable,c=void 0!==o.name?o.name:e;if(i(r)&&s(r,c,o),o.global)u?t[e]=r:a(e,r);else{try{o.unsafe?t[e]&&(u=!0):delete t[e]}catch(t){}u?t[e]=r:n.f(t,e,{value:r,enumerable:!1,configurable:!o.nonConfigurable,writable:!o.nonWritable})}return t}},function(t,e,r){"use strict";var i=r(531),n=r(547);t.exports=function(t,e){var r=t[e];return n(r)?void 0:i(r)}},function(t,e,r){"use strict";var i=r(554),n=Math.min;t.exports=function(t){var e=i(t);return e>0?n(e,9007199254740991):0}},function(t,e,r){"use strict";var i=r(579),n=r(527);t.exports=function(t){return i(n(t))}},function(t,e,r){"use strict";var i,n=r(517).navigator,s=n&&n.userAgent;t.exports=s?String(s):""},function(t,e,r){"use strict";var i=r(526),n=r(532),s=r(560);t.exports=i?function(t,e,r){return n.f(t,e,s(1,r))}:function(t,e,r){return t[e]=r,t}},function(t,e,r){"use strict";var i=r(517);t.exports=i.Promise},function(t,e,r){"use strict";var i=r(517),n=r(541),s=r(520),a=r(590),o=r(565),u=r(521),c=r(591),h=r(529),l=r(561),f=n&&n.prototype,g=u("species"),p=!1,d=s(i.PromiseRejectionEvent),v=a("Promise",(function(){var t=o(n),e=t!==String(n);if(!e&&66===l)return!0;if(h&&(!f.catch||!f.finally))return!0;if(!l||l<51||!/native code/.test(t)){var r=new n((function(t){t(1)})),i=function(t){t((function(){}),(function(){}))},s;if((r.constructor={})[g]=i,!(p=r.then((function(){}))instanceof i))return!0}return!(e||"BROWSER"!==c&&"DENO"!==c||d)}));t.exports={CONSTRUCTOR:v,REJECTION_EVENT:d,SUBCLASSING:p}},function(t,e,r){"use strict";var i=r(531),n=TypeError,s=function(t){var e,r;this.promise=new t((function(t,i){if(void 0!==e||void 0!==r)throw new n("Bad Promise constructor");e=t,r=i})),this.resolve=i(e),this.reject=i(r)};t.exports.f=function(t){return new s(t)}},function(t,e,r){"use strict";t.exports={}},function(t,e,r){"use strict";var i=r(526),n=r(522),s=r(611),a=r(560),o=r(538),u=r(580),c=r(528),h=r(585),l=Object.getOwnPropertyDescriptor;e.f=i?l:function t(e,r){if(e=o(e),r=u(r),h)try{return l(e,r)}catch(t){}if(c(e,r))return a(!n(s.f,e,r),e[r])}},function(t,e,r){"use strict";var i=r(518);t.exports=!i((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},function(t,e,r){"use strict";t.exports=function(t){return null==t}},function(t,e,r){"use strict";var i=r(519);t.exports=i({}.isPrototypeOf)},function(t,e,r){"use strict";var i=String;t.exports=function(t){try{return i(t)}catch(t){return"Object"}}},function(t,e,r){"use strict";var i=r(527),n=Object;t.exports=function(t){return n(i(t))}},function(t,e,r){"use strict";var i=r(517),n=r(525),s=i.document,a=n(s)&&n(s.createElement);t.exports=function(t){return a?s.createElement(t):{}}},function(t,e,r){"use strict";var i=r(526),n=r(528),s=Function.prototype,a=i&&Object.getOwnPropertyDescriptor,o=n(s,"name"),u=o&&"something"===function t(){}.name,c=o&&(!i||i&&a(s,"name").configurable);t.exports={EXISTS:o,PROPER:u,CONFIGURABLE:c}},function(t,e,r){"use strict";var i=r(614),n=r(517),s=r(525),a=r(540),o=r(528),u=r(563),c=r(566),h=r(567),l="Object already initialized",f=n.TypeError,g=n.WeakMap,p,d,v,y=function(t){return v(t)?d(t):p(t,{})},m=function(t){return function(e){var r;if(!s(e)||(r=d(e)).type!==t)throw new f("Incompatible receiver, "+t+" required");return r}};if(i||u.state){var x=u.state||(u.state=new g);x.get=x.get,x.has=x.has,x.set=x.set,p=function(t,e){if(x.has(t))throw new f(l);return e.facade=t,x.set(t,e),e},d=function(t){return x.get(t)||{}},v=function(t){return x.has(t)}}else{var b=c("state");h[b]=!0,p=function(t,e){if(o(t,b))throw new f(l);return e.facade=t,a(t,b,e),e},d=function(t){return o(t,b)?t[b]:{}},v=function(t){return o(t,b)}}t.exports={set:p,get:d,has:v,enforce:y,getterFor:m}},function(t,e,r){"use strict";var i=r(619);t.exports=function(t){var e=+t;return e!=e||0===e?0:i(e)}},function(t,e,r){"use strict";var i=r(591);t.exports="NODE"===i},function(t,e,r){"use strict";var i=r(532).f,n=r(528),s,a=r(521)("toStringTag");t.exports=function(t,e,r){t&&!r&&(t=t.prototype),t&&!n(t,a)&&i(t,a,{configurable:!0,value:e})}},function(t,e,r){"use strict";var i=r(533),n=r(519);t.exports=function(t){if("Function"===i(t))return n(t)}},function(t,e,r){"use strict";var i=r(524),n=r(650),s=r(569),a=r(567),o=r(596),u=r(551),c=r(566),h=">",l="<",f="prototype",g="script",p=c("IE_PROTO"),d=function(){},v=function(t){return l+g+h+t+l+"/"+g+h},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=s.length;t--;)delete b[f][s[t]];return b()};a[p]=!0,t.exports=Object.create||function t(e,r){var s;return null!==e?(d[f]=i(e),s=new d,d[f]=null,s[p]=e):s=b(),void 0===r?s:n.f(s,r)}},function(t,e,r){"use strict";var i=r(522),n=r(528),s=r(548),a=r(655),o=r(602),u=RegExp.prototype;t.exports=a.correct?function(t){return t.flags}:function(t){return a.correct||!s(u,t)||n(t,"flags")?t.flags:i(o,t)}},function(t,e,r){"use strict";t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,r){"use strict";var i=r(517),n=r(539),s=i.process,a=i.Deno,o=s&&s.versions||a&&a.version,u=o&&o.v8,c,h;u&&(h=(c=u.split("."))[0]>0&&c[0]<4?1:+(c[0]+c[1])),!h&&n&&(!(c=n.match(/Edge\/(\d+)/))||c[1]>=74)&&(c=n.match(/Chrome\/(\d+)/))&&(h=+c[1]),t.exports=h},function(t,e,r){"use strict";var i=r(563);t.exports=function(t,e){return i[t]||(i[t]=e||{})}},function(t,e,r){"use strict";var i=r(529),n=r(517),s=r(564),a="__core-js_shared__",o=t.exports=n[a]||s(a,{});(o.versions||(o.versions=[])).push({version:"3.49.0",mode:i?"pure":"global",copyright:"\xa9 2013\u20132025 Denis Pushkarev (zloirock.ru), 2025\u20132026 CoreJS Company (core-js.io). All rights reserved.",license:"https://github.com/zloirock/core-js/blob/v3.49.0/LICENSE",source:"https://github.com/zloirock/core-js"})},function(t,e,r){"use strict";var i=r(517),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}},function(t,e,r){"use strict";var i=r(519),n=r(520),s=r(563),a=i(Function.toString);n(s.inspectSource)||(s.inspectSource=function(t){return a(t)}),t.exports=s.inspectSource},function(t,e,r){"use strict";var i=r(562),n=r(584),s=i("keys");t.exports=function(t){return s[t]||(s[t]=n(t))}},function(t,e,r){"use strict";t.exports={}},function(t,e,r){"use strict";var i=r(537);t.exports=function(t){return i(t.length)}},function(t,e,r){"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e,r){"use strict";var i=r(630),n=r(520),s=r(533),a,o=r(521)("toStringTag"),u=Object,c="Arguments"===s(function(){return arguments}()),h=function(t,e){try{return t[e]}catch(t){}};t.exports=i?s:function(t){var e,r,i;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=h(e=u(t),o))?r:c?s(e):"Object"===(i=s(e))&&n(e.callee)?"Arguments":i}},function(t,e,r){"use strict";var i=r(557),n=r(531),s=r(546),a=i(i.bind);t.exports=function(t,e){return n(t),void 0===e?t:s?a(t,e):function(){return t.apply(e,arguments)}}},function(t,e,r){"use strict";t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},function(t,e,r){"use strict";r(649);var i=r(522),n=r(535),s=r(574),a=r(518),o=r(521),u=r(540),c=o("species"),h=RegExp.prototype;t.exports=function(t,e,r,l){var f=o(t),g=!a((function(){var e={};return e[f]=function(){return 7},7!==""[t](e)})),p=g&&!a((function(){var e=!1,r=/a/;if("split"===t){var i={};i[c]=function(){return r},(r={constructor:i,flags:""})[f]=/./[f]}return r.exec=function(){return e=!0,null},r[f](""),!e}));if(!g||!p||r){var d=/./[f],v=e(f,""[t],(function(t,e,r,n,a){var o=e.exec;return o===s||o===h.exec?g&&!a?{done:!0,value:i(d,e,r,n)}:{done:!0,value:i(t,r,e,n)}:{done:!1}}));n(String.prototype,t,v[0]),n(h,f,v[1])}l&&u(h[f],"sham",!0)}},function(t,e,r){"use strict";var i=r(522),n=r(519),s=r(530),a=r(602),o=r(603),u=r(562),c=r(558),h=r(553).get,l=r(652),f=r(653),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.BROKEN_CARET,O=void 0!==/()??/.exec("")[1],A,E=function(t,e){for(var r=t.groups=c(null),i=0;i<e.length;i++){var n=e[i];r[n[0]]=t[n[1]]}};(b||O||T||l||f)&&(d=function t(e){var r=this,n=h(r),o=s(e),u=n.raw,c,l,f;if(u)return u.lastIndex=r.lastIndex,c=i(d,u,o),r.lastIndex=u.lastIndex,c&&n.groups&&E(c,n.groups),c;var w=n.groups,S=T&&r.sticky,A=i(a,r),C=r.source,P=0,N=o;if(S){A=m(A,"y",""),-1===y(A,"g")&&(A+="g"),N=x(o,r.lastIndex);var M=r.lastIndex>0&&v(o,r.lastIndex-1);r.lastIndex>0&&(!r.multiline||r.multiline&&"\n"!==M&&"\r"!==M&&"\u2028"!==M&&"\u2029"!==M)&&(C="(?: (?:"+C+"))",N=" "+N,P++),l=new RegExp("^(?:"+C+")",A)}O&&(l=new RegExp("^"+C+"$(?!\\s)",A)),b&&(f=r.lastIndex);var R=i(p,S?l:r,N);return S?R?(R.input=o,R[0]=x(R[0],P),R.index=r.lastIndex,r.lastIndex+=R[0].length):r.lastIndex=0:b&&R&&(r.lastIndex=r.global?R.index+R[0].length:f),O&&R&&R.length>1&&i(g,R[0],l,(function(){for(var t=1;t<arguments.length-2;t++)void 0===arguments[t]&&(R[t]=void 0)})),R&&w&&E(R,w),R}),t.exports=d},function(t,e,r){"use strict";var i=r(654).charAt;t.exports=function(t,e,r){return e+(r&&i(t,e).length||1)}},function(t,e,r){"use strict";var i=r(522),n=r(524),s=r(520),a=r(533),o=r(574),u=TypeError;t.exports=function(t,e){var r=t.exec;if(s(r)){var c=i(r,t,e);return null!==c&&n(c),c}if("RegExp"===a(t))return i(o,t,e);throw new u("RegExp#exec called on incompatible receiver")}},function(t,e,r){"use strict";var i=r(659),n=TypeError;t.exports=function(t){if(i(t))throw new n("The method doesn't accept regular expressions");return t}},function(t,e,r){"use strict";var i,n=r(521)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(r){try{return e[n]=!1,"/./"[t](e)}catch(t){}}return!1}},function(t,e,r){"use strict";var i=r(519),n=r(518),s=r(533),a=Object,o=i("".split);t.exports=n((function(){return!a("z").propertyIsEnumerable(0)}))?function(t){return"String"===s(t)?o(t,""):a(t)}:a},function(t,e,r){"use strict";var i=r(612),n=r(581);t.exports=function(t){var e=i(t,"string");return n(e)?e:e+""}},function(t,e,r){"use strict";var i=r(534),n=r(520),s=r(548),a=r(582),o=Object;t.exports=a?function(t){return"symbol"==typeof t}:function(t){var e=i("Symbol");return n(e)&&s(e.prototype,o(t))}},function(t,e,r){"use strict";var i=r(583);t.exports=i&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e,r){"use strict";var i=r(561),n=r(518),s,a=r(517).String;t.exports=!!Object.getOwnPropertySymbols&&!n((function(){var t=Symbol("symbol detection");return!a(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&i&&i<41}))},function(t,e,r){"use strict";var i=r(519),n=0,s=Math.random(),a=i(1.1.toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+a(++n+s,36)}},function(t,e,r){"use strict";var i=r(526),n=r(518),s=r(551);t.exports=!i&&!n((function(){return 7!==Object.defineProperty(s("div"),"a",{get:function(){return 7}}).a}))},function(t,e,r){"use strict";var i=r(526),n=r(518);t.exports=i&&n((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},function(t,e,r){"use strict";var i=r(519),n=r(518),s=r(520),a=r(528),o=r(526),u=r(552).CONFIGURABLE,c=r(565),h=r(553),l=h.enforce,f=h.get,g=String,p=Object.defineProperty,d=i("".slice),v=i("".replace),y=i([].join),m=o&&!n((function(){return 8!==p((function(){}),"length",{value:8}).length})),x=String(String).split("String"),b=t.exports=function(t,e,r){"Symbol("===d(g(e),0,7)&&(e="["+v(g(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(e="get "+e),r&&r.setter&&(e="set "+e),(!a(t,"name")||u&&t.name!==e)&&(o?p(t,"name",{value:e,configurable:!0}):t.name=e),m&&r&&a(r,"arity")&&t.length!==r.arity&&p(t,"length",{value:r.arity});try{r&&a(r,"constructor")&&r.constructor?o&&p(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var i=l(t);return a(i,"source")||(i.source=y(x,"string"==typeof e?e:"")),t};Function.prototype.toString=b((function t(){return s(this)&&f(this).source||c(this)}),"toString")},function(t,e,r){"use strict";var i=r(519),n=r(528),s=r(538),a=r(589).indexOf,o=r(567),u=i([].push);t.exports=function(t,e){var r=s(t),i=0,c=[],h;for(h in r)!n(o,h)&&n(r,h)&&u(c,h);for(;e.length>i;)n(r,h=e[i++])&&(~a(c,h)||u(c,h));return c}},function(t,e,r){"use strict";var i=r(538),n=r(618),s=r(568),a=function(t){return function(e,r,a){var o=i(e),u=s(o);if(0===u)return!t&&-1;var c=n(a,u),h;if(t&&r!=r){for(;u>c;)if((h=o[c++])!=h)return!0}else for(;u>c;c++)if((t||c in o)&&o[c]===r)return t||c||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},function(t,e,r){"use strict";var i=r(518),n=r(520),s=/#|\.prototype\./,a=function(t,e){var r=u[o(t)];return r===h||r!==c&&(n(e)?i(e):!!e)},o=a.normalize=function(t){return String(t).replace(s,".").toLowerCase()},u=a.data={},c=a.NATIVE="N",h=a.POLYFILL="P";t.exports=a},function(t,e,r){"use strict";var i=r(517),n=r(539),s=r(533),a=function(t){return n.slice(0,t.length)===t};t.exports=a("Bun/")?"BUN":a("Cloudflare-Workers")?"CLOUDFLARE":a("Deno/")?"DENO":a("Node.js/")?"NODE":i.Bun&&"string"==typeof Bun.version?"BUN":i.Deno&&"object"==typeof Deno.version?"DENO":"process"===s(i.process)?"NODE":i.window&&i.document?"BROWSER":"REST"},function(t,e,r){"use strict";var i=r(622),n=r(525),s=r(527),a=r(623);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t=!1,e={},r;try{(r=i(Object.prototype,"__proto__","set"))(e,[]),t=e instanceof Array}catch(t){}return function e(i,o){return s(i),a(o),n(i)?(t?r(i,o):i.__proto__=o,i):i}}():void 0)},function(t,e,r){"use strict";var i=r(524),n=r(628),s=r(547),a,o=r(521)("species");t.exports=function(t,e){var r=i(t).constructor,a;return void 0===r||s(a=i(r)[o])?e:n(a)}},function(t,e,r){"use strict";var i=r(517),n=r(595),s=r(571),a=r(520),o=r(528),u=r(518),c=r(596),h=r(631),l=r(551),f=r(632),g=r(597),p=r(555),d=i.setImmediate,v=i.clearImmediate,y=i.process,m=i.Dispatch,x=i.Function,b=i.MessageChannel,w=i.String,S=0,T={},O="onreadystatechange",A,E,C,P;u((function(){A=i.location}));var N=function(t){if(o(T,t)){var e=T[t];delete T[t],e()}},M=function(t){return function(){N(t)}},R=function(t){N(t.data)},_=function(t){i.postMessage(w(t),A.protocol+"//"+A.host)};d&&v||(d=function t(e){f(arguments.length,1);var r=a(e)?e:x(e),i=h(arguments,1);return T[++S]=function(){n(r,void 0,i)},E(S),S},v=function t(e){delete T[e]},p?E=function(t){y.nextTick(M(t))}:m&&m.now?E=function(t){m.now(M(t))}:b&&!g?(P=(C=new b).port2,C.port1.onmessage=R,E=s(P.postMessage,P)):i.addEventListener&&a(i.postMessage)&&!i.importScripts&&A&&"file:"!==A.protocol&&!u(_)?(E=_,i.addEventListener("message",R,!1)):E=O in l("script")?function(t){c.appendChild(l("script"))[O]=function(){c.removeChild(this),N(t)}}:function(t){setTimeout(M(t),0)}),t.exports={set:d,clear:v}},function(t,e,r){"use strict";var i=r(546),n=Function.prototype,s=n.apply,a=n.call;t.exports="object"==typeof Reflect&&Reflect.apply||(i?a.bind(s):function(){return a.apply(s,arguments)})},function(t,e,r){"use strict";var i=r(534);t.exports=i("document","documentElement")},function(t,e,r){"use strict";var i=r(539);t.exports=/ipad|iphone|ipod/i.test(i)&&/applewebkit/i.test(i)},function(t,e,r){"use strict";var i=function(){this.head=null,this.tail=null};i.prototype={add:function(t){var e={item:t,next:null},r=this.tail;r?r.next=e:this.head=e,this.tail=e},get:function(){var t=this.head,e;if(t)return null===(this.head=t.next)&&(this.tail=null),t.item}},t.exports=i},function(t,e,r){"use strict";var i=r(571),n=r(522),s=r(524),a=r(549),o=r(639),u=r(568),c=r(548),h=r(640),l=r(600),f=r(641),g=TypeError,p=function(t,e){this.stopped=t,this.result=e},d=p.prototype;t.exports=function(t,e,r){var v=r&&r.that,y=!(!r||!r.AS_ENTRIES),m=!(!r||!r.IS_RECORD),x=!(!r||!r.IS_ITERATOR),b=!(!r||!r.INTERRUPTED),w=i(e,v),S,T,O,A,E,C,P,N=function(t){var e=S;return S=void 0,e&&f(e,"normal"),new p(!0,t)},M=function(t){return y?(s(t),b?w(t[0],t[1],N):w(t[0],t[1])):b?w(t,N):w(t)};if(m)S=t.iterator;else if(x)S=t;else{if(!(T=l(t)))throw new g(a(t)+" is not iterable");if(o(T)){for(O=0,A=u(t);A>O;O++)if((E=M(t[O]))&&c(d,E))return E;return new p(!1)}S=h(t,T)}for(C=m?t.next:S.next;!(P=n(C,S)).done;){var R=P.value;try{E=M(R)}catch(t){if(!S)throw t;f(S,"throw",t)}if("object"==typeof E&&E&&c(d,E))return E}return new p(!1)}},function(t,e,r){"use strict";var i=r(570),n=r(536),s=r(547),a=r(544),o,u=r(521)("iterator");t.exports=function(t){if(!s(t))return n(t,u)||n(t,"@@iterator")||a[i(t)]}},function(t,e,r){"use strict";var i=r(541),n=r(642),s=r(542).CONSTRUCTOR;t.exports=s||!n((function(t){i.all(t).then(void 0,(function(){}))}))},function(t,e,r){"use strict";var i=r(524);t.exports=function(){var t=i(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e}},function(t,e,r){"use strict";var i=r(518),n,s=r(517).RegExp,a=i((function(){var t=s("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),o=a||i((function(){return!s("a","y").sticky})),u=a||i((function(){var t=s("^r","gy");return t.lastIndex=2,null!==t.exec("str")}));t.exports={BROKEN_CARET:u,MISSED_STICKY:o,UNSUPPORTED_Y:a}},function(t,e,r){"use strict";var i=r(538),n=r(660),s=r(544),a=r(553),o=r(532).f,u=r(661),c=r(664),h=r(529),l=r(526),f="Array Iterator",g=a.set,p=a.getterFor(f);t.exports=u(Array,"Array",(function(t,e){g(this,{type:f,target:i(t),index:0,kind:e})}),(function(){var t=p(this),e=t.target,r=t.index++;if(!e||r>=e.length)return t.target=null,c(void 0,!0);switch(t.kind){case"keys":return c(r,!1);case"values":return c(e[r],!1)}return c([r,e[r]],!1)}),"values");var d=s.Arguments=s.Array;if(n("keys"),n("values"),n("entries"),!h&&l&&"values"!==d.name)try{o(d,"name",{value:"values"})}catch(t){}},function(t,e,r){"use strict";var i=r(518),n=r(520),s=r(525),a=r(558),o=r(606),u=r(535),c=r(521),h=r(529),l=c("iterator"),f=!1,g,p,d,v;[].keys&&("next"in(d=[].keys())?(p=o(o(d)))!==Object.prototype&&(g=p):f=!0),!s(g)||i((function(){var t={};return g[l].call(t)!==t}))?g={}:h&&(g=a(g)),n(g[l])||u(g,l,(function(){return this})),t.exports={IteratorPrototype:g,BUGGY_SAFARI_ITERATORS:f}},function(t,e,r){"use strict";var i=r(528),n=r(520),s=r(550),a=r(566),o=r(663),u=a("IE_PROTO"),c=Object,h=c.prototype;t.exports=o?c.getPrototypeOf:function(t){var e=s(t);if(i(e,u))return e[u];var r=e.constructor;return n(r)&&e instanceof r?r.prototype:e instanceof c?h:null}},function(t,e,r){"use strict";var i=r(518);t.exports=function(t,e){var r=[][t];return!!r&&i((function(){r.call(null,e||function(){return 1},1)}))}},function(t,e,r){"use strict";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"},function(t,e,r){"use strict";r(610),r(638),r(643),r(644),r(645),r(646)},function(t,e,r){"use strict";var i=r(523),n=r(529),s=r(555),a=r(517),o=r(621),u=r(522),c=r(535),h=r(592),l=r(556),f=r(625),g=r(531),p=r(520),d=r(525),v=r(627),y=r(593),m=r(594).set,x=r(633),b=r(637),w=r(572),S=r(598),T=r(553),O=r(541),A=r(542),E=r(543),C="Promise",P=A.CONSTRUCTOR,N=A.REJECTION_EVENT,M=A.SUBCLASSING,R=T.getterFor(C),_=T.set,V=O&&O.prototype,I=O,k=V,L=a.TypeError,D=a.document,j=a.process,B=E.f,F=B,z=!!(D&&D.createEvent&&a.dispatchEvent),U="unhandledrejection",H="rejectionhandled",X=0,Y=1,W=2,q=1,G=2,Q,$,Z,K,J=function(t){var e;return!(!d(t)||!p(e=t.then))&&e},tt=function(t,e){var r=e.value,i=1===e.state,n=i?t.ok:t.fail,s=t.resolve,a=t.reject,o=t.domain,c,h,l;try{n?(i||(2===e.rejection&&st(e),e.rejection=1),!0===n?c=r:(o&&o.enter(),c=n(r),o&&(o.exit(),l=!0)),c===t.promise?a(new L("Promise-chain cycle")):(h=J(c))?u(h,c,s,a):s(c)):a(r)}catch(t){o&&!l&&o.exit(),a(t)}},et=function(t,e){t.notified||(t.notified=!0,x((function(){for(var r=t.reactions,i;i=r.get();)tt(i,t);t.notified=!1,e&&!t.rejection&&it(t)})))},rt=function(t,e,r){var i,n;z?((i=D.createEvent("Event")).promise=e,i.reason=r,i.initEvent(t,!1,!0),a.dispatchEvent(i)):i={promise:e,reason:r},!N&&(n=a["on"+t])?n(i):t===U&&b("Unhandled promise rejection",r)},it=function(t){u(m,a,(function(){var e=t.facade,r=t.value,i,n;if(nt(t)&&(n=w((function(){s?j.emit("unhandledRejection",r,e):rt(U,e,r)})),t.rejection=s||nt(t)?2:1,n.error))throw n.value}))},nt=function(t){return 1!==t.rejection&&!t.parent},st=function(t){u(m,a,(function(){var e=t.facade;s?j.emit("rejectionHandled",e):rt(H,e,t.value)}))},at=function(t,e,r){return function(i){t(e,i,r)}},ot=function(t,e,r){t.done||(t.done=!0,r&&(t=r),t.value=e,t.state=2,et(t,!0))},ut=function(t,e,r){if(!t.done){t.done=!0,r&&(t=r);try{if(t.facade===e)throw new L("Promise can't be resolved itself");var i=J(e);i?x((function(){var r={done:!1};try{u(i,e,at(ut,r,t),at(ot,r,t))}catch(e){ot(r,e,t)}})):(t.value=e,t.state=1,et(t,!1))}catch(e){ot({done:!1},e,t)}}};if(P&&(k=(I=function t(e){v(this,k),g(e),u(Q,this);var r=R(this);try{e(at(ut,r),at(ot,r))}catch(t){ot(r,t)}}).prototype,(Q=function t(e){_(this,{type:C,done:!1,notified:!1,parent:!1,reactions:new S,rejection:!1,state:0,value:null})}).prototype=c(k,"then",(function t(e,r){var i=R(this),n=B(y(this,I));return i.parent=!0,n.ok=!p(e)||e,n.fail=p(r)&&r,n.domain=s?j.domain:void 0,0===i.state?i.reactions.add(n):x((function(){tt(n,i)})),n.promise})),$=function(){var t=new Q,e=R(t);this.promise=t,this.resolve=at(ut,e),this.reject=at(ot,e)},E.f=B=function(t){return t===I||t===Z?new $(t):F(t)},!n&&p(O)&&V!==Object.prototype)){K=V.then,M||c(V,"then",(function t(e,r){var i=this;return new I((function(t,e){u(K,i,t,e)})).then(e,r)}),{unsafe:!0});try{delete V.constructor}catch(t){}h&&h(V,k)}i({global:!0,constructor:!0,wrap:!0,forced:P},{Promise:I}),Z=o.Promise,l(I,C,!1,!0),f(C)},function(t,e,r){"use strict";var i={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,s=n&&!i.call({1:2},1);e.f=s?function t(e){var r=n(this,e);return!!r&&r.enumerable}:i},function(t,e,r){"use strict";var i=r(522),n=r(525),s=r(581),a=r(536),o=r(613),u=r(521),c=TypeError,h=u("toPrimitive");t.exports=function(t,e){if(!n(t)||s(t))return t;var r=a(t,h),u;if(r){if(void 0===e&&(e="default"),u=i(r,t,e),!n(u)||s(u))return u;throw new c("Can't convert object to primitive value")}return void 0===e&&(e="number"),o(t,e)}},function(t,e,r){"use strict";var i=r(522),n=r(520),s=r(525),a=TypeError;t.exports=function(t,e){var r,o;if("string"===e&&n(r=t.toString)&&!s(o=i(r,t)))return o;if(n(r=t.valueOf)&&!s(o=i(r,t)))return o;if("string"!==e&&n(r=t.toString)&&!s(o=i(r,t)))return o;throw new a("Can't convert object to primitive value")}},function(t,e,r){"use strict";var i=r(517),n=r(520),s=i.WeakMap;t.exports=n(s)&&/native code/.test(String(s))},function(t,e,r){"use strict";var i=r(528),n=r(616),s=r(545),a=r(532);t.exports=function(t,e,r){for(var o=n(e),u=a.f,c=s.f,h=0;h<o.length;h++){var l=o[h];i(t,l)||r&&i(r,l)||u(t,l,c(e,l))}}},function(t,e,r){"use strict";var i=r(534),n=r(519),s=r(617),a=r(620),o=r(524),u=n([].concat);t.exports=i("Reflect","ownKeys")||function t(e){var r=s.f(o(e)),i=a.f;return i?u(r,i(e)):r}},function(t,e,r){"use strict";var i=r(588),n,s=r(569).concat("length","prototype");e.f=Object.getOwnPropertyNames||function t(e){return i(e,s)}},function(t,e,r){"use strict";var i=r(554),n=Math.max,s=Math.min;t.exports=function(t,e){var r=i(t);return r<0?n(r+e,0):s(r,e)}},function(t,e,r){"use strict";var i=Math.ceil,n=Math.floor;t.exports=Math.trunc||function t(e){var r=+e;return(r>0?n:i)(r)}},function(t,e,r){"use strict";e.f=Object.getOwnPropertySymbols},function(t,e,r){"use strict";var i=r(517);t.exports=i},function(t,e,r){"use strict";var i=r(519),n=r(531);t.exports=function(t,e,r){try{return i(n(Object.getOwnPropertyDescriptor(t,e)[r]))}catch(t){}}},function(t,e,r){"use strict";var i=r(624),n=String,s=TypeError;t.exports=function(t){if(i(t))return t;throw new s("Can't set "+n(t)+" as a prototype")}},function(t,e,r){"use strict";var i=r(525);t.exports=function(t){return i(t)||null===t}},function(t,e,r){"use strict";var i=r(534),n=r(626),s=r(521),a=r(526),o=s("species");t.exports=function(t){var e=i(t);a&&e&&!e[o]&&n(e,o,{configurable:!0,get:function(){return this}})}},function(t,e,r){"use strict";var i=r(587),n=r(532);t.exports=function(t,e,r){return r.get&&i(r.get,e,{getter:!0}),r.set&&i(r.set,e,{setter:!0}),n.f(t,e,r)}},function(t,e,r){"use strict";var i=r(548),n=TypeError;t.exports=function(t,e){if(i(e,t))return t;throw new n("Incorrect invocation")}},function(t,e,r){"use strict";var i=r(629),n=r(549),s=TypeError;t.exports=function(t){if(i(t))return t;throw new s(n(t)+" is not a constructor")}},function(t,e,r){"use strict";var i=r(519),n=r(518),s=r(520),a=r(570),o=r(534),u=r(565),c=function(){},h=o("Reflect","construct"),l=/^\s*(?:class|function)\b/,f=i(l.exec),g=!l.test(c),p=function t(e){if(!s(e))return!1;try{return h(c,[],e),!0}catch(t){return!1}},d=function t(e){if(!s(e))return!1;switch(a(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return g||!!f(l,u(e))}catch(t){return!0}};d.sham=!0,t.exports=!h||n((function(){var t;return p(p.call)||!p(Object)||!p((function(){t=!0}))||t}))?d:p},function(t,e,r){"use strict";var i,n,s={};s[r(521)("toStringTag")]="z",t.exports="[object z]"===String(s)},function(t,e,r){"use strict";var i=r(519);t.exports=i([].slice)},function(t,e,r){"use strict";var i=TypeError;t.exports=function(t,e){if(t<e)throw new i("Not enough arguments");return t}},function(t,e,r){"use strict";var i=r(517),n=r(634),s=r(571),a=r(594).set,o=r(598),u=r(597),c=r(635),h=r(636),l=r(555),f=i.MutationObserver||i.WebKitMutationObserver,g=i.document,p=i.process,d=i.Promise,v=n("queueMicrotask"),y,m,x,b,w;if(!v){var S=new o,T=function(){var t,e;for(l&&(t=p.domain)&&t.exit();e=S.get();)try{e()}catch(t){throw S.head&&y(),t}t&&t.enter()};u||l||h||!f||!g?!c&&d&&d.resolve?((b=d.resolve(void 0)).constructor=d,w=s(b.then,b),y=function(){w(T)}):l?y=function(){p.nextTick(T)}:(a=s(a,i),y=function(){a(T)}):(m=!0,x=g.createTextNode(""),new f(T).observe(x,{characterData:!0}),y=function(){x.data=m=!m}),v=function(t){S.head||y(),S.add(t)}}t.exports=v},function(t,e,r){"use strict";var i=r(517),n=r(526),s=Object.getOwnPropertyDescriptor;t.exports=function(t){if(!n)return i[t];var e=s(i,t);return e&&e.value}},function(t,e,r){"use strict";var i=r(539);t.exports=/ipad|iphone|ipod/i.test(i)&&"undefined"!=typeof Pebble},function(t,e,r){"use strict";var i=r(539);t.exports=/web0s(?!.*chrome)/i.test(i)},function(t,e,r){"use strict";t.exports=function(t,e){try{1===arguments.length?console.error(t):console.error(t,e)}catch(t){}}},function(t,e,r){"use strict";var i=r(523),n=r(522),s=r(531),a=r(543),o=r(572),u=r(599),c;i({target:"Promise",stat:!0,forced:r(601)},{all:function t(e){var r=this,i=a.f(r),c=i.resolve,h=i.reject,l=o((function(){var t=s(r.resolve),i=[],a=0,o=1;u(e,(function(e){var s=a++,u=!1;o++,n(t,r,e).then((function(t){u||(u=!0,i[s]=t,--o||c(i))}),h)})),--o||c(i)}));return l.error&&h(l.value),i.promise}})},function(t,e,r){"use strict";var i=r(521),n=r(544),s=i("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(n.Array===t||a[s]===t)}},function(t,e,r){"use strict";var i=r(522),n=r(531),s=r(524),a=r(549),o=r(600),u=TypeError;t.exports=function(t,e){var r=arguments.length<2?o(t):e;if(n(r))return s(i(r,t));throw new u(a(t)+" is not iterable")}},function(t,e,r){"use strict";var i=r(522),n=r(524),s=r(536);t.exports=function(t,e,r){var a,o;n(t);try{if(!(a=s(t,"return"))){if("throw"===e)throw r;return r}a=i(a,t)}catch(t){o=!0,a=t}if("throw"===e)throw r;if(o)throw a;return n(a),r}},function(t,e,r){"use strict";var i,n=r(521)("iterator"),s=!1;try{var a=0,o={next:function(){return{done:!!a++}},return:function(){s=!0}};o[n]=function(){return this},Array.from(o,(function(){throw 2}))}catch(t){}t.exports=function(t,e){try{if(!e&&!s)return!1}catch(t){return!1}var r=!1;try{var i={};i[n]=function(){return{next:function(){return{done:r=!0}}}},t(i)}catch(t){}return r}},function(t,e,r){"use strict";var i=r(523),n=r(529),s=r(542).CONSTRUCTOR,a=r(541),o=r(534),u=r(520),c=r(535),h=a&&a.prototype;if(i({target:"Promise",proto:!0,forced:s,real:!0},{catch:function(t){return this.then(void 0,t)}}),!n&&u(a)){var l=o("Promise").prototype.catch;h.catch!==l&&c(h,"catch",l,{unsafe:!0})}},function(t,e,r){"use strict";var i=r(523),n=r(522),s=r(531),a=r(543),o=r(572),u=r(599),c;i({target:"Promise",stat:!0,forced:r(601)},{race:function t(e){var r=this,i=a.f(r),c=i.reject,h=o((function(){var t=s(r.resolve);u(e,(function(e){n(t,r,e).then(i.resolve,c)}))}));return h.error&&c(h.value),i.promise}})},function(t,e,r){"use strict";var i=r(523),n=r(543),s;i({target:"Promise",stat:!0,forced:r(542).CONSTRUCTOR},{reject:function t(e){var r=n.f(this),i;return(0,r.reject)(e),r.promise}})},function(t,e,r){"use strict";var i=r(523),n=r(534),s=r(529),a=r(541),o=r(542).CONSTRUCTOR,u=r(647),c=n("Promise"),h=s&&!o;i({target:"Promise",stat:!0,forced:s||o},{resolve:function t(e){return u(h&&this===c?a:this,e)}})},function(t,e,r){"use strict";var i=r(524),n=r(525),s=r(543);t.exports=function(t,e){if(i(t),n(e)&&e.constructor===t)return e;var r=s.f(t),a;return(0,r.resolve)(e),r.promise}},function(t,e,r){"use strict";var i=r(522),n=r(519),s=r(573),a=r(524),o=r(525),u=r(537),c=r(530),h=r(527),l=r(536),f=r(575),g=r(559),p=r(576),d=n("".indexOf);s("match",(function(t,e,r){return[function e(r){var n=h(this),s=o(r)?l(r,t):void 0;return s?i(s,r,n):new RegExp(r)[t](c(n))},function(t){var i=a(this),n=c(t),s=r(e,i,n);if(s.done)return s.value;var o=c(g(i));if(!~d(o,"g"))return p(i,n);var h=!!~d(o,"u")||!!~d(o,"v");i.lastIndex=0;for(var l=[],v=0,y;null!==(y=p(i,n));){var m=c(y[0]);l[v]=m,""===m&&(i.lastIndex=f(n,u(i.lastIndex),h)),v++}return 0===v?null:l}]}))},function(t,e,r){"use strict";var i=r(523),n=r(574);i({target:"RegExp",proto:!0,forced:/./.exec!==n},{exec:n})},function(t,e,r){"use strict";var i=r(526),n=r(586),s=r(532),a=r(524),o=r(538),u=r(651);e.f=i&&!n?Object.defineProperties:function t(e,r){a(e);for(var i=o(r),n=u(r),c=n.length,h=0,l;c>h;)s.f(e,l=n[h++],i[l]);return e}},function(t,e,r){"use strict";var i=r(588),n=r(569);t.exports=Object.keys||function t(e){return i(e,n)}},function(t,e,r){"use strict";var i=r(518),n,s=r(517).RegExp;t.exports=i((function(){var t=s(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)}))},function(t,e,r){"use strict";var i=r(518),n,s=r(517).RegExp;t.exports=i((function(){var t=s("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))},function(t,e,r){"use strict";var i=r(519),n=r(554),s=r(530),a=r(527),o=i("".charAt),u=i("".charCodeAt),c=i("".slice),h=function(t){return function(e,r){var i=s(a(e)),h=n(r),l=i.length,f,g;return h<0||h>=l?t?"":void 0:(f=u(i,h))<55296||f>56319||h+1===l||(g=u(i,h+1))<56320||g>57343?t?o(i,h):f:t?c(i,h,h+2):g-56320+(f-55296<<10)+65536}};t.exports={codeAt:h(!1),charAt:h(!0)}},function(t,e,r){"use strict";var i=r(517),n=r(518),s=i.RegExp,a=!n((function(){var t=!0;try{s(".","d")}catch(e){t=!1}var e={},r="",i=t?"dgimsy":"gimsy",n=function(t,i){Object.defineProperty(e,t,{get:function(){return r+=i,!0}})},a={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"},o;for(var u in t&&(a.hasIndices="d"),a)n(u,a[u]);return Object.getOwnPropertyDescriptor(s.prototype,"flags").get.call(e)!==i||r!==i}));t.exports={correct:a}},function(t,e,r){"use strict";var i=r(595),n=r(522),s=r(519),a=r(573),o=r(518),u=r(524),c=r(520),h=r(525),l=r(554),f=r(537),g=r(530),p=r(527),d=r(575),v=r(536),y=r(657),m=r(559),x=r(576),b,w=r(521)("replace"),S=Math.max,T=Math.min,O=s([].concat),A=s([].push),E=s("".indexOf),C=s("".slice),P=function(t){return void 0===t?t:String(t)},N="$0"==="a".replace(/./,"$0"),M=!!/./[w]&&""===/./[w]("a","$0"),R;a("replace",(function(t,e,r){var s=M?"$":"$0";return[function t(r,i){var s=p(this),a=h(r)?v(r,w):void 0;return a?n(a,r,s,i):n(e,g(s),r,i)},function(t,n){var a=u(this),o=g(t),h=c(n);h||(n=g(n));var p=g(m(a));if("string"==typeof n&&!~E(n,s)&&!~E(n,"$<")&&!~E(p,"y")){var v=r(e,a,o,n);if(v.done)return v.value}var b=!!~E(p,"g"),w;b&&(w=!!~E(p,"u")||!!~E(p,"v"),a.lastIndex=0);for(var N=[],M;null!==(M=x(a,o))&&(A(N,M),b);){var R;""===g(M[0])&&(a.lastIndex=d(o,f(a.lastIndex),w))}for(var _="",V=0,I=0;I<N.length;I++){for(var k=g((M=N[I])[0]),L=S(T(l(M.index),o.length),0),D=[],j,B=1;B<M.length;B++)A(D,P(M[B]));var F=M.groups;if(h){var z=O([k],D,L,o);void 0!==F&&A(z,F),j=g(i(n,void 0,z))}else j=y(k,o,L,D,F,n);L>=V&&(_+=C(o,V,L)+j,V=L+k.length)}return _+C(o,V)}]}),!!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!N||M)},function(t,e,r){"use strict";var i=r(519),n=r(550),s=Math.floor,a=i("".charAt),o=i("".replace),u=i("".slice),c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,h=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,r,i,l,f){var g=r+t.length,p=i.length,d=h;return void 0!==l&&(l=n(l),d=c),o(f,d,(function(n,o){var c;switch(a(o,0)){case"$":return"$";case"&":return t;case"`":return u(e,0,r);case"'":return u(e,g);case"<":c=l[u(o,1,-1)];break;default:var h=+o;if(0===h)return n;if(h>p){var f=s(h/10);return 0===f?n:f<=p?void 0===i[f-1]?a(o,1):i[f-1]+a(o,1):n}c=i[h-1]}return void 0===c?"":c}))}},function(t,e,r){"use strict";var i=r(523),n=r(557),s=r(545).f,a=r(537),o=r(530),u=r(577),c=r(527),h=r(578),l=r(529),f=n("".slice),g=Math.min,p=h("startsWith"),d,v;i({target:"String",proto:!0,forced:!!(l||p||(v=s(String.prototype,"startsWith"),!v||v.writable))&&!p},{startsWith:function t(e){var r=o(c(this));u(e);var i=o(e),n=a(g(arguments.length>1?arguments[1]:void 0,r.length));return f(r,n,n+i.length)===i}})},function(t,e,r){"use strict";var i=r(525),n=r(533),s,a=r(521)("match");t.exports=function(t){var e;return i(t)&&(void 0!==(e=t[a])?!!e:"RegExp"===n(t))}},function(t,e,r){"use strict";var i=r(521),n=r(558),s=r(532).f,a=i("unscopables"),o=Array.prototype;void 0===o[a]&&s(o,a,{configurable:!0,value:n(null)}),t.exports=function(t){o[a][t]=!0}},function(t,e,r){"use strict";var i=r(523),n=r(522),s=r(529),a=r(552),o=r(520),u=r(662),c=r(606),h=r(592),l=r(556),f=r(540),g=r(535),p=r(521),d=r(544),v=r(605),y=a.PROPER,m=a.CONFIGURABLE,x=v.IteratorPrototype,b=v.BUGGY_SAFARI_ITERATORS,w=p("iterator"),S="keys",T="values",O="entries",A=function(){return this};t.exports=function(t,e,r,a,p,v,E){u(r,e,a);var C=function(t){if(t===p&&_)return _;if(!b&&t&&t in M)return M[t];switch(t){case S:return function e(){return new r(this,t)};case T:return function e(){return new r(this,t)};case O:return function e(){return new r(this,t)}}return function(){return new r(this)}},P=e+" Iterator",N=!1,M=t.prototype,R=M[w]||M["@@iterator"]||p&&M[p],_=!b&&R||C(p),V="Array"===e&&M.entries||R,I,k,L;if(V&&(I=c(V.call(new t)))!==Object.prototype&&I.next&&(s||c(I)===x||(h?h(I,x):o(I[w])||g(I,w,A)),l(I,P,!0,!0),s&&(d[P]=A)),y&&p===T&&R&&R.name!==T&&(!s&&m?f(M,"name",T):(N=!0,_=function t(){return n(R,this)})),p)if(k={values:C(T),keys:v?_:C(S),entries:C(O)},E)for(L in k)(b||N||!(L in M))&&g(M,L,k[L]);else i({target:e,proto:!0,forced:b||N},k);return s&&!E||M[w]===_||g(M,w,_,{name:p}),d[e]=_,k}},function(t,e,r){"use strict";var i=r(605).IteratorPrototype,n=r(558),s=r(560),a=r(556),o=r(544),u=function(){return this};t.exports=function(t,e,r,c){var h=e+" Iterator";return t.prototype=n(i,{next:s(+!c,r)}),a(t,h,!1,!0),o[h]=u,t}},function(t,e,r){"use strict";var i=r(518);t.exports=!i((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},function(t,e,r){"use strict";t.exports=function(t,e){return{value:t,done:e}}},function(t,e,r){"use strict";var i=r(517),n=r(666),s=r(667),a=r(604),o=r(540),u=r(556),c,h=r(521)("iterator"),l=a.values,f=function(t,e){if(t){if(t[h]!==l)try{o(t,h,l)}catch(e){t[h]=l}if(u(t,e,!0),n[e])for(var r in a)if(t[r]!==a[r])try{o(t,r,a[r])}catch(e){t[r]=a[r]}}};for(var g in n)f(i[g]&&i[g].prototype,g);f(s,"DOMTokenList")},function(t,e,r){"use strict";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}},function(t,e,r){"use strict";var i,n=r(551)("span").classList,s=n&&n.constructor&&n.constructor.prototype;t.exports=s===Object.prototype?void 0:s},function(t,e){function r(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}t.exports=r,t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,r){"use strict";var i=r(523),n=r(670).left,s=r(607),a=r(561),o,u,c;i({target:"Array",proto:!0,forced:!r(555)&&a>79&&a<83||!s("reduce")},{reduce:function t(e){var r=arguments.length;return n(this,e,r,r>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var i=r(531),n=r(550),s=r(579),a=r(568),o=TypeError,u="Reduce of empty array with no initial value",c=function(t){return function(e,r,c,h){var l=n(e),f=s(l),g=a(l);if(i(r),0===g&&c<2)throw new o(u);var p=t?g-1:0,d=t?-1:1;if(c<2)for(;;){if(p in f){h=f[p],p+=d;break}if(p+=d,t?p<0:g<=p)throw new o(u)}for(;t?p>=0:g>p;p+=d)p in f&&(h=r(h,f[p],p,l));return h}};t.exports={left:c(!1),right:c(!0)}},function(t,e,r){"use strict";var i=r(523),n=r(557),s=r(545).f,a=r(537),o=r(530),u=r(577),c=r(527),h=r(578),l=r(529),f=n("".slice),g=Math.min,p=h("endsWith"),d,v;i({target:"String",proto:!0,forced:!!(l||p||(v=s(String.prototype,"endsWith"),!v||v.writable))&&!p},{endsWith:function t(e){var r=o(c(this));u(e);var i=o(e),n=arguments.length>1?arguments[1]:void 0,s=r.length,h=void 0===n?s:g(a(n),s);return f(r,h-i.length,h)===i}})},function(t,e,r){"use strict";var i=r(522),n=r(519),s=r(573),a=r(524),o=r(525),u=r(527),c=r(593),h=r(575),l=r(537),f=r(530),g=r(536),p=r(559),d=r(576),v=r(603),y=r(518),m=v.UNSUPPORTED_Y,x=4294967295,b=Math.min,w=n([].push),S=n("".slice),T=n("".indexOf),O=!y((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]})),A="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;s("split",(function(t,e,r){var n="0".split(void 0,0).length?function(t,r){return void 0===t&&0===r?[]:i(e,this,t,r)}:e;return[function e(r,s){var a=u(this),c=o(r)?g(r,t):void 0;return c?i(c,r,a,s):i(n,f(a),r,s)},function(t,i){var s=a(this),o=f(t);if(!A){var u=r(n,s,o,i,n!==e);if(u.done)return u.value}var g=c(s,RegExp),v=f(p(s)),y=!!~T(v,"u")||!!~T(v,"v");m?~T(v,"g")||(v+="g"):~T(v,"y")||(v+="y");var x=new g(m?"^(?:"+s.source+")":s,v),O=void 0===i?4294967295:i>>>0;if(0===O)return[];if(0===o.length)return null===d(x,o)?[o]:[];for(var E=0,C=0,P=[];C<o.length;){x.lastIndex=m?0:C;var N=d(x,m?S(o,C):o),M;if(null===N||(M=b(l(x.lastIndex+(m?C:0)),o.length))===E)C=h(o,C,y);else{if(w(P,S(o,E,C)),P.length===O)return P;for(var R=1;R<=N.length-1;R++)if(w(P,N[R]),P.length===O)return P;C=E=M}}return w(P,S(o,E)),P}]}),A||!O,m)},function(t,e,r){(function(e){for(var i=r(674),n="undefined"==typeof window?e:window,s=["moz","webkit"],a="AnimationFrame",o=n["request"+a],u=n["cancel"+a]||n["cancelRequest"+a],c=0;!o&&c<s.length;c++)o=n[s[c]+"Request"+a],u=n[s[c]+"Cancel"+a]||n[s[c]+"CancelRequest"+a];if(!o||!u){var h=0,l=0,f=[],g=1e3/60;o=function(t){if(0===f.length){var e=i(),r=Math.max(0,1e3/60-(e-h));h=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(h)}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(23))},function(t,e,r){(function(e){(function(){var r,i,n,s,a,o;"undefined"!=typeof performance&&null!==performance&&performance.now?t.exports=function(){return performance.now()}:null!=e&&e.hrtime?(t.exports=function(){return(r()-a)/1e6},i=e.hrtime,s=(r=function(){var t;return 1e9*(t=i())[0]+t[1]})(),o=1e9*e.uptime(),a=s-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(371))},function(t,e,r){"use strict";var i=r(523),n=r(676).trim,s;i({target:"String",proto:!0,forced:r(677)("trim")},{trim:function t(){return n(this)}})},function(t,e,r){"use strict";var i=r(519),n=r(527),s=r(530),a=r(608),o=i("".replace),u=RegExp("^["+a+"]+"),c=RegExp("(^|[^"+a+"])["+a+"]+$"),h=function(t){return function(e){var r=s(n(e));return 1&t&&(r=o(r,u,"")),2&t&&(r=o(r,c,"$1")),r}};t.exports={start:h(1),end:h(2),trim:h(3)}},function(t,e,r){"use strict";var i=r(552).PROPER,n=r(518),s=r(608),a="\u200b\x85\u180e";t.exports=function(t){return n((function(){return!!s[t]()||a[t]()!==a||i&&s[t].name!==t}))}},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,s=r[i].process,a=n.exec(t);if(a){var o=s(a);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,s=0;s<n.length;s++)t[t.length]=n[s];for(var a in e)t[t.length]=a;var o=document.createElement("ul");o.setAttribute("id","rgbcolor-examples");for(var i=0;i<t.length;i++)try{var u=document.createElement("li"),c=new RGBColor(t[i]),h=document.createElement("div");h.style.cssText="margin: 3px; border: 1px solid black; background:"+c.toHex()+"; color:"+c.toHex(),h.appendChild(document.createTextNode("test"));var l=document.createTextNode(" "+t[i]+" -> "+c.toRGB()+" -> "+c.toHex());u.appendChild(h),u.appendChild(l),o.appendChild(u)}catch(t){}return o}}},function(t,e,r){"use strict";var i=r(523),n=r(557),s=r(589).indexOf,a=r(607),o=n([].indexOf),u=!!o&&1/o([1],1,-0)<0,c;i({target:"Array",proto:!0,forced:u||!a("indexOf")},{indexOf:function t(e){var r=arguments.length>1?arguments[1]:void 0;return u?o(this,e,r)||0:s(this,e,r)}})},function(t,e,r){"use strict";var i=r(523),n=r(519),s=r(577),a=r(527),o=r(530),u=r(578),c=n("".indexOf);i({target:"String",proto:!0,forced:!u("includes")},{includes:function t(e){return!!~c(o(a(this)),o(s(e)),arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var i=r(523),n=r(519),s=r(682),a=n([].reverse),o=[1,2];i({target:"Array",proto:!0,forced:String(o)===String(o.reverse())},{reverse:function t(){return s(this)&&(this.length=this.length),a(this)}})},function(t,e,r){"use strict";var i=r(533);t.exports=Array.isArray||function t(e){return"Array"===i(e)}},function(t,e,r){"use strict";r.d(e,"a",(function(){return S}));
|
|
2
|
+
/*! *****************************************************************************
|
|
3
|
+
Copyright (c) Microsoft Corporation.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
var i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])})(t,e)};function n(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}function s(t){var e="";Array.isArray(t)||(t=[t]);for(var r=0;r<t.length;r++){var i=t[r];if(i.type===S.CLOSE_PATH)e+="z";else if(i.type===S.HORIZ_LINE_TO)e+=(i.relative?"h":"H")+i.x;else if(i.type===S.VERT_LINE_TO)e+=(i.relative?"v":"V")+i.y;else if(i.type===S.MOVE_TO)e+=(i.relative?"m":"M")+i.x+" "+i.y;else if(i.type===S.LINE_TO)e+=(i.relative?"l":"L")+i.x+" "+i.y;else if(i.type===S.CURVE_TO)e+=(i.relative?"c":"C")+i.x1+" "+i.y1+" "+i.x2+" "+i.y2+" "+i.x+" "+i.y;else if(i.type===S.SMOOTH_CURVE_TO)e+=(i.relative?"s":"S")+i.x2+" "+i.y2+" "+i.x+" "+i.y;else if(i.type===S.QUAD_TO)e+=(i.relative?"q":"Q")+i.x1+" "+i.y1+" "+i.x+" "+i.y;else if(i.type===S.SMOOTH_QUAD_TO)e+=(i.relative?"t":"T")+i.x+" "+i.y;else{if(i.type!==S.ARC)throw new Error('Unexpected command type "'+i.type+'" at index '+r+".");e+=(i.relative?"a":"A")+i.rX+" "+i.rY+" "+i.xRot+" "+ +i.lArcFlag+" "+ +i.sweepFlag+" "+i.x+" "+i.y}}return e}function a(t,e){var r=t[0],i=t[1];return[r*Math.cos(e)-i*Math.sin(e),r*Math.sin(e)+i*Math.cos(e)]}function o(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var r=0;r<t.length;r++)if("number"!=typeof t[r])throw new Error("assertNumbers arguments["+r+"] is not a number. "+typeof t[r]+" == typeof "+t[r]);return!0}var u=Math.PI;function c(t,e,r){t.lArcFlag=0===t.lArcFlag?0:1,t.sweepFlag=0===t.sweepFlag?0:1;var i=t.rX,n=t.rY,s=t.x,o=t.y;i=Math.abs(t.rX),n=Math.abs(t.rY);var c=a([(e-s)/2,(r-o)/2],-t.xRot/180*u),h=c[0],l=c[1],f=Math.pow(h,2)/Math.pow(i,2)+Math.pow(l,2)/Math.pow(n,2);1<f&&(i*=Math.sqrt(f),n*=Math.sqrt(f)),t.rX=i,t.rY=n;var g=Math.pow(i,2)*Math.pow(l,2)+Math.pow(n,2)*Math.pow(h,2),p=(t.lArcFlag!==t.sweepFlag?1:-1)*Math.sqrt(Math.max(0,(Math.pow(i,2)*Math.pow(n,2)-g)/g)),d=i*l/n*p,v=-n*h/i*p,y=a([d,v],t.xRot/180*u);t.cX=y[0]+(e+s)/2,t.cY=y[1]+(r+o)/2,t.phi1=Math.atan2((l-v)/n,(h-d)/i),t.phi2=Math.atan2((-l-v)/n,(-h-d)/i),0===t.sweepFlag&&t.phi2>t.phi1&&(t.phi2-=2*u),1===t.sweepFlag&&t.phi2<t.phi1&&(t.phi2+=2*u),t.phi1*=180/u,t.phi2*=180/u}function h(t,e,r){o(t,e,r);var i=t*t+e*e-r*r;if(0>i)return[];if(0===i)return[[t*r/(t*t+e*e),e*r/(t*t+e*e)]];var n=Math.sqrt(i);return[[(t*r+e*n)/(t*t+e*e),(e*r-t*n)/(t*t+e*e)],[(t*r-e*n)/(t*t+e*e),(e*r+t*n)/(t*t+e*e)]]}var l,f=Math.PI/180;function g(t,e,r){return(1-r)*t+r*e}function p(t,e,r,i){return t+Math.cos(i/180*u)*e+Math.sin(i/180*u)*r}function d(t,e,r,i){var n=1e-6,s=e-t,a=r-e,o=3*s+3*(i-r)-6*a,u=6*(a-s),c=3*s;return Math.abs(o)<n?[-c/u]:function(t,e,r){void 0===r&&(r=1e-6);var i=t*t/4-e;if(i<-r)return[];if(i<=r)return[-t/2];var n=Math.sqrt(i);return[-t/2-n,-t/2+n]}(u/o,c/o,n)}function v(t,e,r,i,n){var s=1-n;return t*(s*s*s)+e*(3*s*s*n)+r*(3*s*n*n)+i*(n*n*n)}!function(t){function e(){return n((function(t,e,r){return t.relative&&(void 0!==t.x1&&(t.x1+=e),void 0!==t.y1&&(t.y1+=r),void 0!==t.x2&&(t.x2+=e),void 0!==t.y2&&(t.y2+=r),void 0!==t.x&&(t.x+=e),void 0!==t.y&&(t.y+=r),t.relative=!1),t}))}function r(){var t=NaN,e=NaN,r=NaN,i=NaN;return n((function(n,s,a){return n.type&S.SMOOTH_CURVE_TO&&(n.type=S.CURVE_TO,t=isNaN(t)?s:t,e=isNaN(e)?a:e,n.x1=n.relative?s-t:2*s-t,n.y1=n.relative?a-e:2*a-e),n.type&S.CURVE_TO?(t=n.relative?s+n.x2:n.x2,e=n.relative?a+n.y2:n.y2):(t=NaN,e=NaN),n.type&S.SMOOTH_QUAD_TO&&(n.type=S.QUAD_TO,r=isNaN(r)?s:r,i=isNaN(i)?a:i,n.x1=n.relative?s-r:2*s-r,n.y1=n.relative?a-i:2*a-i),n.type&S.QUAD_TO?(r=n.relative?s+n.x1:n.x1,i=n.relative?a+n.y1:n.y1):(r=NaN,i=NaN),n}))}function i(){var t=NaN,e=NaN;return n((function(r,i,n){if(r.type&S.SMOOTH_QUAD_TO&&(r.type=S.QUAD_TO,t=isNaN(t)?i:t,e=isNaN(e)?n:e,r.x1=r.relative?i-t:2*i-t,r.y1=r.relative?n-e:2*n-e),r.type&S.QUAD_TO){t=r.relative?i+r.x1:r.x1,e=r.relative?n+r.y1:r.y1;var s=r.x1,a=r.y1;r.type=S.CURVE_TO,r.x1=((r.relative?0:i)+2*s)/3,r.y1=((r.relative?0:n)+2*a)/3,r.x2=(r.x+2*s)/3,r.y2=(r.y+2*a)/3}else t=NaN,e=NaN;return r}))}function n(t){var e=0,r=0,i=NaN,n=NaN;return function(s){if(isNaN(i)&&!(s.type&S.MOVE_TO))throw new Error("path must start with moveto");var a=t(s,e,r,i,n);return s.type&S.CLOSE_PATH&&(e=i,r=n),void 0!==s.x&&(e=s.relative?e+s.x:s.x),void 0!==s.y&&(r=s.relative?r+s.y:s.y),s.type&S.MOVE_TO&&(i=e,n=r),a}}function s(t,e,r,i,s,a){return o(t,e,r,i,s,a),n((function(n,o,u,c){var h=n.x1,l=n.x2,f=n.relative&&!isNaN(c),g=void 0!==n.x?n.x:f?0:o,p=void 0!==n.y?n.y:f?0:u;function d(t){return t*t}n.type&S.HORIZ_LINE_TO&&0!==e&&(n.type=S.LINE_TO,n.y=n.relative?0:u),n.type&S.VERT_LINE_TO&&0!==r&&(n.type=S.LINE_TO,n.x=n.relative?0:o),void 0!==n.x&&(n.x=n.x*t+p*r+(f?0:s)),void 0!==n.y&&(n.y=g*e+n.y*i+(f?0:a)),void 0!==n.x1&&(n.x1=n.x1*t+n.y1*r+(f?0:s)),void 0!==n.y1&&(n.y1=h*e+n.y1*i+(f?0:a)),void 0!==n.x2&&(n.x2=n.x2*t+n.y2*r+(f?0:s)),void 0!==n.y2&&(n.y2=l*e+n.y2*i+(f?0:a));var v=t*i-e*r;if(void 0!==n.xRot&&(1!==t||0!==e||0!==r||1!==i))if(0===v)delete n.rX,delete n.rY,delete n.xRot,delete n.lArcFlag,delete n.sweepFlag,n.type=S.LINE_TO;else{var y=n.xRot*Math.PI/180,m=Math.sin(y),x=Math.cos(y),b=1/d(n.rX),w=1/d(n.rY),T=d(x)*b+d(m)*w,O=2*m*x*(b-w),A=d(m)*b+d(x)*w,E=T*i*i-O*e*i+A*e*e,C=O*(t*i+e*r)-2*(T*r*i+A*t*e),P=T*r*r-O*t*r+A*t*t,N=(Math.atan2(C,E-P)+Math.PI)%Math.PI/2,M=Math.sin(N),R=Math.cos(N);n.rX=Math.abs(v)/Math.sqrt(E*d(R)+C*M*R+P*d(M)),n.rY=Math.abs(v)/Math.sqrt(E*d(M)-C*M*R+P*d(R)),n.xRot=180*N/Math.PI}return void 0!==n.sweepFlag&&0>v&&(n.sweepFlag=+!n.sweepFlag),n}))}function u(){return function(t){var e={};for(var r in t)e[r]=t[r];return e}}t.ROUND=function(t){function e(e){return Math.round(e*t)/t}return void 0===t&&(t=1e13),o(t),function(t){return void 0!==t.x1&&(t.x1=e(t.x1)),void 0!==t.y1&&(t.y1=e(t.y1)),void 0!==t.x2&&(t.x2=e(t.x2)),void 0!==t.y2&&(t.y2=e(t.y2)),void 0!==t.x&&(t.x=e(t.x)),void 0!==t.y&&(t.y=e(t.y)),void 0!==t.rX&&(t.rX=e(t.rX)),void 0!==t.rY&&(t.rY=e(t.rY)),t}},t.TO_ABS=e,t.TO_REL=function(){return n((function(t,e,r){return t.relative||(void 0!==t.x1&&(t.x1-=e),void 0!==t.y1&&(t.y1-=r),void 0!==t.x2&&(t.x2-=e),void 0!==t.y2&&(t.y2-=r),void 0!==t.x&&(t.x-=e),void 0!==t.y&&(t.y-=r),t.relative=!0),t}))},t.NORMALIZE_HVZ=function(t,e,r){return void 0===t&&(t=!0),void 0===e&&(e=!0),void 0===r&&(r=!0),n((function(i,n,s,a,o){if(isNaN(a)&&!(i.type&S.MOVE_TO))throw new Error("path must start with moveto");return e&&i.type&S.HORIZ_LINE_TO&&(i.type=S.LINE_TO,i.y=i.relative?0:s),r&&i.type&S.VERT_LINE_TO&&(i.type=S.LINE_TO,i.x=i.relative?0:n),t&&i.type&S.CLOSE_PATH&&(i.type=S.LINE_TO,i.x=i.relative?a-n:a,i.y=i.relative?o-s:o),i.type&S.ARC&&(0===i.rX||0===i.rY)&&(i.type=S.LINE_TO,delete i.rX,delete i.rY,delete i.xRot,delete i.lArcFlag,delete i.sweepFlag),i}))},t.NORMALIZE_ST=r,t.QT_TO_C=i,t.INFO=n,t.SANITIZE=function(t){void 0===t&&(t=0),o(t);var e=NaN,r=NaN,i=NaN,s=NaN;return n((function(n,a,o,u,c){var h=Math.abs,l=!1,f=0,g=0;if(n.type&S.SMOOTH_CURVE_TO&&(f=isNaN(e)?0:a-e,g=isNaN(r)?0:o-r),n.type&(S.CURVE_TO|S.SMOOTH_CURVE_TO)?(e=n.relative?a+n.x2:n.x2,r=n.relative?o+n.y2:n.y2):(e=NaN,r=NaN),n.type&S.SMOOTH_QUAD_TO?(i=isNaN(i)?a:2*a-i,s=isNaN(s)?o:2*o-s):n.type&S.QUAD_TO?(i=n.relative?a+n.x1:n.x1,s=n.relative?o+n.y1:n.y2):(i=NaN,s=NaN),n.type&S.LINE_COMMANDS||n.type&S.ARC&&(0===n.rX||0===n.rY||!n.lArcFlag)||n.type&S.CURVE_TO||n.type&S.SMOOTH_CURVE_TO||n.type&S.QUAD_TO||n.type&S.SMOOTH_QUAD_TO){var p=void 0===n.x?0:n.relative?n.x:n.x-a,d=void 0===n.y?0:n.relative?n.y:n.y-o;f=isNaN(i)?void 0===n.x1?f:n.relative?n.x:n.x1-a:i-a,g=isNaN(s)?void 0===n.y1?g:n.relative?n.y:n.y1-o:s-o;var v=void 0===n.x2?0:n.relative?n.x:n.x2-a,y=void 0===n.y2?0:n.relative?n.y:n.y2-o;h(p)<=t&&h(d)<=t&&h(f)<=t&&h(g)<=t&&h(v)<=t&&h(y)<=t&&(l=!0)}return n.type&S.CLOSE_PATH&&h(a-u)<=t&&h(o-c)<=t&&(l=!0),l?[]:n}))},t.MATRIX=s,t.ROTATE=function(t,e,r){void 0===e&&(e=0),void 0===r&&(r=0),o(t,e,r);var i=Math.sin(t),n=Math.cos(t);return s(n,i,-i,n,e-e*n+r*i,r-e*i-r*n)},t.TRANSLATE=function(t,e){return void 0===e&&(e=0),o(t,e),s(1,0,0,1,t,e)},t.SCALE=function(t,e){return void 0===e&&(e=t),o(t,e),s(t,0,0,e,0,0)},t.SKEW_X=function(t){return o(t),s(1,0,Math.atan(t),1,0,0)},t.SKEW_Y=function(t){return o(t),s(1,Math.atan(t),0,1,0,0)},t.X_AXIS_SYMMETRY=function(t){return void 0===t&&(t=0),o(t),s(-1,0,0,1,t,0)},t.Y_AXIS_SYMMETRY=function(t){return void 0===t&&(t=0),o(t),s(1,0,0,-1,0,t)},t.A_TO_C=function(){return n((function(t,e,r){return S.ARC===t.type?function(t,e,r){var i,n,s,o;t.cX||c(t,e,r);for(var u=Math.min(t.phi1,t.phi2),h=Math.max(t.phi1,t.phi2)-u,l=Math.ceil(h/90),p=new Array(l),d=e,v=r,y=0;y<l;y++){var m=g(t.phi1,t.phi2,y/l),x=g(t.phi1,t.phi2,(y+1)/l),b=x-m,w=4/3*Math.tan(b*f/4),T=[Math.cos(m*f)-w*Math.sin(m*f),Math.sin(m*f)+w*Math.cos(m*f)],O=T[0],A=T[1],E=[Math.cos(x*f),Math.sin(x*f)],C=E[0],P=E[1],N=[C+w*Math.sin(x*f),P-w*Math.cos(x*f)],M=N[0],R=N[1];p[y]={relative:t.relative,type:S.CURVE_TO};var _=function(e,r){var i=a([e*t.rX,r*t.rY],t.xRot),n=i[0],s=i[1];return[t.cX+n,t.cY+s]};i=_(O,A),p[y].x1=i[0],p[y].y1=i[1],n=_(M,R),p[y].x2=n[0],p[y].y2=n[1],s=_(C,P),p[y].x=s[0],p[y].y=s[1],t.relative&&(p[y].x1-=d,p[y].y1-=v,p[y].x2-=d,p[y].y2-=v,p[y].x-=d,p[y].y-=v),d=(o=[p[y].x,p[y].y])[0],v=o[1]}return p}(t,t.relative?0:e,t.relative?0:r):t}))},t.ANNOTATE_ARCS=function(){return n((function(t,e,r){return t.relative&&(e=0,r=0),S.ARC===t.type&&c(t,e,r),t}))},t.CLONE=u,t.CALCULATE_BOUNDS=function(){var t=function(t){var e={};for(var r in t)e[r]=t[r];return e},s=e(),a=i(),o=r(),u=n((function(e,r,i){var n=o(a(s(t(e))));function l(t){t>u.maxX&&(u.maxX=t),t<u.minX&&(u.minX=t)}function f(t){t>u.maxY&&(u.maxY=t),t<u.minY&&(u.minY=t)}if(n.type&S.DRAWING_COMMANDS&&(l(r),f(i)),n.type&S.HORIZ_LINE_TO&&l(n.x),n.type&S.VERT_LINE_TO&&f(n.y),n.type&S.LINE_TO&&(l(n.x),f(n.y)),n.type&S.CURVE_TO){l(n.x),f(n.y);for(var g=0,y=d(r,n.x1,n.x2,n.x);g<y.length;g++)0<(I=y[g])&&1>I&&l(v(r,n.x1,n.x2,n.x,I));for(var m=0,x=d(i,n.y1,n.y2,n.y);m<x.length;m++)0<(I=x[m])&&1>I&&f(v(i,n.y1,n.y2,n.y,I))}if(n.type&S.ARC){l(n.x),f(n.y),c(n,r,i);for(var b=n.xRot/180*Math.PI,w=Math.cos(b)*n.rX,T=Math.sin(b)*n.rX,O=-Math.sin(b)*n.rY,A=Math.cos(b)*n.rY,E=n.phi1<n.phi2?[n.phi1,n.phi2]:-180>n.phi2?[n.phi2+360,n.phi1+360]:[n.phi2,n.phi1],C=E[0],P=E[1],N=function(t){var e=t[0],r=t[1],i=180*Math.atan2(r,e)/Math.PI;return i<C?i+360:i},M=0,R=h(O,-w,0).map(N);M<R.length;M++)(I=R[M])>C&&I<P&&l(p(n.cX,w,O,I));for(var _=0,V=h(A,-T,0).map(N);_<V.length;_++){var I;(I=V[_])>C&&I<P&&f(p(n.cY,T,A,I))}}return e}));return u.minX=1/0,u.maxX=-1/0,u.minY=1/0,u.maxY=-1/0,u}}(l||(l={}));var y,m=function(){function t(){}return t.prototype.round=function(t){return this.transform(l.ROUND(t))},t.prototype.toAbs=function(){return this.transform(l.TO_ABS())},t.prototype.toRel=function(){return this.transform(l.TO_REL())},t.prototype.normalizeHVZ=function(t,e,r){return this.transform(l.NORMALIZE_HVZ(t,e,r))},t.prototype.normalizeST=function(){return this.transform(l.NORMALIZE_ST())},t.prototype.qtToC=function(){return this.transform(l.QT_TO_C())},t.prototype.aToC=function(){return this.transform(l.A_TO_C())},t.prototype.sanitize=function(t){return this.transform(l.SANITIZE(t))},t.prototype.translate=function(t,e){return this.transform(l.TRANSLATE(t,e))},t.prototype.scale=function(t,e){return this.transform(l.SCALE(t,e))},t.prototype.rotate=function(t,e,r){return this.transform(l.ROTATE(t,e,r))},t.prototype.matrix=function(t,e,r,i,n,s){return this.transform(l.MATRIX(t,e,r,i,n,s))},t.prototype.skewX=function(t){return this.transform(l.SKEW_X(t))},t.prototype.skewY=function(t){return this.transform(l.SKEW_Y(t))},t.prototype.xSymmetry=function(t){return this.transform(l.X_AXIS_SYMMETRY(t))},t.prototype.ySymmetry=function(t){return this.transform(l.Y_AXIS_SYMMETRY(t))},t.prototype.annotateArcs=function(){return this.transform(l.ANNOTATE_ARCS())},t}(),x=function(t){return" "===t||"\t"===t||"\r"===t||"\n"===t},b=function(t){return"0".charCodeAt(0)<=t.charCodeAt(0)&&t.charCodeAt(0)<="9".charCodeAt(0)},w=function(t){function e(){var e=t.call(this)||this;return e.curNumber="",e.curCommandType=-1,e.curCommandRelative=!1,e.canParseCommandOrComma=!0,e.curNumberHasExp=!1,e.curNumberHasExpDigits=!1,e.curNumberHasDecimal=!1,e.curArgs=[],e}return n(e,t),e.prototype.finish=function(t){if(void 0===t&&(t=[]),this.parse(" ",t),0!==this.curArgs.length||!this.canParseCommandOrComma)throw new SyntaxError("Unterminated command at the path end.");return t},e.prototype.parse=function(t,e){var r=this;void 0===e&&(e=[]);for(var i=function(t){e.push(t),r.curArgs.length=0,r.canParseCommandOrComma=!0},n=0;n<t.length;n++){var s=t[n],a=!(this.curCommandType!==S.ARC||3!==this.curArgs.length&&4!==this.curArgs.length||1!==this.curNumber.length||"0"!==this.curNumber&&"1"!==this.curNumber),o=b(s)&&("0"===this.curNumber&&"0"===s||a);if(!b(s)||o)if("e"!==s&&"E"!==s)if("-"!==s&&"+"!==s||!this.curNumberHasExp||this.curNumberHasExpDigits)if("."!==s||this.curNumberHasExp||this.curNumberHasDecimal||a){if(this.curNumber&&-1!==this.curCommandType){var u=Number(this.curNumber);if(isNaN(u))throw new SyntaxError("Invalid number ending at "+n);if(this.curCommandType===S.ARC)if(0===this.curArgs.length||1===this.curArgs.length){if(0>u)throw new SyntaxError('Expected positive number, got "'+u+'" at index "'+n+'"')}else if((3===this.curArgs.length||4===this.curArgs.length)&&"0"!==this.curNumber&&"1"!==this.curNumber)throw new SyntaxError('Expected a flag, got "'+this.curNumber+'" at index "'+n+'"');this.curArgs.push(u),this.curArgs.length===T[this.curCommandType]&&(S.HORIZ_LINE_TO===this.curCommandType?i({type:S.HORIZ_LINE_TO,relative:this.curCommandRelative,x:u}):S.VERT_LINE_TO===this.curCommandType?i({type:S.VERT_LINE_TO,relative:this.curCommandRelative,y:u}):this.curCommandType===S.MOVE_TO||this.curCommandType===S.LINE_TO||this.curCommandType===S.SMOOTH_QUAD_TO?(i({type:this.curCommandType,relative:this.curCommandRelative,x:this.curArgs[0],y:this.curArgs[1]}),S.MOVE_TO===this.curCommandType&&(this.curCommandType=S.LINE_TO)):this.curCommandType===S.CURVE_TO?i({type:S.CURVE_TO,relative:this.curCommandRelative,x1:this.curArgs[0],y1:this.curArgs[1],x2:this.curArgs[2],y2:this.curArgs[3],x:this.curArgs[4],y:this.curArgs[5]}):this.curCommandType===S.SMOOTH_CURVE_TO?i({type:S.SMOOTH_CURVE_TO,relative:this.curCommandRelative,x2:this.curArgs[0],y2:this.curArgs[1],x:this.curArgs[2],y:this.curArgs[3]}):this.curCommandType===S.QUAD_TO?i({type:S.QUAD_TO,relative:this.curCommandRelative,x1:this.curArgs[0],y1:this.curArgs[1],x:this.curArgs[2],y:this.curArgs[3]}):this.curCommandType===S.ARC&&i({type:S.ARC,relative:this.curCommandRelative,rX:this.curArgs[0],rY:this.curArgs[1],xRot:this.curArgs[2],lArcFlag:this.curArgs[3],sweepFlag:this.curArgs[4],x:this.curArgs[5],y:this.curArgs[6]})),this.curNumber="",this.curNumberHasExpDigits=!1,this.curNumberHasExp=!1,this.curNumberHasDecimal=!1,this.canParseCommandOrComma=!0}if(!x(s))if(","===s&&this.canParseCommandOrComma)this.canParseCommandOrComma=!1;else if("+"!==s&&"-"!==s&&"."!==s)if(o)this.curNumber=s,this.curNumberHasDecimal=!1;else{if(0!==this.curArgs.length)throw new SyntaxError("Unterminated command at index "+n+".");if(!this.canParseCommandOrComma)throw new SyntaxError('Unexpected character "'+s+'" at index '+n+". Command cannot follow comma");if(this.canParseCommandOrComma=!1,"z"!==s&&"Z"!==s)if("h"===s||"H"===s)this.curCommandType=S.HORIZ_LINE_TO,this.curCommandRelative="h"===s;else if("v"===s||"V"===s)this.curCommandType=S.VERT_LINE_TO,this.curCommandRelative="v"===s;else if("m"===s||"M"===s)this.curCommandType=S.MOVE_TO,this.curCommandRelative="m"===s;else if("l"===s||"L"===s)this.curCommandType=S.LINE_TO,this.curCommandRelative="l"===s;else if("c"===s||"C"===s)this.curCommandType=S.CURVE_TO,this.curCommandRelative="c"===s;else if("s"===s||"S"===s)this.curCommandType=S.SMOOTH_CURVE_TO,this.curCommandRelative="s"===s;else if("q"===s||"Q"===s)this.curCommandType=S.QUAD_TO,this.curCommandRelative="q"===s;else if("t"===s||"T"===s)this.curCommandType=S.SMOOTH_QUAD_TO,this.curCommandRelative="t"===s;else{if("a"!==s&&"A"!==s)throw new SyntaxError('Unexpected character "'+s+'" at index '+n+".");this.curCommandType=S.ARC,this.curCommandRelative="a"===s}else e.push({type:S.CLOSE_PATH}),this.canParseCommandOrComma=!0,this.curCommandType=-1}else this.curNumber=s,this.curNumberHasDecimal="."===s}else this.curNumber+=s,this.curNumberHasDecimal=!0;else this.curNumber+=s;else this.curNumber+=s,this.curNumberHasExp=!0;else this.curNumber+=s,this.curNumberHasExpDigits=this.curNumberHasExp}return e},e.prototype.transform=function(t){return Object.create(this,{parse:{value:function(e,r){void 0===r&&(r=[]);for(var i=0,n=Object.getPrototypeOf(this).parse.call(this,e);i<n.length;i++){var s=n[i],a=t(s);Array.isArray(a)?r.push.apply(r,a):r.push(a)}return r}}})},e}(m),S=function(t){function e(r){var i=t.call(this)||this;return i.commands="string"==typeof r?e.parse(r):r,i}return n(e,t),e.prototype.encode=function(){return e.encode(this.commands)},e.prototype.getBounds=function(){var t=l.CALCULATE_BOUNDS();return this.transform(t),t},e.prototype.transform=function(t){for(var e=[],r=0,i=this.commands;r<i.length;r++){var n=t(i[r]);Array.isArray(n)?e.push.apply(e,n):e.push(n)}return this.commands=e,this},e.encode=function(t){return s(t)},e.parse=function(t){var e=new w,r=[];return e.parse(t,r),e.finish(r),r},e.CLOSE_PATH=1,e.MOVE_TO=2,e.HORIZ_LINE_TO=4,e.VERT_LINE_TO=8,e.LINE_TO=16,e.CURVE_TO=32,e.SMOOTH_CURVE_TO=64,e.QUAD_TO=128,e.SMOOTH_QUAD_TO=256,e.ARC=512,e.LINE_COMMANDS=e.LINE_TO|e.HORIZ_LINE_TO|e.VERT_LINE_TO,e.DRAWING_COMMANDS=e.HORIZ_LINE_TO|e.VERT_LINE_TO|e.LINE_TO|e.CURVE_TO|e.SMOOTH_CURVE_TO|e.QUAD_TO|e.SMOOTH_QUAD_TO|e.ARC,e}(m),T=((y={})[S.MOVE_TO]=2,y[S.LINE_TO]=2,y[S.HORIZ_LINE_TO]=1,y[S.VERT_LINE_TO]=1,y[S.CLOSE_PATH]=0,y[S.QUAD_TO]=4,y[S.SMOOTH_QUAD_TO]=2,y[S.CURVE_TO]=6,y[S.SMOOTH_CURVE_TO]=4,y[S.ARC]=7,y)},function(t,e,r){"use strict";var i=r(552).PROPER,n=r(535),s=r(524),a=r(530),o=r(518),u=r(559),c="toString",h=RegExp.prototype,l=h[c],f=o((function(){return"/a/b"!==l.call({source:"a",flags:"b"})})),g=i&&l.name!==c;(f||g)&&n(h,c,(function t(){var e=s(this),r,i;return"/"+a(e.source)+"/"+a(u(e))}),{unsafe:!0})},function(t,e,r){"use strict";function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}r.d(e,"a",(function(){return c}));var s=[512,512,456,512,328,456,335,512,405,328,271,456,388,335,292,512,454,405,364,328,298,271,496,456,420,388,360,335,312,292,273,512,482,454,428,405,383,364,345,328,312,298,284,271,259,496,475,456,437,420,404,388,374,360,347,335,323,312,302,292,282,273,265,512,497,482,468,454,441,428,417,405,394,383,373,364,354,345,337,328,320,312,305,298,291,284,278,271,265,259,507,496,485,475,465,456,446,437,428,420,412,404,396,388,381,374,367,360,354,347,341,335,329,323,318,312,307,302,297,292,287,282,278,273,269,265,261,512,505,497,489,482,475,468,461,454,447,441,435,428,422,417,411,405,399,394,389,383,378,373,368,364,359,354,350,345,341,337,332,328,324,320,316,312,309,305,301,298,294,291,287,284,281,278,274,271,268,265,262,259,257,507,501,496,491,485,480,475,470,465,460,456,451,446,442,437,433,428,424,420,416,412,408,404,400,396,392,388,385,381,377,374,370,367,363,360,357,354,350,347,344,341,338,335,332,329,326,323,320,318,315,312,310,307,304,302,299,297,294,292,289,287,285,282,280,278,275,273,271,269,267,265,263,261,259],a=[9,11,12,13,13,14,14,15,15,15,15,16,16,16,16,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,19,19,19,19,19,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24];function o(t,e,r,i,n,s){if("string"==typeof t&&(t=document.getElementById(t)),t&&("HTMLImageElement"!==Object.prototype.toString.call(t).slice(8,-1)||"naturalWidth"in t)){var a=n?"offset":"natural",o=t[a+"Width"],u=t[a+"Height"];if("ImageBitmap"===Object.prototype.toString.call(t).slice(8,-1)&&(o=t.width,u=t.height),"string"==typeof e&&(e=document.getElementById(e)),e&&"getContext"in e){s||(e.style.width=o+"px",e.style.height=u+"px"),e.width=o,e.height=u;var h=e.getContext("2d");h.clearRect(0,0,o,u),h.drawImage(t,0,0,t.naturalWidth,t.naturalHeight,0,0,o,u),isNaN(r)||r<1||(i?c(e,0,0,o,u,r):l(e,0,0,o,u,r))}}}function u(t,e,r,n,s){if("string"==typeof t&&(t=document.getElementById(t)),!t||"object"!==i(t)||!("getContext"in t))throw new TypeError("Expecting canvas with `getContext` method in processCanvasRGB(A) calls!");var a=t.getContext("2d");try{return a.getImageData(e,r,n,s)}catch(t){throw new Error("unable to access image data: "+t)}}function c(t,e,r,i,n,s){if(!(isNaN(s)||s<1)){s|=0;var a=u(t,e,r,i,n);a=h(a,e,r,i,n,s),t.getContext("2d").putImageData(a,e,r)}}function h(t,e,r,i,n,o){for(var u=t.data,c=2*o+1,h=i-1,l=n-1,f=o+1,p=f*(f+1)/2,d=new g,v=d,y,m=1;m<c;m++)v=v.next=new g,m===f&&(y=v);v.next=d;for(var x=null,b=null,w=0,S=0,T=s[o],O=a[o],A=0;A<n;A++){v=d;for(var E=u[S],C=u[S+1],P=u[S+2],N=u[S+3],M=0;M<f;M++)v.r=E,v.g=C,v.b=P,v.a=N,v=v.next;for(var R=0,_=0,V=0,I=0,k=f*E,L=f*C,D=f*P,j=f*N,B=p*E,F=p*C,z=p*P,U=p*N,H=1;H<f;H++){var X=S+((h<H?h:H)<<2),Y=u[X],W=u[X+1],q=u[X+2],G=u[X+3],Q=f-H;B+=(v.r=Y)*Q,F+=(v.g=W)*Q,z+=(v.b=q)*Q,U+=(v.a=G)*Q,R+=Y,_+=W,V+=q,I+=G,v=v.next}x=d,b=y;for(var $=0;$<i;$++){var Z=U*T>>>O;if(u[S+3]=Z,0!==Z){var K=255/Z;u[S]=(B*T>>>O)*K,u[S+1]=(F*T>>>O)*K,u[S+2]=(z*T>>>O)*K}else u[S]=u[S+1]=u[S+2]=0;B-=k,F-=L,z-=D,U-=j,k-=x.r,L-=x.g,D-=x.b,j-=x.a;var J=$+o+1;J=w+(J<h?J:h)<<2,B+=R+=x.r=u[J],F+=_+=x.g=u[J+1],z+=V+=x.b=u[J+2],U+=I+=x.a=u[J+3],x=x.next;var tt=b,et=tt.r,rt=tt.g,it=tt.b,nt=tt.a;k+=et,L+=rt,D+=it,j+=nt,R-=et,_-=rt,V-=it,I-=nt,b=b.next,S+=4}w+=i}for(var st=0;st<i;st++){var at=u[S=st<<2],ot=u[S+1],ut=u[S+2],ct=u[S+3],ht=f*at,lt=f*ot,ft=f*ut,gt=f*ct,pt=p*at,dt=p*ot,vt=p*ut,yt=p*ct;v=d;for(var mt=0;mt<f;mt++)v.r=at,v.g=ot,v.b=ut,v.a=ct,v=v.next;for(var xt=i,bt=0,wt=0,St=0,Tt=0,Ot=1;Ot<=o;Ot++){S=xt+st<<2;var At=f-Ot;pt+=(v.r=at=u[S])*At,dt+=(v.g=ot=u[S+1])*At,vt+=(v.b=ut=u[S+2])*At,yt+=(v.a=ct=u[S+3])*At,Tt+=at,bt+=ot,wt+=ut,St+=ct,v=v.next,Ot<l&&(xt+=i)}S=st,x=d,b=y;for(var Et=0;Et<n;Et++){var Ct=S<<2;u[Ct+3]=ct=yt*T>>>O,ct>0?(ct=255/ct,u[Ct]=(pt*T>>>O)*ct,u[Ct+1]=(dt*T>>>O)*ct,u[Ct+2]=(vt*T>>>O)*ct):u[Ct]=u[Ct+1]=u[Ct+2]=0,pt-=ht,dt-=lt,vt-=ft,yt-=gt,ht-=x.r,lt-=x.g,ft-=x.b,gt-=x.a,Ct=st+((Ct=Et+f)<l?Ct:l)*i<<2,pt+=Tt+=x.r=u[Ct],dt+=bt+=x.g=u[Ct+1],vt+=wt+=x.b=u[Ct+2],yt+=St+=x.a=u[Ct+3],x=x.next,ht+=at=b.r,lt+=ot=b.g,ft+=ut=b.b,gt+=ct=b.a,Tt-=at,bt-=ot,wt-=ut,St-=ct,b=b.next,S+=i}}return t}function l(t,e,r,i,n,s){if(!(isNaN(s)||s<1)){s|=0;var a=u(t,e,r,i,n);a=f(a,e,r,i,n,s),t.getContext("2d").putImageData(a,e,r)}}function f(t,e,r,i,n,o){for(var u=t.data,c=2*o+1,h=i-1,l=n-1,f=o+1,p=f*(f+1)/2,d=new g,v=d,y,m=1;m<c;m++)v=v.next=new g,m===f&&(y=v);v.next=d;for(var x=null,b=null,w=s[o],S=a[o],T,O,A=0,E=0,C=0;C<n;C++){var P=u[E],N=u[E+1],M=u[E+2],R=f*P,_=f*N,V=f*M,I=p*P,k=p*N,L=p*M;v=d;for(var D=0;D<f;D++)v.r=P,v.g=N,v.b=M,v=v.next;for(var j=0,B=0,F=0,z=1;z<f;z++)T=E+((h<z?h:z)<<2),I+=(v.r=P=u[T])*(O=f-z),k+=(v.g=N=u[T+1])*O,L+=(v.b=M=u[T+2])*O,j+=P,B+=N,F+=M,v=v.next;x=d,b=y;for(var U=0;U<i;U++)u[E]=I*w>>>S,u[E+1]=k*w>>>S,u[E+2]=L*w>>>S,I-=R,k-=_,L-=V,R-=x.r,_-=x.g,V-=x.b,T=A+((T=U+o+1)<h?T:h)<<2,I+=j+=x.r=u[T],k+=B+=x.g=u[T+1],L+=F+=x.b=u[T+2],x=x.next,R+=P=b.r,_+=N=b.g,V+=M=b.b,j-=P,B-=N,F-=M,b=b.next,E+=4;A+=i}for(var H=0;H<i;H++){var X=u[E=H<<2],Y=u[E+1],W=u[E+2],q=f*X,G=f*Y,Q=f*W,$=p*X,Z=p*Y,K=p*W;v=d;for(var J=0;J<f;J++)v.r=X,v.g=Y,v.b=W,v=v.next;for(var tt=0,et=0,rt=0,it=1,nt=i;it<=o;it++)E=nt+H<<2,$+=(v.r=X=u[E])*(O=f-it),Z+=(v.g=Y=u[E+1])*O,K+=(v.b=W=u[E+2])*O,tt+=X,et+=Y,rt+=W,v=v.next,it<l&&(nt+=i);E=H,x=d,b=y;for(var st=0;st<n;st++)u[T=E<<2]=$*w>>>S,u[T+1]=Z*w>>>S,u[T+2]=K*w>>>S,$-=q,Z-=G,K-=Q,q-=x.r,G-=x.g,Q-=x.b,T=H+((T=st+f)<l?T:l)*i<<2,$+=tt+=x.r=u[T],Z+=et+=x.g=u[T+1],K+=rt+=x.b=u[T+2],x=x.next,q+=X=b.r,G+=Y=b.g,Q+=W=b.b,tt-=X,et-=Y,rt-=W,b=b.next,E+=i}return t}var g=function t(){n(this,t),this.r=0,this.g=0,this.b=0,this.a=0,this.next=null}}]]);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
(window.webpackJsonpBizComps=window.webpackJsonpBizComps||[]).push([[4],{514:function(e,t,n){
|
|
2
|
+
/*! @license DOMPurify 2.5.9 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.5.9/LICENSE */
|
|
3
|
+
var r,o;r=this,o=function(){"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(t)}function t(e,n){return(t=Object.setPrototypeOf||function e(t,n){return t.__proto__=n,t})(e,n)}function n(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function r(e,o,a){return(r=n()?Reflect.construct:function e(n,r,o){var a=[null];a.push.apply(a,r);var i,l=new(Function.bind.apply(n,a));return o&&t(l,o.prototype),l}).apply(null,arguments)}function o(e){return a(e)||i(e)||l(e)||s()}function a(e){if(Array.isArray(e))return c(e)}function i(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function l(e,t){if(e){if("string"==typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?c(e,t):void 0}}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function s(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var u=Object.hasOwnProperty,m=Object.setPrototypeOf,f=Object.isFrozen,p=Object.getPrototypeOf,d=Object.getOwnPropertyDescriptor,h=Object.freeze,g=Object.seal,y=Object.create,b="undefined"!=typeof Reflect&&Reflect,v=b.apply,T=b.construct;v||(v=function e(t,n,r){return t.apply(n,r)}),h||(h=function e(t){return t}),g||(g=function e(t){return t}),T||(T=function e(t,n){return r(t,o(n))});var N=R(Array.prototype.forEach),E=R(Array.prototype.pop),A=R(Array.prototype.push),w=R(String.prototype.toLowerCase),S=R(String.prototype.toString),_=R(String.prototype.match),x=R(String.prototype.replace),k=R(String.prototype.indexOf),O=R(String.prototype.trim),C=R(RegExp.prototype.test),L=D(TypeError);function R(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return v(e,t,r)}}function D(e){return function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return T(e,n)}}function M(e,t,n){var r;n=null!==(r=n)&&void 0!==r?r:w,m&&m(e,null);for(var o=t.length;o--;){var a=t[o];if("string"==typeof a){var i=n(a);i!==a&&(f(t)||(t[o]=i),a=i)}e[a]=!0}return e}function I(e){var t=y(null),n;for(n in e)!0===v(u,e,[n])&&(t[n]=e[n]);return t}function F(e,t){for(;null!==e;){var n=d(e,t);if(n){if(n.get)return R(n.get);if("function"==typeof n.value)return R(n.value)}e=p(e)}function r(e){return console.warn("fallback value for",e),null}return r}var U=h(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),H=h(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),z=h(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),B=h(["animate","color-profile","cursor","discard","fedropshadow","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),P=h(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),j=h(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),G=h(["#text"]),W=h(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),q=h(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),$=h(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Y=h(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),K=g(/\{\{[\w\W]*|[\w\W]*\}\}/gm),V=g(/<%[\w\W]*|[\w\W]*%>/gm),X=g(/\${[\w\W]*}/gm),J=g(/^data-[\-\w.\u00B7-\uFFFF]+$/),Z=g(/^aria-[\-\w]+$/),Q=g(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),ee=g(/^(?:\w+script|data):/i),te=g(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),ne=g(/^html$/i),re=g(/^[a-z][.\w]*(-[.\w]+)+$/i),oe=function e(){return"undefined"==typeof window?null:window},ae=function t(n,r){if("object"!==e(n)||"function"!=typeof n.createPolicy)return null;var o=null,a="data-tt-policy-suffix";r.currentScript&&r.currentScript.hasAttribute(a)&&(o=r.currentScript.getAttribute(a));var i="dompurify"+(o?"#"+o:"");try{return n.createPolicy(i,{createHTML:function e(t){return t},createScriptURL:function e(t){return t}})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}},ie;function le(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:oe(),n=function e(t){return le(t)};if(n.version="2.5.9",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;var r=t.document,a=t.document,i=t.DocumentFragment,l=t.HTMLTemplateElement,c=t.Node,s=t.Element,u=t.NodeFilter,m=t.NamedNodeMap,f=void 0===m?t.NamedNodeMap||t.MozNamedAttrMap:m,p=t.HTMLFormElement,d=t.DOMParser,g=t.trustedTypes,y=s.prototype,b=F(y,"cloneNode"),v=F(y,"nextSibling"),T=F(y,"childNodes"),R=F(y,"parentNode");if("function"==typeof l){var D=a.createElement("template");D.content&&D.content.ownerDocument&&(a=D.content.ownerDocument)}var ie=ae(g,r),ce=ie?ie.createHTML(""):"",se=a,ue=se.implementation,me=se.createNodeIterator,fe=se.createDocumentFragment,pe=se.getElementsByTagName,de=r.importNode,he={};try{he=I(a).documentMode?a.documentMode:{}}catch(e){}var ge={};n.isSupported="function"==typeof R&&ue&&void 0!==ue.createHTMLDocument&&9!==he;var ye=K,be=V,ve=X,Te=J,Ne=Z,Ee=ee,Ae=te,we=re,Se=Q,_e=null,xe=M({},[].concat(o(U),o(H),o(z),o(P),o(G))),ke=null,Oe=M({},[].concat(o(W),o(q),o($),o(Y))),Ce=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Le=null,Re=null,De=!0,Me=!0,Ie=!1,Fe=!0,Ue=!1,He=!0,ze=!1,Be=!1,Pe=!1,je=!1,Ge=!1,We=!1,qe=!0,$e=!1,Ye="user-content-",Ke=!0,Ve=!1,Xe={},Je=null,Ze=M({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Qe=null,et=M({},["audio","video","img","source","image","track"]),tt=null,nt=M({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),rt="http://www.w3.org/1998/Math/MathML",ot="http://www.w3.org/2000/svg",at="http://www.w3.org/1999/xhtml",it=at,lt=!1,ct=null,st=M({},[rt,ot,at],S),ut,mt=["application/xhtml+xml","text/html"],ft="text/html",pt,dt=null,ht=a.createElement("form"),gt=function e(t){return t instanceof RegExp||t instanceof Function},yt=function t(n){dt&&dt===n||(n&&"object"===e(n)||(n={}),n=I(n),ut=ut=-1===mt.indexOf(n.PARSER_MEDIA_TYPE)?ft:n.PARSER_MEDIA_TYPE,pt="application/xhtml+xml"===ut?S:w,_e="ALLOWED_TAGS"in n?M({},n.ALLOWED_TAGS,pt):xe,ke="ALLOWED_ATTR"in n?M({},n.ALLOWED_ATTR,pt):Oe,ct="ALLOWED_NAMESPACES"in n?M({},n.ALLOWED_NAMESPACES,S):st,tt="ADD_URI_SAFE_ATTR"in n?M(I(nt),n.ADD_URI_SAFE_ATTR,pt):nt,Qe="ADD_DATA_URI_TAGS"in n?M(I(et),n.ADD_DATA_URI_TAGS,pt):et,Je="FORBID_CONTENTS"in n?M({},n.FORBID_CONTENTS,pt):Ze,Le="FORBID_TAGS"in n?M({},n.FORBID_TAGS,pt):{},Re="FORBID_ATTR"in n?M({},n.FORBID_ATTR,pt):{},Xe="USE_PROFILES"in n&&n.USE_PROFILES,De=!1!==n.ALLOW_ARIA_ATTR,Me=!1!==n.ALLOW_DATA_ATTR,Ie=n.ALLOW_UNKNOWN_PROTOCOLS||!1,Fe=!1!==n.ALLOW_SELF_CLOSE_IN_ATTR,Ue=n.SAFE_FOR_TEMPLATES||!1,He=!1!==n.SAFE_FOR_XML,ze=n.WHOLE_DOCUMENT||!1,je=n.RETURN_DOM||!1,Ge=n.RETURN_DOM_FRAGMENT||!1,We=n.RETURN_TRUSTED_TYPE||!1,Pe=n.FORCE_BODY||!1,qe=!1!==n.SANITIZE_DOM,$e=n.SANITIZE_NAMED_PROPS||!1,Ke=!1!==n.KEEP_CONTENT,Ve=n.IN_PLACE||!1,Se=n.ALLOWED_URI_REGEXP||Se,it=n.NAMESPACE||at,Ce=n.CUSTOM_ELEMENT_HANDLING||{},n.CUSTOM_ELEMENT_HANDLING&>(n.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Ce.tagNameCheck=n.CUSTOM_ELEMENT_HANDLING.tagNameCheck),n.CUSTOM_ELEMENT_HANDLING&>(n.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Ce.attributeNameCheck=n.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),n.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof n.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(Ce.allowCustomizedBuiltInElements=n.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Ue&&(Me=!1),Ge&&(je=!0),Xe&&(_e=M({},o(G)),ke=[],!0===Xe.html&&(M(_e,U),M(ke,W)),!0===Xe.svg&&(M(_e,H),M(ke,q),M(ke,Y)),!0===Xe.svgFilters&&(M(_e,z),M(ke,q),M(ke,Y)),!0===Xe.mathMl&&(M(_e,P),M(ke,$),M(ke,Y))),n.ADD_TAGS&&(_e===xe&&(_e=I(_e)),M(_e,n.ADD_TAGS,pt)),n.ADD_ATTR&&(ke===Oe&&(ke=I(ke)),M(ke,n.ADD_ATTR,pt)),n.ADD_URI_SAFE_ATTR&&M(tt,n.ADD_URI_SAFE_ATTR,pt),n.FORBID_CONTENTS&&(Je===Ze&&(Je=I(Je)),M(Je,n.FORBID_CONTENTS,pt)),Ke&&(_e["#text"]=!0),ze&&M(_e,["html","head","body"]),_e.table&&(M(_e,["tbody"]),delete Le.tbody),h&&h(n),dt=n)},bt=M({},["mi","mo","mn","ms","mtext"]),vt=M({},["annotation-xml"]),Tt=M({},["title","style","font","a","script"]),Nt=M({},H);M(Nt,z),M(Nt,B);var Et=M({},P);M(Et,j);var At=function e(t){var n=R(t);n&&n.tagName||(n={namespaceURI:it,tagName:"template"});var r=w(t.tagName),o=w(n.tagName);return!!ct[t.namespaceURI]&&(t.namespaceURI===ot?n.namespaceURI===at?"svg"===r:n.namespaceURI===rt?"svg"===r&&("annotation-xml"===o||bt[o]):Boolean(Nt[r]):t.namespaceURI===rt?n.namespaceURI===at?"math"===r:n.namespaceURI===ot?"math"===r&&vt[o]:Boolean(Et[r]):t.namespaceURI===at?!(n.namespaceURI===ot&&!vt[o])&&!(n.namespaceURI===rt&&!bt[o])&&!Et[r]&&(Tt[r]||!Nt[r]):!("application/xhtml+xml"!==ut||!ct[t.namespaceURI]))},wt=function e(t){A(n.removed,{element:t});try{t.parentNode.removeChild(t)}catch(e){try{t.outerHTML=ce}catch(e){t.remove()}}},St=function e(t,r){try{A(n.removed,{attribute:r.getAttributeNode(t),from:r})}catch(e){A(n.removed,{attribute:null,from:r})}if(r.removeAttribute(t),"is"===t&&!ke[t])if(je||Ge)try{wt(r)}catch(e){}else try{r.setAttribute(t,"")}catch(e){}},_t=function e(t){var n,r;if(Pe)t="<remove></remove>"+t;else{var o=_(t,/^[\r\n\t ]+/);r=o&&o[0]}"application/xhtml+xml"===ut&&it===at&&(t='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+t+"</body></html>");var i=ie?ie.createHTML(t):t;if(it===at)try{n=(new d).parseFromString(i,ut)}catch(e){}if(!n||!n.documentElement){n=ue.createDocument(it,"template",null);try{n.documentElement.innerHTML=lt?ce:i}catch(e){}}var l=n.body||n.documentElement;return t&&r&&l.insertBefore(a.createTextNode(r),l.childNodes[0]||null),it===at?pe.call(n,ze?"html":"body")[0]:ze?n.documentElement:l},xt=function e(t){return me.call(t.ownerDocument||t,t,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null,!1)},kt=function e(t){return t instanceof p&&("string"!=typeof t.nodeName||"string"!=typeof t.textContent||"function"!=typeof t.removeChild||!(t.attributes instanceof f)||"function"!=typeof t.removeAttribute||"function"!=typeof t.setAttribute||"string"!=typeof t.namespaceURI||"function"!=typeof t.insertBefore||"function"!=typeof t.hasChildNodes)},Ot=function t(n){return"object"===e(c)?n instanceof c:n&&"object"===e(n)&&"number"==typeof n.nodeType&&"string"==typeof n.nodeName},Ct=function e(t,r,o){ge[t]&&N(ge[t],(function(e){e.call(n,r,o,dt)}))},Lt=function e(t){var r;if(Ct("beforeSanitizeElements",t,null),kt(t))return wt(t),!0;if(C(/[\u0080-\uFFFF]/,t.nodeName))return wt(t),!0;var o=pt(t.nodeName);if(Ct("uponSanitizeElement",t,{tagName:o,allowedTags:_e}),t.hasChildNodes()&&!Ot(t.firstElementChild)&&(!Ot(t.content)||!Ot(t.content.firstElementChild))&&C(/<[/\w]/g,t.innerHTML)&&C(/<[/\w]/g,t.textContent))return wt(t),!0;if("select"===o&&C(/<template/i,t.innerHTML))return wt(t),!0;if(7===t.nodeType)return wt(t),!0;if(He&&8===t.nodeType&&C(/<[/\w]/g,t.data))return wt(t),!0;if(!_e[o]||Le[o]){if(!Le[o]&&Dt(o)){if(Ce.tagNameCheck instanceof RegExp&&C(Ce.tagNameCheck,o))return!1;if(Ce.tagNameCheck instanceof Function&&Ce.tagNameCheck(o))return!1}if(Ke&&!Je[o]){var a=R(t)||t.parentNode,i=T(t)||t.childNodes;if(i&&a)for(var l,c=i.length-1;c>=0;--c){var u=b(i[c],!0);u.__removalCount=(t.__removalCount||0)+1,a.insertBefore(u,v(t))}}return wt(t),!0}return t instanceof s&&!At(t)?(wt(t),!0):"noscript"!==o&&"noembed"!==o&&"noframes"!==o||!C(/<\/no(script|embed|frames)/i,t.innerHTML)?(Ue&&3===t.nodeType&&(r=t.textContent,r=x(r,ye," "),r=x(r,be," "),r=x(r,ve," "),t.textContent!==r&&(A(n.removed,{element:t.cloneNode()}),t.textContent=r)),Ct("afterSanitizeElements",t,null),!1):(wt(t),!0)},Rt=function e(t,n,r){if(qe&&("id"===n||"name"===n)&&(r in a||r in ht))return!1;if(Me&&!Re[n]&&C(Te,n));else if(De&&C(Ne,n));else if(!ke[n]||Re[n]){if(!(Dt(t)&&(Ce.tagNameCheck instanceof RegExp&&C(Ce.tagNameCheck,t)||Ce.tagNameCheck instanceof Function&&Ce.tagNameCheck(t))&&(Ce.attributeNameCheck instanceof RegExp&&C(Ce.attributeNameCheck,n)||Ce.attributeNameCheck instanceof Function&&Ce.attributeNameCheck(n))||"is"===n&&Ce.allowCustomizedBuiltInElements&&(Ce.tagNameCheck instanceof RegExp&&C(Ce.tagNameCheck,r)||Ce.tagNameCheck instanceof Function&&Ce.tagNameCheck(r))))return!1}else if(tt[n]);else if(C(Se,x(r,Ae,"")));else if("src"!==n&&"xlink:href"!==n&&"href"!==n||"script"===t||0!==k(r,"data:")||!Qe[t])if(Ie&&!C(Ee,x(r,Ae,"")));else if(r)return!1;return!0},Dt=function e(t){return"annotation-xml"!==t&&_(t,we)},Mt=function t(r){var o,a,i,l;Ct("beforeSanitizeAttributes",r,null);var c=r.attributes;if(c&&!kt(r)){var s={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:ke};for(l=c.length;l--;){var u=o=c[l],m=u.name,f=u.namespaceURI;if(a="value"===m?o.value:O(o.value),i=pt(m),s.attrName=i,s.attrValue=a,s.keepAttr=!0,s.forceKeepAttr=void 0,Ct("uponSanitizeAttribute",r,s),a=s.attrValue,!s.forceKeepAttr&&(St(m,r),s.keepAttr))if(Fe||!C(/\/>/i,a)){Ue&&(a=x(a,ye," "),a=x(a,be," "),a=x(a,ve," "));var p=pt(r.nodeName);if(Rt(p,i,a))if(!$e||"id"!==i&&"name"!==i||(St(m,r),a=Ye+a),He&&C(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,a))St(m,r);else{if(ie&&"object"===e(g)&&"function"==typeof g.getAttributeType)if(f);else switch(g.getAttributeType(p,i)){case"TrustedHTML":a=ie.createHTML(a);break;case"TrustedScriptURL":a=ie.createScriptURL(a)}try{f?r.setAttributeNS(f,m,a):r.setAttribute(m,a),kt(r)?wt(r):E(n.removed)}catch(e){}}}else St(m,r)}Ct("afterSanitizeAttributes",r,null)}},It=function e(t){var n,r=xt(t);for(Ct("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)Ct("uponSanitizeShadowNode",n,null),Lt(n),Mt(n),n.content instanceof i&&e(n.content);Ct("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(o){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},l,s,u,m,f;if((lt=!o)&&(o="\x3c!--\x3e"),"string"!=typeof o&&!Ot(o)){if("function"!=typeof o.toString)throw L("toString is not a function");if("string"!=typeof(o=o.toString()))throw L("dirty is not a string, aborting")}if(!n.isSupported){if("object"===e(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof o)return t.toStaticHTML(o);if(Ot(o))return t.toStaticHTML(o.outerHTML)}return o}if(Be||yt(a),n.removed=[],"string"==typeof o&&(Ve=!1),Ve){if(o.nodeName){var p=pt(o.nodeName);if(!_e[p]||Le[p])throw L("root node is forbidden and cannot be sanitized in-place")}}else if(o instanceof c)1===(s=(l=_t("\x3c!----\x3e")).ownerDocument.importNode(o,!0)).nodeType&&"BODY"===s.nodeName||"HTML"===s.nodeName?l=s:l.appendChild(s);else{if(!je&&!Ue&&!ze&&-1===o.indexOf("<"))return ie&&We?ie.createHTML(o):o;if(!(l=_t(o)))return je?null:We?ce:""}l&&Pe&&wt(l.firstChild);for(var d=xt(Ve?o:l);u=d.nextNode();)3===u.nodeType&&u===m||(Lt(u),Mt(u),u.content instanceof i&&It(u.content),m=u);if(m=null,Ve)return o;if(je){if(Ge)for(f=fe.call(l.ownerDocument);l.firstChild;)f.appendChild(l.firstChild);else f=l;return(ke.shadowroot||ke.shadowrootmod)&&(f=de.call(r,f,!0)),f}var h=ze?l.outerHTML:l.innerHTML;return ze&&_e["!doctype"]&&l.ownerDocument&&l.ownerDocument.doctype&&l.ownerDocument.doctype.name&&C(ne,l.ownerDocument.doctype.name)&&(h="<!DOCTYPE "+l.ownerDocument.doctype.name+">\n"+h),Ue&&(h=x(h,ye," "),h=x(h,be," "),h=x(h,ve," ")),ie&&We?ie.createHTML(h):h},n.setConfig=function(e){yt(e),Be=!0},n.clearConfig=function(){dt=null,Be=!1},n.isValidAttribute=function(e,t,n){dt||yt({});var r=pt(e),o=pt(t);return Rt(r,o,n)},n.addHook=function(e,t){"function"==typeof t&&(ge[e]=ge[e]||[],A(ge[e],t))},n.removeHook=function(e){if(ge[e])return E(ge[e])},n.removeHooks=function(e){ge[e]&&(ge[e]=[])},n.removeAllHooks=function(){ge={}},n}return le()},e.exports=o()}}]);
|