@pixodesk/svg-animator-web 1.0.44 → 1.0.45

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.
@@ -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{_canSanitize(t){return this.isValid(t)}optional(){return new w(this)}},w=class extends A{constructor(t){super(),this.inner=t,this._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=""){super(),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=0){super(),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=!1){super(),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(),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){super(),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){super(),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(),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)}},N=class extends A{constructor(t){super(),this._shape=t;const e={};for(const n of Object.keys(t))e[n]=t[n]._default;this._default=e}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)}},z=class extends A{constructor(t,e){super(),this._shape=t,this._openSchema=e;const n={};for(const e of Object.keys(t))n[e]=t[e]._default;this._default=n}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)}},D=class extends A{constructor(t){super(),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)}},F=class extends A{constructor(t){super(),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)}},I=class extends A{constructor(){super(...arguments),this._default=void 0}sanitize(t){return t}isValid(t,e,n){return!0}_canSanitize(t){return!0}},C=class extends A{constructor(){super(...arguments),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}},T=class extends A{constructor(t,e){super(),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)}},R=class extends A{constructor(t){super(),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}},E={string:(t="")=>new j(t),number:(t=0)=>new O(t),boolean:(t=!1)=>new x(t),literal:t=>new M(t),enum:(t,e)=>new S(t,e),union:(t,e)=>new P(t,e),discriminatedUnion:(t,e)=>new _(t,e),object:t=>new N(t),openObject:(t,e)=>new z(t,e),extendedObject:(t,e)=>new N(v(v({},t._shape),e)),array:t=>new D(t),record:t=>new F(t),any:()=>new I,defined:()=>new C,tuple:t=>new R(t),lazy:(t,e)=>new T(t,e)},L=/^(\d+)\.(\d+)(?:\.(\d+))?$/;function U(t){if("string"!=typeof t)return;const e=L.exec(t.trim());return e?{a:Number(e[1]),b:Number(e[2]),c:void 0===e[3]?0:Number(e[3])}:void 0}U("1.2");var W="data-px-animation-src",B="_px_animator",V={load:"load",mouseOver:"mouseOver",click:"click",none:"none"},G="continue",Z="reset",K={continue:"continue",pause:"pause",reset:"reset",reverse:"reverse"},J="block",q="inline",Q="nearest",X="root",H="center",Y="bottom",$=["duration","iterations","engine","frameRate"],tt=["trigger","delay","fillMode","direction"],et=[...$,...tt,"fill","resetOnFinish","timelineSource","scroll"],nt={native:"native",js:"js"},rt=y(v({},nt),{auto:"auto"});function ot(t){return t===rt.js?nt.js:nt.native}function it(t){return t===rt.native}function st(t){return t!==rt.js}var at="load",lt="pause",ut="continue";function ct(t){var e,n,r,o,i;return{start:null!=(e=null==t?void 0:t.start)?e:at,offScreen:null!=(n=null==t?void 0:t.offScreen)?n:lt,mouseOut:null!=(r=null==t?void 0:t.mouseOut)?r:ut,visibilityThreshold:null!=(o=null==t?void 0:t.visibilityThreshold)?o:.5,visibilityDebounce:null!=(i=null==t?void 0:t.visibilityDebounce)?i:150}}var ft="start",dt="alternate",ht="userSpaceOnUse",pt="objectBoundingBox",mt="translate",gt="combined",vt="textContent",yt="class",bt="transform",kt=new Set(["type","children","animator","meta","animate","effects",vt]),At="translate",wt="rotate",jt="origin",Ot="linear",xt="radial";function Mt(t){return!(!t||"object"!=typeof t||Array.isArray(t))&&"svg"===t.type}function St(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=Pt.get(n);if(r)return r;const o=n,i=et.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=_t.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 _t.set(t,i),i}(s);return Pt.set(n,a),a}var Pt=new WeakMap,_t=new WeakMap;function Nt(t){var e;if(t)return null==(e=St(t))?void 0:e.definitions}var zt=E.union([E.string(),E.tuple([E.number(),E.number(),E.number(),E.number()])]),Dt=E.union([E.string(),E.number(),E.array(E.number()),E.object({pathData:E.string()}),E.lazy(()=>E.array(ve),[]),E.lazy(()=>Wt,{})]),Ft=E.object({time:E.number().optional(),value:Dt.optional(),easing:zt.optional(),tangentOut:E.tuple([E.number(),E.number()]).optional(),tangentIn:E.tuple([E.number(),E.number()]).optional()}),It=t=>{var e,n;return null!=(n=null!=(e=t.time)?e:t.t)?n:0},Ct=t=>{var e;return null!=(e=t.value)?e:t.v},Tt=t=>{var e;return null!=(e=t.easing)?e:t.e},Rt=t=>t.tangentIn,Et=t=>t.tangentOut,Lt=E.object({segmentCount:E.number().optional(),repeatAt:E.enum([ft,"end"]).optional(),direction:E.enum(["normal",dt]).optional()}),Ut=E.object({value:Dt.optional(),keyframes:E.array(Ft).optional(),loop:E.union([Lt,E.boolean()]).optional(),autoOrient:E.boolean().optional(),alongPathMode:E.enum(["sampled","offsetPath"]).optional()}),Wt=E.object({translate:E.tuple([E.number(),E.number()]).optional(),rotate:E.number().optional(),skew:E.number().optional(),scale:E.tuple([E.number(),E.number()]).optional(),origin:E.tuple([E.number(),E.number()]).optional()}),Bt=(E.union([E.string(),Wt,E.object({value:Wt}),Ut]),E.record(Ut)),Vt=E.union([E.string(),E.array(E.union([E.string(),Bt])),Bt]),Gt=E.object({start:E.enum([V.load,V.mouseOver,V.click,V.none],at).optional(),offScreen:E.enum(["pause",G,Z],lt).optional(),mouseOut:E.enum([K.continue,K.pause,K.reset,K.reverse],ut).optional(),finish:E.enum(["hold","reset"]).optional(),visibilityThreshold:E.number().optional(),visibilityDebounce:E.number().optional()}),Zt=E.object({width:E.number(),pathData:E.string()}),Kt=E.object({fontFamily:E.string(),fontStyle:E.string(),ascent:E.number(),unitsPerEm:E.number(),glyphs:E.record(Zt)}),Jt=E.object({easings:E.record(E.tuple([E.number(),E.number(),E.number(),E.number()])).optional(),animations:E.record(Bt).optional(),fonts:E.record(Kt).optional()}),qt=E.object({phase:E.enum(["cover","contain","entry","exit","entry-crossing","exit-crossing"]).optional(),fraction:E.number().optional()}),Qt=E.object({start:qt.optional(),end:qt.optional()}),Xt=E.object({kind:E.enum(["view","scroll"]).optional(),axis:E.enum([J,q,"x","y"]).optional(),source:E.enum([Q,X]).optional(),subject:E.string().optional(),smoothing:E.number().optional(),pin:E.boolean().optional(),pinAlign:E.enum(["top",H,Y]).optional(),pinOffset:E.number().optional(),pinDistance:E.number().optional(),range:Qt.optional()}),Ht=E.object({align:E.enum(["top",H,Y]).optional(),offset:E.number().optional(),distance:E.number().optional()}),Yt=E.enum([rt.auto,rt.native,rt.js]).optional(),$t=E.object({type:E.literal("time").optional(),engine:Yt,frameRate:E.number().optional(),duration:E.number().optional(),trigger:Gt.optional(),delay:E.number().optional(),iterations:E.union([E.number(),E.literal("infinite")]).optional(),fillMode:E.enum(["forwards","backwards","both","none"]).optional(),direction:E.enum(["normal","reverse","alternate","alternate-reverse"]).optional()}),te={duration:E.number().optional(),iterations:E.number().optional(),engine:Yt,frameRate:E.number().optional(),axis:E.enum([J,q,"x","y"]).optional(),source:E.enum([Q,X]).optional(),subject:E.string().optional(),smoothing:E.number().optional(),pin:E.union([E.boolean(),Ht]).optional(),range:Qt.optional()},ee=E.object(v({type:E.literal("scroll")},te)),ne=E.object(v({type:E.literal("view")},te)),re=E.discriminatedUnion("type",[$t,ee,ne]),oe=E.object({target:E.string(),animateWith:E.array(E.string())}),ie=E.object({timeline:re.optional(),definitions:Jt.optional(),bindings:E.array(oe).optional(),debugGlobalName:E.string().optional(),version:E.string().optional()}),se=E.union([E.string(),E.number(),E.array(E.number()),E.object({value:E.defined()}),Wt]),ae=E.union([E.number(),Ut,E.object({value:E.number()})]),le=E.union([E.tuple([E.number(),E.number()]),Ut,E.object({value:E.tuple([E.number(),E.number()])})]),ue=E.union([E.string(),Ut,E.object({value:E.string()})]),ce=E.object({translate:le.optional(),rotate:ae.optional(),scale:le.optional(),skew:ae.optional(),origin:le.optional()}),fe=E.object({copies:E.number().optional(),translate:le.optional(),rotate:ae.optional(),skew:ae.optional(),scale:le.optional(),origin:le.optional()}),de=E.object({source:E.string().optional(),maskType:E.enum(["luminance","alpha"]).optional(),maskUnits:E.enum([ht,pt]).optional(),maskContentUnits:E.enum([ht,pt]).optional(),x:E.number().optional(),y:E.number().optional(),width:E.number().optional(),height:E.number().optional()}),he=E.object({pathData:ue.optional()}),pe=E.object({offset:ae.optional(),range:le.optional(),subPaths:E.enum(["separate",gt]).optional()}),me=E.object({start:E.number().optional(),stretch:E.number().optional(),timeCrop:E.tuple([E.number(),E.number()]).optional()}),ge=E.object({without:E.enum([mt]).optional(),source:E.string().optional(),retime:me.optional()}),ve=E.object({offset:E.number(),color:E.string()}),ye=E.union([E.array(ve),E.object({value:E.array(ve)}),Ut]),be=E.object({type:E.enum([Ot,xt]),start:le.optional(),end:le.optional(),center:le.optional(),radius:ae.optional(),focal:le.optional(),stops:ye.optional(),gradientUnits:E.enum([ht,pt]).optional(),spreadMethod:E.enum(["pad","reflect","repeat"]).optional(),gradientTransform:E.string().optional()}),ke=be,Ae=E.object({pathData:E.string(),pathOverflow:E.enum(["clip","extend"]).optional(),lengthAdjust:E.enum(["spacing","spacingAndGlyphs"]).optional(),method:E.enum(["align","stretch"]).optional(),spacing:E.enum(["auto","exact"]).optional(),startOffset:ae.optional(),textLength:ae.optional()}),we=E.object({useGlyphs:E.boolean().optional()}),je=E.object({transformBy:ce.optional(),repeater:fe.optional(),maskedBy:de.optional(),clipPath:he.optional(),strokeTrim:pe.optional(),clone:ge.optional(),fillGradient:be.optional(),strokeGradient:ke.optional(),textPath:Ae.optional(),text:we.optional()});function Oe(t,e){const n=[],r=(t,o)=>{if(t&&t.effects){const r={errors:[],warnings:[],strict:!!(null==e?void 0:e.strict)};if(!je.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 xe(t,e){var n;const r=!1!==(null==e?void 0:e.strict),o={errors:[],warnings:[],strict:r},i=_e.isValid(t,o,["root"])?[]:[...o.errors];if(t&&"object"==typeof t){for(const e of Oe(t,{strict:r}))i.includes(e)||i.push(e);const e=null==(n=St(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=St(t))?void 0:e.version;return void 0===n||void 0!==U(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 Me=E.openObject({type:E.string(),domType:E.string().optional(),textContent:E.string().optional(),id:E.string().optional(),meta:E.any().optional(),effects:je.optional(),animate:Vt.optional(),style:E.record(E.union([E.string(),E.number()])).optional()},se),Se=E.openObject(y(v({},Me._shape),{children:E.lazy(()=>E.array(Se),[]).optional()}),se),Pe=E.object({width:E.union([E.number(),E.string()]).optional(),height:E.union([E.number(),E.string()]).optional(),viewBox:E.string().optional(),animator:ie.optional()}),_e=E.openObject(y(v(v({},Me._shape),Pe._shape),{type:E.literal("svg"),children:E.array(Se).optional()}),se),Ne=(E.object({v:E.array(E.array(E.number())),i:E.array(E.array(E.number())).optional(),o:E.array(E.array(E.number())).optional(),c:E.boolean().optional()}),0);function ze(){return"_px_"+Date.now().toString(36)+(++Ne).toString(36)+Math.random().toString(36).substring(2,6)}function De(t){if(null===t||"object"!=typeof t)return t;if(Array.isArray(t))return t.map(t=>De(t));const e=t,n={};for(const t of Object.keys(e))n[t]=De(e[t]);return n}function Fe(t){var e;const n=De(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=ze();r.set(t,n),e.id=n}else e.animate&&(e.id=ze());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]=Ie(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]=Ie(u,r));else if("style"===l&&"object"==typeof u&&null!==u)for(const[t,e]of Object.entries(u))"string"==typeof e&&(u[t]=Ie(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 Ie(t,e){return t.replace(/url\(#([^)]+)\)/g,(t,n)=>{const r=e.get(n);return r?"url(#"+r+")":t})}function Ce(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 Te(t,e,n){return t+(e-t)*n}function Re(t,e,n){const r=[],o=Math.max(t.length,e.length);for(let i=0;i<o;i++)r[i]=Te(t[i]||0,e[i]||0,n);return r}function Ee(t,e,n){return[Te(t[0]||0,e[0]||0,n),Te(t[1]||0,e[1]||0,n),Te(t[2]||0,e[2]||0,n),Te(void 0===t[3]?1:t[3],void 0===e[3]?1:e[3],n)]}function Le(t,e,n){const r=Math.max(t.length,e.length),o=[];for(let i=0;i<r;i++)o.push(Ue(t[i],e[i],n));return o}function Ue(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(Re(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(Re(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(Re(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 We(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 Be(t){const[e,n,r,o]=t,i=3*n,s=3*(o-n)-i,a=1-i-s;return function(t){return n=We(e,r,t),((a*n+s)*n+i)*n;var n}}function Ve(t,e,n){return[t[0]+(e[0]-t[0])*n,t[1]+(e[1]-t[1])*n]}function Ge(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=We(n,o,e),a=[n,r],l=[o,i],{left:u,right:c}=function(t,e,n,r,o){const i=Ve(t,e,o),s=Ve(e,n,o),a=Ve(n,r,o),l=Ve(i,s,o),u=Ve(s,a,o),c=Ve(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 Ze(t){if(t)return[1-t[2],1-t[3],1-t[0],1-t[1]]}function Ke(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 Je(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 qe=new Set(["color","fill","flood-color","lighting-color","stop-color","stroke"]),Qe=new Set(["translate","rotate","scale","skew"]),Xe=new Set(["offset-distance","offsetDistance"]);function He(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("")}var Ye=new Set(["offset-distance","offsetDistance"]),$e=1e3;function tn(t){return t.includes("-")?t.replace(/-([a-z])/g,(t,e)=>e.toUpperCase()):t}function en(t){return!t.includes("-")&&/[a-z][A-Z]/.test(t)}var nn=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 rn(t){return nn.has(t)?t:t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}function on(t,e,n){return Math.max(e,Math.min(t,n))}function sn(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 an=1e-4;function ln(t,e,n,r,o){const i=un(t,e,n,r,o);return 0===i[0]&&0===i[1]?un(t,e,n,r,o<.5?o+an:o-an):i}function un(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 cn(t,e,n,r,o=100){const i=o+1,s=new Float64Array(i),a=new Float64Array(i);let l=sn(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=sn(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 fn(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 dn=new Set(["script","foreignobject"]),hn=new Set(["href","xlink:href","src","filter","clippath","mask","markerstart","markermid","markerend"]),pn=new Set(["href","xlink:href","src"]),mn=new Set(["mixBlendMode","isolation"]),gn=/^data:image\/(?:png|jpe?g|gif|webp|bmp);base64,/i,vn=/^data:image\/svg\+xml(?:;[^,]*)?,/i,yn=/^data:image\/[^;,]*;base64,([A-Za-z0-9+/]{8})/i,bn=["iVBORw0K","/9j/","R0lGOD","UklGR","Qk"];function kn(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(hn.has(n)){const t=String(e);return t.startsWith("#")||/^url\(#[^)]+\)$/.test(t)||pn.has(n)&&(gn.test(t)||vn.test(t)||function(t){const e=yn.exec(t);return!!e&&bn.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 An(t){const e={};for(const n of Object.keys(t)){const r=tn(n);if(kt.has(r))continue;if("style"===r)continue;let o=t[n];if(qe.has(r)&&Array.isArray(o))e[r]=Ke(o);else if("transform"!==r||null===o||"object"!=typeof o||Array.isArray(o)||o.keyframes)Qe.has(r)?(Array.isArray(o)&&("translate"===r&&(o=o.map(t=>t+"px")),o=o.join(",")),"rotate"===r&&(o+="deg"),e[bt]=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[bt]=He(t,{withUnits:!1})}}return e}function wn(t,e){if(!t)return t;const n=e&&"object"==typeof e&&!Array.isArray(e)?e:function(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}(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[bt];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=>Qe.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 jn(t){const e=Ct(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 On(t){return It(t)}function xn(t){return Tt(t)}function Mn(t){const e=t.keyframes;if(!Array.isArray(e))return!1;if(t.autoOrient)return!0;for(const t of e)if(Rt(t)||Et(t))return!0;return!1}var Sn=new WeakMap;function Pn(t,e,n,r){let o=Sn.get(t);const i=null==o?void 0:o.get(e);if(i)return i;const s=Et(t),a=Rt(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=cn(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,Sn.set(t,o)),o.set(e,f),f}function _n(t,e){var n,r,o;if(!Mn(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=jn(i[0]);if(!f)return t;const d=s?function(t,e){const n=jn(t),r=jn(e);if(!n||!r)return 0;const o=Pn(t,e,n,r),i=ln(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(zn(On(i[0]),In(Dn(i[0]),Dn(i[0]),0,f,d,s)));for(let t=0;t<i.length-1;t++){const e=i[t],n=i[t+1],r=jn(e),o=jn(n);r&&o?(s&&t>0&&Tn(c,e,n,r,o,l),En(c,e,n,r,o,s,a,l,u)):c.push(zn(On(n),In(Dn(n),Dn(n),1,null!=o?o:[0,0],void 0,s)))}const h=xn(i[i.length-1]);h&&(c[c.length-1].e=h),s&&Nn(c);const p={keyframes:c};return void 0!==t.loop&&(p.loop=t.loop),p}function Nn(t){let e;for(const n of t){const t=Ct(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 zn(t,e){return{t:t,v:e}}function Dn(t){const e=Ct(t);if(e&&"object"==typeof e&&!Array.isArray(e))return e}function Fn(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 In(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]=Fn(o,a,n))}return void 0!==o&&(s.rotate=o+Cn(t,e,n)),s}function Cn(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=Fn(r,o,n);return"number"==typeof i?i:0}function Tn(t,e,n,r,o,i){const s=t[t.length-1],a=Ct(s),l=null==a?void 0:a.rotate;if("number"!=typeof l)return;const u=Dn(e),c=l-Cn(u,u,0),f=Pn(e,n,r,o),d=ln(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=On(e),g=Math.min(m+Rn,(m+On(n))/2),v=In(Dn(e),Dn(e),0,r,h,!0);t.push(zn(g,v))}var Rn=.05;function En(t,e,n,r,o,i,s,a,l){const u=Pn(e,n,r,o),c=On(e),f=On(n),d=xn(e),h=(p=d)?Be([p[1],p[0],p[3],p[2]]):t=>t;var p;const m=Dn(e),g=Dn(n),v=function(t,e,n,r,o){const i=[];Ln(t.P0[0],t.P1[0],t.P2[0],t.P3[0],i),Ln(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++)Un(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=fn(u.lut,t),n=on(u.totalArc>0?e/u.totalArc:t,0,1),r={u:on(h(n),0,1),p:n,pos:sn(u.P0,u.P1,u.P2,u.P3,t)};if(i){const e=ln(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?on((n.u-k)/(1-k),0,1):1,{left:o,right:s}=Ge(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=In(m,g,n.p,n.pos,n.rotateDeg,i);t.push(zn(l,u)),b=s,k=n.u}}function Ln(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 Un(t,e,n,r,o,i,s,a){const l=(t+e)/2,u=sn(r.P0,r.P1,r.P2,r.P3,t),c=sn(r.P0,r.P1,r.P2,r.P3,e),f=e-t,d=sn(r.P0,r.P1,r.P2,r.P3,t+.25*f),h=sn(r.P0,r.P1,r.P2,r.P3,l),p=sn(r.P0,r.P1,r.P2,r.P3,t+.75*f),m=Math.max(Wn(d,u,c),Wn(h,u,c),Wn(p,u,c));let g=!0;if(o){const n=ln(r.P0,r.P1,r.P2,r.P3,t),o=ln(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,Un(t,l,n,r,o,i,s,a),Un(l,e,n,r,o,i,s,a))}function Wn(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 Bn(t,e){const n=Vn(t,e);return null!=n?n:t}function Vn(t,e){let n,r;if(t.children)for(let r=0;r<t.children.length;r++){const o=Vn(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=wn(o,t.transform),i=n.transform;if(i&&"object"==typeof i&&Mn(i)){const t=_n(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 Gn(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=>Gn(t[n],e[n]))}function Zn(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 Kn(t){return t.startsWith("path(")&&t.endsWith(")")?t.slice(5,-1):/^[MmZzLlHhVvCcSsQqTtAa]/.test(t)?t:void 0}function Jn(t){return"string"==typeof t&&void 0!==Kn(t)}function qn(t){if(t&&"object"==typeof t&&"string"==typeof t.pathData){const e=Kn(t.pathData);return e?{paths:Zn(e)}:t}if(t&&"object"==typeof t&&"paths"in t){const e=t.paths;if(Array.isArray(e)&&e.length>0&&Jn(e[0])){const t=[];for(const n of e){const e=Kn(n);e&&t.push(...Zn(e))}return{paths:t}}return t}if(Array.isArray(t)){if(t.length>0&&Jn(t[0])){const e=[];for(const n of t){const t=Kn(n);t&&e.push(...Zn(t))}return{paths:e}}return{paths:t}}return Jn(t)?{paths:Zn(Kn(t))}:t}function Qn(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 Xn(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 Hn(t,e,n,r){var o,i;return"d"===t?{paths:Le(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)}:qe.has(t)?Ee(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?Te(e,n,r):Qe.has(t)||"stroke-dasharray"===t||"strokeDasharray"===t?Re(e||[],n||[],r):Te(+(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]=Te(+(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]=Re(r||t,s||t,n)}else o[i]=null!=s?s:r}return o}(e,n,r)}function Yn(t,e,n,r){var o,i,s,a,l;const u=e.length-1,c=on(null!=(o=n.segmentCount)?o:u,1,u);let f;f=n.repeatAt===ft?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===ft?(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:Rt(t),tangentOut:Et(t)})),w=Math.floor(g/k),j=g-w*k,O=j/k,x=[],M=n.repeatAt!==ft,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?Ze(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?Be(o.e)(l):l,c=Hn(t,o.v,r.v,u),{left:f}=Ge(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(Gn(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===ft){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?Ze(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?Be(s.e)(o):o,l=Hn(t,s.v,r.v,a),{right:u}=Ge(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===dt&&w%2==0,O);for(let t=0;t<w;t++){const e=w-1-t,r=n.direction===dt&&e%2==0;N(p+j+t*k,r)}}else{for(let t=0;t<w;t++){const e=n.direction===dt&&t%2==0;N(p+t*k,e)}if(O>1e-9){const t=n.direction===dt&&w%2==0;N(p+w*k,t,O)}}return n.repeatAt===ft?[...x,...e]:_&&e.length>0?[...e.slice(0,-1),y(v({},e[e.length-1]),{e:P}),...x]:[...e,...x]}function $n(t,e,n,r){var o;const i=e.keyframes||[],s=[];for(const e of i){const n=It(e);let i=Ct(e);const a=Tt(e);"d"===t&&(i=qn(i));const l=en(t)?rn(t):t;qe.has(l)&&(i=null!=(o=Je(i))?o:i);const u={t:n,v:i,e:Qn(a,r)},c=Rt(e),f=Et(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?Yn(t,s,l,n):s}function tr(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=en(t)?rn(t):t,a=qe.has(s),l=i.map(e=>{var n;const r=It(e);let o=Ct(e);"d"===t&&(o=qn(o)),a&&(o=null!=(n=Je(o))?n:o);const i={t:r,v:o,e:Tt(e)},s=Rt(e),l=Et(e);return s&&(i.tangentIn=s),l&&(i.tangentOut=l),i}),u={keyframes:Yn(t,l,o,n)};return void 0!==e.autoOrient&&(u.autoOrient=e.autoOrient),u}function er(t,e){const n=nr(t,e);return null!=n?n:t}function nr(t,e){let n,r;if(t.children)for(let r=0;r<t.children.length;r++){const o=nr(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=tr(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 rr=0;function or(t,e=nt.native){const n=St(t)||{},r=Nt(t),o=n.duration||1e3,i=[],s=(t,n,i)=>{if(0===n.length)return null;const s=function(t,e,n,r=nt.native){const o={};for(const[i,s]of Object.entries(t)){if("transform"===i&&"offsetPath"===s.alongPathMode&&void 0!==t.offsetDistance)continue;const a=$n(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===nt.native&&"transform"===i?_n(t):t}}return o}(wn(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=St(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=>Xn(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_"+ ++rr;t.id=n;const o=s(n,function(t,e){if(!t)return[];const n=[];if("string"==typeof t){const r=Xn(t,e);r&&n.push(r)}else if(Array.isArray(t))for(const r of t){const t=Xn(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 ir(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=on(f,0,1);const m=Tt(u);if(m&&Array.isArray(m))try{f=Be(m)(f)}catch(t){}let g=en(t)?rn(t):t,v=null;const y=null==u?void 0:u.v,b=null==c?void 0:c.v;if("d"===g)v=Le(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=>Ce(t)).join("");else if(qe.has(g))v=Ke(Ee(y||[0,0,0,1],b||[0,0,0,1],f)),g=t;else if("stroke-dasharray"===g)v=Re(y||[],b||[],f).join(" "),g=t;else if("transform"!==g||null===y||"object"!=typeof y||Array.isArray(y))"translate"===g?(v="translate("+Re(y||[0,0],b||[0,0],f).join(",")+")",g="transform"):"rotate"===g?(v="rotate("+Te(+(y||0),+(b||0),f)+")",g="transform"):"scale"===g?(v="scale("+Re(y||[1,1],b||[1,1],f).join(",")+")",g="transform"):v=Te(+(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]=Te(+(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=Re(t||o,r||o,f);n[e]=i}}if(Mn(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=Pn(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=sn(s.P0,s.P1,s.P2,s.P3,a);if(!i)return{translate:l};const u=ln(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=He(n,{withUnits:!1}),g="transform"}return Xe.has(g)&&"number"==typeof v&&(v=100*v+"%"),{k:g,v:null===v?"":""+v}}function sr(t,e){const n={};for(const[r,o]of Object.entries(t)){const t=ir(r,o,e);t&&(n[t.k]=t.v)}return n}var ar=/[MmLlHhVvCcSsQqTtAaZz]/;function lr(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 ur(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=cn(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];ar.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}=lr([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}=lr([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]=sn(o.P0,o.P1,o.P2,o.P3,s),[u,c]=ln(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 cr(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 fr(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(hr),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 dr(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 hr(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 pr(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 mr(t){if(null===t||"object"!=typeof t)return t;if(Array.isArray(t))return t.map(mr);const e={};for(const n of Object.keys(t))e[n]=mr(t[n]);return e}function gr(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 vr(t){const e="number"==typeof t?t:"string"==typeof t?parseFloat(t):NaN;return Number.isFinite(e)?e:0}function yr(t,e){return"_lw_"+e+"_"+t.nextId++}function br(t){return"string"==typeof t?t.replace(/^#/,""):void 0}function kr(t,e){var n;"string"==typeof t.id&&e.set(t.id,t),null==(n=t.children)||n.forEach(t=>kr(t,e))}var Ar=mr;function wr(t){const e=fr(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 jr(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 Or=t=>Math.round(1e3*t)/1e3;function xr(t,e,n){null!=n&&dr(t,e,fr(n),{asString:!0})}var Mr=(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 Sr(t,e){return Math.round(t)===t?""+Math.round(t):t.toFixed(e)}function Pr(t,e){let n="";for(let r=0;r<t.length;r++){const o=Sr(t[r],e);r>0&&45!==o.charCodeAt(0)&&(n+=" "),n+=o}return n}function _r(t,e,n){return[t[0]*e+t[2]*n+t[4],t[1]*e+t[3]*n+t[5]]}var Nr=/([MLCQZ])|(-?\d*\.?\d+(?:e[-+]?\d+)?)/gi;function zr(t,e,n=2){const r=[];let o;for(Nr.lastIndex=0;null!==(o=Nr.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]=_r(e,a(),a());i+=t+Pr([r,o],n)}else if("C"===t){const[t,r]=_r(e,a(),a()),[o,s]=_r(e,a(),a()),[l,u]=_r(e,a(),a());i+="C"+Pr([t,r,o,s,l,u],n)}else if("Q"===t){const[t,r]=_r(e,a(),a()),[o,s]=_r(e,a(),a());i+="Q"+Pr([t,r,o,s],n)}else"Z"!==t&&"z"!==t||(i+="Z")}return i}var Dr=["fontFamily","fontSize","fontWeight","fontStyle","textAnchor","letterSpacing","wordSpacing","textDecoration","textTransform","whiteSpace","x","y","dx","dy","lengthAdjust","fill","stroke","strokeWidth","effects",vt,"xml:space"],Fr=["fillOpacity","fillRule","strokeOpacity","strokeDasharray","strokeDashoffset","strokeLinecap","strokeLinejoin","strokeMiterlimit","mixBlendMode","filter"],Ir=["fill","stroke","strokeWidth","opacity","fillOpacity","strokeOpacity","strokeDasharray","strokeDashoffset"];function Cr(t){if("number"==typeof t)return t;if("string"==typeof t){const e=parseFloat(t);return isNaN(e)?void 0:e}}function Tr(t){return"string"==typeof t?t:void 0}function Rr(t){const e=t.animate;if(!e||"object"!=typeof e)return;let n;for(const t of Ir)void 0!==e[t]&&((null!=n?n:n={})[t]=e[t]);return n}function Er(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=Tr(t.fontFamily))?n:e.fontFamily,fontSize:null!=(r=Cr(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=Cr(t.letterSpacing))?a:e.letterSpacing,wordSpacing:null!=(l=Cr(t.wordSpacing))?l:e.wordSpacing,opacity:null!=(u=Cr(p("opacity")))?u:e.opacity,animate:null!=(c=d?void 0:Rr(t))?c:e.animate};for(const t of Fr){const n=null!=(f=p(t))?f:e[t];void 0!==n&&(m[t]=n)}return m}function Lr(t){var e,n,r;return{fontFamily:Tr(t.fontFamily),fontSize:null!=(e=Cr(t.fontSize))?e:16,fill:t.fill,stroke:t.stroke,strokeWidth:t.strokeWidth,letterSpacing:null!=(n=Cr(t.letterSpacing))?n:0,wordSpacing:null!=(r=Cr(t.wordSpacing))?r:0}}function Ur(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 Fr)void 0!==t[n]&&(e[n]=t[n]);return void 0!==t.animate&&(e.animate=t.animate),e}function Wr(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 Br(t){const e=Object.keys(t);return 1===e.length?t[e[0]]:void 0}function Vr(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 Gr(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 Zr(t){var e;const n=fr(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 Kr(t,e){const n=m(10,e);return Math.round(t*n)/n}function Jr(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 Fr)void 0!==t[n]&&(e[n]=t[n]);return e}function qr(t){return t?{[yt]:"px-missing-glyph"}:{}}function Qr(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=zr(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},Jr(t)),qr(i)),void 0!==t.animate?{animate:v({},t.animate)}:{}),[]));return o}function Xr(t,e,n){const r={};for(const e of Object.keys(t))"type"!==e&&"children"!==e&&-1===Dr.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 Hr(t,e,n){if(!e)return t;delete t.transform;let r=t;return r=$r(r,e.origin,!0),r=Yr(r,"scale",e.scale),r=Yr(r,"skew",e.skew),r=Yr(r,"rotate",e.rotate),r=$r(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=$r(r,e.origin,!0),r=Yr(r,"translate",e.translate),r=$r(r,e.origin,!1)):r=Yr(r,"translate",e.translate),r!==t&&t.id&&(r.id=t.id,delete t.id),r}function Yr(t,e,n,r){if(void 0===n)return t;const o=fr(n);if("static"===o.kind)return{type:"g",transform:{value:cr(e,o.value,void 0)},children:[t]};if("animated"===o.kind){const n={keyframes:o.keyframes.map(t=>pr(t,cr(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 $r(t,e,n){if(void 0===e)return t;const r=fr(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=>pr(t,{translate:o(t.value)}))};return void 0!==r.loop&&(e.loop=r.loop),{type:"g",animate:{transform:e},children:[t]}}return t}function to(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=br(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=>to(t,e,n))}function eo(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 no(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 ro(t,e,n,r){if(!e)return t;const o=yr(n,"grad"),i=function(t,e){const n={type:t.type===xt?"radialGradient":"linearGradient",id:e};return t.type===Ot?(oo(n,"x1","y1",t.start),oo(n,"x2","y2",t.end)):(oo(n,"cx","cy",t.center),function(t,e,n){const r=fr(n);"absent"!==r.kind&&dr(t,"r",r,{asString:!0})}(n,0,t.radius),oo(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=fr(t);if("absent"===r.kind)return[];if("static"===r.kind)return Array.isArray(r.value)?r.value.map(io):[];const o=r.keyframes;if(!o.length)return[];const i=r.loop;let s=0;for(const t of o){const e=Ct(t);Array.isArray(e)&&e.length>s&&(s=e.length)}if(!s)return[];const a=Ct(o[0]),l=[];for(let t=0;t<s;t++){const r=null!=(n=null!=(e=null==a?void 0:a[t])?e:so(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=It(r),u=Ct(r),c=null!=(i=null==u?void 0:u[n])?i:so(e,e.indexOf(r),n);if(!c)continue;const f=Tt(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:ao(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 oo(t,e,n,r){var o,i,s;const a=fr(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 io(t){return{type:"stop",offset:ao(t.offset),stopColor:t.color}}function so(t,e,n){for(let r=e;r>=0;r--){const e=Ct(t[r]);if(null==e?void 0:e[n])return e[n]}for(let r=e+1;r<t.length;r++){const e=Ct(t[r]);if(null==e?void 0:e[n])return e[n]}}function ao(t){return Math.round(1e3*t)/10+"%"}function lo(t){return"string"==typeof t?t:t&&"object"==typeof t&&"string"==typeof t.pathData?t.pathData:void 0}function uo(t,e,n){if(!e)return t;const r=function(t,e){var n;const r=fr(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=co(o,"translate",e.translate,void 0),o=co(o,"rotate",e.rotate,r),o=co(o,"scale",e.scale,r),o}function co(t,e,n,r,o){if(void 0===n)return t;const i=fr("scale"===e&&Array.isArray(n)?[n[0]/100,n[1]/100]:n);if("static"===i.kind)return{type:"g",transform:{value:cr(e,fo(e,i.value),r)},children:[t]};if("animated"===i.kind){const n={keyframes:i.keyframes.map(t=>{const n=pr(t,cr(e,fo(e,t.value),r));return"translate"===e?v(v({},n),ho(t)):n})};return void 0!==i.loop&&(n.loop=i.loop),{type:"g",animate:{transform:n},children:[t]}}return t}function fo(t,e){return"translate"===t?[-e[0],-e[1]]:"rotate"===t?-e:[1/e[0],1/e[1]]}function ho(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 po(t){const e=t.animate&&"object"==typeof t.animate&&!Array.isArray(t.animate)?t.animate:void 0;return!(!e||!e.transform)}function mo(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 go(t,e){let n=0,r=0;for(const o of t)if(o.translateKeyframes&&o.translateKeyframes.length){const t=vo(o.translateKeyframes,e);n+=t[0],r+=t[1]}else o.translate&&(n+=o.translate[0],r+=o.translate[1]);return[n,r]}function vo(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 yo(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 bo(t,e,n){if(!e)return;const r=br(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 ko(t,e){const n={};return void 0!==t.translate&&(n.translate=Ao(t.translate,t=>[t[0]*e,t[1]*e])),void 0!==t.rotate&&(n.rotate=Ao(t.rotate,t=>t*e)),void 0!==t.skew&&(n.skew=Ao(t.skew,t=>t*e)),void 0!==t.scale&&(n.scale=function(t,e){return Ao(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 Ao(t,e,n=!1){const r=fr(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 wo(t){var e,n;return{start:null!=(e=t.start)?e:0,stretch:null!=(n=t.stretch)?n:1}}function jo(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 Oo(t,e){return{start:e.start+e.stretch*t.start,stretch:e.stretch*t.stretch}}function xo(t){var e,n;return null==(n=null==(e=t.effects)?void 0:e.clone)?void 0:n.retime}function Mo(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 So(t,e,n){const r=br(t.href);if(!r)return void n.errors.push("retime: <use> has no href to follow");const o=Po(r,e,n,new Set);o&&(t.href="#"+o)}function Po(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=Ar(o);if(function(t,e){gr(t,()=>yr(e,"retimed"))}(i,n),"use"===o.type?No(i,e.start,e.stretch):_o(i,e.start,e.stretch),Mo(i),"use"===o.type&&o.href){const s=br(o.href);if(s){const a=xo(o),l=a?Oo(wo(a),e):e,u=new Set(r);u.add(t);const c=Po(s,l,n,u);c&&(i.href="#"+c)}}else!function(t,e,n,r,o){const i=t=>{var s;const a=xo(t);if("use"===t.type&&a&&t.href){const i=br(t.href);if(i){const s=Oo(wo(a),e),l=new Set(r);l.add(o);const u=Po(i,s,n,l);u&&(t.href="#"+u)}Mo(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 _o(t,e,n){var r;No(t,e,n),null==(r=t.children)||r.forEach(t=>_o(t,e,n))}function No(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 zo(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 Do(t,e,n,r,o,i,s,a){const l=Io(r,n,o),u=Co(n,o),c=Ro(i,l),f=Ro(s,u),d=Uo(s),h={type:"path",d:Ce(e)};return Eo(h,"strokeDasharray",f),Eo(h,"strokeDashoffset",c),Eo(h,"strokeOpacity",d),[h]}var Fo=1;function Io(t,e,n){const[r]=To(n);return n=>e*(-n-r+t)+Fo}function Co(t,e){const[n,r]=To(e),o=r-n+1;return e=>{const n=on(e[0],0,1),r=on(e[1],0,1),i=Math.min(n,r),s=Math.max(n,r),a=[0];let l=Fo;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+Fo),a}}function To(t){return[Math.floor(Math.min(-t[0],-t[1])),Math.ceil(Math.max(-t[0],-t[1]))]}function Ro(t,e){if("absent"!==t.kind)return"static"===t.kind?{kind:"static",value:e(t.value)}:{kind:"animated",keyframes:t.keyframes.map(t=>({time:It(t),value:e(Ct(t)),easing:Tt(t)})),loop:t.loop}}function Eo(t,e,n){n&&dr(t,e,n)}var Lo=10;function Uo(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(Ct(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=It(r),l=e(Ct(r)),u=o?l&&e(Ct(o)):l,c=s?l&&e(Ct(s)):l;u&&!c?(i.push({time:a,value:0}),i.push({time:a+Lo,value:1})):!u&&c&&(i.push({time:a-Lo,value:1}),i.push({time:a,value:0}))}return i.length<=1?void 0:{kind:"animated",keyframes:i}}function Wo(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 Bo(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 Vo(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+=Go(t,r,r+1);return t.c&&e.length>1&&(n+=Go(t,e.length-1,0)),n}function Go(t,e,n){var r,o,i,s;const a=t.v,l=a[e],u=a[n],c=cn(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 Zo=.5522847498307936;function Ko(t){var e,n;const r={defs:[],warnings:[],errors:[],idMap:new Map,nextId:0,contentRefInnerIds:new Map,maskAncestorChains:new Map,engine:ot(null==(e=St(t))?void 0:e.engine),glyphs:null==(n=Nt(t))?void 0:n.fonts},o=Ar(t);kr(o,r.idMap),to(o,r,()=>yr(r,"inner")),function(t,e){const n=new Set,r=t=>{var o,i;const s=br(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=yo(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(),kr(t,e.idMap);const n=[],r=t=>{var e;xo(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&&xo(o)&&n++,"use"===o.type&&o.href){const t=br(o.href);t&&!r.has(t)&&(r.add(t),i(e.idMap.get(t)))}null==(s=o.children)||s.forEach(i)}},s=br(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=xo(t);if(!n)continue;const r=n.timeCrop;Mo(t),So(t,wo(n),e),r&&jo(t,r,e)}}(t,e),t}(Jo(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 Jo(t,e){t.children&&(t.children=t.children.map(t=>Jo(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=Mr,warnings:l}=r,u=e?ur(e):null;if(!u)return null==l||l.push("textGlyphs: unparsable along-path geometry"),null;const c=Br(s),{cells:f,width:d}=function(t,e,n,r){const o=[];let i=0;const s=(t,a)=>{var l,u;const c=Er(t,a),f=Tr(t[vt]);if(f&&!(null==(l=t.children)?void 0:l.length)){const t=Wr(c,e,n,r);if(t){const e=c.fontSize/t.unitsPerEm,n=null!=(u=t.ascent)?u:.9*t.unitsPerEm,r=Ur(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:Vr(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,Lr(t)),{cells:o,width:i}}(t,s,c,l);if(!f.length)return Xr(t,[],a);const{along:h,perp:p}=function(t){var e,n,r;return{along:(null!=(e=Cr(t.x))?e:0)+(null!=(n=Cr(t.dx))?n:0),perp:null!=(r=Cr(t.dy))?r:0}}(t),m=Zr(n),g=Zr(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 Xr(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=zr(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:[Kr(r-a*l,3),Kr(o+a*s,3)],rotate:Kr(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)}}Nn(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},Jr(f.paint)),qr(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 Xr(t,Qr((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:Gr(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=Mr,warnings:a}=e,l=Br(i),u={x:null!=(n=Cr(t.x))?n:0,y:null!=(r=Cr(t.y))?r:0},c=[],f=[{start:u.x,end:u.x}];let d=0;const h=(t,e)=>{var n;const r=Wr(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=Ur(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:Vr(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=Er(t,e),s=Cr(t.x),a=Cr(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=Cr(t.dx))?n:0,u.y+=null!=(r=Cr(t.dy))?r:0;const l=Tr(t[vt]);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=Lr(t);if(t.children)for(const e of t.children)p(e,m);const g=Tr(t[vt]);g&&!(null==(o=t.children)?void 0:o.length)&&h(g,m);const v=Tr(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 Xr(t,Qr(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=yr(n,"tpath"),{d:i,startShift:s}=function(t,e){var n;if("clip"===e.pathOverflow)return{d:t,startShift:0};const r=ur(t);if(!r||r.closed||r.totalLength<=0)return{d:t,startShift:0};const o=r.totalLength,i=.15*o,s=wr(e.startOffset),a=wr(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"+Or(e)+","+Or(n)+"L"+Or(d.x)+","+Or(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"+Or(t)+","+Or(e)}return{d:p,startShift:c}}(e.pathData,{pathOverflow:e.pathOverflow,startOffset:e.startOffset,textLength:e.textLength,advance:jr(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),xr(a,"startOffset",function(t,e){if(!e||null==t)return t;const n=fr(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)),xr(a,"textLength",e.textLength),t.children=[a],t}(m,h,e)),m=function(t,e,n){return ro(t,e,n,"fill")}(m,f,e),m=function(t,e,n){return ro(t,e,n,"stroke")}(m,d,e),m=function(t,e){if(!e)return t;const n=e.subPaths===gt,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*Zo,d=o*Zo,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=Zn(e);if(!n.length)return;const i={leaf:t,subpaths:[]};for(const t of n){const e=Vo(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=fr(e.offset),u="absent"===l.kind?{kind:"static",value:0}:l,c=function(t){const e=fr(t);if("animated"!==e.kind)return e;const n=e.keyframes.map(t=>({time:It(t),value:Ct(t),easing:Tt(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=Wo(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=Bo(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=Bo(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=Ct(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=Io(n,e,r),a=Co(e,r),l=v({},t);return delete l.effects,Eo(l,"strokeDasharray",Ro(i,a)),Eo(l,"strokeDashoffset",Ro(o,s)),Eo(l,"strokeOpacity",Uo(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(...Do(t.leaf,r.subpath,o,i,h,u,f))}p.set(t.leaf,zo(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=Ar(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=Ar(l),r=ko(e,t),o=r?Hr(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=br(e.source);if(!o)return r.errors.push("maskedBy.source missing — cannot build mask"),t;const i=yr(r,"mask");let s={type:"use",href:"#"+o};if(n)s=uo(s,n,r);else if(po(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=pr(t,void 0);if(Array.isArray(e.translate)&&s.push(y(v(v({},r),ho(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=uo(s,e,r))}const a=void 0===n&&!function(t){return"string"==typeof t.transform||!(!t.transform||"object"!=typeof t.transform)||po(t)}(t);s=function(t,e,n,r,o){const i=r.idMap.get(n),s=r.maskAncestorChains.get(e)||[],a=o?yo(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=mo(l),n=mo(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=go(l,t),n=go(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=yr(n,"clip"),o={type:"path"},i=fr(e.pathData);return"absent"!==i.kind&&("static"===i.kind?o.d=lo(i.value):(dr(o,"d",i),void 0!==o.d&&(o.d=lo(o.d)))),n.defs.push({type:"clipPath",id:r,children:[o]}),t.clipPath="url(#"+r+")",t}(m,l,e),o?(bo(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=no(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&&no((null==(r=t.animate)?void 0:r.transform)||void 0)||s&&no((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=eo(i.full),r=eo(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=no(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=Hr(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=Hr(l,i),l.id=n),l}(m,i,r,o)):m=function(t,e,n,r){return bo(t,e,r),Hr(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 qo(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 Qo(t,e,n,r,o=64){let i=0,s=t;for(let a=1;a<=o;a++){const l=qo(t,e,n,r,a/o);i+=Math.hypot(l[0]-s[0],l[1]-s[1]),s=l}return i}var Xo=t=>{const e=Math.round(1e4*t)/1e4;return Object.is(e,-0)?"0":String(e)};function Ho(t){if("number"==typeof t)return t;if("string"==typeof t){const e=parseFloat(t);return Number.isFinite(e)?e:void 0}}function Yo(t){if("string"==typeof t)return t.startsWith("#")?t.slice(1):t}function $o(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 ti(t,e,n,r,o,i){if("use"===t.type&&"string"==typeof t.href){const s=Yo(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=mr(e);gr(f,o);const d="symbol"===f.type?$o(f.viewBox):void 0,h=null!=(l=null!=(a=Ho(t.width))?a:null==d?void 0:d[2])?l:s[0],p=null!=(c=null!=(u=Ho(t.height))?u:null==d?void 0:d[3])?c:s[1],m="symbol"===f.type?function(t,e,n,r,o){const i=$o(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=ti(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=vr(t.x),r=vr(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=ti(t,e,n,r,o,i);return a!==t&&(s=!0),a});return s?y(v({},t),{children:a}):t}var ei=new Set(["reverse","alternate-reverse"]);function ni(t,e){if(void 0!==t[e])return!1;if(Qe.has(e))return!1;if("transform"===e)for(const e of Qe)if(void 0!==t[e])return!1;return!0}function ri(t,e,n){const r=Object.values(sr({[e]:t[e]},n));return 1===r.length&&""!==r[0]?r[0]:void 0}function oi(t,e){const n=De(t),r=new Map;for(const[t,e]of ii(n))void 0===e.id&&(e.id="__px_rest_"+t),r.set(String(e.id),t);const o=new Map;for(const t of or(n,e)){const e=r.get(t.id);void 0!==e&&o.set(e,t.animate)}return o}function ii(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=Ko(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=Ct(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=Ct(t),r=null==n?void 0:n.translate;if(!r||r.length<2)return;if(Object.keys(n).some(t=>t!==At&&t!==jt&&t!==wt))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=>Rt(t)||Et(t)))return;let u="M"+Xo(a[0][0])+","+Xo(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=Et(o[t]))?n:[0,0],l=null!=(r=Rt(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"+Xo(f[0])+","+Xo(f[1])+","+Xo(d[0])+","+Xo(d[1])+","+Xo(i[0])+","+Xo(i[1]),c.push(Qo(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:It(o[t]),v:h/f},n=Tt(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[bt];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[At],delete t[jt],e.keyframesCarryRotate&&delete t[wt],l=Object.keys(t).length?t:void 0}r=y(v({},t),{animate:n,style:y(v({},t.style),{offsetPath:"path('"+e.pathStr+"')",offsetAnchor:Xo(e.anchor[0])+"px "+Xo(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=er(i,null!=(o=null==(r=St(i))?void 0:r.duration)?o:$e),e===nt.native&&(i=Bn(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=Yo(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=$o(t.viewBox);if(e)return[e[2],e[3]];const n=Ho(t.width),r=Ho(t.height);return void 0!==n&&void 0!==r?[n,r]:[1,1]}(t),s=[],a=ti(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;const r=De(t),o=St(r)||{},i=+(o.duration||$e),s=ei.has(String(o.direction))?i:0,a=ii(r);if(!a.size)return r;const l=oi(r,e),u=new Map;for(const[t,e]of l){const r=a.get(t);if(r)for(const o of Object.keys(e)){if(!ni(r,o))continue;const i=ri(e,o,s);void 0!==i&&(r[o]=i,u.set(t,[...null!=(n=u.get(t))?n:[],o]))}}if(u.size){const t=oi(r,e);for(const[e,n]of u){if(JSON.stringify(t.get(e))===JSON.stringify(l.get(e)))continue;const r=a.get(e);if(r)for(const t of n)delete r[t]}}return r}(i,e),i}var ai=(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))(ai||{}),li={document:"document",host:"host",platform:"platform",usage:"usage",internal:"internal"};function ui(t){return"PX"+t+" https://github.com/pixodesk/pixodesk-svg-animator/blob/main/docs/diagnostics.md#px"+t}function ci(t,e){const n=e?e+" ":"";return{warn:(e,r,...o)=>{const i=ui(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=ui(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 fi(t,e){const{problems:n}=function(t){try{return{problems:xe(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 di(t){return Number.isFinite(t)&&0!==t}function hi(t,e){return t>0?e===1/0?1/0:t*(e>0?e:1):0}function pi(t,e){return t>0?e===1/0?t:t*(e>0?e:1):0}function mi(t,e){return Number.isNaN(t)||t<0?0:Number.isFinite(e)?t>e?e:t:Number.isFinite(t)?t:0}function gi(t,e,n){const r=pi(e,n);return r>0&&Number.isFinite(t)?t<=0?0:n===1/0?t%r/r:t>=r?1:t/r:0}function vi(t,e,n){const r=pi(e,n);return r>0&&Number.isFinite(t)?t<=0?0:t>=1?r:t*r:0}function yi(t){const e=globalThis;"function"!=typeof e.cancelAnimationFrame?e.clearTimeout(t):e.cancelAnimationFrame(t)}function bi(t,e,n){var r;const o=St(t)||{},i=or(t,nt.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||$e),u=l&&a?l*(a===1/0?1/0:a):l?(null!=a?a:1)*l:0,c=o.direction||"normal",f=null!=(r=o.fill)?r:"forwards",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=on(t,0,a*e),r=Math.max(0,Math.ceil(t/e)-1),r=Math.min(r,a-1),n=on((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=sr(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&&(yi(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&&(yi(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&&(yi(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(!di(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=mi(t,u),g=t,m&&(v=Date.now()),(!Number.isFinite(u)||t<u)&&(b=!1),x(O())},getCurrentProgress:()=>gi(O(),l,a),setCurrentProgress:t=>{_.setCurrentTime(vi(t,l,a))},destroy:()=>{var t;_.cancel(),null==(t=null==n?void 0:n.onRemove)||t.call(n)}};return _}var ki=["timelineSource","scroll","trigger","delay","iterations","direction","fill","resetOnFinish","duration","mode","frameRate"],Ai=["definitions","bindings"],wi=t=>!!t&&"object"==typeof t&&!Array.isArray(t);function ji(t,e){const n=wi(t)?v({},t):{};for(const t of Object.keys(e)){const r=e[t];null!==r?wi(r)?n[t]=ji(n[t],r):n[t]=r:delete n[t]}return n}function Oi(t,e,n){const r=wi(o=t)&&"string"==typeof o.type?o.type:"time";var o;const i=wi(e)&&"string"==typeof e.type?String(e.type):r;let s;if(i!==r){const n={};if(wi(t))for(const e of $)void 0!==t[e]&&(n[e]=t[e]);s=ji(n,e)}else s=ji(t,e);if("scroll"===(a=i)||"view"===a){for(const t of tt)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 xi(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=wi(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 Mi(t,e,n){var r,o;const i=!!(null==n?void 0:n.resetTimeline);if(!t||void 0===e||!(i||null!==e&&wi(e)&&Object.keys(e).length))return{doc:t,warnings:[]};const s=t,a=wi(s.animator),l=!a&&wi(null==(r=s.meta)?void 0:r.animator),u=a?s.animator:l?s.meta.animator:void 0,c=[];a&&wi(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 Ai)wi(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(!wi(e)||0===Object.keys(e).length)return{config:t,warnings:n};const o=wi(t)?ki.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=wi(t)?v({},t):{};for(const t of Object.keys(e)){const n=e[t];null!==n?"timeline"!==t?wi(n)?i[t]=ji(i[t],n):i[t]=n:i.timeline=wi(n)?Oi(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 Si={offScreen:lt,visibilityThreshold:.5,visibilityDebounce:150},Pi=Array.from({length:21},(t,e)=>e/20);function _i(t){return{requestStart:()=>t.play(),dispose:()=>{}}}function Ni(t,e,n){if(e.offScreen===G)return _i(n);if("undefined"==typeof IntersectionObserver)return _i(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===Z?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:Pi});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 zi="doc";export{a as __spreadValues,l as __spreadProps,b as __objRest,E as px,W as PX_ANIM_SRC_ATTR_NAME,B as PX_ANIM_ATTR_NAME,V as PxTriggerStart,K as PxMouseOutAction,nt as PxTimelineEngine,rt as PxTimelineEngineSetting,ot as resolveTimelineEngine,it as isNativeForced,st as mayUseNativeScrollTimeline,ct as resolveTrigger,vt as PX_TEXT_CONTENT_ATTR,Mt as isPxDocument,St as getAnimatorConfig,Ct as keyframeValue,Tt as keyframeEasing,Gt as PxTriggerSchema,Jt as PxDefinitionsSchema,Xt as PxScrollSchema,ie as PxAnimatorConfigSchema,Oe as validateNodeEffects,xe as validateDocument,Me as PxNodeBaseSchema,Pe as PxSvgNodeRootSchema,Fe as generateNewIds,Ce as bezierToSvgPath,Be as cubicBezier,Ge as splitEasing,Ke as toRGBA,qe as PX_COLOR_ATTR_NAMES,Qe as PX_TRANSFORM_FN_NAMES,Xe as PX_PCT_BASED_ATTR_NAMES,He as composeTransformParts,Ye as PX_STYLE_ATTR_NAMES,$e as PX_DEFAULT_DURATION_MS,tn as kebabToCamelCaseWord,rn as camelCaseToKebabWordIfNeeded,on as clamp,dn as PX_DISALLOWED_SVG_TAGS_LOWER,mn as PX_CSS_ONLY_STYLE_PROPS,kn as sanitizeAttributeValue,An as toDomProps,Hn as interpolateValue,or as normalizeBindings,si as materializeAllInTree,ai as PxDiagnosticCode,li as PxDiagnosticKind,ci as createDiagnostics,fi as reportDocumentDiagnostics,di as isValidPlaybackRate,hi as seekCeilingMs,mi as clampSeekMs,gi as timeToProgress,vi as progressToTimeMs,bi as createAdapterAnimator,xi as foldTimelineOverride,Mi as applyAnimatorConfig,Si as PLAY_WHEN_VISIBLE_DEFAULTS,Ni as createVisibilityGate,zi as PX_ANIMATOR_DOC_KEY};