@pixodesk/svg-animator-web 1.0.44 → 1.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{PxAnimator-yjuSFhQw.d.cts → PxAnimator-BS-SZULN.d.cts} +10 -0
- package/dist/{PxAnimator-yjuSFhQw.d.ts → PxAnimator-BS-SZULN.d.ts} +10 -0
- package/dist/chunk-2AFALI5O.min.js +1 -0
- package/dist/{chunk-ZEMEZT7X.js → chunk-ZBGGXE5W.js} +347 -223
- package/dist/chunk-ZBGGXE5W.js.map +1 -0
- package/dist/index.cjs +405 -278
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +65 -62
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.prerendered-waapi.umd.js +139 -102
- package/dist/index.prerendered-waapi.umd.js.map +1 -1
- package/dist/index.prerendered-waapi.umd.min.js +1 -1
- package/dist/index.prerendered.umd.js +145 -109
- package/dist/index.prerendered.umd.js.map +1 -1
- package/dist/index.prerendered.umd.min.js +1 -1
- package/dist/internal.cjs +104 -69
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.js +1 -1
- package/dist/internal.min.cjs +1 -1
- package/dist/internal.min.js +1 -1
- package/dist/pixodesk-svg-animator.umd.js +313 -168
- package/dist/pixodesk-svg-animator.umd.js.map +1 -1
- package/dist/pixodesk-svg-animator.umd.min.js +1 -1
- package/mangle-reserved.json +8 -0
- package/package.json +2 -2
- package/dist/chunk-AROHP6GD.min.js +0 -1
- package/dist/chunk-ZEMEZT7X.js.map +0 -1
|
@@ -38,6 +38,16 @@ interface PxAnimatorOptions extends PxPlaybackOverride, PxAnimatorCallbacks {
|
|
|
38
38
|
interface PxInternalAnimatorOptions extends PxAnimatorOptions {
|
|
39
39
|
/** A custom render target for the frame-loop engine (`PxPlatformAdapter`). */
|
|
40
40
|
adapter?: PxPlatformAdapter;
|
|
41
|
+
/**
|
|
42
|
+
* The root `<svg>` the CALLER rendered, when it renders the document itself (the React and
|
|
43
|
+
* Vue components). Triggers attach to it — pointer listeners, the visibility gate — and
|
|
44
|
+
* without one they are not wired at all, so even a `load` trigger never fires.
|
|
45
|
+
*
|
|
46
|
+
* Otherwise the engines look the root up as `#` + the document's root id, which finds
|
|
47
|
+
* nothing for the common document whose root `<svg>` has no id. The component already holds
|
|
48
|
+
* the element, so it hands it over rather than have it guessed.
|
|
49
|
+
*/
|
|
50
|
+
rootElement?: Element;
|
|
41
51
|
}
|
|
42
52
|
/**
|
|
43
53
|
* Creates an animator instance to control SVG animations.
|
|
@@ -38,6 +38,16 @@ interface PxAnimatorOptions extends PxPlaybackOverride, PxAnimatorCallbacks {
|
|
|
38
38
|
interface PxInternalAnimatorOptions extends PxAnimatorOptions {
|
|
39
39
|
/** A custom render target for the frame-loop engine (`PxPlatformAdapter`). */
|
|
40
40
|
adapter?: PxPlatformAdapter;
|
|
41
|
+
/**
|
|
42
|
+
* The root `<svg>` the CALLER rendered, when it renders the document itself (the React and
|
|
43
|
+
* Vue components). Triggers attach to it — pointer listeners, the visibility gate — and
|
|
44
|
+
* without one they are not wired at all, so even a `load` trigger never fires.
|
|
45
|
+
*
|
|
46
|
+
* Otherwise the engines look the root up as `#` + the document's root id, which finds
|
|
47
|
+
* nothing for the common document whose root `<svg>` has no id. The component already holds
|
|
48
|
+
* the element, so it hands it over rather than have it guessed.
|
|
49
|
+
*/
|
|
50
|
+
rootElement?: Element;
|
|
41
51
|
}
|
|
42
52
|
/**
|
|
43
53
|
* Creates an animator instance to control SVG animations.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var t=Object.defineProperty,e=Object.defineProperties,n=Object.getOwnPropertyDescriptors,r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable,s=(e,n,r)=>n in e?t(e,n,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[n]=r,a=(t,e)=>{for(var n in e||(e={}))o.call(e,n)&&s(t,n,e[n]);if(r)for(var n of r(e))i.call(e,n)&&s(t,n,e[n]);return t},l=(t,r)=>e(t,n(r)),u=Object.defineProperty,c=Object.defineProperties,f=Object.getOwnPropertyDescriptors,d=Object.getOwnPropertySymbols,h=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable,m=Math.pow,g=(t,e,n)=>e in t?u(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,v=(t,e)=>{for(var n in e||(e={}))h.call(e,n)&&g(t,n,e[n]);if(d)for(var n of d(e))p.call(e,n)&&g(t,n,e[n]);return t},y=(t,e)=>c(t,f(e)),b=(t,e)=>{var n={};for(var r in t)h.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&d)for(var r of d(t))e.indexOf(r)<0&&p.call(t,r)&&(n[r]=t[r]);return n};function k(t){if(!t.length)return".";let e="";for(const n of t)n.startsWith("[")?e+=n:e+=(e?".":"")+n;return e}var A=class{constructor(t){this._statesDefault=t}_canSanitize(t){return this.isValid(t)}absentDefault(){return this._default}optional(){return new w(this)}},w=class extends A{constructor(t){super(t._statesDefault),this.inner=t,this._default=void 0}absentDefault(){return this.inner._statesDefault?this.inner._default:void 0}sanitize(t){if(null!=t)return this.inner._canSanitize(t)?this.inner.sanitize(t):void 0}isValid(t,e,n){return null==t||this.inner.isValid(t,e,n)}_canSanitize(t){return null==t||this.inner._canSanitize(t)}},j=class extends A{constructor(t,e){super(e),this._default=t}sanitize(t){return"string"==typeof t?t:this._default}isValid(t,e,n){return"string"==typeof t||(null==e||e.errors.push(k(null!=n?n:[])+": expected string, got "+typeof t),!1)}},O=class extends A{constructor(t,e){super(e),this._default=t}sanitize(t){return"number"==typeof t&&isFinite(t)?t:this._default}isValid(t,e,n){return!("number"!=typeof t||!isFinite(t))||(null==e||e.errors.push(k(null!=n?n:[])+": expected finite number, got "+JSON.stringify(t)),!1)}},x=class extends A{constructor(t,e){super(e),this._default=t}sanitize(t){return"boolean"==typeof t?t:this._default}isValid(t,e,n){return"boolean"==typeof t||(null==e||e.errors.push(k(null!=n?n:[])+": expected boolean, got "+typeof t),!1)}},M=class extends A{constructor(t){super(!0),this.value=t,this._default=t}sanitize(t){return t===this.value?this.value:this._default}isValid(t,e,n){return t===this.value||(null==e||e.errors.push(k(null!=n?n:[])+": expected "+JSON.stringify(this.value)+", got "+JSON.stringify(t)),!1)}},S=class extends A{constructor(t,e,n){super(n),this.values=t,this._default=null!=e?e:t[0]}sanitize(t){return this.values.includes(t)?t:this._default}isValid(t,e,n){return!!this.values.includes(t)||(null==e||e.errors.push(k(null!=n?n:[])+": expected one of "+this.values.map(t=>JSON.stringify(t)).join(" | ")+", got "+JSON.stringify(t)),!1)}},P=class extends A{constructor(t,e,n){super(n),this.schemas=t,this._kind="union",this._default=null!=e?e:t[0]._default}sanitize(t){for(const e of this.schemas)if(e.isValid(t))return e.sanitize(t);return this._default}isValid(t,e,n){var r;const o=e&&{errors:[],warnings:[],strict:e.strict};if(this.schemas.some(e=>e.isValid(t,o,n?[...n]:void 0)))return!0;if(!e)return!1;const i=k(null!=n?n:[]);let s;e.errors.push(i+": no union member matched for value "+(null!=(r=JSON.stringify(t))?r:"").slice(0,240));let a=-1;const l=[];for(const r of this.schemas){const o={errors:[],warnings:[],strict:e.strict};if(r.isValid(t,o,n?[...n]:void 0),!o.errors.length)continue;const u=Math.max(...o.errors.map(t=>t.slice(0,t.indexOf(":")).length));if((u>a||u===a&&s&&o.errors.length<s.length)&&(a=u,s=o.errors),u<=i.length)for(const t of o.errors){const e=/: expected (.+?), got /.exec(t);e&&!l.includes(e[1])&&l.push(e[1])}}if(s&&a>i.length)for(const t of s.slice(0,4))e.errors.includes(t)||e.errors.push(t);else l.length&&e.errors.push(i+": expected "+l.join(" | "));return!1}_canSanitize(t){return this.schemas.some(e=>e._canSanitize(t))}},_=class extends A{constructor(t,e,n){var r;super(!1),this._key=t,this._schemas=e,this._kind="discriminatedUnion",this._default=null!=n?n:e[0]._default,this._map=new Map;for(const n of e){const e=n._shape[t];if(!e)continue;const o=null!=(r=e.inner)?r:e;this._map.set(o._default,n),e.inner&&(this._absentMember=n)}}_findSchema(t){if(null===t||"object"!=typeof t||Array.isArray(t))return;const e=t[this._key];return null==e?this._absentMember:this._map.get(e)}sanitize(t){var e;return(null!=(e=this._findSchema(t))?e:this._schemas[0]).sanitize(t)}isValid(t,e,n){const r=this._findSchema(t);if(!r){const r=null===t||"object"!=typeof t||Array.isArray(t)?void 0:t[this._key];return null==e||e.errors.push(k(null!=n?n:[])+": no discriminated union member matched "+this._key+"="+JSON.stringify(r)),!1}return r.isValid(t,e,n)}_canSanitize(t){if(null===t||"object"!=typeof t||Array.isArray(t))return!1;const e=this._findSchema(t);return e?e._canSanitize(t):this._schemas[0]._canSanitize(t)}};function N(t){const e={};for(const n of Object.keys(t))t[n]._statesDefault&&(e[n]=t[n].absentDefault());return Object.freeze(e)}var z=class extends A{constructor(t){super(!1),this._shape=t;const e={};for(const n of Object.keys(t))e[n]=t[n]._default;this._default=e,this.defaults=N(t)}sanitize(t){const e=t&&"object"==typeof t&&!Array.isArray(t)?t:{},n={};for(const t of Object.keys(this._shape)){const r=this._shape[t].sanitize(e[t]);void 0!==r&&(n[t]=r)}return n}isValid(t,e,n){if(!t||"object"!=typeof t||Array.isArray(t))return null==e||e.errors.push(k(null!=n?n:[])+": expected object, got "+(Array.isArray(t)?"array":typeof t)),!1;const r=t,o=null!=n?n:[];let i=!0;for(const t of Object.keys(this._shape))o.push(t),this._shape[t].isValid(r[t],e,o)||(i=!1),o.pop();if(null==e?void 0:e.strict)for(const t of Object.keys(r))t in this._shape||void 0!==r[t]&&(o.push(t),e.errors.push(k(o)+": unexpected extra key"),o.pop(),i=!1);return i}_canSanitize(t){return!!t&&"object"==typeof t&&!Array.isArray(t)}},D=class extends A{constructor(t,e){super(!1),this._shape=t,this._openSchema=e;const n={};for(const e of Object.keys(t))n[e]=t[e]._default;this._default=n,this.defaults=N(t)}sanitize(t){const e=t&&"object"==typeof t&&!Array.isArray(t)?t:{},n=v({},e);for(const t of Object.keys(this._shape)){const r=this._shape[t].sanitize(e[t]);void 0!==r&&(n[t]=r)}if(this._openSchema)for(const t of Object.keys(e))t in this._shape||(n[t]=this._openSchema.sanitize(e[t]));return n}isValid(t,e,n){if(!t||"object"!=typeof t||Array.isArray(t))return null==e||e.errors.push(k(null!=n?n:[])+": expected object, got "+(Array.isArray(t)?"array":typeof t)),!1;const r=t,o=null!=n?n:[];let i=!0;for(const t of Object.keys(this._shape))o.push(t),this._shape[t].isValid(r[t],e,o)||(i=!1),o.pop();if(this._openSchema)for(const t of Object.keys(r))t in this._shape||(o.push(t),this._openSchema.isValid(r[t],e,o)||(i=!1),o.pop());return i}_canSanitize(t){return!!t&&"object"==typeof t&&!Array.isArray(t)}},F=class extends A{constructor(t){super(!1),this.item=t,this._default=[]}sanitize(t){if(!Array.isArray(t))return[];const e=[];for(const n of t)this.item._canSanitize(n)&&e.push(this.item.sanitize(n));return e}isValid(t,e,n){if(!Array.isArray(t))return null==e||e.errors.push(k(null!=n?n:[])+": expected array, got "+typeof t),!1;const r=null!=n?n:[];let o=!0;for(let n=0;n<t.length;n++)r.push("["+n+"]"),this.item.isValid(t[n],e,r)||(o=!1),r.pop();return o}_canSanitize(t){return Array.isArray(t)}},I=class extends A{constructor(t){super(!1),this.value=t,this._kind="record",this._default={}}sanitize(t){if(!t||"object"!=typeof t||Array.isArray(t))return{};const e={};for(const[n,r]of Object.entries(t))this.value._canSanitize(r)&&(e[n]=this.value.sanitize(r));return e}isValid(t,e,n){if(!t||"object"!=typeof t||Array.isArray(t))return null==e||e.errors.push(k(null!=n?n:[])+": expected object/record, got "+(Array.isArray(t)?"array":typeof t)),!1;const r=null!=n?n:[];let o=!0;for(const[n,i]of Object.entries(t))r.push(n),this.value.isValid(i,e,r)||(o=!1),r.pop();return o}_canSanitize(t){return!!t&&"object"==typeof t&&!Array.isArray(t)}},C=class extends A{constructor(){super(!1),this._default=void 0}sanitize(t){return t}isValid(t,e,n){return!0}_canSanitize(t){return!0}},T=class extends A{constructor(){super(!1),this._default=void 0}sanitize(t){return t}isValid(t,e,n){return void 0!==t||(null==e||e.errors.push(k(null!=n?n:[])+": required value is missing"),!1)}_canSanitize(t){return void 0!==t}},R=class extends A{constructor(t,e){super(!1),this.fn=t,this._default=e,this.resolved=null}get schema(){var t;return null!=(t=this.resolved)?t:this.resolved=this.fn()}sanitize(t){return this.schema.sanitize(t)}isValid(t,e,n){return this.schema.isValid(t,e,n)}_canSanitize(t){return this.schema._canSanitize(t)}},E=class extends A{constructor(t){super(!1),this.schemas=t,this._kind="tuple",this._default=t.map(t=>t._default)}sanitize(t){return Array.isArray(t)&&t.length===this.schemas.length?this.schemas.map((e,n)=>e.sanitize(t[n])):this._default}isValid(t,e,n){if(!Array.isArray(t)||t.length!==this.schemas.length)return null==e||e.errors.push(k(null!=n?n:[])+": expected tuple of length "+this.schemas.length+", got "+(Array.isArray(t)?"array["+t.length+"]":typeof t)),!1;const r=null!=n?n:[];let o=!0;for(let n=0;n<this.schemas.length;n++)r.push("["+n+"]"),this.schemas[n].isValid(t[n],e,r)||(o=!1),r.pop();return o}_canSanitize(t){return Array.isArray(t)&&t.length===this.schemas.length}},L={string:function(t){return void 0===t?new j("",!1):new j(t,!0)},number:function(t){return void 0===t?new O(0,!1):new O(t,!0)},boolean:function(t){return void 0===t?new x(!1,!1):new x(t,!0)},literal:t=>new M(t),enum:function(t,e){return void 0===e?new S(t,void 0,!1):new S(t,e,!0)},union:function(t,e){return void 0===e?new P(t,void 0,!1):new P(t,e,!0)},discriminatedUnion:(t,e)=>new _(t,e),object:t=>new z(t),openObject:(t,e)=>new D(t,e),extendedObject:(t,e)=>new z(v(v({},t._shape),e)),array:t=>new F(t),record:t=>new I(t),any:()=>new C,defined:()=>new T,tuple:t=>new E(t),lazy:(t,e)=>new R(t,e)},U=/^(\d+)\.(\d+)(?:\.(\d+))?$/;function W(t){if("string"!=typeof t)return;const e=U.exec(t.trim());return e?{a:Number(e[1]),b:Number(e[2]),c:void 0===e[3]?0:Number(e[3])}:void 0}W("1.2");var B="forwards",V="normal",G="data-px-animation-src",Z="_px_animator",K={load:"load",mouseOver:"mouseOver",click:"click",none:"none"},q="continue",J="reset",Q={continue:"continue",pause:"pause",reset:"reset",reverse:"reverse"},X="view",H="block",Y="inline",$="nearest",tt="root",et="top",nt="center",rt="bottom",ot="cover",it="sampled",st=["duration","iterations","engine","frameRate"],at=["trigger","delay","fillMode","direction"],lt=[...st,...at,"fill","resetOnFinish","timelineSource","scroll"],ut={native:"native",js:"js"},ct=y(v({},ut),{auto:"auto"});function ft(t){return t===ct.js?ut.js:ut.native}function dt(t){return t===ct.native}function ht(t){return t!==ct.js}var pt="load",mt="pause",gt="continue",vt=1e3,yt=1;function bt(t){var e,n,r,o,i;return{start:null!=(e=null==t?void 0:t.start)?e:pt,offScreen:null!=(n=null==t?void 0:t.offScreen)?n:mt,mouseOut:null!=(r=null==t?void 0:t.mouseOut)?r:gt,visibilityThreshold:null!=(o=null==t?void 0:t.visibilityThreshold)?o:.5,visibilityDebounce:null!=(i=null==t?void 0:t.visibilityDebounce)?i:150}}var kt="start",At="normal",wt="alternate",jt="luminance",Ot="userSpaceOnUse",xt="objectBoundingBox",Mt="translate",St="extend",Pt="spacing",_t="align",Nt="exact",zt="separate",Dt="combined",Ft="textContent",It="class",Ct="transform",Tt=new Set(["type","children","animator","meta","animate","effects",Ft]),Rt="translate",Et="rotate",Lt="origin",Ut="linear",Wt="radial";function Bt(t){return!(!t||"object"!=typeof t||Array.isArray(t))&&"svg"===t.type}function Vt(t){var e;const n=(null==t?void 0:t.animator)||(null==(e=null==t?void 0:t.meta)?void 0:e.animator);if(!n)return;const r=Gt.get(n);if(r)return r;const o=n,i=lt.filter(t=>void 0!==o[t]),s=i.length?v({},o):n;for(const t of i)delete s[t];const a=function(t){const e=t.timeline;if(null==e||"object"!=typeof e)return t;const n=Zt.get(t);if(n)return n;const r=t,{timeline:o}=r,i=b(r,["timeline"]);if(void 0!==e.engine&&(i.engine=e.engine),void 0!==e.frameRate&&(i.frameRate=e.frameRate),"scroll"===e.type||"view"===e.type){i.timelineSource="scroll",void 0!==e.duration&&(i.duration=e.duration),void 0!==e.iterations&&(i.iterations=e.iterations);const t=v({},i.scroll||{});t.kind=e.type,void 0!==e.axis&&(t.axis=e.axis),void 0!==e.source&&(t.source=e.source),void 0!==e.subject&&(t.subject=e.subject),void 0!==e.smoothing&&(t.smoothing=e.smoothing),void 0!==e.range&&(t.range=e.range);const n=e.pin;"boolean"==typeof n?t.pin=n:n&&"object"==typeof n&&(t.pin=!0,void 0!==n.align&&(t.pinAlign=n.align),void 0!==n.offset&&(t.pinOffset=n.offset),void 0!==n.distance&&(t.pinDistance=n.distance)),i.scroll=t}else{if(void 0!==e.duration&&(i.duration=e.duration),void 0!==e.trigger){const t=e.trigger,{finish:n}=t,r=b(t,["finish"]);Object.keys(r).length&&(i.trigger=r),void 0!==n&&(i.resetOnFinish="reset"===n)}void 0!==e.delay&&(i.delay=e.delay),void 0!==e.iterations&&(i.iterations=e.iterations),void 0!==e.direction&&(i.direction=e.direction),void 0!==e.fillMode&&(i.fill=e.fillMode)}return Zt.set(t,i),i}(s);return Gt.set(n,a),a}var Gt=new WeakMap,Zt=new WeakMap;function Kt(t){var e;if(t)return null==(e=Vt(t))?void 0:e.definitions}var qt=L.union([L.string(),L.tuple([L.number(),L.number(),L.number(),L.number()])]),Jt=L.union([L.string(),L.number(),L.array(L.number()),L.object({pathData:L.string()}),L.lazy(()=>L.array(Fe),[]),L.lazy(()=>re,{})]),Qt=L.object({time:L.number().optional(),value:Jt.optional(),easing:qt.optional(),tangentOut:L.tuple([L.number(),L.number()]).optional(),tangentIn:L.tuple([L.number(),L.number()]).optional()}),Xt=t=>{var e,n;return null!=(n=null!=(e=t.time)?e:t.t)?n:0},Ht=t=>{var e;return null!=(e=t.value)?e:t.v},Yt=t=>{var e;return null!=(e=t.easing)?e:t.e},$t=t=>t.tangentIn,te=t=>t.tangentOut,ee=L.object({segmentCount:L.number().optional(),repeatAt:L.enum([kt,"end"],"end").optional(),direction:L.enum([At,wt],At).optional()}),ne=L.object({value:Jt.optional(),keyframes:L.array(Qt).optional(),loop:L.union([ee,L.boolean()]).optional(),autoOrient:L.boolean().optional(),alongPathMode:L.enum([it,"offsetPath"],it).optional()}),re=L.object({translate:L.tuple([L.number(),L.number()]).optional(),rotate:L.number().optional(),skew:L.number().optional(),scale:L.tuple([L.number(),L.number()]).optional(),origin:L.tuple([L.number(),L.number()]).optional()}),oe=(L.union([L.string(),re,L.object({value:re}),ne]),L.record(ne)),ie=L.union([L.string(),L.array(L.union([L.string(),oe])),oe]),se=L.object({start:L.enum([K.load,K.mouseOver,K.click,K.none],pt).optional(),offScreen:L.enum(["pause",q,J],mt).optional(),mouseOut:L.enum([Q.continue,Q.pause,Q.reset,Q.reverse],gt).optional(),finish:L.enum(["hold","reset"],"hold").optional(),visibilityThreshold:L.number(.5).optional(),visibilityDebounce:L.number(150).optional()}),ae=L.object({width:L.number(),pathData:L.string()}),le=L.object({fontFamily:L.string(),fontStyle:L.string(),ascent:L.number(),unitsPerEm:L.number(),glyphs:L.record(ae)}),ue=L.object({easings:L.record(L.tuple([L.number(),L.number(),L.number(),L.number()])).optional(),animations:L.record(oe).optional(),fonts:L.record(le).optional()}),ce=L.object({phase:L.enum([ot,"contain","entry","exit","entry-crossing","exit-crossing"],ot).optional(),fraction:L.number().optional()}),fe=L.object({start:ce.optional(),end:ce.optional()}),de=L.object({kind:L.enum([X,"scroll"],X).optional(),axis:L.enum([H,Y,"x","y"],H).optional(),source:L.enum([$,tt],$).optional(),subject:L.string().optional(),smoothing:L.number().optional(),pin:L.boolean(!1).optional(),pinAlign:L.enum([et,nt,rt],et).optional(),pinOffset:L.number().optional(),pinDistance:L.number().optional(),range:fe.optional()}),he=L.object({align:L.enum([et,nt,rt],et).optional(),offset:L.number().optional(),distance:L.number().optional()}),pe=L.enum([ct.auto,ct.native,ct.js],ct.auto).optional(),me=L.object({type:L.literal("time").optional(),engine:pe,frameRate:L.number().optional(),duration:L.number(vt).optional(),trigger:se.optional(),delay:L.number(0).optional(),iterations:L.union([L.number(1),L.literal("infinite")],1).optional(),fillMode:L.enum([B,"backwards","both","none"],B).optional(),direction:L.enum([V,"reverse","alternate","alternate-reverse"],V).optional()}),ge={duration:L.number().optional(),iterations:L.number().optional(),engine:pe,frameRate:L.number().optional(),axis:L.enum([H,Y,"x","y"],H).optional(),source:L.enum([$,tt],$).optional(),subject:L.string().optional(),smoothing:L.number().optional(),pin:L.union([L.boolean(),he]).optional(),range:fe.optional()},ve=L.object(v({type:L.literal("scroll")},ge)),ye=L.object(v({type:L.literal("view")},ge)),be=L.discriminatedUnion("type",[me,ve,ye]),ke=L.object({target:L.string(),animateWith:L.array(L.string())}),Ae=L.object({timeline:be.optional(),definitions:ue.optional(),bindings:L.array(ke).optional(),debugGlobalName:L.string().optional(),version:L.string().optional()}),we=L.union([L.string(),L.number(),L.array(L.number()),L.object({value:L.defined()}),re]),je=L.union([L.number(),ne,L.object({value:L.number()})]),Oe=L.union([L.tuple([L.number(),L.number()]),ne,L.object({value:L.tuple([L.number(),L.number()])})]),xe=L.union([L.string(),ne,L.object({value:L.string()})]),Me=L.object({translate:Oe.optional(),rotate:je.optional(),scale:Oe.optional(),skew:je.optional(),origin:Oe.optional()}),Se=L.object({copies:L.number().optional(),translate:Oe.optional(),rotate:je.optional(),skew:je.optional(),scale:Oe.optional(),origin:Oe.optional()}),Pe=L.object({source:L.string().optional(),maskType:L.enum([jt,"alpha"],jt).optional(),maskUnits:L.enum([Ot,xt],xt).optional(),maskContentUnits:L.enum([Ot,xt],Ot).optional(),x:L.number().optional(),y:L.number().optional(),width:L.number().optional(),height:L.number().optional()}),_e=L.object({pathData:xe.optional()}),Ne=L.object({offset:je.optional(),range:Oe.optional(),subPaths:L.enum([zt,Dt],zt).optional()}),ze=L.object({start:L.number().optional(),stretch:L.number().optional(),timeCrop:L.tuple([L.number(),L.number()]).optional()}),De=L.object({without:L.enum([Mt]).optional(),source:L.string().optional(),retime:ze.optional()}),Fe=L.object({offset:L.number(),color:L.string()}),Ie=L.union([L.array(Fe),L.object({value:L.array(Fe)}),ne]),Ce=L.object({type:L.enum([Ut,Wt]),start:Oe.optional(),end:Oe.optional(),center:Oe.optional(),radius:je.optional(),focal:Oe.optional(),stops:Ie.optional(),gradientUnits:L.enum([Ot,xt],xt).optional(),spreadMethod:L.enum(["pad","reflect","repeat"],"pad").optional(),gradientTransform:L.string().optional()}),Te=Ce,Re=L.object({pathData:L.string(),pathOverflow:L.enum(["clip",St],St).optional(),lengthAdjust:L.enum([Pt,"spacingAndGlyphs"],Pt).optional(),method:L.enum([_t,"stretch"],_t).optional(),spacing:L.enum(["auto",Nt],Nt).optional(),startOffset:je.optional(),textLength:je.optional()}),Ee=L.object({useGlyphs:L.boolean().optional()}),Le=L.object({transformBy:Me.optional(),repeater:Se.optional(),maskedBy:Pe.optional(),clipPath:_e.optional(),strokeTrim:Ne.optional(),clone:De.optional(),fillGradient:Ce.optional(),strokeGradient:Te.optional(),textPath:Re.optional(),text:Ee.optional()});function Ue(t,e){const n=[],r=(t,o)=>{if(t&&t.effects){const r={errors:[],warnings:[],strict:!!(null==e?void 0:e.strict)};if(!Le.isValid(t.effects,r,[o+".effects"]))for(const t of r.errors)n.push(t)}t&&Array.isArray(t.children)&&t.children.forEach((t,e)=>r(t,o+".children["+e+"]"))};return r(t,"root"),n}function We(t,e){var n;const r=!1!==(null==e?void 0:e.strict),o={errors:[],warnings:[],strict:r},i=Ze.isValid(t,o,["root"])?[]:[...o.errors];if(t&&"object"==typeof t){for(const e of Ue(t,{strict:r}))i.includes(e)||i.push(e);const e=null==(n=Vt(t))?void 0:n.definitions;for(const n of function(t,e){if(!e||!Object.keys(e).length)return[];const n=[],r=(t,o,i,s)=>{var a,l;if(!t)return;const u="string"==typeof t.fontFamily?t.fontFamily:void 0,c=null!=u?u:i,f=s||"text"===t.type&&!!(null==(l=null==(a=t.effects)?void 0:a.text)?void 0:l.useGlyphs);if(f&&u&&!Object.prototype.hasOwnProperty.call(e,u)){const t=o+': glyph-mode text uses font-family "'+u+'", which has no entry in animator.definitions.fonts';n.includes(t)||n.push(t)}Array.isArray(t.children)&&t.children.forEach((t,e)=>r(t,o+".children["+e+"]",c,f))};return r(t,"root",void 0,!1),n}(t,null==e?void 0:e.fonts))i.includes(n)||i.push(n);for(const n of function(t,e){const n=[],r=(t,o)=>{if(Array.isArray(t))return void t.forEach((t,e)=>r(t,o+"["+e+"]"));if(!t||"object"!=typeof t)return;const i=t.easing;if(!("string"!=typeof i||e&&Object.prototype.hasOwnProperty.call(e,i))){const t=o+'.easing: "'+i+'" names no entry in animator.definitions.easings — it will play linear';n.includes(t)||n.push(t)}for(const[e,n]of Object.entries(t))"easing"!==e&&n&&"object"==typeof n&&r(n,o+"."+e)};return r(t,"root"),n}(t,null==e?void 0:e.easings))i.includes(n)||i.push(n);for(const e of function(t){var e;const n=null==(e=Vt(t))?void 0:e.version;return void 0===n||void 0!==W(n)?[]:["root.animator.version: "+JSON.stringify(n)+' is not a version stamp ("a.b" or "a.b.c") — it reads as unstamped']}(t))i.includes(e)||i.push(e)}return i}var Be=L.openObject({type:L.string(),domType:L.string().optional(),textContent:L.string().optional(),id:L.string().optional(),meta:L.any().optional(),effects:Le.optional(),animate:ie.optional(),style:L.record(L.union([L.string(),L.number()])).optional()},we),Ve=L.openObject(y(v({},Be._shape),{children:L.lazy(()=>L.array(Ve),[]).optional()}),we),Ge=L.object({width:L.union([L.number(),L.string()]).optional(),height:L.union([L.number(),L.string()]).optional(),viewBox:L.string().optional(),animator:Ae.optional()}),Ze=L.openObject(y(v(v({},Be._shape),Ge._shape),{type:L.literal("svg"),children:L.array(Ve).optional()}),we),Ke=(L.object({v:L.array(L.array(L.number())),i:L.array(L.array(L.number())).optional(),o:L.array(L.array(L.number())).optional(),c:L.boolean().optional()}),0);function qe(){return"_px_"+Date.now().toString(36)+(++Ke).toString(36)+Math.random().toString(36).substring(2,6)}function Je(t){if(null===t||"object"!=typeof t)return t;if(Array.isArray(t))return t.map(t=>Je(t));const e=t,n={};for(const t of Object.keys(e))n[t]=Je(e[t]);return n}function Qe(t){var e;const n=Je(t),r=new Map,o=new Set(["href","xlink:href"]),i=new Set(["fill","stroke","clip-path","clipPath","mask","marker","marker-start","marker-mid","marker-end","filter","flood-color","lighting-color"]),s=new Set(["targetId","boundElementId"]),a=(t,e)=>"source"===t&&("maskedBy"===e||"clone"===e);!function t(e){if(e&&"object"==typeof e){if(e.id&&"string"==typeof e.id){const t=e.id,n=qe();r.set(t,n),e.id=n}else e.animate&&(e.id=qe());if(Array.isArray(e.children))for(const n of e.children)t(n)}}(n),function t(e,n){if(e&&"object"==typeof e)for(const[l,u]of Object.entries(e))if("children"!==l)if("string"==typeof u)if(o.has(l)&&u.startsWith("#")){const t=u.slice(1),n=r.get(t);n&&(e[l]="#"+n)}else if(i.has(l))e[l]=Xe(u,r);else if(s.has(l)||a(l,n)){const t=u.startsWith("#"),n=r.get(t?u.slice(1):u);n&&(e[l]=t?"#"+n:n)}else u.includes("url(#")&&(e[l]=Xe(u,r));else if("style"===l&&"object"==typeof u&&null!==u)for(const[t,e]of Object.entries(u))"string"==typeof e&&(u[t]=Xe(e,r));else"object"==typeof u&&null!==u&&t(u,l);else if(Array.isArray(u))for(const e of u)t(e)}(n);const l=null==(e=n.animator)?void 0:e.bindings;if(Array.isArray(l)){const t=l.map(t=>{var e;const n=t.target.startsWith("#"),o=n?t.target.slice(1):t.target,i=null!=(e=r.get(o))?e:o;return y(v({},t),{target:n?"#"+i:i})});n.animator=y(v({},n.animator),{bindings:t})}return n}function Xe(t,e){return t.replace(/url\(#([^)]+)\)/g,(t,n)=>{const r=e.get(n);return r?"url(#"+r+")":t})}function He(t,e=!1){var n,r,o,i;const s=t.v,a=t.i,l=t.o,u=t.c;if(!s.length)return"";const c=[],f=s.length;c.push("M"+s[0][0]+","+s[0][1]);for(let t=1;t<f;t++){const o=s[t-1],i=null!=(n=null==l?void 0:l[t-1])?n:o,u=null!=(r=null==a?void 0:a[t])?r:s[t],f=s[t];e||i[0]!==o[0]||i[1]!==o[1]||u[0]!==f[0]||u[1]!==f[1]?c.push("C"+i[0]+","+i[1]+","+u[0]+","+u[1]+","+f[0]+","+f[1]):c.push("L"+f[0]+","+f[1])}if(u&&f>0){const t=s[f-1],n=null!=(o=null==l?void 0:l[f-1])?o:t,r=null!=(i=null==a?void 0:a[0])?i:s[0],u=s[0];!e&&n[0]===t[0]&&n[1]===t[1]&&r[0]===u[0]&&r[1]===u[1]||c.push("C"+n[0]+","+n[1]+","+r[0]+","+r[1]+","+u[0]+","+u[1]),c.push("z")}return c.join("")}function Ye(t,e,n){return t+(e-t)*n}function $e(t,e,n){const r=[],o=Math.max(t.length,e.length);for(let i=0;i<o;i++)r[i]=Ye(t[i]||0,e[i]||0,n);return r}function tn(t,e,n){return[Ye(t[0]||0,e[0]||0,n),Ye(t[1]||0,e[1]||0,n),Ye(t[2]||0,e[2]||0,n),Ye(void 0===t[3]?1:t[3],void 0===e[3]?1:e[3],n)]}function en(t,e,n){const r=Math.max(t.length,e.length),o=[];for(let i=0;i<r;i++)o.push(nn(t[i],e[i],n));return o}function nn(t,e,n){var r,o,i,s,a,l,u,c,f;if(!t||!e)return t||e||{v:[]};const d=Math.min(Math.max(n,0),1),h=Math.min(t.v.length,e.v.length),p=[],m=[],g=[];for(let n=0;n<h;n++){const f=t.v[n],h=e.v[n];p.push($e(f,h,d));const v=null!=(o=null==(r=t.i)?void 0:r[n])?o:f,y=null!=(s=null==(i=e.i)?void 0:i[n])?s:h;m.push($e(v,y,d));const b=null!=(l=null==(a=t.o)?void 0:a[n])?l:f,k=null!=(c=null==(u=e.o)?void 0:u[n])?c:h;g.push($e(b,k,d))}return{v:p,i:m.length?m:void 0,o:g.length?g:void 0,c:null!=(f=t.c)?f:e.c}}function rn(t,e,n){if(n<=0)return 0;if(n>=1)return 1;const r=3*t,o=3*(e-t)-r,i=1-r-o;function s(t){return((i*t+o)*t+r)*t}function a(t){return(3*i*t+2*o)*t+r}let l=n,u=0,c=1;for(let t=0;t<8;t++){const t=s(l)-n;if(Math.abs(t)<1e-6)return l;const e=a(l);if(Math.abs(e)<1e-6)break;l-=t/e}for(l=n;u<c;){const t=s(l);if(Math.abs(t-n)<1e-6)return l;n>t?u=l:c=l,l=(c+u)/2}return l}function on(t){const[e,n,r,o]=t,i=3*n,s=3*(o-n)-i,a=1-i-s;return function(t){return n=rn(e,r,t),((a*n+s)*n+i)*n;var n}}function sn(t,e,n){return[t[0]+(e[0]-t[0])*n,t[1]+(e[1]-t[1])*n]}function an(t,e){if(!t)return{left:void 0,right:void 0};if(e<=0)return{left:void 0,right:t};if(e>=1)return{left:t,right:void 0};const[n,r,o,i]=t,s=rn(n,o,e),a=[n,r],l=[o,i],{left:u,right:c}=function(t,e,n,r,o){const i=sn(t,e,o),s=sn(e,n,o),a=sn(n,r,o),l=sn(i,s,o),u=sn(s,a,o),c=sn(l,u,o);return{left:[t,i,l,c],right:[c,u,a,r]}}([0,0],a,l,[1,1],s),f=u[3][0],d=u[3][1];let h,p;f>1e-9&&Math.abs(d)>1e-9&&(h=[u[1][0]/f,u[1][1]/d,u[2][0]/f,u[2][1]/d]);const m=1-f,g=1-d;return m>1e-9&&Math.abs(g)>1e-9&&(p=[(c[1][0]-f)/m,(c[1][1]-d)/g,(c[2][0]-f)/m,(c[2][1]-d)/g]),{left:h,right:p}}function ln(t){if(t)return[1-t[2],1-t[3],1-t[0],1-t[1]]}function un(t){const e=Math.round(255*t[0]),n=Math.round(255*t[1]),r=Math.round(255*t[2]);return 4===t.length?"rgba("+e+","+n+","+r+","+t[3]+")":"rgb("+e+","+n+","+r+")"}function cn(t){if(t){if(Array.isArray(t))return t;if("string"==typeof t)return t.startsWith("#")?function(t){const e=t.slice(1),n=e.length<=4,r=n?e[0]+e[0]:e.slice(0,2),o=n?e[1]+e[1]:e.slice(2,4),i=n?e[2]+e[2]:e.slice(4,6),s=4===e.length?e[3]+e[3]:8===e.length?e.slice(6,8):null,a=[parseInt(r,16)/255,parseInt(o,16)/255,parseInt(i,16)/255];return null!==s&&a.push(parseInt(s,16)/255),a}(t):t.startsWith("rgb")?function(t){var e;const n=null==(e=t.match(/rgba?\((.*)\)/))?void 0:e[1];if(!n)throw new Error("Invalid rgb/rgba format");const r=n.split(",").map(t=>+t.trim());return[r[0]/255,r[1]/255,r[2]/255,...void 0!==r[3]?[r[3]]:[]]}(t):void console.warn("Unsupported color format: "+t)}}var fn=new Set(["color","fill","flood-color","lighting-color","stop-color","stroke"]),dn=new Set(["translate","rotate","scale","skew"]),hn=new Set(["offset-distance","offsetDistance"]);function pn(t,e){var n;if(!t)return"";const r=null==(n=null==e?void 0:e.withUnits)||n,o=[],i=t.translate,s=t.origin,a=t.rotate,l=t.skew,u=t.scale,c=r?"px":"",f=r?"deg":"";return i&&o.push("translate("+i[0]+c+","+i[1]+c+")"),s&&o.push("translate("+s[0]+c+","+s[1]+c+")"),null!=a&&o.push("rotate("+a+f+")"),null!=l&&o.push("skewX("+l+f+")"),u&&o.push("scale("+u[0]+","+u[1]+")"),s&&o.push("translate("+-s[0]+c+","+-s[1]+c+")"),o.join("")}function mn(t){var e,n;if(!t||"string"!=typeof t)return;const r={},o=/([a-zA-Z]+)\s*\(([^)]*)\)/g,i=["translate","rotate","skewX","scale"];let s,a=-1;for(;null!==(s=o.exec(t));){const t=s[1],o=i.indexOf(t);if(o<0||o<=a)return;a=o;const l=s[2].split(/[\s,]+/).filter(Boolean).map(Number);if(l.some(t=>Number.isNaN(t)))return;if("translate"===t){if(l.length<1||l.length>2)return;r.translate=[l[0],null!=(e=l[1])?e:0]}else if("rotate"===t){if(1!==l.length)return;r.rotate=l[0]}else if("skewX"===t){if(1!==l.length)return;r.skew=l[0]}else{if(l.length<1||l.length>2)return;r.scale=[l[0],null!=(n=l[1])?n:l[0]]}}return t.replace(/([a-zA-Z]+)\s*\(([^)]*)\)/g,"").replace(/[\s,]/g,"").length?void 0:Object.keys(r).length?r:void 0}var gn=new Set(["offset-distance","offsetDistance"]);function vn(t){return t.includes("-")?t.replace(/-([a-z])/g,(t,e)=>e.toUpperCase()):t}function yn(t){return!t.includes("-")&&/[a-z][A-Z]/.test(t)}var bn=new Set(["viewBox","preserveAspectRatio","gradientUnits","gradientTransform","spreadMethod","patternUnits","patternContentUnits","patternTransform","clipPathUnits","maskUnits","maskContentUnits","markerUnits","markerWidth","markerHeight","refX","refY","textLength","lengthAdjust","startOffset","filterUnits","primitiveUnits","tableValues","stdDeviation","baseFrequency","numOctaves","surfaceScale","diffuseConstant","specularConstant","specularExponent","kernelMatrix","kernelUnitLength","edgeMode","preserveAlpha","targetX","targetY"]);function kn(t){return bn.has(t)?t:t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}function An(t,e,n){return Math.max(e,Math.min(t,n))}function wn(t,e,n,r,o){if(o<=0)return[t[0],t[1]];if(o>=1)return[r[0],r[1]];const i=1-o,s=i*i,a=o*o,l=s*i,u=3*o*s,c=3*a*i,f=a*o;return[l*t[0]+u*e[0]+c*n[0]+f*r[0],l*t[1]+u*e[1]+c*n[1]+f*r[1]]}var jn=1e-4;function On(t,e,n,r,o){const i=xn(t,e,n,r,o);return 0===i[0]&&0===i[1]?xn(t,e,n,r,o<.5?o+jn:o-jn):i}function xn(t,e,n,r,o){const i=1-o,s=3*i*i,a=6*o*i,l=3*o*o;return[s*(e[0]-t[0])+a*(n[0]-e[0])+l*(r[0]-n[0]),s*(e[1]-t[1])+a*(n[1]-e[1])+l*(r[1]-n[1])]}function Mn(t,e,n,r,o=100){const i=o+1,s=new Float64Array(i),a=new Float64Array(i);let l=wn(t,e,n,r,0);s[0]=0,a[0]=0;let u=0;for(let c=1;c<i;c++){const i=c/o,f=wn(t,e,n,r,i),d=f[0]-l[0],h=f[1]-l[1];u+=Math.sqrt(d*d+h*h),s[c]=i,a[c]=u,l=f}return{ts:s,ds:a}}function Sn(t,e){const{ts:n,ds:r}=t,o=n.length-1;if(e<=n[0])return r[0];if(e>=n[o])return r[o];let i=1,s=o;for(;i<s;){const t=i+s>>>1;n[t]<e?i=t+1:s=t}const a=n[s-1],l=n[s]-a,u=l>0?(e-a)/l:0;return r[s-1]+u*(r[s]-r[s-1])}var Pn=new Set(["script","foreignobject"]),_n=new Set(["href","xlink:href","src","filter","clippath","mask","markerstart","markermid","markerend"]),Nn=new Set(["href","xlink:href","src"]),zn=new Set(["mixBlendMode","isolation"]),Dn=/^data:image\/(?:png|jpe?g|gif|webp|bmp);base64,/i,Fn=/^data:image\/svg\+xml(?:;[^,]*)?,/i,In=/^data:image\/[^;,]*;base64,([A-Za-z0-9+/]{8})/i,Cn=["iVBORw0K","/9j/","R0lGOD","UklGR","Qk"];function Tn(t,e){const n=t.toLowerCase();if(!function(t){return!!t.startsWith("on")}(n)){if("fill"===n||"stroke"===n||"stopcolor"===n){const t=String(e);return t.includes("url(")&&!/^url\(#[^)]+\)$/.test(t)?void console.warn('Attribute "'+n+'" blocked: url() must be internal url(#id), got:',e):e}if(_n.has(n)){const t=String(e);return t.startsWith("#")||/^url\(#[^)]+\)$/.test(t)||Nn.has(n)&&(Dn.test(t)||Fn.test(t)||function(t){const e=In.exec(t);return!!e&&Cn.some(t=>e[1].startsWith(t))}(t))?e:void console.warn('Attribute "'+n+'" blocked: must be #id, url(#id), or data:image/… URI, got:',e)}return e}console.warn("Attribute blocked (event handler / dangerous): ",n)}function Rn(t){const e={};for(const n of Object.keys(t)){const r=vn(n);if(Tt.has(r))continue;if("style"===r)continue;let o=t[n];if(fn.has(r)&&Array.isArray(o))e[r]=un(o);else if("transform"!==r||null===o||"object"!=typeof o||Array.isArray(o)||o.keyframes)dn.has(r)?(Array.isArray(o)&&("translate"===r&&(o=o.map(t=>t+"px")),o=o.join(",")),"rotate"===r&&(o+="deg"),e[Ct]=r+"("+o+")"):Array.isArray(o)?e[r]=o.join(","):null!=o&&(e[r]=String(o));else{const t=o.value&&"object"==typeof o.value?o.value:o;e[Ct]=pn(t,{withUnits:!1})}}return e}function En(t,e){if(!t)return t;const n=e&&"object"==typeof e&&!Array.isArray(e)?e:mn(e);if(!n||!Object.keys(n).length)return t;const r=t=>t&&"object"==typeof t&&!Array.isArray(t)?v(v({},n),t):t,o=t[Ct];if(o&&"object"==typeof o){const e=o;if(Array.isArray(e.keyframes)){const n=y(v({},e),{keyframes:e.keyframes.map(t=>y(v({},t),{value:r(t.value)}))});return void 0!==n.value&&(n.value=r(n.value)),y(v({},t),{transform:n})}return t}const i=Object.keys(t).filter(t=>dn.has(t));if(1!==i.length)return t;const s=i[0],a=t[s];if(!a||"object"!=typeof a||!Array.isArray(a.keyframes))return t;const l=y(v({},a),{keyframes:a.keyframes.map(t=>y(v({},t),{value:y(v({},n),{[s]:t.value})}))});void 0!==l.value&&(l.value=y(v({},n),{[s]:l.value}));const u=v({},t);return delete u[s],y(v({},u),{transform:l})}function Ln(t){const e=Ht(t);if(!e)return;if(Array.isArray(e)&&e.length>=2&&"number"==typeof e[0]&&"number"==typeof e[1])return[e[0],e[1]];const n=e.translate;return Array.isArray(n)&&n.length>=2?[n[0],n[1]]:void 0}function Un(t){return Xt(t)}function Wn(t){return Yt(t)}function Bn(t){const e=t.keyframes;if(!Array.isArray(e))return!1;if(t.autoOrient)return!0;for(const t of e)if($t(t)||te(t))return!0;return!1}var Vn=new WeakMap;function Gn(t,e,n,r){let o=Vn.get(t);const i=null==o?void 0:o.get(e);if(i)return i;const s=te(t),a=$t(e),l=[n[0]+(s?s[0]:0),n[1]+(s?s[1]:0)],u=[r[0]+(a?a[0]:0),r[1]+(a?a[1]:0)],c=Mn(n,l,u,r),f={P0:n,P1:l,P2:u,P3:r,lut:c,totalArc:c.ds[c.ds.length-1]};return o||(o=new WeakMap,Vn.set(t,o)),o.set(e,f),f}function Zn(t,e){var n,r,o;if(!Bn(t))return t;const i=t.keyframes;if(!Array.isArray(i)||i.length<2)return t;const s=!!t.autoOrient,a=null!=(n=null==e?void 0:e.flatnessTolerance)?n:.5,l=null!=(r=null==e?void 0:e.rotationTolerance)?r:5,u=null!=(o=null==e?void 0:e.maxSamplesPerSegment)?o:32,c=[],f=Ln(i[0]);if(!f)return t;const d=s?function(t,e){const n=Ln(t),r=Ln(e);if(!n||!r)return 0;const o=Gn(t,e,n,r),i=On(o.P0,o.P1,o.P2,o.P3,0);return 180*Math.atan2(i[1],i[0])/Math.PI}(i[0],i[1]):void 0;c.push(qn(Un(i[0]),Xn(Jn(i[0]),Jn(i[0]),0,f,d,s)));for(let t=0;t<i.length-1;t++){const e=i[t],n=i[t+1],r=Ln(e),o=Ln(n);r&&o?(s&&t>0&&Yn(c,e,n,r,o,l),tr(c,e,n,r,o,s,a,l,u)):c.push(qn(Un(n),Xn(Jn(n),Jn(n),1,null!=o?o:[0,0],void 0,s)))}const h=Wn(i[i.length-1]);h&&(c[c.length-1].e=h),s&&Kn(c);const p={keyframes:c};return void 0!==t.loop&&(p.loop=t.loop),p}function Kn(t){let e;for(const n of t){const t=Ht(n);if(!t||"number"!=typeof t.rotate)continue;if(void 0===e){e=t.rotate;continue}let r=t.rotate;for(;r-e>180;)r-=360;for(;r-e<-180;)r+=360;t.rotate=r,e=r}}function qn(t,e){return{t:t,v:e}}function Jn(t){const e=Ht(t);if(e&&"object"==typeof e&&!Array.isArray(e))return e}function Qn(t,e,n){if(void 0===t)return e;if(void 0===e)return t;if("number"==typeof t&&"number"==typeof e)return t+(e-t)*n;if(Array.isArray(t)&&Array.isArray(e)&&t.length===e.length){const r=new Array(t.length);for(let o=0;o<t.length;o++){const i="number"==typeof t[o]?t[o]:0,s="number"==typeof e[o]?e[o]:0;r[o]=i+(s-i)*n}return r}return n<.5?t:e}function Xn(t,e,n,r,o,i){const s={translate:r},a=new Set;if(t)for(const e of Object.keys(t))a.add(e);if(e)for(const t of Object.keys(e))a.add(t);for(const r of a){if("translate"===r)continue;if("rotate"===r&&i)continue;const o=null==t?void 0:t[r],a=null==e?void 0:e[r];void 0===o&&void 0===a||(s[r]=Qn(o,a,n))}return void 0!==o&&(s.rotate=o+Hn(t,e,n)),s}function Hn(t,e,n){const r="number"==typeof(null==t?void 0:t.rotate)?t.rotate:void 0,o="number"==typeof(null==e?void 0:e.rotate)?e.rotate:void 0;if(void 0===r&&void 0===o)return 0;const i=Qn(r,o,n);return"number"==typeof i?i:0}function Yn(t,e,n,r,o,i){const s=t[t.length-1],a=Ht(s),l=null==a?void 0:a.rotate;if("number"!=typeof l)return;const u=Jn(e),c=l-Hn(u,u,0),f=Gn(e,n,r,o),d=On(f.P0,f.P1,f.P2,f.P3,0),h=180*Math.atan2(d[1],d[0])/Math.PI,p=function(t,e){let n=t-e;for(;n>180;)n-=360;for(;n<-180;)n+=360;return n}(h,c);if(Math.abs(p)<=i)return;const m=Un(e),g=Math.min(m+$n,(m+Un(n))/2),v=Xn(Jn(e),Jn(e),0,r,h,!0);t.push(qn(g,v))}var $n=.05;function tr(t,e,n,r,o,i,s,a,l){const u=Gn(e,n,r,o),c=Un(e),f=Un(n),d=Wn(e),h=(p=d)?on([p[1],p[0],p[3],p[2]]):t=>t;var p;const m=Jn(e),g=Jn(n),v=function(t,e,n,r,o){const i=[];er(t.P0[0],t.P1[0],t.P2[0],t.P3[0],i),er(t.P0[1],t.P1[1],t.P2[1],t.P3[1],i),i.sort((t,e)=>t-e);const s=[0];for(const t of i)t>s[s.length-1]+1e-6&&t<.999999&&s.push(t);s.push(1);const a=[],l={remaining:o-s.length};for(let o=0;o<s.length-1;o++)nr(s[o],s[o+1],a,t,e,n,r,l);return a}(u,i,s,a,l),y=[];for(const t of v){const e=Sn(u.lut,t),n=An(u.totalArc>0?e/u.totalArc:t,0,1),r={u:An(h(n),0,1),p:n,pos:wn(u.P0,u.P1,u.P2,u.P3,t)};if(i){const e=On(u.P0,u.P1,u.P2,u.P3,t);r.rotateDeg=180*Math.atan2(e[1],e[0])/Math.PI}y.push(r)}let b=d,k=0;const A=t.length-1;for(let e=0;e<y.length;e++){const n=y[e],r=k<1?An((n.u-k)/(1-k),0,1):1,{left:o,right:s}=an(b,r),a=0===e?A:t.length-1;o?t[a].e=o:delete t[a].e;const l=c+n.u*(f-c),u=Xn(m,g,n.p,n.pos,n.rotateDeg,i);t.push(qn(l,u)),b=s,k=n.u}}function er(t,e,n,r,o){const i=e-t,s=n-e,a=i-2*s+(r-n),l=2*(s-i),u=i;if(Math.abs(a)<1e-10){if(Math.abs(l)>1e-10){const t=-u/l;t>1e-6&&t<.999999&&o.push(t)}return}const c=l*l-4*a*u;if(c<0)return;const f=Math.sqrt(c),d=(-l-f)/(2*a),h=(-l+f)/(2*a);d>1e-6&&d<.999999&&o.push(d),h>1e-6&&h<.999999&&o.push(h)}function nr(t,e,n,r,o,i,s,a){const l=(t+e)/2,u=wn(r.P0,r.P1,r.P2,r.P3,t),c=wn(r.P0,r.P1,r.P2,r.P3,e),f=e-t,d=wn(r.P0,r.P1,r.P2,r.P3,t+.25*f),h=wn(r.P0,r.P1,r.P2,r.P3,l),p=wn(r.P0,r.P1,r.P2,r.P3,t+.75*f),m=Math.max(rr(d,u,c),rr(h,u,c),rr(p,u,c));let g=!0;if(o){const n=On(r.P0,r.P1,r.P2,r.P3,t),o=On(r.P0,r.P1,r.P2,r.P3,e),i=180*Math.atan2(n[1],n[0])/Math.PI,a=180*Math.atan2(o[1],o[0])/Math.PI;let l=Math.abs(i-a);l>180&&(l=360-l),l>s&&(g=!1)}m<=i&&g||a.remaining<=0||f<1e-6?n.push(e):(a.remaining-=1,nr(t,l,n,r,o,i,s,a),nr(l,e,n,r,o,i,s,a))}function rr(t,e,n){const r=n[0]-e[0],o=n[1]-e[1],i=r*r+o*o;if(i<1e-20){const n=t[0]-e[0],r=t[1]-e[1];return Math.sqrt(n*n+r*r)}const s=(t[0]-e[0])*o-(t[1]-e[1])*r;return Math.abs(s)/Math.sqrt(i)}function or(t,e){const n=ir(t,e);return null!=n?n:t}function ir(t,e){let n,r;if(t.children)for(let r=0;r<t.children.length;r++){const o=ir(t.children[r],e);null!==o&&(n||(n=t.children.slice()),n[r]=o)}const o=t.animate;if(o&&"object"==typeof o&&!Array.isArray(o)){const n=En(o,t.transform),i=n.transform;if(i&&"object"==typeof i&&Bn(i)){const t=Zn(i,e);t!==i&&(r=y(v({},n),{transform:t}))}}if(!n&&!r)return null;const i=v({},t);return n&&(i.children=n),r&&(i.animate=r),i}function sr(t,e){if(t===e)return!0;if(typeof t!=typeof e||null===t||null===e||"object"!=typeof t)return!1;if(Array.isArray(t)!==Array.isArray(e))return!1;const n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&n.every(n=>sr(t[n],e[n]))}function ar(t){const e=[];let n;const r=function(t){const e=t.split(/([MLCZmlcz]|[\s,]+)/).map(t=>t.trim()).filter(t=>t&&","!==t),n=[];let r=null;for(const t of e)if(/[MLCZmlcz]/.test(t))r={type:t,values:[]},n.push(r);else if(r){const e=+t;r.values.push(Number.isNaN(e)?0:e)}return n}(t);for(const t of r){const r=t.type,o=t.values;if("M"===r||"m"===r){const t=o[0]||0,r=o[1]||0;n={v:[[t,r]],i:[[t,r]],o:[[t,r]],c:!1},e.push(n);continue}if(n||(n={v:[[0,0]],i:[[0,0]],o:[[0,0]],c:!1},e.push(n)),"L"===r){const t=o[0]||0,e=o[1]||0;n.v.push([t,e]),n.i.push([t,e]),n.o.push([t,e])}else if("C"===r){const t=o[0]||0,e=o[1]||0,r=o[2]||0,i=o[3]||0,s=o[4]||0,a=o[5]||0;n.o[n.o.length-1]=[t,e],n.v.push([s,a]),n.i.push([r,i]),n.o.push([s,a])}else"Z"===r||"z"===r?n.c=!0:console.warn('Unsupported path command "'+r+'"')}return e}function lr(t){return t.startsWith("path(")&&t.endsWith(")")?t.slice(5,-1):/^[MmZzLlHhVvCcSsQqTtAa]/.test(t)?t:void 0}function ur(t){return"string"==typeof t&&void 0!==lr(t)}function cr(t){if(t&&"object"==typeof t&&"string"==typeof t.pathData){const e=lr(t.pathData);return e?{paths:ar(e)}:t}if(t&&"object"==typeof t&&"paths"in t){const e=t.paths;if(Array.isArray(e)&&e.length>0&&ur(e[0])){const t=[];for(const n of e){const e=lr(n);e&&t.push(...ar(e))}return{paths:t}}return t}if(Array.isArray(t)){if(t.length>0&&ur(t[0])){const e=[];for(const n of t){const t=lr(n);t&&e.push(...ar(t))}return{paths:e}}return{paths:t}}return ur(t)?{paths:ar(lr(t))}:t}function fr(t,e){var n;if(t)return Array.isArray(t)?t:(null==(n=null==e?void 0:e.easings)?void 0:n[t])?e.easings[t]:void console.warn("Unknown easing name: "+t)}function dr(t,e){var n;if("string"==typeof t){const r=null==(n=null==e?void 0:e.animations)?void 0:n[t];return r||console.warn("Unknown animation name: "+t),r}return t}function hr(t,e,n,r){var o,i;return"d"===t?{paths:en(null!=(o=null==e?void 0:e.paths)?o:Array.isArray(e)?e:[],null!=(i=null==n?void 0:n.paths)?i:Array.isArray(n)?n:[],r)}:fn.has(t)?tn(e||[0,0,0,1],n||[0,0,0,1],r):"transform"!==t||"object"!=typeof e||null===e||Array.isArray(e)||"object"!=typeof n||null===n||Array.isArray(n)?"rotate"===t&&"number"==typeof e&&"number"==typeof n?Ye(e,n,r):dn.has(t)||"stroke-dasharray"===t||"strokeDasharray"===t?$e(e||[],n||[],r):Ye(+(e||0),+(n||0),r):function(t,e,n){const r=new Set([...Object.keys(null!=t?t:{}),...Object.keys(null!=e?e:{})]),o={};for(const i of r){const r=null==t?void 0:t[i],s=null==e?void 0:e[i];if("rotate"===i||"skew"===i)o[i]=Ye(+(null!=r?r:0),+(null!=s?s:0),n);else if("translate"===i||"scale"===i||"origin"===i){const t="scale"===i?[1,1]:[0,0];o[i]=$e(r||t,s||t,n)}else o[i]=null!=s?s:r}return o}(e,n,r)}function pr(t,e,n,r){var o,i,s,a,l;const u=e.length-1,c=An(null!=(o=n.segmentCount)?o:u,1,u);let f;f=n.repeatAt===kt?e.slice(0,c+1):e.slice(u-c);const d=null!=(i=e[0].t)?i:0,h=null!=(s=e[e.length-1].t)?s:0;let p,m;n.repeatAt===kt?(p=0,m=d):(p=h,m=r);const g=m-p;if(g<=0)return e;const b=null!=(a=f[0].t)?a:0,k=(null!=(l=f[f.length-1].t)?l:0)-b;if(k<=0)return e;const A=f.map(t=>({relT:(t.t-b)/k,v:t.v,e:t.e,tangentIn:$t(t),tangentOut:te(t)})),w=Math.floor(g/k),j=g-w*k,O=j/k,x=[],M=n.repeatAt!==kt,S=e[e.length-1];let P,_=!1;function N(e,n,r){var o;let i;if(n){i=[];for(let t=A.length-1;t>=0;t--)i.push({relT:1-A[t].relT,v:A[t].v,e:t>0?ln(A[t-1].e):void 0,tangentIn:A[t].tangentOut,tangentOut:A[t].tangentIn})}else i=A;const s=void 0!==r?r:1;for(let n=0;n<i.length;n++){const r=i[n];if(r.relT>s+1e-9){const o=i[n-1],a=r.relT-o.relT,l=(s-o.relT)/a,u=o.e?on(o.e)(l):l,c=hr(t,o.v,r.v,u),{left:f}=an(o.e,l);return x.length>0&&o.relT<=s&&(x[x.length-1].e=f),void x.push({t:e+s*k,v:c,e:void 0})}const a=x.length>0?x[x.length-1]:S,l=M&&0===n&&void 0!==a&&Math.abs((null!=(o=a.t)?o:0)-(e+r.relT*k))<1e-9;if(l){if(sr(a.v,r.v)){x.length>0?(a.e=r.e,a.tangentOut=r.tangentOut):(P=r.e,_=!0);continue}x.length>0&&(delete a.tangentIn,delete a.tangentOut)}const u={t:e+r.relT*k+(l?1:0),v:r.v,e:n<i.length-1?r.e:void 0};r.tangentIn&&(u.tangentIn=r.tangentIn),r.tangentOut&&(u.tangentOut=r.tangentOut),x.push(u)}}if(n.repeatAt===kt){O>1e-9&&function(e,n,r){let o;if(n){o=[];for(let t=A.length-1;t>=0;t--)o.push({relT:1-A[t].relT,v:A[t].v,e:t>0?ln(A[t-1].e):void 0,tangentIn:A[t].tangentOut,tangentOut:A[t].tangentIn})}else o=A;const i=1-r;for(let n=0;n<o.length;n++){const r=o[n];if(r.relT<i-1e-9)continue;const s=o[n-1];if(s&&s.relT<i-1e-9&&r.relT>i+1e-9){const n=r.relT-s.relT,o=(i-s.relT)/n,a=s.e?on(s.e)(o):o,l=hr(t,s.v,r.v,a),{right:u}=an(s.e,o);x.push({t:e,v:l,e:u})}const a={t:e+(r.relT-i)*k,v:r.v,e:n<o.length-1?r.e:void 0};r.tangentIn&&(a.tangentIn=r.tangentIn),r.tangentOut&&(a.tangentOut=r.tangentOut),x.push(a)}}(p,n.direction===wt&&w%2==0,O);for(let t=0;t<w;t++){const e=w-1-t,r=n.direction===wt&&e%2==0;N(p+j+t*k,r)}}else{for(let t=0;t<w;t++){const e=n.direction===wt&&t%2==0;N(p+t*k,e)}if(O>1e-9){const t=n.direction===wt&&w%2==0;N(p+w*k,t,O)}}return n.repeatAt===kt?[...x,...e]:_&&e.length>0?[...e.slice(0,-1),y(v({},e[e.length-1]),{e:P}),...x]:[...e,...x]}function mr(t,e,n,r){var o;const i=e.keyframes||[],s=[];for(const e of i){const n=Xt(e);let i=Ht(e);const a=Yt(e);"d"===t&&(i=cr(i));const l=yn(t)?kn(t):t;fn.has(l)&&(i=null!=(o=cn(i))?o:i);const u={t:n,v:i,e:fr(a,r)},c=$t(e),f=te(e);c&&(u.tangentIn=c),f&&(u.tangentOut=f),s.push(u)}s.sort((t,e)=>{var n,r;return(null!=(n=t.t)?n:0)-(null!=(r=e.t)?r:0)});const a=e.loop,l=!0===a?{}:a||void 0;return l&&s.length>=2?pr(t,s,l,n):s}function gr(t,e,n){const r=e.loop;if(null==r||!1===r)return e;const o=!0===r?{}:r,i=e.keyframes;if(!Array.isArray(i)||i.length<2)return e;const s=yn(t)?kn(t):t,a=fn.has(s),l=i.map(e=>{var n;const r=Xt(e);let o=Ht(e);"d"===t&&(o=cr(o)),a&&(o=null!=(n=cn(o))?n:o);const i={t:r,v:o,e:Yt(e)},s=$t(e),l=te(e);return s&&(i.tangentIn=s),l&&(i.tangentOut=l),i}),u={keyframes:pr(t,l,o,n)};return void 0!==e.autoOrient&&(u.autoOrient=e.autoOrient),u}function vr(t,e){const n=yr(t,e);return null!=n?n:t}function yr(t,e){let n,r;if(t.children)for(let r=0;r<t.children.length;r++){const o=yr(t.children[r],e);null!==o&&(n||(n=t.children.slice()),n[r]=o)}const o=t.animate;if(o&&"object"==typeof o&&!Array.isArray(o)){const t=o;for(const n of Object.keys(t)){const o=t[n],i=gr(n,o,e);i!==o&&(r||(r=v({},t)),r[n]=i)}}if(!n&&!r)return null;const i=v({},t);return n&&(i.children=n),r&&(i.animate=r),i}var br=0;function kr(t,e=ut.native){const n=Vt(t)||{},r=Kt(t),o=n.duration||1e3,i=[],s=(t,n,i)=>{if(0===n.length)return null;const s=function(t,e,n,r=ut.native){const o={};for(const[i,s]of Object.entries(t)){if("transform"===i&&"offsetPath"===s.alongPathMode&&void 0!==t.offsetDistance)continue;const a=mr(i,s,e,n);if(a.length>0){const t={keyframes:a};void 0!==s.autoOrient&&(t.autoOrient=s.autoOrient),void 0!==s.loop&&(t.loop=s.loop),o[i]=r===ut.native&&"transform"===i?Zn(t):t}}return o}(En(function(t){const e={};for(const n of t)for(const[t,r]of Object.entries(n))e[t]=r;return e}(n),i),o,r,e);return 0===Object.keys(s).length?null:{id:t,animate:s}},a=function(t){var e;if(t)return null==(e=Vt(t))?void 0:e.bindings}(t);if(a)for(const t of a){const e=t.target.startsWith("#")?t.target.slice(1):t.target,n=t.animateWith.map(t=>dr(t,r)).filter(t=>!!t),o=s(e,n);o&&i.push(o)}const l=t=>{const e=t.animate;if(e&&Object.keys(e).length>0){const n=t.id||"_px_el_"+ ++br;t.id=n;const o=s(n,function(t,e){if(!t)return[];const n=[];if("string"==typeof t){const r=dr(t,e);r&&n.push(r)}else if(Array.isArray(t))for(const r of t){const t=dr(r,e);t&&n.push(t)}else n.push(t);return n}(e,r),t.transform);o&&i.push(o)}if(t.children)for(let e=0;e<t.children.length;e++)l(t.children[e])};if(t.children)for(let e=0;e<t.children.length;e++)l(t.children[e]);return i}function Ar(t,e,n){var r,o,i,s,a;const l=e.keyframes||[];if(0===l.length)return null;const{prevKf:u,nextKf:c}=function(t,e){var n,r;const o=t.length-1;let i=t[0],s=t[o>0?1:0];for(let a=0;a<o;a++){const l=null!=(n=t[a].t)?n:0,u=null!=(r=t[a+1].t)?r:0;if(l<=e&&e<=u){i=t[a],s=t[a+1];break}e>u&&a===o-1&&(i=t[o>0?o-1:0],s=t[o])}return{prevKf:i,nextKf:s}}(l,n);let f=u===c?0:(d=n,h=null!=(r=u.t)?r:0,(p=null!=(o=c.t)?o:0)===h?0:0+(d-h)/(p-h)*1);var d,h,p;f=An(f,0,1);const m=Yt(u);if(m&&Array.isArray(m))try{f=on(m)(f)}catch(t){}let g=yn(t)?kn(t):t,v=null;const y=null==u?void 0:u.v,b=null==c?void 0:c.v;if("d"===g)v=en(null!=(i=null==y?void 0:y.paths)?i:Array.isArray(y)?y:[],null!=(s=null==b?void 0:b.paths)?s:Array.isArray(b)?b:[],f).map(t=>He(t)).join("");else if(fn.has(g))v=un(tn(y||[0,0,0,1],b||[0,0,0,1],f)),g=t;else if("stroke-dasharray"===g)v=$e(y||[],b||[],f).join(" "),g=t;else if("transform"!==g||null===y||"object"!=typeof y||Array.isArray(y))"translate"===g?(v="translate("+$e(y||[0,0],b||[0,0],f).join(",")+")",g="transform"):"rotate"===g?(v="rotate("+Ye(+(y||0),+(b||0),f)+")",g="transform"):"scale"===g?(v="scale("+$e(y||[1,1],b||[1,1],f).join(",")+")",g="transform"):v=Ye(+(y||0),+(b||0),f);else{const t=new Set([...y?Object.keys(y):[],...b?Object.keys(b):[]]),n={};for(const e of t){const t=null==y?void 0:y[e],r=null==b?void 0:b[e];if("rotate"===e||"skew"===e)n[e]=Ye(+(null!=t?t:0),+(null!=r?r:0),f);else if("translate"===e||"scale"===e||"origin"===e){const o="scale"===e?[1,1]:[0,0],i=$e(t||o,r||o,f);n[e]=i}}if(Bn(e)){const t=y.translate,r=b.translate;if(Array.isArray(t)&&Array.isArray(r)){const o=function(t,e,n,r,o,i){const s=Gn(t,e,n,r),a=0===s.totalArc?o:function(t,e){const n=e*t.ds[t.ds.length-1],{ts:r,ds:o}=t,i=o.length-1;if(n<=0)return r[0];if(n>=o[i])return r[i];let s=1,a=i;for(;s<a;){const t=s+a>>>1;o[t]<n?s=t+1:a=t}const l=o[a-1],u=o[a]-l,c=u>0?(n-l)/u:0;return r[a-1]+c*(r[a]-r[a-1])}(s.lut,o),l=wn(s.P0,s.P1,s.P2,s.P3,a);if(!i)return{translate:l};const u=On(s.P0,s.P1,s.P2,s.P3,a);return{translate:l,rotateDeg:180*Math.atan2(u[1],u[0])/Math.PI}}(u,c,[+t[0],+t[1]],[+r[0],+r[1]],f,!!e.autoOrient);n.translate=[o.translate[0],o.translate[1]],void 0!==o.rotateDeg&&(n.rotate=o.rotateDeg+(null!=(a=n.rotate)?a:0))}}v=pn(n,{withUnits:!1}),g="transform"}return hn.has(g)&&"number"==typeof v&&(v=100*v+"%"),{k:g,v:null===v?"":""+v}}function wr(t,e){const n={};for(const[r,o]of Object.entries(t)){const t=Ar(r,o,e);t&&(n[t.k]=t.v)}return n}var jr=/[MmLlHhVvCcSsQqTtAaZz]/;function Or(t,e,n){return{P1:[t[0]+2/3*(e[0]-t[0]),t[1]+2/3*(e[1]-t[1])],P2:[n[0]+2/3*(e[0]-n[0]),n[1]+2/3*(e[1]-n[1])]}}function xr(t){const e=function(t){const e=function(t){const e=[],n=/([MmLlHhVvCcSsQqTtAaZz])|(-?\d*\.?\d+(?:[eE][-+]?\d+)?)/g;let r;for(;null!==(r=n.exec(t));)e.push(r[0]);return e}(t),n=[];let r=0,o=0,i=0,s=0,a=0,l=0,u=0,c=0,f=0,d="";const h=()=>parseFloat(e[r++]),p=(t,e,r)=>{const s=[o,i],a=Mn(s,t,e,r,48);n.push({P0:s,P1:t,P2:e,P3:r,lut:a,len:a.ds[a.ds.length-1]}),o=r[0],i=r[1]},m=(t,e)=>{p([o+(t-o)/3,i+(e-i)/3],[o+2*(t-o)/3,i+2*(e-i)/3],[t,e])};for(;r<e.length;){let t=e[r];jr.test(t)?r++:t="M"===d?"L":"m"===d?"l":d;const n=t>="a",g=t.toUpperCase();if("Z"!==g){if("M"===g){const e=h()+(n?o:0),r=h()+(n?i:0);o=e,i=r,s=e,a=r,d=t;continue}if("L"===g)m(h()+(n?o:0),h()+(n?i:0));else if("H"===g)m(h()+(n?o:0),i);else if("V"===g)m(o,h()+(n?i:0));else if("C"===g){const t=[h()+(n?o:0),h()+(n?i:0)],e=[h()+(n?o:0),h()+(n?i:0)],r=[h()+(n?o:0),h()+(n?i:0)];l=e[0],u=e[1],p(t,e,r)}else if("S"===g){const t="C"===d.toUpperCase()||"S"===d.toUpperCase()?[2*o-l,2*i-u]:[o,i],e=[h()+(n?o:0),h()+(n?i:0)],r=[h()+(n?o:0),h()+(n?i:0)];l=e[0],u=e[1],p(t,e,r)}else if("Q"===g){const t=[h()+(n?o:0),h()+(n?i:0)],e=[h()+(n?o:0),h()+(n?i:0)];c=t[0],f=t[1];const{P1:r,P2:s}=Or([o,i],t,e);p(r,s,e)}else if("T"===g){const t="Q"===d.toUpperCase()||"T"===d.toUpperCase()?[2*o-c,2*i-f]:[o,i],e=[h()+(n?o:0),h()+(n?i:0)];c=t[0],f=t[1];const{P1:r,P2:s}=Or([o,i],t,e);p(r,s,e)}else{if("A"!==g){r++;continue}r+=5,m(h()+(n?o:0),h()+(n?i:0))}d=t}else m(s,a),o=s,i=a,d=t}return n.length?n:null}(t);if(!e)return null;const n=new Float64Array(e.length+1);for(let t=0;t<e.length;t++)n[t+1]=n[t]+e[t].len;const r=n[e.length],o=e[0].P0,i=e[e.length-1].P3,s=Math.hypot(i[0]-o[0],i[1]-o[1])<.001,a=t=>{let r=0;for(;r<e.length-1&&t>n[r+1];)r++;const o=e[r],i=t-n[r],s=o.len>0?function(t,e){const{ts:n,ds:r}=t,o=r.length-1;if(e<=0)return n[0];if(e>=r[o])return n[o];let i=1,s=o;for(;i<s;){const t=i+s>>>1;r[t]<e?i=t+1:s=t}const a=r[s-1],l=r[s]-a,u=l>0?(e-a)/l:0;return n[s-1]+u*(n[s]-n[s-1])}(o.lut,i):0,[a,l]=wn(o.P0,o.P1,o.P2,o.P3,s),[u,c]=On(o.P0,o.P1,o.P2,o.P3,s);return{x:a,y:l,angle:Math.atan2(c,u)}};return{totalLength:r,closed:s,sampleAtDistance(t){if(s&&r>0&&(t<0||t>r))return a((t%r+r)%r);if(!s&&(t<0||t>r)){const e=t<0?0:r,n=a(e),o=t-e;return{x:n.x+Math.cos(n.angle)*o,y:n.y+Math.sin(n.angle)*o,angle:n.angle}}return a((n=r,(e=t)<0?0:e>n?n:e));var e,n}}}function Mr(t,e,n){const r={};return"translate"===t?r.translate=e:"rotate"===t?r.rotate=e:"skew"===t?r.skew=e:r.scale=e,n&&"translate"!==t&&(r.origin=n),r}function Sr(t){var e,n;if(void 0===t)return{kind:"absent"};if(Array.isArray(t))return{kind:"static",value:t};if("object"==typeof t){const r=t,o=r.keyframes;if(o){const t={kind:"animated",keyframes:o.map(_r),autoOrient:r.autoOrient,loop:r.loop},n=null!=(e=r.value)?e:r.v;return void 0!==n&&"animated"===t.kind&&(t.base=n),t}const i=null!=(n=r.value)?n:r.v;if(void 0!==i)return{kind:"static",value:i}}return{kind:"static",value:t}}function Pr(t,e,n,r){var o,i,s,a;const l=t=>(null==r?void 0:r.asString)&&null!=t?String(t):t;if("absent"===n.kind)return;if("static"===n.kind)return void(t[e]=l(n.value));const u=t.animate&&"object"==typeof t.animate&&!Array.isArray(t.animate)?t.animate:void 0,c=v({},u||{}),f={keyframes:n.keyframes};void 0!==n.loop&&(f.loop=n.loop),void 0!==n.autoOrient&&(f.autoOrient=n.autoOrient),c[e]=f,t.animate=c;const d=null!=(a=null!=(i=n.base)?i:null==(o=n.keyframes[0])?void 0:o.value)?a:null==(s=n.keyframes[0])?void 0:s.v;void 0!==d&&(t[e]=l(d))}function _r(t){if(!t||"object"!=typeof t)return t;const e=t;if(void 0===e.t&&void 0===e.v&&void 0===e.e&&void 0===e.to&&void 0===e.ti)return t;const n=v({},e);return void 0===n.time&&void 0!==e.t&&(n.time=e.t),void 0===n.value&&void 0!==e.v&&(n.value=e.v),void 0===n.easing&&void 0!==e.e&&(n.easing=e.e),void 0===n.tangentOut&&void 0!==e.to&&(n.tangentOut=e.to),void 0===n.tangentIn&&void 0!==e.ti&&(n.tangentIn=e.ti),n}function Nr(t,e){const n={value:e};return void 0!==t.time&&(n.time=t.time),void 0!==t.easing&&(n.easing=t.easing),void 0!==t.tangentOut&&(n.tangentOut=t.tangentOut),void 0!==t.tangentIn&&(n.tangentIn=t.tangentIn),n}function zr(t){if(null===t||"object"!=typeof t)return t;if(Array.isArray(t))return t.map(zr);const e={};for(const n of Object.keys(t))e[n]=zr(t[n]);return e}function Dr(t,e){const n=new Map,r=t=>{var o;if("string"==typeof t.id){const r=e();n.set(t.id,r),t.id=r}null==(o=t.children)||o.forEach(r)};r(t);const o=t=>t.replace(/url\(#([^)]+)\)/g,(t,e)=>{const r=n.get(e);return r?"url(#"+r+")":t}),i=t=>{var e;if("string"==typeof t.href&&t.href.startsWith("#")){const e=n.get(t.href.slice(1));e&&(t.href="#"+e)}for(const e of Object.keys(t)){if("children"===e||"effects"===e||"meta"===e||"animate"===e||"href"===e||"id"===e)continue;const n=t[e];"string"==typeof n&&-1!==n.indexOf("url(#")&&(t[e]=o(n))}null==(e=t.children)||e.forEach(i)};return i(t),n}function Fr(t){const e="number"==typeof t?t:"string"==typeof t?parseFloat(t):NaN;return Number.isFinite(e)?e:0}function Ir(t,e){return"_lw_"+e+"_"+t.nextId++}function Cr(t){return"string"==typeof t?t.replace(/^#/,""):void 0}function Tr(t,e){var n;"string"==typeof t.id&&e.set(t.id,t),null==(n=t.children)||n.forEach(t=>Tr(t,e))}var Rr=zr;function Er(t){const e=Sr(t);if("static"===e.kind&&"number"==typeof e.value)return{min:e.value,max:e.value};if("animated"===e.kind&&e.keyframes.length){const t=e.keyframes.map(t=>Number(t.value)||0);return{min:Math.min(...t),max:Math.max(...t)}}return{min:0,max:0}}function Lr(t){let e=0,n=16;const r=t=>{var o;const i=parseFloat(String(null!=(o=t.fontSize)?o:""))||0;i&&(n=Math.max(n,i));const s=t.textContent;if("string"==typeof s&&(e+=s.length),t.children)for(const e of t.children)r(e)};return r(t),e*n}var Ur=t=>Math.round(1e3*t)/1e3;function Wr(t,e,n){null!=n&&Pr(t,e,Sr(n),{asString:!0})}var Br=(t,e,n)=>{const r={type:t};for(const t in e)void 0!==e[t]&&(r[t]=e[t]);const o=Array.isArray(n)?n.filter(t=>null!=t):null!=n?[n]:[];return o.length&&(r.children=o),r};function Vr(t,e){return Math.round(t)===t?""+Math.round(t):t.toFixed(e)}function Gr(t,e){let n="";for(let r=0;r<t.length;r++){const o=Vr(t[r],e);r>0&&45!==o.charCodeAt(0)&&(n+=" "),n+=o}return n}function Zr(t,e,n){return[t[0]*e+t[2]*n+t[4],t[1]*e+t[3]*n+t[5]]}var Kr=/([MLCQZ])|(-?\d*\.?\d+(?:e[-+]?\d+)?)/gi;function qr(t,e,n=2){const r=[];let o;for(Kr.lastIndex=0;null!==(o=Kr.exec(t));)r.push(o[0]);let i="",s=0;const a=()=>parseFloat(r[s++]);for(;s<r.length;){const t=r[s++];if("M"===t||"L"===t){const[r,o]=Zr(e,a(),a());i+=t+Gr([r,o],n)}else if("C"===t){const[t,r]=Zr(e,a(),a()),[o,s]=Zr(e,a(),a()),[l,u]=Zr(e,a(),a());i+="C"+Gr([t,r,o,s,l,u],n)}else if("Q"===t){const[t,r]=Zr(e,a(),a()),[o,s]=Zr(e,a(),a());i+="Q"+Gr([t,r,o,s],n)}else"Z"!==t&&"z"!==t||(i+="Z")}return i}var Jr=["fontFamily","fontSize","fontWeight","fontStyle","textAnchor","letterSpacing","wordSpacing","textDecoration","textTransform","whiteSpace","x","y","dx","dy","lengthAdjust","fill","stroke","strokeWidth","effects",Ft,"xml:space"],Qr=["fillOpacity","fillRule","strokeOpacity","strokeDasharray","strokeDashoffset","strokeLinecap","strokeLinejoin","strokeMiterlimit","mixBlendMode","filter"],Xr=["fill","stroke","strokeWidth","opacity","fillOpacity","strokeOpacity","strokeDasharray","strokeDashoffset"];function Hr(t){if("number"==typeof t)return t;if("string"==typeof t){const e=parseFloat(t);return isNaN(e)?void 0:e}}function Yr(t){return"string"==typeof t?t:void 0}function $r(t){const e=t.animate;if(!e||"object"!=typeof e)return;let n;for(const t of Xr)void 0!==e[t]&&((null!=n?n:n={})[t]=e[t]);return n}function to(t,e){var n,r,o,i,s,a,l,u,c,f;const d="text"===t.type,h=t.style,p=e=>{var n;return d?void 0:null!=(n=t[e])?n:null==h?void 0:h[e]},m={fontFamily:null!=(n=Yr(t.fontFamily))?n:e.fontFamily,fontSize:null!=(r=Hr(t.fontSize))?r:e.fontSize,fill:null!=(o=t.fill)?o:e.fill,stroke:null!=(i=t.stroke)?i:e.stroke,strokeWidth:null!=(s=t.strokeWidth)?s:e.strokeWidth,letterSpacing:null!=(a=Hr(t.letterSpacing))?a:e.letterSpacing,wordSpacing:null!=(l=Hr(t.wordSpacing))?l:e.wordSpacing,opacity:null!=(u=Hr(p("opacity")))?u:e.opacity,animate:null!=(c=d?void 0:$r(t))?c:e.animate};for(const t of Qr){const n=null!=(f=p(t))?f:e[t];void 0!==n&&(m[t]=n)}return m}function eo(t){var e,n,r;return{fontFamily:Yr(t.fontFamily),fontSize:null!=(e=Hr(t.fontSize))?e:16,fill:t.fill,stroke:t.stroke,strokeWidth:t.strokeWidth,letterSpacing:null!=(n=Hr(t.letterSpacing))?n:0,wordSpacing:null!=(r=Hr(t.wordSpacing))?r:0}}function no(t){const e={};void 0!==t.fill&&(e.fill=t.fill),void 0!==t.stroke&&(e.stroke=t.stroke),void 0!==t.strokeWidth&&(e.strokeWidth=t.strokeWidth),void 0!==t.opacity&&1!==t.opacity&&(e.opacity=t.opacity);for(const n of Qr)void 0!==t[n]&&(e[n]=t[n]);return void 0!==t.animate&&(e.animate=t.animate),e}function ro(t,e,n,r){var o;const i=t.fontFamily?e[t.fontFamily]:n;return i||null==r||r.push('textGlyphs: no glyphs for font "'+(null!=(o=t.fontFamily)?o:"")+'"'),i}function oo(t){const e=Object.keys(t);return 1===e.length?t[e[0]]:void 0}function io(t,e){if(t<=0||e<=0)return"";const n=.08*t,r=.92*t,o=.92*-e,i=r-n,s=-o,a=Math.max(1,.12*Math.min(i,s)),l="M"+n+" 0L"+r+" 0L"+r+" "+o+"L"+n+" "+o+"Z";if(i<=2*a||s<=2*a)return l;const u=n+a,c=r-a,f=-a,d=o+a;return l+"M"+u+" "+f+"L"+u+" "+d+"L"+c+" "+d+"L"+c+" "+f+"Z"}function so(t,e,n,r,o=0){const{x:i,y:s,angle:a}=t.sampleAtDistance(e),l=Math.cos(a),u=Math.sin(a),c=r/2;return[n*l,n*u,-n*u,n*l,i-n*l*c-o*u,s-n*u*c+o*l]}function ao(t){var e;const n=Sr(t);if("animated"===n.kind&&n.keyframes.length>=2){const t=[...n.keyframes].sort((t,e)=>(Number(t.time)||0)-(Number(e.time)||0)),e=t.map(t=>Number(t.time)||0),r=t.map(t=>Number(t.value)||0);return{animated:!0,times:e,loop:n.loop,at(t){if(t<=e[0])return r[0];for(let n=1;n<e.length;n++)if(t<=e[n]){const o=e[n]-e[n-1],i=o>0?(t-e[n-1])/o:1;return r[n-1]+i*(r[n]-r[n-1])}return r[r.length-1]}}}const r="animated"===n.kind?Number(null==(e=n.keyframes[0])?void 0:e.value)||0:"static"===n.kind&&Number(n.value)||0;return{animated:!1,times:[],at:()=>r}}function lo(t,e){const n=m(10,e);return Math.round(t*n)/n}function uo(t){const e={};void 0!==t.fill&&(e.fill=t.fill),void 0!==t.stroke&&(e.stroke=t.stroke),void 0!==t.strokeWidth&&(e.strokeWidth=t.strokeWidth),void 0!==t.opacity&&(e.opacity=t.opacity);for(const n of Qr)void 0!==t[n]&&(e[n]=t[n]);return e}function co(t){return t?{[It]:"px-missing-glyph"}:{}}function fo(t,e,n){if(!t.length)return null==n||n.push("textGlyphs: nothing to render"),[];const r=new Map;for(const e of t){const t=JSON.stringify([e.paint,!!e.isMissing]),n=qr(e.glyphD,e.m),o=r.get(t);o?o.d+=n:r.set(t,{paint:e.paint,d:n,isMissing:e.isMissing})}const o=[];for(const{paint:t,d:n,isMissing:i}of r.values())o.push(e("path",v(v(v({d:n},uo(t)),co(i)),void 0!==t.animate?{animate:v({},t.animate)}:{}),[]));return o}function ho(t,e,n){const r={};for(const e of Object.keys(t))"type"!==e&&"children"!==e&&-1===Jr.indexOf(e)&&(r[e]=t[e]);if(r.style&&"object"==typeof r.style){const t=v({},r.style);delete t["white-space"],Object.keys(t).length?r.style=t:delete r.style}return n("g",r,e)}function po(t,e,n){if(!e)return t;delete t.transform;let r=t;return r=go(r,e.origin,!0),r=mo(r,"scale",e.scale),r=mo(r,"skew",e.skew),r=mo(r,"rotate",e.rotate),r=go(r,e.origin,!1),function(t){if(!t||"object"!=typeof t)return!1;const e=t;return!!e.autoOrient||Array.isArray(e.keyframes)&&e.keyframes.some(t=>t.tangentOut||t.tangentIn)}(e.translate)?(r=go(r,e.origin,!0),r=mo(r,"translate",e.translate),r=go(r,e.origin,!1)):r=mo(r,"translate",e.translate),r!==t&&t.id&&(r.id=t.id,delete t.id),r}function mo(t,e,n,r){if(void 0===n)return t;const o=Sr(n);if("static"===o.kind)return{type:"g",transform:{value:Mr(e,o.value,void 0)},children:[t]};if("animated"===o.kind){const n={keyframes:o.keyframes.map(t=>Nr(t,Mr(e,t.value,void 0)))};return o.autoOrient&&(n.autoOrient=!0),void 0!==o.loop&&(n.loop=o.loop),{type:"g",animate:{transform:n},children:[t]}}return t}function go(t,e,n){if(void 0===e)return t;const r=Sr(e),o=t=>n?[-t[0],-t[1]]:t;if("absent"===r.kind)return t;if("static"===r.kind)return 0===r.value[0]&&0===r.value[1]?t:{type:"g",transform:{value:{translate:o(r.value)}},children:[t]};if("animated"===r.kind){const e={keyframes:r.keyframes.map(t=>Nr(t,{translate:o(t.value)}))};return void 0!==r.loop&&(e.loop=r.loop),{type:"g",animate:{transform:e},children:[t]}}return t}function vo(t,e,n){var r,o,i;if("use"===t.type&&"translate"===(null==(o=null==(r=t.effects)?void 0:r.clone)?void 0:o.without)){const r=Cr(t.effects.clone.source);"string"==typeof r&&r&&!e.contentRefInnerIds.has(r)&&e.contentRefInnerIds.set(r,n(r))}null==(i=t.children)||i.forEach(t=>vo(t,e,n))}function yo(t){const e=/translate\(([^)]*)\)/.exec(t);if(!e)return[0,0];const n=e[1].split(/[\s,]+/).filter(Boolean).map(Number);return[n[0]||0,n[1]||0]}function bo(t){if(!t||"object"!=typeof t)return!1;const e=t;return!!e.autoOrient||!!Array.isArray(e.keyframes)&&e.keyframes.some(t=>t.tangentOut||t.tangentIn)}function ko(t,e,n,r){if(!e)return t;const o=Ir(n,"grad"),i=function(t,e){const n={type:t.type===Wt?"radialGradient":"linearGradient",id:e};return t.type===Ut?(Ao(n,"x1","y1",t.start),Ao(n,"x2","y2",t.end)):(Ao(n,"cx","cy",t.center),function(t,e,n){const r=Sr(n);"absent"!==r.kind&&Pr(t,"r",r,{asString:!0})}(n,0,t.radius),Ao(n,"fx","fy",t.focal)),t.gradientUnits&&(n.gradientUnits=t.gradientUnits),t.spreadMethod&&(n.spreadMethod=t.spreadMethod),t.gradientTransform&&(n.gradientTransform=t.gradientTransform),n.children=function(t){var e,n;if(!t)return[];const r=Sr(t);if("absent"===r.kind)return[];if("static"===r.kind)return Array.isArray(r.value)?r.value.map(wo):[];const o=r.keyframes;if(!o.length)return[];const i=r.loop;let s=0;for(const t of o){const e=Ht(t);Array.isArray(e)&&e.length>s&&(s=e.length)}if(!s)return[];const a=Ht(o[0]),l=[];for(let t=0;t<s;t++){const r=null!=(n=null!=(e=null==a?void 0:a[t])?e:jo(o,0,t))?n:{offset:t/Math.max(1,s-1),color:"#000000"};l.push({offset:r.offset,color:r.color})}return l.map((t,e)=>function(t,e,n,r,o){var i;const s=[],a=[];let l=!1;for(const r of e){const o=Xt(r),u=Ht(r),c=null!=(i=null==u?void 0:u[n])?i:jo(e,e.indexOf(r),n);if(!c)continue;const f=Yt(r),d={time:o,value:c.color};void 0!==f&&(d.easing=f),s.push(d);const h={time:o,value:c.offset};void 0!==f&&(h.easing=f),a.push(h),c.offset!==t.offset&&(l=!0)}const u={type:"stop",offset:Oo(t.offset),stopColor:t.color},c={};return s.length&&(c.stopColor={keyframes:s},void 0!==o&&(c.stopColor.loop=o)),l&&a.length&&(c.offset={keyframes:a},void 0!==o&&(c.offset.loop=o)),Object.keys(c).length&&(u.animate=c),u}(t,o,e,0,i))}(t.stops),n}(e,o);return n.defs.push(i),t[r]="url(#"+o+")",t}function Ao(t,e,n,r){var o,i,s;const a=Sr(r);if("absent"===a.kind)return;if("static"===a.kind)return t[e]=String(a.value[0]),void(t[n]=String(a.value[1]));const l=t=>{const e={keyframes:a.keyframes.map(e=>{const n={time:e.time,value:Array.isArray(e.value)?e.value[t]:void 0};return void 0!==e.easing&&(n.easing=e.easing),n})};return void 0!==a.loop&&(e.loop=a.loop),e},u=null!=(o=t.animate)?o:{};u[e]=l(0),u[n]=l(1),t.animate=u;const c=null!=(s=a.base)?s:null==(i=a.keyframes[0])?void 0:i.value;Array.isArray(c)&&(t[e]=String(c[0]),t[n]=String(c[1]))}function wo(t){return{type:"stop",offset:Oo(t.offset),stopColor:t.color}}function jo(t,e,n){for(let r=e;r>=0;r--){const e=Ht(t[r]);if(null==e?void 0:e[n])return e[n]}for(let r=e+1;r<t.length;r++){const e=Ht(t[r]);if(null==e?void 0:e[n])return e[n]}}function Oo(t){return Math.round(1e3*t)/10+"%"}function xo(t){return"string"==typeof t?t:t&&"object"==typeof t&&"string"==typeof t.pathData?t.pathData:void 0}function Mo(t,e,n){if(!e)return t;const r=function(t,e){var n;const r=Sr(t);if("absent"!==r.kind)return"static"===r.kind?r.value:(e.warnings.push("transformBy.origin: animated origin approximated by its first keyframe"),null==(n=r.keyframes[0])?void 0:n.value)}(e.origin,n);let o=t;return o=So(o,"translate",e.translate,void 0),o=So(o,"rotate",e.rotate,r),o=So(o,"scale",e.scale,r),o}function So(t,e,n,r,o){if(void 0===n)return t;const i=Sr("scale"===e&&Array.isArray(n)?[n[0]/100,n[1]/100]:n);if("static"===i.kind)return{type:"g",transform:{value:Mr(e,Po(e,i.value),r)},children:[t]};if("animated"===i.kind){const n={keyframes:i.keyframes.map(t=>{const n=Nr(t,Mr(e,Po(e,t.value),r));return"translate"===e?v(v({},n),_o(t)):n})};return void 0!==i.loop&&(n.loop=i.loop),{type:"g",animate:{transform:n},children:[t]}}return t}function Po(t,e){return"translate"===t?[-e[0],-e[1]]:"rotate"===t?-e:[1/e[0],1/e[1]]}function _o(t){var e,n;const r={},o=null!=(e=t.tangentOut)?e:t.to,i=null!=(n=t.tangentIn)?n:t.ti;return Array.isArray(o)&&(r.tangentOut=[-o[0],-o[1]]),Array.isArray(i)&&(r.tangentIn=[-i[0],-i[1]]),r}function No(t){const e=t.animate&&"object"==typeof t.animate&&!Array.isArray(t.animate)?t.animate:void 0;return!(!e||!e.transform)}function zo(t){let e=0,n=0;for(const r of t)r.translate&&(e+=r.translate[0],n+=r.translate[1]);return[e,n]}function Do(t,e){let n=0,r=0;for(const o of t)if(o.translateKeyframes&&o.translateKeyframes.length){const t=Fo(o.translateKeyframes,e);n+=t[0],r+=t[1]}else o.translate&&(n+=o.translate[0],r+=o.translate[1]);return[n,r]}function Fo(t,e){if(e<=t[0].time)return t[0].value;if(e>=t[t.length-1].time)return t[t.length-1].value;for(let n=1;n<t.length;n++)if(e<=t[n].time){const r=t[n-1],o=t[n],i=(e-r.time)/(o.time-r.time);return[r.value[0]+(o.value[0]-r.value[0])*i,r.value[1]+(o.value[1]-r.value[1])*i]}return t[t.length-1].value}function Io(t,e){var n,r,o;const i=t.transform,s=t.animate&&"object"==typeof t.animate&&!Array.isArray(t.animate)?t.animate.transform:void 0;if(void 0===i&&!s)return;const a={};if("string"==typeof i){const t=function(t,e){const n=/([a-zA-Z]+)\s*\(([^)]*)\)/g;let r,o=0,i=0,s=!1,a=!1;for(;null!==(r=n.exec(t));){const t=r[1],e=r[2].split(/[\s,]+/).filter(t=>t.length>0).map(Number);"translate"===t?(o+=e[0]||0,i+=e[1]||0,s=!0):a=!0}return a&&e.warnings.push("maskedBy ancestor: non-translate transform in string ignored: "+t),s?[o,i]:void 0}(i,e);t&&(a.translate=t)}else if(i&&"object"==typeof i&&!i.keyframes){const t=i.value,n=t&&"object"==typeof t?t:i;n&&"object"==typeof n&&Array.isArray(n.translate)&&(a.translate=[n.translate[0]||0,n.translate[1]||0]),!n||void 0===n.rotate&&void 0===n.scale&&void 0===n.skew||e.warnings.push("maskedBy ancestor: non-translate transform parts ignored (rotate/scale not yet supported)")}if(s&&Array.isArray(s.keyframes)){const t=s.keyframes,i=[];for(const s of t){const t=null!=(n=s.value)?n:s.v,a=null!=(o=null!=(r=s.time)?r:s.t)?o:0;t&&"object"==typeof t&&Array.isArray(t.translate)&&(i.push({time:a,value:[t.translate[0]||0,t.translate[1]||0]}),void 0===t.rotate&&void 0===t.scale&&void 0===t.skew||e.warnings.push("maskedBy ancestor: animated non-translate parts ignored"))}i.length&&(a.translateKeyframes=i)}return a.translate||a.translateKeyframes?a:void 0}function Co(t,e,n){if(!e)return;const r=Cr(e.source);if(!r)return void(e.without===Mt&&n.errors.push("clone: content ref missing `source`"));const o=e.without===Mt&&n.contentRefInnerIds.get(r)||r;t.href="#"+o}function To(t,e){const n={};return void 0!==t.translate&&(n.translate=Ro(t.translate,t=>[t[0]*e,t[1]*e])),void 0!==t.rotate&&(n.rotate=Ro(t.rotate,t=>t*e)),void 0!==t.skew&&(n.skew=Ro(t.skew,t=>t*e)),void 0!==t.scale&&(n.scale=function(t,e){return Ro(t,t=>[Math.pow(t[0],e),Math.pow(t[1],e)],!0)}(t.scale,e)),void 0!==t.origin&&(n.origin=t.origin),Object.keys(n).length?n:void 0}function Ro(t,e,n=!1){const r=Sr(t);if("absent"===r.kind)return t;if("static"===r.kind){const o=e(r.value);return"number"!=typeof t&&!Array.isArray(t)||n?{value:o}:o}const o={keyframes:r.keyframes.map(t=>t&&void 0!==t.value?y(v({},t),{value:e(t.value)}):t)};return void 0!==r.loop&&(o.loop=r.loop),void 0!==r.autoOrient&&(o.autoOrient=r.autoOrient),void 0!==r.base&&(o.value=e(r.base)),o}function Eo(t){var e,n;return{start:null!=(e=t.start)?e:0,stretch:null!=(n=t.stretch)?n:1}}function Lo(t,e,n){const[r,o]=e;if(!Number.isFinite(r)||!Number.isFinite(o))return void n.warnings.push("retime: timeCrop is not a pair of finite numbers — ignored");const i=o<=r?[{time:0,value:0}]:[...r>0?[{time:Math.max(0,r-1),value:0}]:[],{time:Math.max(0,r),value:1},{time:o,value:1},{time:o+1,value:0}],s=v({},t);for(const e of Object.keys(t))delete t[e];t.type="g",t.children=[s],t.animate={opacity:{keyframes:i}}}function Uo(t,e){return{start:e.start+e.stretch*t.start,stretch:e.stretch*t.stretch}}function Wo(t){var e,n;return null==(n=null==(e=t.effects)?void 0:e.clone)?void 0:n.retime}function Bo(t){var e;const n=null==(e=t.effects)?void 0:e.clone;n&&(delete n.retime,0===Object.keys(n).length&&delete t.effects.clone,t.effects&&0===Object.keys(t.effects).length&&delete t.effects)}function Vo(t,e,n){const r=Cr(t.href);if(!r)return void n.errors.push("retime: <use> has no href to follow");const o=Go(r,e,n,new Set);o&&(t.href="#"+o)}function Go(t,e,n,r){if(r.has(t))return void n.errors.push('retime: loop via "'+t+'"');const o=n.idMap.get(t);if(!o)return void n.warnings.push('retime: target "'+t+'" not found');const i=Rr(o);if(function(t,e){Dr(t,()=>Ir(e,"retimed"))}(i,n),"use"===o.type?Ko(i,e.start,e.stretch):Zo(i,e.start,e.stretch),Bo(i),"use"===o.type&&o.href){const s=Cr(o.href);if(s){const a=Wo(o),l=a?Uo(Eo(a),e):e,u=new Set(r);u.add(t);const c=Go(s,l,n,u);c&&(i.href="#"+c)}}else!function(t,e,n,r,o){const i=t=>{var s;const a=Wo(t);if("use"===t.type&&a&&t.href){const i=Cr(t.href);if(i){const s=Uo(Eo(a),e),l=new Set(r);l.add(o);const u=Go(i,s,n,l);u&&(t.href="#"+u)}Bo(t)}null==(s=t.children)||s.forEach(i)};i(t)}(i,e,n,r,t);return n.defs.push(i),"string"==typeof i.id&&n.idMap.set(i.id,i),"string"==typeof i.id?i.id:void 0}function Zo(t,e,n){var r;Ko(t,e,n),null==(r=t.children)||r.forEach(t=>Zo(t,e,n))}function Ko(t,e,n){const r=t=>{for(const r of t)"number"==typeof r.time&&(r.time=e+r.time*n)};if(t.transform&&"object"==typeof t.transform&&Array.isArray(t.transform.keyframes)&&r(t.transform.keyframes),t.animate&&"object"==typeof t.animate)for(const e of Object.keys(t.animate)){const n=t.animate[e];n&&Array.isArray(n.keyframes)&&r(n.keyframes)}}function qo(t,e){const n=y(v({},t),{type:"g",children:e});return delete n.d,delete n.strokeDasharray,delete n.strokeDashoffset,delete n.effects,n}function Jo(t,e,n,r,o,i,s,a){const l=Xo(r,n,o),u=Ho(n,o),c=$o(i,l),f=$o(s,u),d=ni(s),h={type:"path",d:He(e)};return ti(h,"strokeDasharray",f),ti(h,"strokeDashoffset",c),ti(h,"strokeOpacity",d),[h]}var Qo=1;function Xo(t,e,n){const[r]=Yo(n);return n=>e*(-n-r+t)+Qo}function Ho(t,e){const[n,r]=Yo(e),o=r-n+1;return e=>{const n=An(e[0],0,1),r=An(e[1],0,1),i=Math.min(n,r),s=Math.max(n,r),a=[0];let l=Qo;for(let e=0;e<o;e++)a.push(l+i*t),a.push((s-i)*t),l=(1-s)*t;return a.push(l+Qo),a}}function Yo(t){return[Math.floor(Math.min(-t[0],-t[1])),Math.ceil(Math.max(-t[0],-t[1]))]}function $o(t,e){if("absent"!==t.kind)return"static"===t.kind?{kind:"static",value:e(t.value)}:{kind:"animated",keyframes:t.keyframes.map(t=>({time:Xt(t),value:e(Ht(t)),easing:Yt(t)})),loop:t.loop}}function ti(t,e,n){n&&Pr(t,e,n)}var ei=10;function ni(t){const e=t=>t[0]===t[1];if("absent"===t.kind)return;if("static"===t.kind)return e(t.value)?{kind:"static",value:0}:void 0;const n=t.keyframes;let r=!1,o=!0;for(const t of n)e(Ht(t))?r=!0:o=!1;if(!r)return;if(o)return{kind:"static",value:0};const i=[];for(let t=0;t<n.length;t++){const r=n[t],o=t>0?n[t-1]:void 0,s=t<n.length-1?n[t+1]:void 0,a=Xt(r),l=e(Ht(r)),u=o?l&&e(Ht(o)):l,c=s?l&&e(Ht(s)):l;u&&!c?(i.push({time:a,value:0}),i.push({time:a+ei,value:1})):!u&&c&&(i.push({time:a-ei,value:1}),i.push({time:a,value:0}))}return i.length<=1?void 0:{kind:"animated",keyframes:i}}function ri(t,e){const n=n=>{const r=(n-t.time)/(e.time-t.time),o=t.value[0]+(e.value[0]-t.value[0])*r;return t.value[1]+(e.value[1]-t.value[1])*r-o};let r=t.time,o=e.time,i=n(r);if(0===i)return r;const s=n(o);if(0===s)return o;if(i*s>0)return null;for(let t=0;t<100;t++){const t=(r+o)/2,e=n(t);if(0===e||Math.abs(o-r)<1e-4)return t;i*e<0?o=t:(r=t,i=e)}return(r+o)/2}function oi(t,e){if(e<=t[0].time)return t[0].value;if(e>=t[t.length-1].time)return t[t.length-1].value;for(let n=1;n<t.length;n++)if(e<=t[n].time){const r=t[n-1],o=t[n],i=(e-r.time)/(o.time-r.time);return[r.value[0]+(o.value[0]-r.value[0])*i,r.value[1]+(o.value[1]-r.value[1])*i]}return t[t.length-1].value}function ii(t){const e=t.v;if(!e||e.length<2)return 0;let n=0;for(let r=0;r<e.length-1;r++)n+=si(t,r,r+1);return t.c&&e.length>1&&(n+=si(t,e.length-1,0)),n}function si(t,e,n){var r,o,i,s;const a=t.v,l=a[e],u=a[n],c=Mn(l,null!=(o=null==(r=t.o)?void 0:r[e])?o:l,null!=(s=null==(i=t.i)?void 0:i[n])?s:u,u);return c.ds[c.ds.length-1]}var ai=.5522847498307936;function li(t){var e,n;const r={defs:[],warnings:[],errors:[],idMap:new Map,nextId:0,contentRefInnerIds:new Map,maskAncestorChains:new Map,engine:ft(null==(e=Vt(t))?void 0:e.engine),glyphs:null==(n=Kt(t))?void 0:n.fonts},o=Rr(t);Tr(o,r.idMap),vo(o,r,()=>Ir(r,"inner")),function(t,e){const n=new Set,r=t=>{var o,i;const s=Cr(null==(i=null==(o=t.effects)?void 0:o.maskedBy)?void 0:i.source);if("string"==typeof s){n.add(t);const r=e.idMap.get(s);r&&n.add(r)}if(Array.isArray(t.children))for(const e of t.children)r(e)};if(r(t),0===n.size)return;const o=(t,r)=>{if(n.has(t)&&e.maskAncestorChains.set(t,r),Array.isArray(t.children)){const n=Io(t,e),i=n?[...r,n]:r;for(const e of t.children)o(e,i)}};o(t,[])}(o,r);const i=function(t,e){return function(t,e){e.idMap.clear(),Tr(t,e.idMap);const n=[],r=t=>{var e;Wo(t)&&n.push(t),null==(e=t.children)||e.forEach(r)};r(t);const o=new Map;for(const t of n){let n=0;const r=new Set,i=o=>{var s;if(o){if(o!==t&&Wo(o)&&n++,"use"===o.type&&o.href){const t=Cr(o.href);t&&!r.has(t)&&(r.add(t),i(e.idMap.get(t)))}null==(s=o.children)||s.forEach(i)}},s=Cr(t.href);s&&(r.add(s),i(e.idMap.get(s))),o.set(t,n)}n.sort((t,e)=>{var n,r;return(null!=(n=o.get(e))?n:0)-(null!=(r=o.get(t))?r:0)});for(const t of n){const n=Wo(t);if(!n)continue;const r=n.timeCrop;Bo(t),Vo(t,Eo(n),e),r&&Lo(t,r,e)}}(t,e),t}(ui(o,r),r);return function(t,e){e.length&&(t.children||(t.children=[])).unshift({type:"defs",children:e})}(i,r.defs),{root:i,defs:r.defs,warnings:r.warnings,errors:r.errors}}function ui(t,e){t.children&&(t.children=t.children.map(t=>ui(t,e)));const n=t.effects,r="string"==typeof t.id?t.id:void 0,o=r?e.contentRefInnerIds.get(r):void 0;if(!n&&!o)return t;const{transformBy:i,repeater:s,maskedBy:a,clipPath:l,strokeTrim:u,clone:c,fillGradient:f,strokeGradient:d,textPath:h,text:p}=null!=n?n:{};n&&delete t.effects;let m=t,g=!1;if(null==p?void 0:p.useGlyphs)if(h){const t="string"==typeof h.pathData?h.pathData:void 0,n=function(t,e,n,r,o,i){return e.glyphs?function(t,e,n,r,o,i){const{glyphs:s,create:a=Br,warnings:l}=r,u=e?xr(e):null;if(!u)return null==l||l.push("textGlyphs: unparsable along-path geometry"),null;const c=oo(s),{cells:f,width:d}=function(t,e,n,r){const o=[];let i=0;const s=(t,a)=>{var l,u;const c=to(t,a),f=Yr(t[Ft]);if(f&&!(null==(l=t.children)?void 0:l.length)){const t=ro(c,e,n,r);if(t){const e=c.fontSize/t.unitsPerEm,n=null!=(u=t.ascent)?u:.9*t.unitsPerEm,r=no(c);for(let s=0;s<f.length;s++){const a=f.charAt(s),l=t.glyphs[a];if(l&&l.pathData){const t=l.width*e;o.push({glyphD:l.pathData,widthEm:l.width,scale:e,paint:r,midBase:i+t/2}),i+=t}else if(/\S/.test(a)){const s=l&&l.width>0?l.width:.6*t.unitsPerEm,a=s*e;o.push({glyphD:io(s,n),widthEm:s,scale:e,paint:r,isMissing:!0,midBase:i+a/2}),i+=a}else i+=(l?l.width:0)*e;i+=c.letterSpacing+(" "===a?c.wordSpacing:0)}}}if(t.children)for(const e of t.children)s(e,c)};return s(t,eo(t)),{cells:o,width:i}}(t,s,c,l);if(!f.length)return ho(t,[],a);const{along:h,perp:p}=function(t){var e,n,r;return{along:(null!=(e=Hr(t.x))?e:0)+(null!=(n=Hr(t.dx))?n:0),perp:null!=(r=Hr(t.dy))?r:0}}(t),m=ao(n),g=ao(o),b=t=>t>0&&d>0?t/d:1,k="clip"===i&&!u.closed;if(m.animated||g.animated){const e=function(t,e){const n=[...t,...e].sort((t,e)=>t-e),r=[];for(const t of n)r.length&&t===r[r.length-1]||r.push(t);return r}(m.times,g.times),n=(t,e)=>h+m.at(e)+b(g.at(e))*t.midBase,r=m.animated?m.loop:g.loop;return ho(t,function(t,e,n,r,o,i,s,a=0){const l=Math.max(e.totalLength/48,.5),u=t=>t>=0&&t<=e.totalLength,c=[];for(const f of t){const t=[f.scale,0,0,f.scale,-f.scale*(f.widthEm/2),0],d=qr(f.glyphD,t),h=(t,n)=>{const{x:r,y:o,angle:i}=e.sampleAtDistance(t),s=Math.cos(i),l=Math.sin(i);return{time:n,value:{translate:[lo(r-a*l,3),lo(o+a*s,3)],rotate:lo(180*i/Math.PI,3)}}},p=[],m=[],g=(t,e)=>{p.push(h(t,e)),s&&m.push({time:e,value:u(t)?1:0})};g(n(f,r[0]),r[0]);for(let t=1;t<r.length;t++){const e=r[t-1],o=r[t],i=n(f,e),s=n(f,o),a=Math.min(64,Math.max(1,Math.ceil(Math.abs(s-i)/l)));for(let t=1;t<=a;t++){const r=e+t/a*(o-e);g(n(f,r),r)}}Kn(p);const b={keyframes:p};void 0!==o&&(b.loop=o);const k={transform:b};if(f.paint.animate&&Object.assign(k,f.paint.animate),s&&m.some(t=>0===t.value)){const t={keyframes:m};void 0!==o&&(t.loop=o),k.opacity=t}c.push(i("path",y(v(v({d:d},uo(f.paint)),co(f.isMissing)),{animate:k}),[]))}return c}(f,u,n,e,r,a,k,p),a)}const A=b(g.at(0)),w=h+m.at(0);return ho(t,fo((k?f.filter(t=>{const e=w+t.midBase*A;return e>=0&&e<=u.totalLength}):f).map(t=>({glyphD:t.glyphD,paint:t.paint,isMissing:t.isMissing,m:so(u,w+t.midBase*A,t.scale,t.widthEm,p)})),a,l),a)}(t,n,r,{glyphs:e.glyphs,warnings:e.warnings},o,i):(e.warnings.push("textGlyphs: no definitions.fonts"),null)}(m,e,t,h.startOffset,h.textLength,h.pathOverflow);n&&(m=n,g=!0)}else m=function(t,e,n){return(null==e?void 0:e.useGlyphs)?n.glyphs?function(t,e){var n,r,o;const{glyphs:i,create:s=Br,warnings:a}=e,l=oo(i),u={x:null!=(n=Hr(t.x))?n:0,y:null!=(r=Hr(t.y))?r:0},c=[],f=[{start:u.x,end:u.x}];let d=0;const h=(t,e)=>{var n;const r=ro(e,i,l,a),o=(null==r?void 0:r.unitsPerEm)||1e3,s=e.fontSize/o,h=null!=(n=null==r?void 0:r.ascent)?n:.9*o,p=no(e);for(let n=0;n<t.length;n++){const i=t.charAt(n),a=null==r?void 0:r.glyphs[i];if(a&&a.pathData)c.push({glyphD:a.pathData,m:[s,0,0,s,u.x,u.y],paint:p,line:d,x:u.x,y:u.y,scale:s}),u.x+=a.width*s;else if(/\S/.test(i)){const t=a&&a.width>0?a.width:.6*o;c.push({glyphD:io(t,h),m:[s,0,0,s,u.x,u.y],paint:p,isMissing:!0,line:d,x:u.x,y:u.y,scale:s}),u.x+=t*s}else u.x+=(a?a.width:0)*s;u.x+=e.letterSpacing+(" "===i?e.wordSpacing:0),f[d].end=u.x}},p=(t,e)=>{var n,r,o;const i=to(t,e),s=Hr(t.x),a=Hr(t.y);void 0!==s&&(u.x=s,d=f.length,f.push({start:u.x,end:u.x})),void 0!==a&&(u.y=a),u.x+=null!=(n=Hr(t.dx))?n:0,u.y+=null!=(r=Hr(t.dy))?r:0;const l=Yr(t[Ft]);if(l&&!(null==(o=t.children)?void 0:o.length)&&h(l,i),t.children)for(const e of t.children)p(e,i)},m=eo(t);if(t.children)for(const e of t.children)p(e,m);const g=Yr(t[Ft]);g&&!(null==(o=t.children)?void 0:o.length)&&h(g,m);const v=Yr(t.textAnchor);if("middle"===v||"end"===v)for(const t of c){const e=f[t.line].end-f[t.line].start,n="middle"===v?-e/2:-e;t.m=[t.scale,0,0,t.scale,t.x+n,t.y]}return ho(t,fo(c,s,a),s)}(t,{glyphs:n.glyphs,warnings:n.warnings}):(n.warnings.push("textGlyphs: no definitions.fonts — left as native <text>"),t):t}(m,p,e),g=!0;return g||(m=function(t,e,n){var r;if(!e||"string"!=typeof e.pathData||!e.pathData)return t;const o=Ir(n,"tpath"),{d:i,startShift:s}=function(t,e){var n;if("clip"===e.pathOverflow)return{d:t,startShift:0};const r=xr(t);if(!r||r.closed||r.totalLength<=0)return{d:t,startShift:0};const o=r.totalLength,i=.15*o,s=Er(e.startOffset),a=Er(e.textLength).max||(null!=(n=e.advance)?n:0),l=Math.max(0,-s.min),u=Math.max(0,s.max+a-o),c=l>0?l+i:0,f=u>0?u+i:0;if(f<=0&&c<=0)return{d:t,startShift:0};const d=r.sampleAtDistance(0),h=r.sampleAtDistance(o);let p=t;if(c>0){const e=d.x-Math.cos(d.angle)*c,n=d.y-Math.sin(d.angle)*c,r=t.replace(/^\s*[Mm]\s*-?[\d.]+[\s,]+-?[\d.]+/,"");p="M"+Ur(e)+","+Ur(n)+"L"+Ur(d.x)+","+Ur(d.y)+r}if(f>0){const t=h.x+Math.cos(h.angle)*f,e=h.y+Math.sin(h.angle)*f;p+="L"+Ur(t)+","+Ur(e)}return{d:p,startShift:c}}(e.pathData,{pathOverflow:e.pathOverflow,startOffset:e.startOffset,textLength:e.textLength,advance:Lr(t)});n.defs.push({type:"path",id:o,d:i});const a={type:"textPath",href:"#"+o,children:null!=(r=t.children)?r:[]};return void 0!==e.lengthAdjust&&(a.lengthAdjust=e.lengthAdjust),void 0!==e.method&&(a.method=e.method),void 0!==e.spacing&&(a.spacing=e.spacing),Wr(a,"startOffset",function(t,e){if(!e||null==t)return t;const n=Sr(t);if("absent"===n.kind)return t;if("static"===n.kind)return"number"==typeof t?n.value+e:{value:n.value+e};const r={keyframes:n.keyframes.map(t=>y(v({},t),{value:(Number(t.value)||0)+e}))};return void 0!==n.loop&&(r.loop=n.loop),void 0!==n.autoOrient&&(r.autoOrient=n.autoOrient),void 0!==n.base&&(r.value=n.base+e),r}(e.startOffset,s)),Wr(a,"textLength",e.textLength),t.children=[a],t}(m,h,e)),m=function(t,e,n){return ko(t,e,n,"fill")}(m,f,e),m=function(t,e,n){return ko(t,e,n,"stroke")}(m,d,e),m=function(t,e){if(!e)return t;const n=e.subPaths===Dt,r=[],o=t=>{if(Array.isArray(t.children)&&t.children.length>0){for(const e of t.children)o(e);return}const e="string"==typeof t.d?t.d:function(t){var e,n,r,o,i,s,a,l,u,c;if("rect"===t.type){const i=Number(null!=(e=t.x)?e:0),s=Number(null!=(n=t.y)?n:0),a=Number(null!=(r=t.width)?r:0),l=Number(null!=(o=t.height)?o:0);return"M"+(i+a)+","+s+"L"+(i+a)+","+(s+l)+"L"+i+","+(s+l)+"L"+i+","+s+"L"+(i+a)+","+s+"z"}if("ellipse"===t.type||"circle"===t.type){const e=Number(null!=(i=t.cx)?i:0),n=Number(null!=(s=t.cy)?s:0),r="circle"===t.type?Number(null!=(a=t.r)?a:0):Number(null!=(l=t.rx)?l:0),o="circle"===t.type?Number(null!=(u=t.r)?u:0):Number(null!=(c=t.ry)?c:0);if(!(r>0&&o>0))return;const f=r*ai,d=o*ai,h=(t,e,n,r,o,i)=>"C"+t+","+e+" "+n+","+r+" "+o+","+i;return"M"+(e+r)+","+n+h(e+r,n+d,e+f,n+o,e,n+o)+h(e-f,n+o,e-r,n+d,e-r,n)+h(e-r,n-d,e-f,n-o,e,n-o)+h(e+f,n-o,e+r,n-d,e+r,n)+"z"}}(t);if(void 0===e)return;const n=ar(e);if(!n.length)return;const i={leaf:t,subpaths:[]};for(const t of n){const e=ii(t);i.subpaths.push({subpath:t,lengthPx:e,startOffsetPx:0})}r.push(i)};if(o(t),!r.length)return t;let i=0;const s=n?[...r].reverse():r;for(const t of s)for(const e of t.subpaths)n||(i=0),e.startOffsetPx=i,i+=e.lengthPx;const a=i;if(n&&a<.001)return t;const l=Sr(e.offset),u="absent"===l.kind?{kind:"static",value:0}:l,c=function(t){const e=Sr(t);if("animated"!==e.kind)return e;const n=e.keyframes.map(t=>({time:Xt(t),value:Ht(t),easing:Yt(t)}));if(!n.some(t=>t.value[0]>t.value[1]))return{kind:"animated",keyframes:n.map(t=>({time:t.time,value:t.value,easing:t.easing}))};const r=[];for(let t=1;t<n.length;t++){const e=n[t-1],o=n[t];if((e.value[1]-e.value[0])*(o.value[1]-o.value[0])<0){const t=ri(e,o);null!==t&&t>e.time&&t<o.time&&r.push(Math.round(t))}}const o=Array.from(new Set(r)).sort((t,e)=>t-e),i=[];let s=0;for(const t of n){for(;s<o.length&&o[s]<t.time;){const t=o[s++],e=oi(n,t),r=(e[0]+e[1])/2;i.push({time:t,value:[r,r]})}const e=t.value[0]>t.value[1]?[t.value[1],t.value[0]]:t.value;i.push({time:t.time,value:e,easing:t.easing})}for(;s<o.length;){const t=o[s++],e=oi(n,t),r=(e[0]+e[1])/2;i.push({time:t,value:[r,r]})}return{kind:"animated",keyframes:i}}(e.range),f="absent"===c.kind?{kind:"static",value:[0,1]}:c,d=function(t){if("absent"===t.kind)return[];if("static"===t.kind)return[t.value];const e=[];for(const n of t.keyframes){const t=Ht(n);"number"==typeof t&&e.push(t)}return e}(u),h=[d.length?Math.min(...d):0,d.length?Math.max(...d):0];if(1===r.length&&r[0].leaf===t&&1===r[0].subpaths.length){const e=r[0],o=e.subpaths[0],i=n?a:o.lengthPx;if(i<.001)return t;const s=n?o.startOffsetPx/i:0;return function(t,e,n,r,o,i){const s=Xo(n,e,r),a=Ho(e,r),l=v({},t);return delete l.effects,ti(l,"strokeDasharray",$o(i,a)),ti(l,"strokeDashoffset",$o(o,s)),ti(l,"strokeOpacity",ni(i)),l}(e.leaf,i,s,h,u,f)}const p=new Map;for(const t of r){const e=[];for(const r of t.subpaths){const o=n?a:r.lengthPx;if(o<.001)continue;const i=n?r.startOffsetPx/o:0;e.push(...Jo(t.leaf,r.subpath,o,i,h,u,f))}p.set(t.leaf,qo(t.leaf,e))}const m=t=>p.get(t)||(Array.isArray(t.children)&&t.children.length>0?y(v({},t),{children:t.children.map(m)}):t);return m(t)}(m,u),m=function(t,e,n){var r,o;if(!e)return t;const i=null!=(r=e.copies)?r:1;if(i<1)return n.errors.push("repeater.copies invalid: "+e.copies),t;const s=t.transform,a=null==(o=t.animate)?void 0:o.transform,l=Rr(t);delete l.transform,l.animate&&(delete l.animate.transform,0===Object.keys(l.animate).length&&delete l.animate),delete l.id;const u=[l];for(let t=1;t<i;t++){const n=Rr(l),r=To(e,t),o=r?po(n,r):n;u.push(o)}const c={type:"g",children:u};return t.id&&(c.id=t.id),void 0!==s&&(c.transform=s),void 0!==a&&(c.animate={transform:a}),c}(m,s,e),m=function(t,e,n,r){if(!e)return t;const o=Cr(e.source);if(!o)return r.errors.push("maskedBy.source missing — cannot build mask"),t;const i=Ir(r,"mask");let s={type:"use",href:"#"+o};if(n)s=Mo(s,n,r);else if(No(t))s=function(t,e){var n;const r=e.animate&&"object"==typeof e.animate&&!Array.isArray(e.animate)?e.animate:void 0,o=null==r?void 0:r.transform,i=o&&"object"==typeof o&&Array.isArray(o.keyframes)?o.keyframes:void 0;if(!i||!i.length)return t;const s=[],a=[],l=[];for(const t of i){const e=(null!=(n=t.value)?n:t.v)||{},r=Nr(t,void 0);if(Array.isArray(e.translate)&&s.push(y(v(v({},r),_o(t)),{value:{translate:[-e.translate[0],-e.translate[1]]}})),"number"==typeof e.rotate){const t={rotate:-e.rotate};Array.isArray(e.origin)&&(t.origin=[e.origin[0],e.origin[1]]),a.push(y(v({},r),{value:t}))}if(Array.isArray(e.scale)){const t={scale:[1/e.scale[0],1/e.scale[1]]};Array.isArray(e.origin)&&(t.origin=[e.origin[0],e.origin[1]]),l.push(y(v({},r),{value:t}))}}const u=null==o?void 0:o.loop,c=t=>{const e={keyframes:t};return void 0!==u&&(e.loop=u),e};let f=t;return s.length&&(f={type:"g",animate:{transform:c(s)},children:[f]}),a.length&&(f={type:"g",animate:{transform:c(a)},children:[f]}),l.length&&(f={type:"g",animate:{transform:c(l)},children:[f]}),f}(s,t);else{const e=function(t){if("string"==typeof t.transform){const e=function(t){var e,n,r,o,i,s,a,l,u,c,f,d,h;const p=/([a-zA-Z]+)\s*\(([^)]*)\)/g;let m;const g=[];for(;null!==(m=p.exec(t));){const t=m[2].split(/[\s,]+/).filter(t=>t.length>0).map(Number);g.push({name:m[1],args:t})}if(!g.length)return;const v=g[g.length-1];if("translate"===v.name)for(let t=g.length-2;t>=0;t--){const c=g[t];if("translate"!==c.name)continue;const f=null!=(e=c.args[0])?e:0,d=null!=(n=c.args[1])?n:0,h=null!=(r=v.args[0])?r:0,p=null!=(o=v.args[1])?o:0;if(h!==-f||p!==-d)continue;const m={};m.origin=[f,d];for(let e=0;e<t;e++)if("translate"===g[e].name){const t=null!=(i=g[e].args[0])?i:0,n=null!=(s=g[e].args[1])?s:0;m.translate=m.translate?[m.translate[0]+t,m.translate[1]+n]:[t,n]}for(let e=t+1;e<g.length-1;e++){const t=g[e];if("rotate"===t.name)m.rotate=(null!=(a=m.rotate)?a:0)+(null!=(l=t.args[0])?l:0);else if("scale"===t.name){const e=null!=(u=t.args[0])?u:1,n=t.args.length>1?t.args[1]:e;m.scale=m.scale?[m.scale[0]*e,m.scale[1]*n]:[e,n]}}return m}let y,b,k;for(const t of g)if("translate"===t.name){const e=null!=(c=t.args[0])?c:0,n=null!=(f=t.args[1])?f:0;y=y?[y[0]+e,y[1]+n]:[e,n]}else if("rotate"===t.name)b=(null!=b?b:0)+(null!=(d=t.args[0])?d:0);else if("scale"===t.name){const e=null!=(h=t.args[0])?h:1,n=t.args.length>1?t.args[1]:e;k=k?[k[0]*e,k[1]*n]:[e,n]}const A={};return y&&(A.translate=y),void 0!==b&&(A.rotate=b),k&&(A.scale=k),Object.keys(A).length?A:void 0}(t.transform);if(!e)return;const n={};return e.translate&&(n.translate=e.translate),void 0!==e.rotate&&(n.rotate=e.rotate),e.scale&&(n.scale={value:e.scale}),e.origin&&(n.origin=e.origin),Object.keys(n).length?n:void 0}if(t.transform&&"object"==typeof t.transform&&!t.transform.keyframes){const e=t.transform.value,n=e&&"object"==typeof e?e:t.transform;if(n&&"object"==typeof n){const t={};return Array.isArray(n.translate)&&(t.translate=n.translate),"number"==typeof n.rotate&&(t.rotate=n.rotate),"number"==typeof n.skew&&(t.skew=n.skew),Array.isArray(n.scale)&&(t.scale={value:n.scale}),Array.isArray(n.origin)&&(t.origin=n.origin),Object.keys(t).length?t:void 0}}}(t);e&&(s=Mo(s,e,r))}const a=void 0===n&&!function(t){return"string"==typeof t.transform||!(!t.transform||"object"!=typeof t.transform)||No(t)}(t);s=function(t,e,n,r,o){const i=r.idMap.get(n),s=r.maskAncestorChains.get(e)||[],a=o?Io(e,r):void 0,l=a?[...s,a]:s,u=i&&r.maskAncestorChains.get(i)||[];if(!l.length&&!u.length)return t;const c=new Set;for(const t of l)if(t.translateKeyframes)for(const e of t.translateKeyframes)c.add(e.time);for(const t of u)if(t.translateKeyframes)for(const e of t.translateKeyframes)c.add(e.time);if(!(c.size>0)){const e=zo(l),n=zo(u),r=n[0]-e[0],o=n[1]-e[1];return 0===r&&0===o?t:{type:"g",transform:"translate("+r+","+o+")",children:[t]}}return{type:"g",animate:{transform:{keyframes:Array.from(c).sort((t,e)=>t-e).map(t=>{const e=Do(l,t),n=Do(u,t);return{time:t,value:{translate:[n[0]-e[0],n[1]-e[1]]}}})}},children:[t]}}(s,t,o,r,a);const l={type:"mask",id:i,children:[s]};return e.maskType&&(l.maskType=e.maskType),e.maskUnits&&(l.maskUnits=e.maskUnits),e.maskContentUnits&&(l.maskContentUnits=e.maskContentUnits),void 0!==e.x&&(l.x=String(e.x)),void 0!==e.y&&(l.y=String(e.y)),void 0!==e.width&&(l.width=String(e.width)),void 0!==e.height&&(l.height=String(e.height)),r.defs.push(l),t.mask="url(#"+i+")",t}(m,a,i,e),m=function(t,e,n){if(!(null==e?void 0:e.pathData))return t;const r=Ir(n,"clip"),o={type:"path"},i=Sr(e.pathData);return"absent"!==i.kind&&("static"===i.kind?o.d=xo(i.value):(Pr(o,"d",i),void 0!==o.d&&(o.d=xo(o.d)))),n.defs.push({type:"clipPath",id:r,children:[o]}),t.clipPath="url(#"+r+")",t}(m,l,e),o?(Co(m,c,e),m=function(t,e,n,r){const o=function(t,e){var n,r,o;const i={};let s=!1;const a=null==(n=t.animate)?void 0:n.transform;if(a&&"object"==typeof a&&Array.isArray(a.keyframes)){const e=a.keyframes;if(e.some(t=>t.value&&t.value.translate)){const n=bo(a),r={keyframes:e.map(t=>{const e=t.value||{},r={};void 0!==e.translate&&(r.translate=e.translate),n&&void 0!==e.origin&&(r.origin=e.origin);const o={value:r};return void 0!==t.time&&(o.time=t.time),void 0!==t.easing&&(o.easing=t.easing),void 0!==t.tangentOut&&(o.tangentOut=t.tangentOut),void 0!==t.tangentIn&&(o.tangentIn=t.tangentIn),o})};a.autoOrient&&(r.autoOrient=!0);const o=a.loop;void 0!==o&&(r.loop=o),i.animate={transform:r};const l=e.some(t=>{const e=t.value||{};return void 0!==e.rotate||void 0!==e.scale}),u=e.map(t=>{const e=t.value||{},r={};void 0!==e.rotate&&(r.rotate=e.rotate),void 0!==e.scale&&(r.scale=e.scale),void 0===e.origin||n&&!l||(r.origin=e.origin);const o={value:r};return void 0!==t.time&&(o.time=t.time),void 0!==t.easing&&(o.easing=t.easing),o});if(u.every(t=>0===Object.keys(t.value).length))delete t.animate.transform,t.animate&&0===Object.keys(t.animate).length&&delete t.animate;else{const e={keyframes:u};void 0!==o&&(e.loop=o),t.animate.transform=e}s=!0}}const l=void 0!==(null==e?void 0:e.translate),u=s||l,c=s&&bo((null==(r=t.animate)?void 0:r.transform)||void 0)||s&&bo((null==(o=i.animate)?void 0:o.transform)||void 0);if("string"==typeof t.transform){const e=function(t){const e=[],n=/(translate|rotate|scale|matrix|skewX|skewY)\(([^)]*)\)/g;let r;for(;r=n.exec(t);)e.push({name:r[1],full:r[0]});if(!e.length)return{rest:t||void 0};if(e.every(t=>"translate"===t.name))return{translate:e.map(t=>t.full).join("")};const o=e[0],i=e[e.length-1];if("translate"===i.name&&"translate"===o.name){const n=yo(i.full),r=yo(o.full),s=-n[0],a=-n[1],l=r[0]-s,u=r[1]-a;return 0===l&&0===u?{rest:t}:{translate:"translate("+l+","+u+")",rest:"translate("+s+","+a+")"+e.slice(1).map(t=>t.full).join("")}}if("translate"===i.name)return{rest:t};const s=[];let a=0;for(;a<e.length&&"translate"===e[a].name;)s.push(e[a].full),a++;if(!s.length)return{rest:t};const l=e.slice(a).map(t=>t.full).join("");return{translate:s.join(""),rest:l||void 0}}(t.transform);u?void 0!==e.translate?e.rest?t.transform=e.rest:delete t.transform:(function(t){const e=/(translate|rotate|scale|matrix|skewX|skewY)\(([^)]*)\)/g,n=[];let r;for(;r=e.exec(t);)n.push({name:r[1],full:r[0]});if(1!==n.length)return!1;if("translate"===n[0].name)return!0;if("matrix"!==n[0].name)return!1;const o=/matrix\(([^)]*)\)/.exec(n[0].full);if(!o)return!1;const i=o[1].split(/[\s,]+/).filter(Boolean).map(Number);return i.length>=4&&1===i[0]&&0===i[1]&&0===i[2]&&1===i[3]}(t.transform)||c&&function(t){const e=/(translate|rotate|scale|matrix|skewX|skewY)\(([^)]*)\)/g;let n,r=0,o=!1;for(;n=e.exec(t);)r++,"matrix"===n[1]&&(o=!0);return 1===r&&o}(t.transform))&&delete t.transform:e.translate&&(i.transform=e.translate,e.rest?t.transform=e.rest:delete t.transform)}else if(t.transform&&"object"==typeof t.transform&&!Array.isArray(t.transform)&&!t.transform.keyframes){const e=t.transform.value,n=!(!e||"object"!=typeof e),r=n?e:t.transform,o=t=>n?{value:t}:t;if(Array.isArray(r.translate)){const e=v({},r);delete e.translate;const n=Object.keys(e).length>0;u||(i.transform=o({translate:r.translate})),n?t.transform=o(e):delete t.transform}}return i}(t,e);"string"==typeof t.id&&delete t.id;const{outer:i,inner:s}=function(t){if(!t)return{};const e=bo(t.translate),n=void 0!==t.rotate||void 0!==t.scale,r={},o={};return void 0!==t.translate&&(r.translate=t.translate),e&&void 0!==t.origin&&(r.origin=t.origin),void 0!==t.rotate&&(o.rotate=t.rotate),void 0!==t.scale&&(o.scale=t.scale),void 0!==t.skew&&(o.skew=t.skew),void 0===t.origin||e&&!n||(o.origin=t.origin),{outer:Object.keys(r).length?r:void 0,inner:Object.keys(o).length?o:void 0}}(e);let a=t;a=po(a,s);let l={type:"g",id:n,children:[{type:"g",id:r,children:[a]}]};return void 0!==o.transform&&(l.transform=o.transform),void 0!==o.animate&&(l.animate=o.animate),i&&(delete l.id,l=po(l,i),l.id=n),l}(m,i,r,o)):m=function(t,e,n,r){return Co(t,e,r),po(t,n)}(m,c,i,e),(null==c?void 0:c.retime)&&(t.effects={clone:{retime:c.retime}}),r&&e.idMap.set(r,m),m}function ci(t,e,n,r,o){const i=1-o,s=i*i*i,a=3*i*i*o,l=3*i*o*o,u=o*o*o;return[s*t[0]+a*e[0]+l*n[0]+u*r[0],s*t[1]+a*e[1]+l*n[1]+u*r[1]]}function fi(t,e,n,r,o=64){let i=0,s=t;for(let a=1;a<=o;a++){const l=ci(t,e,n,r,a/o);i+=Math.hypot(l[0]-s[0],l[1]-s[1]),s=l}return i}var di=t=>{const e=Math.round(1e4*t)/1e4;return Object.is(e,-0)?"0":String(e)};function hi(t){if("number"==typeof t)return t;if("string"==typeof t){const e=parseFloat(t);return Number.isFinite(e)?e:void 0}}function pi(t){if("string"==typeof t)return t.startsWith("#")?t.slice(1):t}function mi(t){if("string"!=typeof t)return;const e=t.trim().split(/[\s,]+/).map(Number);return e.length<4||e.some(t=>!Number.isFinite(t))?void 0:[e[0],e[1],e[2],e[3]]}function gi(t,e,n,r,o,i){if("use"===t.type&&"string"==typeof t.href){const s=pi(t.href);if(s&&n.has(s)){const a=e.get(s);if(a)return function(t,e,n,r,o,i,s){var a,l,u,c;const f=zr(e);Dr(f,o);const d="symbol"===f.type?mi(f.viewBox):void 0,h=null!=(l=null!=(a=hi(t.width))?a:null==d?void 0:d[2])?l:s[0],p=null!=(c=null!=(u=hi(t.height))?u:null==d?void 0:d[3])?c:s[1],m="symbol"===f.type?function(t,e,n,r,o){const i=mi(t.viewBox),s=y(v({},t),{type:"g"});if(delete s.viewBox,delete s.preserveAspectRatio,delete s.width,delete s.height,!i)return s;const[a,l,u,c]=i,f=u>0&&c>0?Math.min(r/u,o/c):1,d=(r-u*f)/2,h=(o-c*f)/2,p=[];0===d&&0===h||p.push("translate("+d+","+h+")"),1!==f&&p.push("scale("+f+")"),0===a&&0===l||p.push("translate("+-a+","+-l+")"),p.length&&(s.transform=p.join(""));const m=e();return n.push({type:"clipPath",id:m,children:[{type:"rect",x:a,y:l,width:u,height:c}]}),s.clipPath="url(#"+m+")",s}(f,o,i,h,p):f,g=gi(m,n,r,o,i,s),b=y(v({},t),{type:"g",children:[g]});return delete b.href,delete b.width,delete b.height,function(t){var e;const n=Fr(t.x),r=Fr(t.y);if(delete t.x,delete t.y,!n&&!r)return t;const o="translate("+n+","+r+")";if(void 0!==t.transform||void 0!==t.animate){const n={type:"g",transform:o,children:null!=(e=t.children)?e:[]};t.children=[n]}else t.transform=o;return t}(b)}(t,a,e,n,r,o,i)}}if(!t.children)return t;let s=!1;const a=t.children.map(t=>{const a=gi(t,e,n,r,o,i);return a!==t&&(s=!0),a});return s?y(v({},t),{children:a}):t}var vi="transform",yi=new Set(["reverse","alternate-reverse"]),bi=[0,.25,.5,.75,1];function ki(t,e){return void 0===t[e]&&(e!==vi||Ai(t))}function Ai(t){if(void 0!==t[vi])return!1;for(const e of dn)if(void 0!==t[e])return!1;return!0}function wi(t,e,n){const r=Object.values(wr({[e]:t[e]},n));return 1===r.length&&""!==r[0]?r[0]:void 0}function ji(t,e){const n={};for(const e of Object.keys(t))dn.has(e)&&(n[e]=t[e]);const r=wr(n,e)[vi];if(!r)return;const o=mn(r.replace(/(px|deg)\b/g,""));return o&&Object.keys(o).length?o:void 0}function Oi(t,e,n){if(!t||!e)return t===e;const r=(t,e)=>JSON.stringify(wr(t,e)).replace(/\s+/g,"");return bi.every(o=>r(t,o*n)===r(e,o*n))}function xi(t,e){const n=Je(t),r=new Map;for(const[t,e]of Mi(n))void 0===e.id&&(e.id="__px_rest_"+t),r.set(String(e.id),t);const o=new Map;for(const t of kr(n,e)){const e=r.get(t.id);void 0!==e&&o.set(e,t.animate)}return o}function Mi(t){const e=new Map;let n=0;const r=t=>{if(t.animate&&e.set(String(n++),t),t.children)for(const e of t.children)r(e)};if(t.children)for(const e of t.children)r(e);return e}function Si(t,e,n){var r,o;let i=li(t).root;return i=function(t){const e=t=>{var n;let r=t;const o=t.animate,i=null==o?void 0:o.transform;if(i){const e=function(t){var e,n,r;if("offsetPath"!==t.alongPathMode)return;const o=t.keyframes;if(!o||o.length<2)return;const i=Ht(o[0]),s=(null==i?void 0:i.origin)&&i.origin.length>=2?[i.origin[0],i.origin[1]]:[0,0],a=[];let l=!1;for(const t of o){const n=Ht(t),r=null==n?void 0:n.translate;if(!r||r.length<2)return;if(Object.keys(n).some(t=>t!==Rt&&t!==Lt&&t!==Et))return;if(void 0!==(null==n?void 0:n.rotate)){if(0!==n.rotate)return;l=!0}const o=null!=(e=null==n?void 0:n.origin)?e:[0,0];if(o[0]!==s[0]||o[1]!==s[1])return;a.push([r[0]+s[0],r[1]+s[1]])}if(!o.some(t=>$t(t)||te(t)))return;let u="M"+di(a[0][0])+","+di(a[0][1]);const c=[];for(let t=0;t<a.length-1;t++){const e=a[t],i=a[t+1],s=null!=(n=te(o[t]))?n:[0,0],l=null!=(r=$t(o[t+1]))?r:[0,0],f=[e[0]+s[0],e[1]+s[1]],d=[i[0]+l[0],i[1]+l[1]];u+="C"+di(f[0])+","+di(f[1])+","+di(d[0])+","+di(d[1])+","+di(i[0])+","+di(i[1]),c.push(fi(e,f,d,i))}const f=c.reduce((t,e)=>t+e,0);if(!(f>0))return;const d=[];let h=0;for(let t=0;t<o.length;t++){t>0&&(h+=c[t-1]);const e={t:Xt(o[t]),v:h/f},n=Yt(o[t]);void 0!==n&&(e.e=n),d.push(e)}return{pathStr:u,distanceKfs:d,autoOrient:!!t.autoOrient,anchor:s,keyframesCarryRotate:l}}(i);if(e){const n=v({},o);delete n[Ct];const s={keyframes:e.distanceKfs};void 0!==i.loop&&(s.loop=i.loop),n.offsetDistance=s;const a=t.transform;let l=a;if(a&&"object"==typeof a){const t=v({},a);delete t[Rt],delete t[Lt],e.keyframesCarryRotate&&delete t[Et],l=Object.keys(t).length?t:void 0}r=y(v({},t),{animate:n,style:y(v({},t.style),{offsetPath:"path('"+e.pathStr+"')",offsetAnchor:di(e.anchor[0])+"px "+di(e.anchor[1])+"px",offsetRotate:e.autoOrient?"auto":"0deg",offsetDistance:"0%"})}),void 0!==l?r.transform=l:delete r.transform}}if(null==(n=r.children)?void 0:n.length){const t=r.children.map(e);t.some((t,e)=>t!==r.children[e])&&(r=y(v({},r),{children:t}))}return r};return e(t)}(i),i=vr(i,null!=(o=null==(r=Vt(i))?void 0:r.duration)?o:vt),e===ut.native&&(i=or(i,null==n?void 0:n.motionPath),i=function(t){var e;const n=function(t){const e=new Map,n=t=>{var r;"string"==typeof t.id&&e.set(t.id,t),null==(r=t.children)||r.forEach(n)};return n(t),e}(t),r=function(t,e){const n=new WeakMap,r=new Set,o=(t,r)=>{const i=n.get(t);if(void 0!==i)return i;if(r.has(t))return!1;r.add(t);let s=!1;if(t.animate&&"object"==typeof t.animate&&!Array.isArray(t.animate))for(const e in t.animate){s=!0;break}if(!s&&t.children)for(const e of t.children)if(o(e,r)){s=!0;break}if(!s&&"use"===t.type&&"string"==typeof t.href){const n=pi(t.href),i=n?e.get(n):void 0;i&&(s=o(i,r))}return r.delete(t),n.set(t,s),s};for(const[t,n]of e)o(n,new Set)&&r.add(t);return r}(0,n);if(0===r.size)return t;let o=0;const i=function(t){const e=mi(t.viewBox);if(e)return[e[2],e[3]];const n=hi(t.width),r=hi(t.height);return void 0!==n&&void 0!==r?[n,r]:[1,1]}(t),s=[],a=gi(t,n,r,()=>"_lw_use_mat_"+ ++o,s,i);if(0===s.length)return a;const l={type:"defs",children:s},u=[...null!=(e=a.children)?e:[],l];return y(v({},a),{children:u})}(i),i=function(t){const e=(t,n)=>{var r;n(t),null==(r=t.children)||r.forEach(t=>e(t,n))};let n=!0;for(;n;){n=!1;const r=new Set;e(t,t=>{var e;"use"===t.type&&"string"==typeof t.href&&r.add((e=t.href).startsWith("#")?e.slice(1):e)}),e(t,t=>{if(!t.children)return;let e=t.children;"defs"===t.type&&(e=e.filter(t=>!(("g"===t.type||"symbol"===t.type)&&"string"==typeof t.id&&!r.has(t.id)))),e=e.filter(t=>!("defs"===t.type&&(!t.children||0===t.children.length))),e.length!==t.children.length&&(t.children=e,n=!0)})}return t}(i)),i=function(t,e){var n,r;const o=Je(t),i=Vt(o)||{},s=+(i.duration||vt),a=yi.has(String(i.direction))?s:0,l=Mi(o);if(!l.size)return o;const u=xi(o,e),c=new Map;for(const[t,e]of u){const o=l.get(t);if(!o)continue;const i=Object.keys(e);for(const r of i){if(dn.has(r))continue;if(!ki(o,r))continue;const i=wi(e,r,a);void 0!==i&&(o[r]=i,c.set(t,[...null!=(n=c.get(t))?n:[],r]))}if(i.some(t=>dn.has(t))&&Ai(o)){const n=ji(e,a);n&&(o[vi]=n,c.set(t,[...null!=(r=c.get(t))?r:[],vi]))}}if(c.size){const t=xi(o,e);for(const[e,n]of c){if(Oi(u.get(e),t.get(e),s))continue;const r=l.get(e);if(r)for(const t of n)delete r[t]}}return o}(i,e),i}var Pi=(t=>(t[t.buildFailed=1001]="buildFailed",t[t.invalidDocumentAtSrc=1002]="invalidDocumentAtSrc",t[t.loadFailed=1003]="loadFailed",t[t.animationBuildFailed=1004]="animationBuildFailed",t[t.effectsShape=1101]="effectsShape",t[t.timelineOverrideIgnored=1102]="timelineOverrideIgnored",t[t.blockedTag=1103]="blockedTag",t[t.unsupportedAnimatedAttrs=1104]="unsupportedAnimatedAttrs",t[t.noBindings=1105]="noBindings",t[t.unresolvedBinding=1106]="unresolvedBinding",t[t.triggersNoRoot=1201]="triggersNoRoot",t[t.noRootForSelector=1202]="noRootForSelector",t[t.noRootElement=1203]="noRootElement",t[t.noElementsForSelector=1206]="noElementsForSelector",t[t.setAttributeNoElement=1207]="setAttributeNoElement",t[t.scrollSmoothingNeedsOwnDriver=1301]="scrollSmoothingNeedsOwnDriver",t[t.scrollNativeUnavailable=1302]="scrollNativeUnavailable",t[t.scrollSubjectInvalid=1303]="scrollSubjectInvalid",t[t.scrollSubjectNoMatch=1304]="scrollSubjectNoMatch",t[t.scrollNoRootToObserve=1305]="scrollNoRootToObserve",t[t.scrollTriggerIgnored=1306]="scrollTriggerIgnored",t[t.rateRejected=1401]="rateRejected",t[t.controlPropsConflict=1501]="controlPropsConflict",t[t.rnCompileFailed=1601]="rnCompileFailed",t[t.rnRenderFailed=1602]="rnRenderFailed",t[t.rnBoundaryCaught=1603]="rnBoundaryCaught",t[t.rnUnsupported=1604]="rnUnsupported",t))(Pi||{}),_i={document:"document",host:"host",platform:"platform",usage:"usage",internal:"internal"};function Ni(t){return"PX"+t+" https://github.com/pixodesk/pixodesk-svg-animator/blob/main/docs/diagnostics.md#px"+t}function zi(t,e){const n=e?e+" ":"";return{warn:(e,r,...o)=>{const i=Ni(r);(null==t?void 0:t.onWarn)?t.onWarn({code:r,kind:e,data:o,message:i}):(null==t?void 0:t.muteWarn)||console.warn(n+e+" "+i,...o)},error:(e,r,...o)=>{const i=Ni(r),s=function(t){return t.find(t=>t instanceof Error)}(o);(null==t?void 0:t.onError)?t.onError({code:r,kind:e,data:o,message:i,error:s}):(null==t?void 0:t.muteError)||console.error(n+e+" "+i,...o)}}}function Di(t,e){const{problems:n}=function(t){try{return{problems:We(t)}}catch(t){return{problems:[]}}}(t);if(!n.length)return;const r=n.slice(0,6),o=n.length-r.length;console.warn(e+": this document does not match the animation schema in "+n.length+" place"+(1===n.length?"":"s")+".\n"+r.map(t=>" - "+t).join("\n")+(o>0?"\n … and "+o+" more":"")+"\n\nIf you did not author these keys, the usual cause is a build that MANGLES PROPERTY NAMES. An animation document is data loaded at runtime, so renaming the property reads inside the player stops them matching the keys in the JSON, and the animation silently does nothing. Feed the published reserved-name list to your minifier — @pixodesk/svg-animator-web/mangle-reserved.json — see docs/library/minification.md.")}function Fi(t){return Number.isFinite(t)&&0!==t}function Ii(t,e){return t>0?e===1/0?1/0:t*(e>0?e:1):0}function Ci(t,e){return t>0?e===1/0?t:t*(e>0?e:1):0}function Ti(t,e){return Number.isNaN(t)||t<0?0:Number.isFinite(e)?t>e?e:t:Number.isFinite(t)?t:0}function Ri(t,e,n){const r=Ci(e,n);return r>0&&Number.isFinite(t)?t<=0?0:n===1/0?t%r/r:t>=r?1:t/r:0}function Ei(t,e,n){const r=Ci(e,n);return r>0&&Number.isFinite(t)?t<=0?0:t>=1?r:t*r:0}function Li(t){const e=globalThis;"function"!=typeof e.cancelAnimationFrame?e.clearTimeout(t):e.cancelAnimationFrame(t)}function Ui(t,e,n){var r;const o=Vt(t)||{},i=kr(t,ut.js),s=o.iterations;let a=1;"number"==typeof s&&(a=s||1),"infinite"===s&&(a=1/0),a<1&&(a=1);const l=+(o.duration||vt),u=l&&a?l*(a===1/0?1/0:a):l?(null!=a?a:1)*l:0,c=o.direction||me.defaults.direction,f=null!=(r=o.fill)?r:me.defaults.fillMode,d="forwards"===f||"both"===f,h="backwards"===f||"both"===f;let p=null,m=!1,g=-(o.delay||0),v=0,y=1,b=!1;const k=o.frameRate,A=k&&k>0?1e3/k:0;let w=0;const j=()=>{const t=v?(Date.now()-v)*y:0;return g+t},O=()=>{let t=j();return Number.isFinite(u)&&t>u&&(t=u),t<0&&(t=0),t};function x(t){let n=function(){const e=l>0?l:1;let n=0,r=0;l>0?(t=An(t,0,a*e),r=Math.max(0,Math.ceil(t/e)-1),r=Math.min(r,a-1),n=An((t-r*e)/e,0,1)):n=t;const o=c||"normal";let i=n;return"reverse"===o?i=1-n:"alternate"===o?r%2==1&&(i=1-n):"alternate-reverse"===o&&r%2==0&&(i=1-n),i}();for(const t of i||[]){const r=t.animate;if(!r||"object"!=typeof r||Array.isArray(r)){console.warn("Empty or unresolved binding",t);continue}const o=wr(r,n*l);for(const[n,r]of Object.entries(o))e.setAttribute(t.id,n,r)}}o.delay&&(o.delay<0?x(O()):h&&x(0));const M=()=>!!m&&!!e.isConnected()&&(y<0?j()>0:!(Number.isFinite(u)&&O()>=u)),S=t=>{null!==p&&(Li(p),p=null),(t||M())&&(p=function(t){const e=globalThis;return"function"==typeof e.requestAnimationFrame?e.requestAnimationFrame(t):e.setTimeout(t,16)}(()=>{p=null,(()=>{var t,r;if(!e.isConnected())return void P();const o=O(),i=j();if(i<0&&y>0)h&&x(0);else{if(y<0&&i<=0)return P(),x(0),void(b||(b=!0,null==(t=null==n?void 0:n.onFinish)||t.call(n)));if(y>0&&u&&Number.isFinite(u)&&o>=u)return P(),x(d?u:0),void(b||(b=!0,null==(r=null==n?void 0:n.onFinish)||r.call(n)));if(A>0){const t=Date.now();if(w&&t-w<A)return;w=t}x(o)}})(),S()}))},P=()=>{if(!m)return;let t=j();Number.isFinite(u)&&t>u&&(t=u),g=t,v=0,m=!1,null!==p&&(Li(p),p=null),t>=0?x(t):h&&x(0)},_={isReady:()=>!0,getRootElement:()=>null,isPlaying:()=>M(),play:()=>{var t;(()=>{if(!m){if(y>=0)Number.isFinite(u)&&g>=u&&(g=0);else if(g<=0){if(!Number.isFinite(u))return void console.warn("play: cannot start reverse playback of an infinite animation from time 0");g=u}b=!1,m=!0,v=Date.now(),S(!0)}})(),null==(t=null==n?void 0:n.onPlay)||t.call(n)},pause:()=>{var t;P(),null==(t=null==n?void 0:n.onPause)||t.call(n)},cancel:()=>{var t;P(),g=0,v=0,m=!1,b=!1,x(g),null==(t=null==n?void 0:n.onCancel)||t.call(n)},finish:()=>{((t=!0)=>{var e;g=Number.isFinite(u)?u:O(),v=0,m=!1,null!==p&&(Li(p),p=null),x(d?g:0),t&&!b&&(b=!0,null==(e=null==n?void 0:n.onFinish)||e.call(n))})(!0)},setPlaybackRate:t=>{if(!Fi(t))return void console.warn("setPlaybackRate: rate must be finite and non-zero");let e=j();Number.isFinite(u)&&e>u&&(e=u),t<0!=y<0&&(b=!1),y=t,g=e,m&&(v=Date.now())},getCurrentTime:()=>O(),setCurrentTime:t=>{t=Ti(t,u),g=t,m&&(v=Date.now()),(!Number.isFinite(u)||t<u)&&(b=!1),x(O())},getCurrentProgress:()=>Ri(O(),l,a),setCurrentProgress:t=>{_.setCurrentTime(Ei(t,l,a))},destroy:()=>{var t;_.cancel(),null==(t=null==n?void 0:n.onRemove)||t.call(n)}};return _}var Wi=["timelineSource","scroll","trigger","delay","iterations","direction","fill","resetOnFinish","duration","mode","frameRate"],Bi=["definitions","bindings"],Vi=t=>!!t&&"object"==typeof t&&!Array.isArray(t);function Gi(t,e){const n=Vi(t)?v({},t):{};for(const t of Object.keys(e)){const r=e[t];null!==r?Vi(r)?n[t]=Gi(n[t],r):n[t]=r:delete n[t]}return n}function Zi(t,e,n){const r=Vi(o=t)&&"string"==typeof o.type?o.type:"time";var o;const i=Vi(e)&&"string"==typeof e.type?String(e.type):r;let s;if(i!==r){const n={};if(Vi(t))for(const e of st)void 0!==t[e]&&(n[e]=t[e]);s=Gi(n,e)}else s=Gi(t,e);if("scroll"===(a=i)||"view"===a){for(const t of at)void 0!==s[t]&&(n("animator.timeline."+t+": no slot on a '"+i+"' timeline — dropped"),delete s[t]);"infinite"===s.iterations&&(n("animator.timeline.iterations: 'infinite' cannot map onto a scroll range — dropped"),delete s.iterations)}var a;return s}function Ki(t,e){let n;if("string"==typeof t)try{n=JSON.parse(t)}catch(t){console.warn("timeline override: not valid JSON — ignored",t),n=void 0}else n=null!=t?t:void 0;const{duration:r,delay:o,iterations:i,start:s}=e;if(void 0===r&&void 0===o&&void 0===i&&void 0===s)return void 0===n?void 0:{timeline:n};const a=Vi(n)?v({},n):{};return void 0!==r&&(a.duration=r),void 0!==o&&(a.delay=o),void 0!==i&&(a.iterations=i),void 0!==s&&(a.trigger=y(v({},a.trigger),{start:s})),{timeline:a}}function qi(t,e,n){var r,o;const i=!!(null==n?void 0:n.resetTimeline);if(!t||void 0===e||!(i||null!==e&&Vi(e)&&Object.keys(e).length))return{doc:t,warnings:[]};const s=t,a=Vi(s.animator),l=!a&&Vi(null==(r=s.meta)?void 0:r.animator),u=a?s.animator:l?s.meta.animator:void 0,c=[];a&&Vi(null==(o=s.meta)?void 0:o.animator)&&c.push("animator: doc.meta.animator is shadowed by doc.animator and was not patched");let f=u;if(i){const t={};for(const e of Bi)Vi(u)&&void 0!==u[e]&&(t[e]=u[e]);f=t}const d=function(t,e){const n=[],r=t=>n.push(t);if(null===e)return{config:void 0,warnings:n};if(!Vi(e)||0===Object.keys(e).length)return{config:t,warnings:n};const o=Vi(t)?Wi.filter(e=>void 0!==t[e]):[];o.length&&r("animator: the base carries the flat runtime spelling ("+o.join(", ")+"); the patch merges the wire spelling only");const i=Vi(t)?v({},t):{};for(const t of Object.keys(e)){const n=e[t];null!==n?"timeline"!==t?Vi(n)?i[t]=Gi(i[t],n):i[t]=n:i.timeline=Vi(n)?Zi(i.timeline,n,r):n:delete i[t]}return{config:i,warnings:n}}(f,null!=e?e:{});return c.push(...d.warnings),d.config===u?{doc:t,warnings:c}:l?{doc:y(v({},s),{meta:y(v({},s.meta),{animator:d.config})}),warnings:c}:{doc:y(v({},s),{animator:d.config}),warnings:c}}var Ji={offScreen:mt,visibilityThreshold:.5,visibilityDebounce:150},Qi=Array.from({length:21},(t,e)=>e/20);function Xi(t){return{requestStart:()=>t.play(),dispose:()=>{}}}function Hi(t,e,n){if(e.offScreen===q)return Xi(n);if("undefined"==typeof IntersectionObserver)return Xi(n);const r=e.visibilityThreshold,o=e.visibilityDebounce;let i,s,a=!1,l=!1,u=0;const c=()=>{void 0!==s&&(clearTimeout(s),s=void 0)},f=()=>{s=void 0,!0!==i&&(i=!0,(a||l)&&(a=!1,l=!1,n.play()))},d=()=>{c(),!1!==i&&(i=!1,n.isPlaying()&&(e.offScreen===J?n.cancel():n.pause(),l=!0))},h=t=>{if(u=t,"undefined"==typeof document||"hidden"!==document.visibilityState)if(t>=r){if(!0===i||void 0!==s)return;o>0?s=setTimeout(f,o):f()}else t<=0?d():!0!==i&&c();else d()},p=new IntersectionObserver(t=>{const e=t[t.length-1];e&&h(e.isIntersecting?function(t){var e,n;const r=t.boundingClientRect,o=t.intersectionRect;if(!(null==r?void 0:r.height)||!o)return t.intersectionRatio;const i="undefined"!=typeof window&&window.innerHeight?window.innerHeight:1/0,s=null!=(n=null==(e=t.rootBounds)?void 0:e.height)?n:1/0,a=Math.min(i,s),l=Math.min(r.height,Number.isFinite(a)?a:r.height);return l>0?o.height/l:t.intersectionRatio}(e):0)},{threshold:Qi});p.observe(t);const m=()=>{h(u)},g="undefined"!=typeof document;return g&&document.addEventListener("visibilitychange",m),{requestStart:t=>{if(t||!0===i)return c(),i=!0,a=!1,l=!1,void n.play();a=!0},dispose:()=>{c(),p.disconnect(),g&&document.removeEventListener("visibilitychange",m)}}}var Yi="doc";export{a as __spreadValues,l as __spreadProps,b as __objRest,L as px,G as PX_ANIM_SRC_ATTR_NAME,Z as PX_ANIM_ATTR_NAME,K as PxTriggerStart,Q as PxMouseOutAction,ut as PxTimelineEngine,ct as PxTimelineEngineSetting,ft as resolveTimelineEngine,dt as isNativeForced,ht as mayUseNativeScrollTimeline,vt as PX_DEFAULT_DURATION_MS,yt as PX_DEFAULT_ITERATIONS,bt as resolveTrigger,Ft as PX_TEXT_CONTENT_ATTR,Bt as isPxDocument,Vt as getAnimatorConfig,Ht as keyframeValue,Yt as keyframeEasing,se as PxTriggerSchema,ue as PxDefinitionsSchema,de as PxScrollSchema,Ae as PxAnimatorConfigSchema,Ue as validateNodeEffects,We as validateDocument,Be as PxNodeBaseSchema,Ge as PxSvgNodeRootSchema,Qe as generateNewIds,He as bezierToSvgPath,on as cubicBezier,an as splitEasing,un as toRGBA,fn as PX_COLOR_ATTR_NAMES,dn as PX_TRANSFORM_FN_NAMES,hn as PX_PCT_BASED_ATTR_NAMES,pn as composeTransformParts,gn as PX_STYLE_ATTR_NAMES,vn as kebabToCamelCaseWord,kn as camelCaseToKebabWordIfNeeded,An as clamp,Pn as PX_DISALLOWED_SVG_TAGS_LOWER,zn as PX_CSS_ONLY_STYLE_PROPS,Tn as sanitizeAttributeValue,Rn as toDomProps,hr as interpolateValue,kr as normalizeBindings,Si as materializeAllInTree,Pi as PxDiagnosticCode,_i as PxDiagnosticKind,zi as createDiagnostics,Di as reportDocumentDiagnostics,Fi as isValidPlaybackRate,Ii as seekCeilingMs,Ti as clampSeekMs,Ri as timeToProgress,Ei as progressToTimeMs,Ui as createAdapterAnimator,Ki as foldTimelineOverride,qi as applyAnimatorConfig,Ji as PLAY_WHEN_VISIBLE_DEFAULTS,Hi as createVisibilityGate,Yi as PX_ANIMATOR_DOC_KEY};
|