astro-tractstack 2.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +110 -0
- package/README.md +56 -0
- package/astro.d.ts +64 -0
- package/bin/create-tractstack.js +483 -0
- package/dist/config.js +80 -0
- package/dist/index.js +2129 -0
- package/package.json +89 -0
- package/templates/artpacks/kCz/captainBreakfast_1080px.webp +0 -0
- package/templates/artpacks/kCz/captainBreakfast_1920px.webp +0 -0
- package/templates/artpacks/kCz/captainBreakfast_600px.webp +0 -0
- package/templates/artpacks/kCz/cleanDrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/cleanDrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/cleanDrips_600px.webp +0 -0
- package/templates/artpacks/kCz/crispwaves_1080px.webp +0 -0
- package/templates/artpacks/kCz/crispwaves_1920px.webp +0 -0
- package/templates/artpacks/kCz/crispwaves_600px.webp +0 -0
- package/templates/artpacks/kCz/dragonSkin_1080px.webp +0 -0
- package/templates/artpacks/kCz/dragonSkin_1920px.webp +0 -0
- package/templates/artpacks/kCz/dragonSkin_600px.webp +0 -0
- package/templates/artpacks/kCz/dragon_1080px.webp +0 -0
- package/templates/artpacks/kCz/dragon_1920px.webp +0 -0
- package/templates/artpacks/kCz/dragon_600px.webp +0 -0
- package/templates/artpacks/kCz/nightcity_1080px.webp +0 -0
- package/templates/artpacks/kCz/nightcity_1920px.webp +0 -0
- package/templates/artpacks/kCz/nightcity_600px.webp +0 -0
- package/templates/artpacks/kCz/pattern1_1080px.webp +0 -0
- package/templates/artpacks/kCz/pattern1_1920px.webp +0 -0
- package/templates/artpacks/kCz/pattern1_600px.webp +0 -0
- package/templates/artpacks/kCz/pattern2_1080px.webp +0 -0
- package/templates/artpacks/kCz/pattern2_1920px.webp +0 -0
- package/templates/artpacks/kCz/pattern2_600px.webp +0 -0
- package/templates/artpacks/kCz/skindrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/skindrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/skindrips_600px.webp +0 -0
- package/templates/artpacks/kCz/slimetime_1080px.webp +0 -0
- package/templates/artpacks/kCz/slimetime_1920px.webp +0 -0
- package/templates/artpacks/kCz/slimetime_600px.webp +0 -0
- package/templates/artpacks/kCz/snake_1080px.webp +0 -0
- package/templates/artpacks/kCz/snake_1920px.webp +0 -0
- package/templates/artpacks/kCz/snake_600px.webp +0 -0
- package/templates/artpacks/kCz/toxicshock_1080px.webp +0 -0
- package/templates/artpacks/kCz/toxicshock_1920px.webp +0 -0
- package/templates/artpacks/kCz/toxicshock_600px.webp +0 -0
- package/templates/artpacks/kCz/tractstack_1080px.webp +0 -0
- package/templates/artpacks/kCz/tractstack_1920px.webp +0 -0
- package/templates/artpacks/kCz/tractstack_600px.webp +0 -0
- package/templates/artpacks/kCz/tripdrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/tripdrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/tripdrips_600px.webp +0 -0
- package/templates/artpacks/kCz/wavedrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/wavedrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/wavedrips_600px.webp +0 -0
- package/templates/artpacks/t8k/beach_1080px.webp +0 -0
- package/templates/artpacks/t8k/beach_1920px.webp +0 -0
- package/templates/artpacks/t8k/beach_600px.webp +0 -0
- package/templates/artpacks/t8k/blast_1080px.webp +0 -0
- package/templates/artpacks/t8k/blast_1920px.webp +0 -0
- package/templates/artpacks/t8k/blast_600px.webp +0 -0
- package/templates/artpacks/t8k/bokeh_1080px.webp +0 -0
- package/templates/artpacks/t8k/bokeh_1920px.webp +0 -0
- package/templates/artpacks/t8k/bokeh_600px.webp +0 -0
- package/templates/artpacks/t8k/cartoon_1080px.webp +0 -0
- package/templates/artpacks/t8k/cartoon_1920px.webp +0 -0
- package/templates/artpacks/t8k/cartoon_600px.webp +0 -0
- package/templates/artpacks/t8k/darkeggshell_1080px.webp +0 -0
- package/templates/artpacks/t8k/darkeggshell_1920px.webp +0 -0
- package/templates/artpacks/t8k/darkeggshell_600px.webp +0 -0
- package/templates/artpacks/t8k/explosion_1080px.webp +0 -0
- package/templates/artpacks/t8k/explosion_1920px.webp +0 -0
- package/templates/artpacks/t8k/explosion_600px.webp +0 -0
- package/templates/artpacks/t8k/floral_1080px.webp +0 -0
- package/templates/artpacks/t8k/floral_1920px.webp +0 -0
- package/templates/artpacks/t8k/floral_600px.webp +0 -0
- package/templates/artpacks/t8k/flower_1080px.webp +0 -0
- package/templates/artpacks/t8k/flower_1920px.webp +0 -0
- package/templates/artpacks/t8k/flower_600px.webp +0 -0
- package/templates/artpacks/t8k/foliage_1080px.webp +0 -0
- package/templates/artpacks/t8k/foliage_1920px.webp +0 -0
- package/templates/artpacks/t8k/foliage_600px.webp +0 -0
- package/templates/artpacks/t8k/mist_1080px.webp +0 -0
- package/templates/artpacks/t8k/mist_1920px.webp +0 -0
- package/templates/artpacks/t8k/mist_600px.webp +0 -0
- package/templates/artpacks/t8k/portal_1080px.webp +0 -0
- package/templates/artpacks/t8k/portal_1920px.webp +0 -0
- package/templates/artpacks/t8k/portal_600px.webp +0 -0
- package/templates/artpacks/t8k/storytime_1080px.webp +0 -0
- package/templates/artpacks/t8k/storytime_1920px.webp +0 -0
- package/templates/artpacks/t8k/storytime_600px.webp +0 -0
- package/templates/artpacks/t8k/tacky_1080px.webp +0 -0
- package/templates/artpacks/t8k/tacky_1920px.webp +0 -0
- package/templates/artpacks/t8k/tacky_600px.webp +0 -0
- package/templates/artpacks/t8k/wallpaper_1080px.webp +0 -0
- package/templates/artpacks/t8k/wallpaper_1920px.webp +0 -0
- package/templates/artpacks/t8k/wallpaper_600px.webp +0 -0
- package/templates/brand/favicon.ico +0 -0
- package/templates/brand/logo.svg +19 -0
- package/templates/brand/static.jpg +0 -0
- package/templates/brand/wordmark.svg +4 -0
- package/templates/css/custom.css +51 -0
- package/templates/css/frontend.css +3519 -0
- package/templates/css/storykeep.css +92872 -0
- package/templates/custom/minimal/CodeHook.astro +53 -0
- package/templates/custom/minimal/CustomRoutes.astro +46 -0
- package/templates/custom/with-examples/CodeHook.astro +49 -0
- package/templates/custom/with-examples/CustomHero.astro +13 -0
- package/templates/custom/with-examples/CustomRoutes.astro +39 -0
- package/templates/custom/with-examples/pages/Collections.astro +110 -0
- package/templates/env.example +8 -0
- package/templates/fonts/Inter-Black.woff2 +0 -0
- package/templates/fonts/Inter-Bold.woff2 +0 -0
- package/templates/fonts/Inter-Regular.woff2 +0 -0
- package/templates/icons/h2.svg +1 -0
- package/templates/icons/h3.svg +1 -0
- package/templates/icons/h4.svg +1 -0
- package/templates/icons/h5.svg +1 -0
- package/templates/icons/image.svg +7 -0
- package/templates/icons/text.svg +6 -0
- package/templates/socials/codepen.svg +1 -0
- package/templates/socials/discord.svg +1 -0
- package/templates/socials/facebook.svg +1 -0
- package/templates/socials/github.svg +1 -0
- package/templates/socials/instagram.svg +1 -0
- package/templates/socials/linkedin.svg +1 -0
- package/templates/socials/mail.svg +1 -0
- package/templates/socials/rumble.svg +1 -0
- package/templates/socials/tiktok.svg +1 -0
- package/templates/socials/twitch.svg +1 -0
- package/templates/socials/twitter.svg +1 -0
- package/templates/socials/x.svg +1 -0
- package/templates/socials/youtube.svg +1 -0
- package/templates/src/client/analytics-events.ts +213 -0
- package/templates/src/client/belief-events.ts +205 -0
- package/templates/src/client/sse.ts +667 -0
- package/templates/src/components/Footer.astro +246 -0
- package/templates/src/components/Fragment.astro +70 -0
- package/templates/src/components/Header.astro +458 -0
- package/templates/src/components/Menu.tsx +196 -0
- package/templates/src/components/codehooks/BunnyVideoSetup.tsx +692 -0
- package/templates/src/components/codehooks/BunnyVideoWrapper.astro +78 -0
- package/templates/src/components/codehooks/EpinetDurationSelector.tsx +1020 -0
- package/templates/src/components/codehooks/EpinetTableView.tsx +594 -0
- package/templates/src/components/codehooks/EpinetWrapper.tsx +424 -0
- package/templates/src/components/codehooks/FeaturedContent.astro +273 -0
- package/templates/src/components/codehooks/FeaturedContentSetup.tsx +738 -0
- package/templates/src/components/codehooks/ListContent.astro +460 -0
- package/templates/src/components/codehooks/ListContentSetup.tsx +649 -0
- package/templates/src/components/codehooks/SankeyDiagram.tsx +359 -0
- package/templates/src/components/compositor/Compositor.tsx +144 -0
- package/templates/src/components/compositor/Node.tsx +415 -0
- package/templates/src/components/compositor/NodeWithGuid.tsx +25 -0
- package/templates/src/components/compositor/PanelVisibilityWrapper.tsx +87 -0
- package/templates/src/components/compositor/elements/Belief.tsx +148 -0
- package/templates/src/components/compositor/elements/BgImage.tsx +118 -0
- package/templates/src/components/compositor/elements/BgVisualBreak.tsx +102 -0
- package/templates/src/components/compositor/elements/BunnyVideo.tsx +63 -0
- package/templates/src/components/compositor/elements/IdentifyAs.tsx +66 -0
- package/templates/src/components/compositor/elements/PlayButton.tsx +19 -0
- package/templates/src/components/compositor/elements/SignUp.tsx +179 -0
- package/templates/src/components/compositor/elements/Svg.tsx +33 -0
- package/templates/src/components/compositor/elements/ToggleBelief.tsx +36 -0
- package/templates/src/components/compositor/elements/YouTubeWrapper.tsx +33 -0
- package/templates/src/components/compositor/nodes/BgPaneWrapper.tsx +35 -0
- package/templates/src/components/compositor/nodes/GhostInsertBlock.tsx +189 -0
- package/templates/src/components/compositor/nodes/Markdown.tsx +179 -0
- package/templates/src/components/compositor/nodes/Pane.tsx +277 -0
- package/templates/src/components/compositor/nodes/Pane_eraser.tsx +69 -0
- package/templates/src/components/compositor/nodes/Pane_layout.tsx +77 -0
- package/templates/src/components/compositor/nodes/RenderChildren.tsx +19 -0
- package/templates/src/components/compositor/nodes/StoryFragment.tsx +35 -0
- package/templates/src/components/compositor/nodes/TagElement.tsx +14 -0
- package/templates/src/components/compositor/nodes/Widget.tsx +115 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeA.tsx +4 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeA_eraser.tsx +26 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeAnchorComponent.tsx +248 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag.tsx +684 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag_eraser.tsx +62 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag_insert.tsx +120 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag_settings.tsx +62 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeButton.tsx +5 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeButton_eraser.tsx +26 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeImg.tsx +28 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeText.tsx +18 -0
- package/templates/src/components/compositor/nodes/tagElements/TabIndicator.tsx +51 -0
- package/templates/src/components/compositor/preview/FeaturedContentPreview.tsx +128 -0
- package/templates/src/components/compositor/preview/ListContentPreview.tsx +213 -0
- package/templates/src/components/compositor/preview/OgImagePreview.tsx +223 -0
- package/templates/src/components/compositor/preview/PaneSnapshotGenerator.tsx +199 -0
- package/templates/src/components/compositor/preview/PanesPreviewGenerator.tsx +123 -0
- package/templates/src/components/compositor/preview/VisualBreakPreview.tsx +154 -0
- package/templates/src/components/edit/Header.tsx +181 -0
- package/templates/src/components/edit/PanelSwitch.tsx +446 -0
- package/templates/src/components/edit/SettingsPanel.tsx +70 -0
- package/templates/src/components/edit/ToolBar.tsx +101 -0
- package/templates/src/components/edit/ToolMode.tsx +121 -0
- package/templates/src/components/edit/context/ContextPaneConfig.tsx +91 -0
- package/templates/src/components/edit/context/ContextPaneConfig_slug.tsx +174 -0
- package/templates/src/components/edit/context/ContextPaneConfig_title.tsx +186 -0
- package/templates/src/components/edit/pane/AddPanePanel.tsx +136 -0
- package/templates/src/components/edit/pane/AddPanePanel_break.tsx +470 -0
- package/templates/src/components/edit/pane/AddPanePanel_codehook.tsx +264 -0
- package/templates/src/components/edit/pane/AddPanePanel_new.tsx +623 -0
- package/templates/src/components/edit/pane/AddPanePanel_newAICopy.tsx +107 -0
- package/templates/src/components/edit/pane/AddPanePanel_newAICopy_modal.tsx +217 -0
- package/templates/src/components/edit/pane/AddPanePanel_newCopyMode.tsx +109 -0
- package/templates/src/components/edit/pane/AddPanePanel_newCustomCopy.tsx +39 -0
- package/templates/src/components/edit/pane/AddPanePanel_reuse.tsx +445 -0
- package/templates/src/components/edit/pane/ConfigPanePanel.tsx +245 -0
- package/templates/src/components/edit/pane/PageGen.tsx +485 -0
- package/templates/src/components/edit/pane/PageGenSelector.tsx +238 -0
- package/templates/src/components/edit/pane/PageGenSpecial.tsx +362 -0
- package/templates/src/components/edit/pane/PageGen_preview.tsx +495 -0
- package/templates/src/components/edit/pane/PanePanel_impression.tsx +258 -0
- package/templates/src/components/edit/pane/PanePanel_path.tsx +268 -0
- package/templates/src/components/edit/pane/PanePanel_slug.tsx +219 -0
- package/templates/src/components/edit/pane/PanePanel_title.tsx +142 -0
- package/templates/src/components/edit/panels/StyleBreakPanel.tsx +182 -0
- package/templates/src/components/edit/panels/StyleCodeHookPanel.tsx +439 -0
- package/templates/src/components/edit/panels/StyleElementPanel.tsx +177 -0
- package/templates/src/components/edit/panels/StyleElementPanel_add.tsx +349 -0
- package/templates/src/components/edit/panels/StyleElementPanel_remove.tsx +159 -0
- package/templates/src/components/edit/panels/StyleElementPanel_update.tsx +320 -0
- package/templates/src/components/edit/panels/StyleImagePanel.tsx +460 -0
- package/templates/src/components/edit/panels/StyleImagePanel_add.tsx +296 -0
- package/templates/src/components/edit/panels/StyleImagePanel_remove.tsx +153 -0
- package/templates/src/components/edit/panels/StyleImagePanel_update.tsx +312 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel.tsx +273 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel_add.tsx +301 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel_remove.tsx +132 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel_update.tsx +313 -0
- package/templates/src/components/edit/panels/StyleLinkPanel.tsx +346 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_add.tsx +265 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_config.tsx +240 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_remove.tsx +94 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_update.tsx +110 -0
- package/templates/src/components/edit/panels/StyleParentPanel.tsx +263 -0
- package/templates/src/components/edit/panels/StyleParentPanel_add.tsx +275 -0
- package/templates/src/components/edit/panels/StyleParentPanel_deleteLayer.tsx +112 -0
- package/templates/src/components/edit/panels/StyleParentPanel_remove.tsx +87 -0
- package/templates/src/components/edit/panels/StyleParentPanel_update.tsx +141 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel.tsx +428 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_add.tsx +292 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_config.tsx +190 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_remove.tsx +152 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_update.tsx +308 -0
- package/templates/src/components/edit/state/SaveModal.tsx +811 -0
- package/templates/src/components/edit/state/StylesMemory.tsx +310 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentConfigPanel.tsx +289 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_menu.tsx +320 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_og.tsx +888 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_slug.tsx +269 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_title.tsx +190 -0
- package/templates/src/components/edit/widgets/BeliefWidget.tsx +183 -0
- package/templates/src/components/edit/widgets/BunnyWidget.tsx +134 -0
- package/templates/src/components/edit/widgets/IdentifyAsWidget.tsx +193 -0
- package/templates/src/components/edit/widgets/SignupWidget.tsx +177 -0
- package/templates/src/components/edit/widgets/ToggleWidget.tsx +152 -0
- package/templates/src/components/edit/widgets/YouTubeWidget.tsx +65 -0
- package/templates/src/components/fields/ActionBuilderTimeSelector.tsx +353 -0
- package/templates/src/components/fields/ArtpackImage.tsx +480 -0
- package/templates/src/components/fields/BackgroundImage.tsx +530 -0
- package/templates/src/components/fields/BackgroundImageWrapper.tsx +192 -0
- package/templates/src/components/fields/BooleanParam.tsx +67 -0
- package/templates/src/components/fields/BunnyMomentSelector.tsx +56 -0
- package/templates/src/components/fields/ColorPickerCombo.tsx +284 -0
- package/templates/src/components/fields/ImageUpload.tsx +405 -0
- package/templates/src/components/fields/MultiParam.tsx +75 -0
- package/templates/src/components/fields/PaneBreakCollectionSelector.tsx +97 -0
- package/templates/src/components/fields/PaneBreakShapeSelector.tsx +134 -0
- package/templates/src/components/fields/SelectedTailwindClass.tsx +44 -0
- package/templates/src/components/fields/SingleParam.tsx +73 -0
- package/templates/src/components/fields/ViewportComboBox.tsx +252 -0
- package/templates/src/components/form/ActionBuilderField.tsx +282 -0
- package/templates/src/components/form/ActionBuilderSlugSelector.tsx +182 -0
- package/templates/src/components/form/BooleanToggle.tsx +94 -0
- package/templates/src/components/form/ColorPicker.tsx +153 -0
- package/templates/src/components/form/DateTimeInput.tsx +638 -0
- package/templates/src/components/form/EnumSelect.tsx +88 -0
- package/templates/src/components/form/FileUpload.tsx +465 -0
- package/templates/src/components/form/MagicPathBuilder.tsx +546 -0
- package/templates/src/components/form/NumberInput.tsx +101 -0
- package/templates/src/components/form/ParagraphArrayInput.tsx +207 -0
- package/templates/src/components/form/StringArrayInput.tsx +163 -0
- package/templates/src/components/form/StringInput.tsx +88 -0
- package/templates/src/components/form/UnsavedChangesBar.tsx +295 -0
- package/templates/src/components/form/advanced/APIConfigSection.tsx +69 -0
- package/templates/src/components/form/advanced/AuthConfigSection.tsx +97 -0
- package/templates/src/components/form/brand/BrandAssetsSection.tsx +93 -0
- package/templates/src/components/form/brand/BrandColorsSection.tsx +201 -0
- package/templates/src/components/form/brand/SEOSection.tsx +101 -0
- package/templates/src/components/form/brand/SiteConfigSection.tsx +61 -0
- package/templates/src/components/form/brand/SocialLinksSection.tsx +393 -0
- package/templates/src/components/profile/ProfileConsent.tsx +65 -0
- package/templates/src/components/profile/ProfileCreate.tsx +462 -0
- package/templates/src/components/profile/ProfileEdit.tsx +409 -0
- package/templates/src/components/profile/ProfileSwitch.tsx +255 -0
- package/templates/src/components/profile/ProfileUnlock.tsx +221 -0
- package/templates/src/components/storykeep/Dashboard.tsx +160 -0
- package/templates/src/components/storykeep/Dashboard_Activity.tsx +56 -0
- package/templates/src/components/storykeep/Dashboard_Advanced.tsx +165 -0
- package/templates/src/components/storykeep/Dashboard_Analytics.tsx +451 -0
- package/templates/src/components/storykeep/Dashboard_Branding.tsx +95 -0
- package/templates/src/components/storykeep/Dashboard_Content.tsx +191 -0
- package/templates/src/components/storykeep/controls/UsageCell.tsx +71 -0
- package/templates/src/components/storykeep/controls/content/BeliefForm.tsx +378 -0
- package/templates/src/components/storykeep/controls/content/BeliefTable.tsx +329 -0
- package/templates/src/components/storykeep/controls/content/ContentBrowser.tsx +385 -0
- package/templates/src/components/storykeep/controls/content/ContentSummary.tsx +149 -0
- package/templates/src/components/storykeep/controls/content/KnownResourceForm.tsx +397 -0
- package/templates/src/components/storykeep/controls/content/KnownResourceTable.tsx +260 -0
- package/templates/src/components/storykeep/controls/content/ManageContent.tsx +439 -0
- package/templates/src/components/storykeep/controls/content/MenuForm.tsx +239 -0
- package/templates/src/components/storykeep/controls/content/MenuTable.tsx +332 -0
- package/templates/src/components/storykeep/controls/content/ResourceBulkIngest.tsx +724 -0
- package/templates/src/components/storykeep/controls/content/ResourceForm.tsx +355 -0
- package/templates/src/components/storykeep/controls/content/ResourceTable.tsx +222 -0
- package/templates/src/components/storykeep/controls/content/StoryFragmentTable.tsx +482 -0
- package/templates/src/components/storykeep/state/BrandingWrapper.tsx +42 -0
- package/templates/src/components/storykeep/state/FetchAnalytics.tsx +350 -0
- package/templates/src/components/storykeep/widgets/ResponsiveLine.tsx +319 -0
- package/templates/src/components/storykeep/widgets/Wizard.tsx +278 -0
- package/templates/src/components/tenant/RegistrationForm.tsx +447 -0
- package/templates/src/components/widgets/BunnyVideoHero.astro +775 -0
- package/templates/src/components/widgets/Impression.tsx +102 -0
- package/templates/src/components/widgets/ImpressionWrapper.tsx +214 -0
- package/templates/src/constants/beliefs.ts +61 -0
- package/templates/src/constants/brandThemes.ts +133 -0
- package/templates/src/constants/prompts.json +55 -0
- package/templates/src/constants/shapes.ts +556 -0
- package/templates/src/constants/stopWords.ts +116 -0
- package/templates/src/constants/tailwindColors.json +344 -0
- package/templates/src/constants.ts +274 -0
- package/templates/src/hooks/useFormState.ts +203 -0
- package/templates/src/layouts/Layout.astro +290 -0
- package/templates/src/lib/session.ts +126 -0
- package/templates/src/lib/storyData.ts +56 -0
- package/templates/src/middleware.ts +52 -0
- package/templates/src/pages/404.astro +54 -0
- package/templates/src/pages/[...slug]/edit.astro +216 -0
- package/templates/src/pages/[...slug].astro +148 -0
- package/templates/src/pages/api/auth/decode.ts +101 -0
- package/templates/src/pages/api/auth/login.ts +122 -0
- package/templates/src/pages/api/auth/logout.ts +37 -0
- package/templates/src/pages/api/auth/profile.ts +76 -0
- package/templates/src/pages/api/orphan-analysis.ts +106 -0
- package/templates/src/pages/api/tailwind.ts +116 -0
- package/templates/src/pages/collections/[param1].astro +65 -0
- package/templates/src/pages/context/[...contextSlug]/edit.astro +207 -0
- package/templates/src/pages/context/[...contextSlug].astro +161 -0
- package/templates/src/pages/llms.txt.ts +122 -0
- package/templates/src/pages/maint.astro +183 -0
- package/templates/src/pages/media/[...slug].astro +67 -0
- package/templates/src/pages/robots.txt.ts +36 -0
- package/templates/src/pages/sandbox/activate.astro +258 -0
- package/templates/src/pages/sandbox/register.astro +44 -0
- package/templates/src/pages/sandbox/success.astro +179 -0
- package/templates/src/pages/sitemap.xml.ts +119 -0
- package/templates/src/pages/storykeep/advanced.astro +69 -0
- package/templates/src/pages/storykeep/branding.astro +57 -0
- package/templates/src/pages/storykeep/content.astro +71 -0
- package/templates/src/pages/storykeep/init.astro +36 -0
- package/templates/src/pages/storykeep/login.astro +266 -0
- package/templates/src/pages/storykeep/logout.astro +84 -0
- package/templates/src/pages/storykeep/profile.astro +98 -0
- package/templates/src/pages/storykeep.astro +81 -0
- package/templates/src/stores/analytics.ts +171 -0
- package/templates/src/stores/backend.ts +16 -0
- package/templates/src/stores/navigation.ts +149 -0
- package/templates/src/stores/nodes.ts +2390 -0
- package/templates/src/stores/nodesHistory.ts +85 -0
- package/templates/src/stores/notificationSystem.ts +41 -0
- package/templates/src/stores/orphanAnalysis.ts +409 -0
- package/templates/src/stores/storykeep.ts +247 -0
- package/templates/src/types/astro.ts +86 -0
- package/templates/src/types/compositorTypes.ts +456 -0
- package/templates/src/types/formTypes.ts +281 -0
- package/templates/src/types/multiTenant.ts +77 -0
- package/templates/src/types/nodeProps.ts +66 -0
- package/templates/src/types/tractstack.ts +445 -0
- package/templates/src/utils/aai/getTitleSlug.ts +72 -0
- package/templates/src/utils/actions/actionButton.ts +101 -0
- package/templates/src/utils/actions/lispLexer.ts +57 -0
- package/templates/src/utils/actions/preParse_Action.ts +85 -0
- package/templates/src/utils/actions/preParse_Bunny.ts +50 -0
- package/templates/src/utils/actions/preParse_Clicked.ts +87 -0
- package/templates/src/utils/actions/preParse_Impression.ts +71 -0
- package/templates/src/utils/api/advancedConfig.ts +66 -0
- package/templates/src/utils/api/advancedHelpers.ts +134 -0
- package/templates/src/utils/api/beliefConfig.ts +87 -0
- package/templates/src/utils/api/beliefHelpers.ts +196 -0
- package/templates/src/utils/api/brandConfig.ts +126 -0
- package/templates/src/utils/api/brandHelpers.ts +155 -0
- package/templates/src/utils/api/fileHelpers.ts +306 -0
- package/templates/src/utils/api/menuConfig.ts +57 -0
- package/templates/src/utils/api/menuHelpers.ts +156 -0
- package/templates/src/utils/api/resourceConfig.ts +158 -0
- package/templates/src/utils/api/resourceHelpers.ts +72 -0
- package/templates/src/utils/api/tenantConfig.ts +97 -0
- package/templates/src/utils/api/tenantHelpers.ts +172 -0
- package/templates/src/utils/api.ts +183 -0
- package/templates/src/utils/auth.ts +150 -0
- package/templates/src/utils/backend.ts +243 -0
- package/templates/src/utils/compositor/TemplateMarkdowns.ts +118 -0
- package/templates/src/utils/compositor/TemplateNodes.ts +138 -0
- package/templates/src/utils/compositor/TemplatePanes.ts +100 -0
- package/templates/src/utils/compositor/allowInsert.ts +100 -0
- package/templates/src/utils/compositor/domHelpers.ts +37 -0
- package/templates/src/utils/compositor/handleClickEvent.ts +131 -0
- package/templates/src/utils/compositor/nodesHelper.ts +491 -0
- package/templates/src/utils/compositor/nodesMarkdownGenerator.ts +292 -0
- package/templates/src/utils/compositor/processMarkdown.ts +431 -0
- package/templates/src/utils/compositor/reduceNodesClassNames.ts +192 -0
- package/templates/src/utils/compositor/tailwindClasses.ts +1795 -0
- package/templates/src/utils/compositor/tailwindColors.ts +227 -0
- package/templates/src/utils/compositor/templateMarkdownStyles.ts +1265 -0
- package/templates/src/utils/compositor/typeGuards.ts +193 -0
- package/templates/src/utils/etl/extractor.ts +119 -0
- package/templates/src/utils/etl/index.ts +88 -0
- package/templates/src/utils/etl/loader.ts +36 -0
- package/templates/src/utils/etl/transformer.ts +286 -0
- package/templates/src/utils/helpers.ts +435 -0
- package/templates/src/utils/layout.ts +209 -0
- package/templates/src/utils/profileStorage.ts +306 -0
- package/templates/src/utils/useInterval.ts +27 -0
- package/templates/tailwind.config.cjs +169 -0
- package/utils/create-resolver.ts +10 -0
- package/utils/inject-files.ts +2140 -0
- package/utils/validate-config.ts +43 -0
|
@@ -0,0 +1,556 @@
|
|
|
1
|
+
//export interface SvgPaneDatum {
|
|
2
|
+
// viewBox: number[];
|
|
3
|
+
// cut: number | boolean;
|
|
4
|
+
// path: string;
|
|
5
|
+
//}
|
|
6
|
+
|
|
7
|
+
export interface SvgBreaksDatum {
|
|
8
|
+
viewBox: number[];
|
|
9
|
+
path: string;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
//export interface SvgModalDatum {
|
|
13
|
+
// viewBox: number[];
|
|
14
|
+
// cut: number | boolean;
|
|
15
|
+
// path: string;
|
|
16
|
+
// innerPath: string;
|
|
17
|
+
//}
|
|
18
|
+
|
|
19
|
+
//export const SvgPanes: {
|
|
20
|
+
// [key: string]: {
|
|
21
|
+
// [key: string]: SvgPaneDatum;
|
|
22
|
+
// };
|
|
23
|
+
//} = {
|
|
24
|
+
// controller: {
|
|
25
|
+
// mobile: {
|
|
26
|
+
// viewBox: [600, 110],
|
|
27
|
+
// cut: false,
|
|
28
|
+
// path: `m 300.12452,106.2535 c -22.99414,0 -45.98828,-0.0997 -68.98242,0.0199 -40.81959,0.20932 -81.63919,0.5881 -122.45878,0.81735 -32.161806,0.17942 -64.323608,0.23923 -96.475412,0.34888 -7.4281068,0.0299 -8.1679182,-0.60804 -8.1779156,-7.77484 -0.03999,-29.255322 -0.03999,-58.51064 0,-87.765959 0.01,-8.1835144 1.0297375,-9.1105143 9.2276476,-9.1404175 65.653265,-0.2790968 131.30653,-0.8771612 196.95979,-0.7376128 52.78655,0.1196129 105.58309,1.6048062 158.36964,1.6446772 72.98139,0.049839 145.96279,-0.6877741 218.94419,-1.076516 7.89798,-0.039871 8.44784,0.4884193 8.44784,8.5024831 0.02,28.766898 0.03,57.533797 0.01,86.300695 0,9.08062 -0.82979,9.83816 -10.01745,9.87803 -65.32334,0.2791 -130.6367,0.81736 -195.95005,0.71768 -29.96236,-0.0399 -59.92472,-1.33568 -89.88709,-2.05335 v 0.31896 z`,
|
|
29
|
+
// },
|
|
30
|
+
// tablet: {
|
|
31
|
+
// viewBox: [1080, 104],
|
|
32
|
+
// cut: false,
|
|
33
|
+
// path: `M516.56,6c176.42,0,345.74,.02,515.07-.04,11.43,0,22.87-.72,34.3-.92,8.17-.14,10.14,1.84,10.05,9.89-.29,26.15-.63,52.3-1,78.45-.09,6.54-1.53,7.96-8,7.95-82.99-.09-165.99-.19-248.98-.33-38.95-.07-77.89-.13-116.84-.36-80.63-.48-161.26-1.55-241.89-1.51-147.99,.07-295.99,.77-443.98,1.2-2,0-4.26,.54-5.93-.22-1.98-.9-3.62-2.78-5.03-4.53-.6-.75-.31-2.25-.33-3.42-.35-25.98-.71-51.96-.99-77.95-.09-8.42,1.78-10.2,10.27-10.2,96,0,191.99-.02,287.99,0,36.33,0,72.65-.13,108.98,.22,37.8,.37,75.6,1.24,106.31,1.77Z`,
|
|
34
|
+
// },
|
|
35
|
+
// desktop: {
|
|
36
|
+
// viewBox: [1920, 124],
|
|
37
|
+
// cut: false,
|
|
38
|
+
// path: `M960.17,116.17c-50.66,0-101.32-.04-151.97,.01-61.99,.07-123.98,.27-185.98,.32-190.65,.14-381.3,.23-571.95,.34-10.67,0-21.33,.14-32,.15-9.3,0-12.18-2.52-12.18-11.75,0-12.26,.9-24.53,.71-36.79-.25-16.48-1.28-32.94-1.75-49.42-.23-8.02,2.41-10.85,10.31-11.78,2.47-.29,4.99-.24,7.49-.24,171.33,0,342.65-.02,513.98,0,59.32,0,118.65-.05,177.97,.21,41.31,.18,82.62,.83,123.93,1.28,18.99,.21,37.98,.52,56.97,.65,26.66,.18,53.32,.26,79.97,.34,43.82,.13,87.65,.33,131.47,.32,64.16-.02,128.32-.26,192.48-.3,197.98-.14,395.97-.23,593.95-.3,4.82,0,9.64,.41,14.45,.76,3.86,.28,6.05,2.48,6.52,6.32,.2,1.65,.41,3.31,.43,4.97,.36,28.46,.72,56.92,1.01,85.38,.09,8.56-2.5,11.36-11,12.18-2.15,.21-4.33,.18-6.49,.18-171.66,0-343.32,.02-514.97,0-59.16,0-118.32,.04-177.47-.21-41.14-.18-82.29-.86-123.43-1.27-26.16-.26-52.31-.5-78.47-.66-14.66-.09-29.32-.02-43.98-.02v-.67Z`,
|
|
39
|
+
// },
|
|
40
|
+
// },
|
|
41
|
+
// pane: {
|
|
42
|
+
// mobile: {
|
|
43
|
+
// viewBox: [600, 345],
|
|
44
|
+
// cut: 300,
|
|
45
|
+
// path: `m 597.86682,95.625002 c 0,23.394808 0.111,46.779708 -0.039,70.174478 -0.11099,17.57327 -0.72698,35.12678 -0.81024,52.69015 -0.1331,30.96573 0,61.93146 -0.0556,92.90707 0,6.39475 -0.18873,12.84886 -0.51062,19.16455 -0.18868,3.64708 -1.04886,6.40464 -3.67394,6.28604 -4.8949,-0.21754 -9.8009,0.15804 -14.70136,0 -15.50052,-0.41511 -31.00104,-1.3936 -46.50156,-1.3442 q -81.39855,0.24719 -162.7971,1.06745 -45.30834,0.4151 -90.62781,1.42326 c -5.47762,0.10866 -10.94969,1.78896 -16.42733,1.88778 -9.12382,0.15838 -18.24766,-0.62267 -27.37149,-0.55349 -11.17168,0.079 -22.33784,0.75118 -33.504,0.9192 -3.77382,0.0593 -7.54767,-0.86976 -11.32152,-0.98838 -3.77386,-0.11853 -7.54769,0.52385 -11.32154,0.47443 -13.77454,-0.16792 -27.54353,-0.6029 -41.31252,-0.67209 -4.88936,0 -9.7787,1.04768 -14.6625,0.98837 -12.39265,-0.16817 -24.779756,-0.77093 -37.183487,-1.05757 -7.120375,-0.15804 -14.240733,0.079 -21.361088,0 q -22.310095,-0.42498 -44.61464,-1.10697 c -3.113422,-0.0889 -6.221297,-0.7314 -9.3347204,-0.98837 -3.4353105,-0.32617 -5.5497745,-3.59768 -5.8605617,-9.88372 -0.3773852,-7.68956 -0.671523,-15.40874 -0.7159216,-23.11805 -0.1054384,-17.79072 0,-35.58142 -0.044399,-53.37214 Q 3.0142201,210.73091 2.7700308,170.96867 2.6035359,137.14655 2.3926456,103.32444 C 2.2372504,77.834302 1.9042655,52.334275 2.0263601,26.834247 2.0596591,20.904031 3.6302447,14.904621 4.7291012,9.0435635 4.956641,7.8575235 6.2219908,6.6121681 7.0378077,6.5528527 16.583418,5.8609905 26.129031,5.1394622 35.680193,5.0011098 c 3.091226,-0.049388 6.199099,1.5616204 9.295872,2.4511504 1.154353,0.3261594 2.292057,1.1070031 3.44086,1.1267581 6.010407,0.1086528 12.026358,0 18.03677,0.059265 28.659028,0.306421 57.323615,0.7709327 85.982655,0.9290903 16.54941,0.088898 33.09885,-0.2866324 49.64827,-0.4744227 12.20952,-0.1382854 24.419,-0.4052465 36.62852,-0.415124 5.25563,0 10.51128,0.6819847 15.76691,0.6918622 24.97397,0.07902 49.89802,-0.1481629 74.84425,0.059265 q 69.04475,0.5732649 138.0895,1.5418489 c 14.30732,0.187924 28.64239,-0.138285 42.91641,1.37383 27.58237,2.965134 55.17587,0.345948 82.75269,1.44304 3.82377,0.148163 4.9171,1.877903 4.9171,8.677911 q 0,36.56979 0,73.139596 z`,
|
|
46
|
+
// },
|
|
47
|
+
// tablet: {
|
|
48
|
+
// viewBox: [1080, 620],
|
|
49
|
+
// cut: 540,
|
|
50
|
+
// path: `m 1077.7596,170.6116 c 0,42.2363 0.2003,84.4545 -0.07,126.6908 -0.2004,31.7263 -1.3125,63.4166 -1.4628,95.1252 -0.2405,55.9046 0,111.8091 -0.1001,167.7314 0,11.5449 -0.3408,23.1971 -0.9219,34.5991 -0.3406,6.5843 -1.8936,11.5628 -6.6328,11.3488 -8.8371,-0.3926 -17.6943,0.2854 -26.5414,0 -27.9842,-0.7496 -55.96833,-2.5161 -83.95253,-2.4269 q -146.9544,0.4461 -293.90877,1.9272 -81.79831,0.7495 -163.61667,2.5694 c -9.88913,0.1964 -19.76825,3.2298 -29.6574,3.4081 -16.47187,0.2856 -32.94375,-1.1241 -49.41563,-0.999 -20.16904,0.1427 -40.32805,1.356 -60.48707,1.6594 -6.81318,0.1071 -13.62637,-1.5704 -20.43956,-1.7845 -6.81318,-0.2141 -13.62637,0.9458 -20.43956,0.8565 -24.86813,-0.3033 -49.72624,-1.0884 -74.58434,-1.2133 -8.82709,0 -17.65418,1.8915 -26.47124,1.7843 -22.3733,-0.3034 -44.73658,-1.3917 -67.12992,-1.9092 -12.85488,-0.2855 -25.70976,0.1429 -38.56464,0 q -40.277949,-0.7672 -80.545889,-1.9985 c -5.62088,-0.1606 -11.23174,-1.3203 -16.85262,-1.7844 -6.2020003,-0.5888 -10.0193903,-6.4952 -10.5804703,-17.8438 -0.68132,-13.8824 -1.21235,-27.8184 -1.2925,-41.7365 -0.19037,-32.1188 0,-64.2376 -0.0802,-96.3564 q -0.18055,-71.8392 -0.6214,-143.6246 -0.30058,-61.0614 -0.68132,-122.1229 c -0.28054,-46.019 -0.88171,-92.056001 -0.66128,-138.092891 0.0601,-10.70628 2.8956,-21.53743 4.87944,-32.1188 0.4108,-2.14126 2.69522,-4.3895696 4.1680703,-4.4966396 17.23335,-1.24907 34.46671,-2.55167 51.71008,-2.80146 5.5808,-0.0893 11.19166,2.81932 16.78248,4.4252496 2.08403,0.58884 4.13801,1.9985 6.21202,2.03421 10.851,0.19626 21.712019,0 32.563019,0.10696 51.74014,0.55317 103.4903,1.39182 155.23043,1.67734 29.87783,0.16053 59.75566,-0.5175 89.63348,-0.85653 22.04267,-0.24979 44.08533,-0.73159 66.12799,-0.74944 9.48837,0 18.97673,1.23122 28.46509,1.24906 45.08726,0.14267 90.08435,-0.26763 135.12151,0.10697 q 124.65126,1.03493 249.30247,2.78361 c 25.83,0.33903 51.7101,-0.24979 77.48,2.48029 49.7964,5.35314 99.61283,0.62455 149.39913,2.60518 6.9034,0.26767 8.8772,3.39034 8.8772,15.66686 q 0,66.021931 0,132.043931 z`,
|
|
51
|
+
// },
|
|
52
|
+
// desktop: {
|
|
53
|
+
// viewBox: [1920, 1089],
|
|
54
|
+
// cut: 960,
|
|
55
|
+
// path: `m 1914.5733,297.42576 c 0,74.9732 0.3557,149.9146 -0.1245,224.8879 -0.3557,56.317 -2.3298,112.5706 -2.5966,168.856 -0.427,99.2357 0,198.4716 -0.1778,297.739 0,20.49344 -0.6049,41.17674 -1.6364,61.41654 -0.6047,11.688 -3.3613,20.5251 -11.7739,20.145 -15.6867,-0.6969 -31.409,0.5068 -47.1134,0 -49.6745,-1.3303 -99.349,-4.4662 -149.0235,-4.3078 q -260.8577,0.7919 -521.7155,3.4209 -145.1996,1.3303 -290.43489,4.5612 c -17.5542,0.3483 -35.0905,5.7331 -52.6446,6.0498 -29.23913,0.5066 -58.47825,-1.9956 -87.71737,-1.7739 -35.80191,0.2532 -71.58604,2.4072 -107.37017,2.9459 -12.09403,0.19 -24.18807,-2.7877 -36.28212,-3.1676 -12.09403,-0.38 -24.18806,1.6789 -36.28212,1.5202 -44.14323,-0.5382 -88.26868,-1.9319 -132.39413,-2.1536 -15.6689,0 -31.3378,3.3573 -46.98891,3.1673 -39.71469,-0.5383 -79.41159,-2.4705 -119.16184,-3.3891 -22.81861,-0.5068 -45.63721,0.2532 -68.45582,0 q -71.49712,-1.362 -142.976443,-3.5473 c -9.97758,-0.2851 -19.93738,-2.344 -29.91496,-3.1676 -11.00913,-1.0453 -17.78535,-11.5296 -18.78133,-31.6744 -1.2094098,-24.6426 -2.1520298,-49.38014 -2.2943098,-74.08644 -0.33792,-57.0136 0,-114.0276 -0.14228,-171.0417 q -0.32014,-127.5207 -1.1027,-254.9467 -0.53356,-108.3896 -1.2094,-216.7793 c -0.49799,-81.6882 -1.56511,-163.408 -1.17383,-245.127898 0.10671,-19.0046 5.1399598,-38.2309 8.6614598,-57.0138 0.7292,-3.801 4.78426,-7.792 7.39871,-7.982 30.5908,-2.2173 61.18161,-4.5294 91.790193,-4.9728 9.90644,-0.1584 19.86624,5.0044 29.79046,7.8551 3.69936,1.0453 7.34536,3.5475 11.02692,3.611 19.26154,0.3484 38.54085,0 57.8024,0.1899 91.84355,0.9819 183.70488,2.4706 275.54843,2.9775 53.03592,0.2849 106.07185,-0.9186 159.10775,-1.5205 39.12779,-0.4434 78.25556,-1.2987 117.38333,-1.3302 16.84273,0 33.68546,2.1855 50.52818,2.2171 80.034,0.2534 159.908,-0.475 239.85339,0.1901 q 221.2674,1.837 442.5351,4.9411 c 45.8506,0.6019 91.7902,-0.4434 137.5341,4.4027 88.3932,9.5024 176.822,1.1087 265.1974,4.6244 12.254,0.4753 15.7578,6.0183 15.7578,27.8102 q 0,117.195198 0,234.390298 z`,
|
|
56
|
+
// },
|
|
57
|
+
// },
|
|
58
|
+
// short: {
|
|
59
|
+
// mobile: {
|
|
60
|
+
// viewBox: [600, 88],
|
|
61
|
+
// cut: 300,
|
|
62
|
+
// path: `m 2.0346996,57.301543 c 0,-14.495691 -0.1330788,-28.991382 0.1219958,-43.483021 C 2.2010606,11.316192 3.7813496,8.7976571 4.9291418,6.3560661 5.1675736,5.8499348 6.5926113,5.3640442 7.5075181,5.3438036 16.634415,5.1575536 25.766858,4.9388919 34.893754,5.0158362 c 3.68181,0.024275 7.346984,0.7045356 11.023251,1.064898 a 19.501395,14.240602 0 0 0 2.478566,0.1093224 c 6.010667,0 12.015789,0 18.020907,0 29.094063,0.1335978 58.188122,0.3279842 87.282182,0.4049117 16.35189,0.044533 32.71487,-0.072826 49.06123,-0.153855 11.91044,-0.056754 23.84304,-0.2105421 35.7313,-0.2388855 4.60226,0 9.20452,0.2712804 13.80678,0.291521 3.2105,0 6.42653,-0.3077269 9.64257,-0.2955725 q 34.08449,0.1295798 68.1634,0.3320189 67.59228,0.3401218 135.18454,0.6883465 c 14.97122,0.085047 29.88699,0.3279674 44.83047,0.4615986 q 41.36492,0.3765515 82.71319,0.7045357 c 3.74841,0.028293 4.67993,0.9596269 4.69099,3.672515 0.0444,8.057652 0.36597,16.111269 0.47687,24.168938 0,1.87067 -0.48793,3.74134 -0.50458,5.616061 -0.0609,6.20724 0.0665,12.418531 0,18.625754 -0.0777,6.033127 -0.30496,12.062203 -0.50457,18.091283 -0.0665,1.992147 -1.38069,2.834349 -4.05335,2.963928 -3.28259,0.141801 -6.55408,0.599265 -9.81997,0.562819 -16.31865,-0.170061 -32.63728,-0.684296 -48.95591,-0.664055 q -82.2807,0.109323 -164.57248,0.518286 c -30.26958,0.125561 -60.56135,-0.08907 -90.79765,0.73693 -28.51741,0.781463 -57.00706,0.307727 -85.50784,0.518286 -17.18917,0.12958 -34.37832,-0.113341 -51.53423,-0.121544 -13.10814,0 -26.22181,0.149837 -39.32994,0.137616 Q 72.898464,83.187217 43.382987,83.009037 C 34.999105,82.956468 26.62077,82.725602 18.236888,82.523146 15.126203,82.45032 12.015518,82.247814 8.9048318,82.077753 5.3616436,81.895555 3.1991346,80.401436 3.1436865,77.720943 3.0327903,70.906348 3.110421,64.107947 3.110421,57.301442 Z`,
|
|
63
|
+
// },
|
|
64
|
+
// tablet: {
|
|
65
|
+
// viewBox: [1080, 156],
|
|
66
|
+
// cut: 540,
|
|
67
|
+
// path: `m 2.062675,102.234 c 0,-26.310871 -0.240378,-52.621745 0.2203464,-78.925265 C 2.3631474,18.766799 5.2161235,14.19547 7.2883249,9.7637831 7.7187752,8.8450969 10.291499,7.9631753 11.943228,7.9264334 28.420644,7.5883479 44.90808,7.1914867 61.385496,7.3311247 68.03252,7.3752377 74.649515,8.6099188 81.286531,9.2640183 a 35.207212,25.84786 0 0 0 4.47473,0.1984514 c 10.851468,0 21.692919,0 32.534379,0 52.52553,0.2425265 105.05104,0.5953013 157.57656,0.7349353 29.5212,0.08082 59.06242,-0.132301 88.57362,-0.2792683 21.50274,-0.1028923 43.04552,-0.3821757 64.50817,-0.4336181 8.30879,0 16.61756,0.4924089 24.92635,0.5291544 5.79614,0 11.60228,-0.5585478 17.40839,-0.5365027 q 61.53505,0.2351932 123.06008,0.6026497 122.02899,0.617346 244.05798,1.2494 c 27.02857,0.154339 53.95702,0.595302 80.93551,0.837828 q 74.67896,0.683497 149.3279,1.278806 c 6.7672,0.05148 8.4489,1.741809 8.4689,6.665909 0.08,14.62531 0.6607,29.243284 0.8609,43.868594 0,3.395431 -0.8809,6.790858 -0.9109,10.193626 -0.11,11.266647 0.1202,22.540631 0,33.807267 -0.1402,10.95062 -0.5506,21.89388 -0.9109,32.83715 -0.1202,3.6159 -2.4927,5.14458 -7.3178,5.37976 -5.9263,0.25723 -11.8326,1.08772 -17.7287,1.02156 -29.4612,-0.30867 -58.92235,-1.24204 -88.3835,-1.2053 q -148.54702,0.19845 -297.11403,0.94073 c -54.64777,0.22782 -109.33556,-0.16167 -163.92327,1.33759 -51.48441,1.41843 -102.91879,0.55856 -154.37316,0.94072 -31.03281,0.2352 -62.0656,-0.20578 -93.03835,-0.22049 -23.665,0 -47.34003,0.27194 -71.00505,0.24986 q -53.29632,-0.0441 -106.582647,-0.36745 c -15.135996,-0.0956 -30.261985,-0.51447 -45.39798,-0.88194 -5.615954,-0.13227 -11.231878,-0.49975 -16.847802,-0.80843 C 8.0691374,146.8743 4.1649993,144.16235 4.0649174,139.29705 3.8646024,126.928 4.0048229,114.58835 4.0048229,102.23399 Z`,
|
|
68
|
+
// },
|
|
69
|
+
// desktop: {
|
|
70
|
+
// viewBox: [1920, 265],
|
|
71
|
+
// cut: 960,
|
|
72
|
+
// path: `m 5.1112015,174.64122 c 0,-46.46278 -0.42647,-92.925559 0.39094,-139.375359 0.14215,-8.02068 5.2065195,-16.09326 8.8848495,-23.91925 0.7641,-1.6223103 5.330917,-3.1797203 8.262919,-3.2446103 29.24895,-0.59701 58.515666,-1.29785 87.76461,-1.05125 11.79909,0.0779 23.54487,2.25824 35.32619,3.4133203 a 62.496081,45.645144 0 0 0 7.94307,0.35042 c 19.26236,0 38.50696,0 57.75155,0 93.23769,0.42828 186.47538,1.05125 279.71307,1.29784 52.40287,0.14277 104.8413,-0.23361 157.22642,-0.49318 38.16934,-0.1817 76.40977,-0.67489 114.50803,-0.76572 14.74886,0 29.49772,0.86955 44.24658,0.93443 10.28866,0 20.5951,-0.98635 30.90153,-0.94742 q 109.23044,0.41532 218.44314,1.06424 216.6127,1.09018 433.2256,2.20633 c 47.9782,0.27254 95.7787,1.05125 143.6681,1.47953 q 132.5621,1.207 265.0708,2.25826 c 12.0125,0.0908 14.9977,3.07589 15.0333,11.77144 0.1421,25.82707 1.1727,51.64117 1.5281,77.468249 0,5.99603 -1.5637,11.99207 -1.617,18.00108 -0.1955,19.89594 0.2132,39.80486 0,59.70078 -0.2488,19.33787 -0.9773,38.66275 -1.617,57.98763 -0.2132,6.3854 -4.4247,9.08491 -12.9897,9.50022 -10.5197,0.45424 -21.0039,1.92081 -31.4701,1.804 -52.2963,-0.5451 -104.5927,-2.19334 -156.8889,-2.12846 q -263.6848,0.35042 -527.4051,1.66124 c -97.0049,0.40233 -194.08084,-0.28553 -290.97907,2.36207 -91.38965,2.50484 -182.69043,0.98637 -274.02675,1.66124 -55.08612,0.41532 -110.17222,-0.36339 -165.15172,-0.38934 -42.0076,0 -84.03298,0.48019 -126.04057,0.44125 q -94.60595,-0.0779 -189.19414,-0.64891 c -26.8678,-0.16873 -53.717837,-0.9085 -80.585644,-1.55742 -9.968808,-0.2336 -19.937618,-0.88253 -29.906427,-1.42762 -11.354848,-0.58403 -18.2850375,-5.37308 -18.4627275,-13.96479 -0.3554,-21.84271 -0.10662,-43.63349 -0.10662,-65.45024 z`,
|
|
73
|
+
// },
|
|
74
|
+
// },
|
|
75
|
+
// short2: {
|
|
76
|
+
// mobile: {
|
|
77
|
+
// viewBox: [600, 88],
|
|
78
|
+
// cut: 300,
|
|
79
|
+
// path: `m 110.8398,3.0120704 c -34.10877,0.050765 -68.221489,0.244563 -102.3343825,0.244563 -3.1967081,0 -4.5995669,1.6978221 -4.5005299,5.6844352 0.077026,3.2556214 0.4186321,6.4979704 0.4846567,9.7468234 0.2035765,10.69414 0.3848017,21.381088 0.4728351,32.054924 0.055026,9.814242 0,19.628481 0,29.442723 0.00549,4.297962 0.5226978,4.894634 3.989007,4.80665 3.4663096,-0.08791 6.9274606,-0.460081 10.3937696,-0.514233 13.006917,-0.234647 26.013791,-0.403858 39.020708,-0.507635 10.905123,-0.06773 21.813096,-0.08914 32.725554,-0.06212 59.129022,0.212081 118.261662,0.366605 177.398012,0.461362 7.59286,0.01404 15.19132,-0.812788 22.78418,-0.765427 24.8309,0.162491 49.66212,0.764638 74.49301,0.79847 33.98084,0.04053 67.96668,-0.291151 101.94753,-0.446816 h 27.14825 45.66725 v 0.02773 h 20.08262 c 9.26003,-0.02702 18.51899,-4.74e-4 27.77902,-0.149331 3.62038,-0.08791 5.32052,-1.610152 6.05232,-5.502003 0.73175,-3.891854 1.41988,-7.906069 1.45289,-11.879143 0.15399,-18.037901 0.072,-36.075274 0.072,-54.113176 0.0116,-6.9308847 0.81431,-8.0283762 -6.46491,-7.9674614 -26.31098,0.2030541 -52.62243,0.081965 -78.93337,0.081965 H 396.96946 c -32.66032,0 -65.30418,0.467023 -97.93702,0 C 270.4106,4.0414877 241.76028,4.1020867 213.14947,3.6215275 179.05309,3.0529774 144.94857,2.9613402 110.8398,3.0121037 Z`,
|
|
80
|
+
// },
|
|
81
|
+
// tablet: {
|
|
82
|
+
// viewBox: [1080, 156],
|
|
83
|
+
// cut: 540,
|
|
84
|
+
// path: `M 196.18872,7.0209713 C 134.19367,7.1088782 72.191448,7.4444827 10.188907,7.4444827 c -5.8102399,0 -8.3600311,2.9401273 -8.1800234,9.8437713 0.1399937,5.637778 0.760891,11.252576 0.8808948,16.878637 0.3700159,18.519106 0.6994056,37.025766 0.859412,55.509711 0.1000063,16.995378 0,33.990768 0,50.986148 0.00983,7.44281 0.9500375,8.47608 7.2502966,8.32372 6.300256,-0.15236 12.591142,-0.79675 18.891401,-0.89052 23.640965,-0.40632 47.281859,-0.69936 70.922832,-0.87907 19.82081,-0.11722 39.6468,-0.15449 59.48095,-0.10757 107.47107,0.36727 214.94875,0.63485 322.43316,0.79895 13.80057,0.0236 27.61127,-1.40752 41.41185,-1.32549 45.13184,0.28132 90.26433,1.32412 135.39618,1.38272 61.76253,0.0703 123.53413,-0.50418 185.29666,-0.77376 h 49.34379 83.00345 v 0.0481 h 36.50154 c 16.8307,-0.0469 33.6595,-8.2e-4 50.4903,-0.25868 6.5802,-0.15236 9.6703,-2.78831 11.0004,-9.52786 1.3301,-6.73955 2.5808,-13.69099 2.6408,-20.57119 0.2801,-31.236343 0.1308,-62.471775 0.1308,-93.708124 0.019,-12.002259 1.4801,-13.9027932 -11.7504,-13.7973046 -47.8221,0.3516273 -95.64493,0.1419329 -143.46689,0.1419329 H 716.24909 c -59.36242,0 -118.69486,0.8087467 -178.00731,0 C 486.2197,8.8035517 434.14576,8.9084908 382.1436,8.0763031 320.17106,7.0917432 258.18376,6.9330523 196.18872,7.0209596 Z`,
|
|
85
|
+
// },
|
|
86
|
+
// desktop: {
|
|
87
|
+
// viewBox: [1920, 265],
|
|
88
|
+
// cut: 960,
|
|
89
|
+
// path: `m 349.70286,7.0370306 c -110.0469,0.15524 -220.10657,0.74789 -330.166791,0.74789 -10.3137099,0 -14.8398299,5.1920204 -14.5202999,17.3832704 0.24852,9.95584 1.35065,19.87109 1.56367,29.80624 0.65681,32.70318 1.24151,65.384369 1.52553,98.025459 0.17752,30.01242 0,60.02482 0,90.03724 0.0178,13.14337 1.68641,14.96804 12.8699499,14.69898 11.18354,-0.26907 22.35043,-1.40699 33.53397,-1.57258 41.9649,-0.71754 83.929661,-1.23501 125.894561,-1.55238 35.18378,-0.20697 70.37674,-0.27279 105.58418,-0.18996 190.77106,0.64856 381.55379,1.1211 572.34859,1.41088 24.4973,0.0414 49.0125,-2.48556 73.5098,-2.34069 80.11318,0.49677 160.22748,2.33827 240.34068,2.44176 109.6342,0.12415 219.2845,-0.89035 328.9187,-1.36639 h 87.5898 147.3387 v 0.0848 h 64.7935 c 29.8761,-0.0828 59.749,-10e-4 89.6251,-0.45682 11.6806,-0.26907 17.1658,-4.92392 19.5269,-16.82539 2.3609,-11.90148 4.581,-24.17714 4.6875,-36.32698 0.4971,-55.16075 0.2322,-110.319889 0.2322,-165.480639 0.035,-21.19497 2.6274,-24.55115 -20.858,-24.36487 -84.8886,0.62095 -169.7786,0.25064 -254.667,0.25064 H 1272.858 c -105.3738,0 -210.6943,1.42818 -315.97938,0 -92.3441,-1.26257 -184.7801,-1.07726 -277.0887,-2.5468304 -110.00696,-1.73865 -220.04014,-2.01888 -330.08706,-1.86365 z`,
|
|
90
|
+
// },
|
|
91
|
+
// },
|
|
92
|
+
// tall: {
|
|
93
|
+
// mobile: {
|
|
94
|
+
// viewBox: [600, 225],
|
|
95
|
+
// cut: 300,
|
|
96
|
+
// path: `m 597.86682,63.373357 c 0,15.069056 0.111,30.131734 -0.039,45.200773 -0.11099,11.3193 -0.72698,22.62585 -0.81024,33.93877 -0.1331,19.94564 0,39.89129 -0.0556,59.84329 0,4.11898 -0.18873,8.2762 -0.51062,12.34427 -0.18868,2.34916 -1.04886,4.12535 -3.67394,4.04896 -4.8949,-0.14012 -9.8009,0.10179 -14.70136,0 -15.50052,-0.26738 -31.00104,-0.89765 -46.50156,-0.86582 q -81.39855,0.15921 -162.7971,0.68756 -45.30834,0.26738 -90.62781,0.91675 c -5.47762,0.07 -10.94969,1.15231 -16.42733,1.21596 -9.12382,0.10195 -18.24766,-0.40108 -27.37149,-0.35651 -11.17168,0.0509 -22.33784,0.48384 -33.504,0.59206 -3.77382,0.0382 -7.54767,-0.56022 -11.32152,-0.63663 -3.77386,-0.0763 -7.54769,0.33743 -11.32154,0.30558 -13.77454,-0.10815 -27.54353,-0.38833 -41.31252,-0.4329 -4.88935,0 -9.77871,0.67484 -14.66251,0.63663 -12.39264,-0.10832 -24.779742,-0.49657 -37.183487,-0.6812 -7.12036,-0.10178 -14.24072,0.0509 -21.36108,0 q -22.310095,-0.27374 -44.61464,-0.71302 c -3.113421,-0.0573 -6.221297,-0.47111 -9.3347202,-0.63663 -3.4353106,-0.21009 -5.5497746,-2.31734 -5.8605618,-6.3663 -0.3773852,-4.953 -0.6715229,-9.92508 -0.7159215,-14.89079 -0.1054552,-11.45936 0,-22.9187 -0.044399,-34.37806 Q 3.0142199,137.51535 2.7700307,111.90371 2.6035374,90.118204 2.3926455,68.332713 C 2.2372519,51.914018 1.9042653,35.488944 2.0263599,19.063871 2.0596589,15.244096 3.6302445,11.379756 4.7291011,7.6045315 4.9566408,6.8405801 6.2219907,6.0384244 7.0378075,6.0002201 16.583418,5.5545762 26.129031,5.0898301 35.680193,5.0007147 c 3.091226,-0.031809 6.199099,1.0058672 9.295872,1.5788308 1.154353,0.21009 2.292057,0.7130403 3.44086,0.7257639 6.010407,0.06998 12.026358,0 18.036767,0.038171 28.659036,0.1973664 57.323618,0.4965718 85.982658,0.5984443 16.54941,0.057256 33.09885,-0.1846261 49.64827,-0.305584 12.20952,-0.089065 24.419,-0.2610346 36.62852,-0.2673964 5.25563,0 10.51128,0.4392822 15.76691,0.445644 24.97397,0.050894 49.89802,-0.095427 74.84425,0.038171 q 69.04475,0.3692522 138.0895,0.9931436 c 14.30732,0.1210416 28.64239,-0.089065 42.91641,0.8849094 27.58237,1.9098957 55.17587,0.2228303 82.75269,0.9294927 3.82377,0.09543 4.9171,1.209595 4.9171,5.589609 q 0,23.555326 0,47.11067 z`,
|
|
97
|
+
// },
|
|
98
|
+
// tablet: {
|
|
99
|
+
// viewBox: [1080, 404],
|
|
100
|
+
// cut: 540,
|
|
101
|
+
// path: `m 1077.7597,112.38722 c 0,27.20563 0.2003,54.39978 -0.07,81.60542 -0.2004,20.43584 -1.3125,40.84869 -1.4628,61.27303 -0.2405,36.00987 0,72.01967 -0.1001,108.04097 0,7.4364 -0.3408,14.9419 -0.9219,22.2863 -0.3406,4.2412 -1.8936,7.448 -6.6328,7.3101 -8.8371,-0.2529 -17.6943,0.1839 -26.5414,0 -27.9842,-0.4828 -55.96842,-1.6207 -83.95262,-1.5632 q -146.9544,0.2873 -293.90878,1.2413 -81.79831,0.4828 -163.61667,1.6551 c -9.88913,0.1265 -19.76825,2.0804 -29.6574,2.1953 -16.47187,0.1839 -32.94375,-0.7241 -49.41563,-0.6436 -20.16904,0.092 -40.32805,0.8735 -60.48707,1.0689 -6.81318,0.069 -13.62637,-1.0115 -20.43956,-1.1494 -6.81318,-0.1379 -13.62637,0.6092 -20.43956,0.5517 -24.86813,-0.1954 -49.72624,-0.7011 -74.58434,-0.7816 -8.82709,0 -17.65418,1.2184 -26.47124,1.1494 -22.3733,-0.1954 -44.73658,-0.8965 -67.12992,-1.2298 -12.85488,-0.1839 -25.70976,0.092 -38.56464,0 q -40.277949,-0.4942 -80.545889,-1.2873 c -5.62088,-0.1034 -11.23174,-0.8505 -16.85262,-1.1494 -6.2020003,-0.3793 -10.0193903,-4.1837 -10.5804703,-11.4937 -0.68132,-8.9421 -1.21235,-17.9187 -1.2925,-26.8838 -0.19037,-20.6887 0,-41.3774 -0.0802,-62.0661 q -0.18055,-46.27374 -0.6214,-92.51298 -0.30058,-39.33152 -0.68132,-78.66304 c -0.28054,-29.642297 -0.88171,-59.296097 -0.66128,-88.949897 0.0601,-6.89624 2.8956,-13.87292 4.87944,-20.6887 0.4108,-1.37925 2.69522,-2.8274596 4.1680703,-2.8964296 17.23335,-0.80456 34.46671,-1.6436 51.71008,-1.8045 5.5808,-0.0575 11.19166,1.81601 16.78248,2.85044 2.08403,0.3792896 4.13801,1.2872896 6.21202,1.3102896 10.851,0.12642 21.712019,0 32.563019,0.0689 51.74014,0.35631 103.4903,0.89651 155.23043,1.08042 29.87783,0.10341 59.75566,-0.33333 89.63348,-0.55171 22.04267,-0.1609 44.08533,-0.47124 66.12799,-0.48274 9.48837,0 18.97673,0.79307 28.46509,0.80456 45.08726,0.0919 90.08435,-0.17239 135.12151,0.0689 q 124.65126,0.66663 249.30254,1.79301 c 25.83,0.21838 51.7101,-0.1609 77.4799,1.59763 49.7964,3.44812 99.61286,0.40229 149.39916,1.67808 6.9034,0.17241 8.8772,2.18382 8.8772,10.0915 q 0,42.52677 0,85.053537 z`,
|
|
102
|
+
// },
|
|
103
|
+
// desktop: {
|
|
104
|
+
// viewBox: [1920, 706],
|
|
105
|
+
// cut: 960,
|
|
106
|
+
// path: `m 1914.5732,194.07002 c 0,48.29198 0.3557,96.56358 -0.1245,144.85558 -0.3557,36.2751 -2.3298,72.5094 -2.5966,108.7641 -0.427,63.92 0,127.8402 -0.1778,191.7806 0,13.2003 -0.6049,26.5229 -1.6364,39.5598 -0.6048,7.5285 -3.3613,13.2207 -11.7739,12.9759 -15.6867,-0.4489 -31.409,0.3264 -47.1134,0 -49.6745,-0.8569 -99.349,-2.8768 -149.0235,-2.7748 q -260.8577,0.5101 -521.7155,2.2035 -145.1996,0.8569 -290.43478,2.938 c -17.55413,0.2243 -35.09048,3.6928 -52.64464,3.8968 -29.2391,0.3263 -58.47822,-1.2854 -87.71734,-1.1426 -35.80191,0.1631 -71.58604,1.5505 -107.37017,1.8975 -12.09403,0.1224 -24.18807,-1.7956 -36.28212,-2.0403 -12.09403,-0.2448 -24.18806,1.0814 -36.28212,0.9792 -44.14323,-0.3467 -88.26868,-1.2444 -132.39413,-1.3872 -15.6689,0 -31.3378,2.1625 -46.98891,2.0401 -39.71469,-0.3467 -79.41159,-1.5913 -119.16184,-2.183 -22.81861,-0.3264 -45.63721,0.1631 -68.45582,0 q -71.49712,-0.8773 -142.976443,-2.2849 c -9.97758,-0.1836 -19.93738,-1.5098 -29.91496,-2.0403 -11.00913,-0.6733 -17.78535,-7.4265 -18.78133,-20.4022 -1.2094098,-15.8729 -2.1520298,-31.8069 -2.2943098,-47.7208 -0.33792,-36.7238 0,-73.4478 -0.14228,-110.1719 q -0.32014,-82.1391 -1.1027,-164.2171 -0.53356,-69.8163 -1.2094,-139.6327 c -0.49799,-52.61723 -1.56511,-105.2549 -1.17383,-157.892557 0.10671,-12.24132 5.1399598,-24.62545 8.6614598,-36.72396 0.7292,-2.44826 4.78426,-5.01894 7.39871,-5.14136 30.5908,-1.4281504 61.18161,-2.9175104 91.790193,-3.2031304 9.90644,-0.10199 19.86624,3.2235504 29.79046,5.0597404 3.69936,0.67328 7.34536,2.28504 11.02692,2.32586 19.26154,0.2244 38.54085,0 57.8024,0.12238 91.84355,0.63246 183.70488,1.59136 275.54843,1.91782 53.03592,0.18357 106.07185,-0.59168 159.10775,-0.97932 39.12779,-0.28562 78.25556,-0.8365 117.38333,-0.85689 16.84273,0 33.68546,1.40775 50.52818,1.42815 80.03408,0.16317 159.90808,-0.30602 239.85329,0.12238 q 221.2674,1.18332 442.5351,3.18273 c 45.8506,0.38764 91.7901,-0.28562 137.5341,2.8359 88.3932,6.12067 176.822,0.7141 265.1974,2.97873 12.254,0.30603 15.7578,3.87643 15.7578,17.91313 q 0,75.488127 0,150.976267 z`,
|
|
107
|
+
// },
|
|
108
|
+
// },
|
|
109
|
+
// comic600r1: {
|
|
110
|
+
// mobile: {
|
|
111
|
+
// viewBox: [600, 1140],
|
|
112
|
+
// cut: 300,
|
|
113
|
+
// path: `M 0,1054.685 V 928.17847 A 62.58333,62.5042 0 0 0 3.3333353,919.09 Q 11.283332,881.20462 18.849997,843.28593 62.783333,624.13008 106.66666,404.95757 142.61666,226.11732 178.9,47.360297 c 5,-24.469022 12,-29.962069 36.86665,-30.061942 l 267.44998,-0.549302 a 90.116663,90.002722 0 0 1 11.6667,0.615889 c 10.98332,1.381583 16.8,7.02444 18.63334,18.027176 a 103.93332,103.80191 0 0 1 1.31665,11.568687 q 3.56668,70.960165 7.01663,141.970265 8.33335,173.11416 16.6667,346.22833 5.69998,116.66897 11.78332,233.33795 c 3.33335,65.03433 7.10003,130.05198 10.51666,195.10298 q 3.54999,67.24817 6.6667,134.51307 c 0.91667,19.8248 -10.4167,29.2296 -30,25.3679 -6.8,-1.3317 -13.58336,-2.9297 -20.45001,-3.8619 -55.2667,-7.4572 -110.50002,-15.0975 -165.83334,-22.1053 -67.16666,-8.5225 -134.4,-16.4958 -201.66666,-24.6854 z`,
|
|
114
|
+
// },
|
|
115
|
+
// },
|
|
116
|
+
// comic600r1inner: {
|
|
117
|
+
// mobile: {
|
|
118
|
+
// viewBox: [600, 1140],
|
|
119
|
+
// cut: 300,
|
|
120
|
+
// path: `M 207.46484 92.699219 C 207.08522 94.024314 206.57557 95.313146 206.29492 96.65625 C 202.55494 114.57621 198.93492 132.50535 195.29492 150.44531 C 189.40494 179.50525 183.536 208.56701 177.66602 237.62695 C 172.49602 263.24691 167.31623 288.85662 162.15625 314.47656 C 156.47627 342.6765 150.80475 370.876 145.13477 399.08594 C 139.28477 428.22588 133.4357 457.37545 127.5957 486.52539 C 121.93572 514.81533 116.29498 543.10654 110.625 571.39648 C 104.62502 601.32642 98.605457 631.25561 92.605469 661.18555 C 86.295481 692.68549 80.045066 724.19561 73.705078 755.68555 C 65.625094 795.79547 57.475453 835.89617 49.355469 875.99609 C 48.385471 880.76609 47.566324 885.59666 45.486328 890.05664 C 44.85633 891.41664 44.666016 892.76656 44.666016 894.22656 C 44.673543 921.437 44.673434 948.64718 44.673828 975.85742 L 551.95508 975.85742 C 551.91399 975.04049 551.87736 974.22314 551.83594 973.40625 C 550.72594 951.52629 549.58578 929.64558 548.42578 907.76562 C 547.50578 890.35566 546.5457 872.95684 545.5957 855.54688 C 544.4557 834.78692 543.31531 814.02558 542.19531 793.26562 C 541.22531 775.21566 540.2857 757.17693 539.3457 739.12695 C 538.0457 714.04701 536.76633 688.97644 535.48633 663.89648 C 534.68633 648.16652 533.88547 632.42529 533.10547 616.69531 C 532.14547 597.45535 531.19586 578.20699 530.25586 558.95703 C 529.11586 535.62707 527.98547 512.30627 526.85547 488.98633 C 526.05547 472.45635 525.25484 455.91668 524.46484 439.38672 C 523.50484 419.34676 522.53594 399.29605 521.58594 379.24609 C 520.71594 360.87613 519.86461 342.50668 518.97461 324.13672 C 518.10461 306.00676 517.18469 287.87607 516.30469 269.74609 C 515.49469 253.13613 514.70453 236.51621 513.89453 219.90625 C 512.95453 200.58629 512.00469 181.25574 511.05469 161.92578 C 510.02469 140.92582 509.04555 119.91598 507.93555 98.916016 C 507.82349 96.834925 507.44393 94.773849 507.17773 92.699219 L 207.46484 92.699219 z `,
|
|
121
|
+
// },
|
|
122
|
+
// },
|
|
123
|
+
// comic600r1half: {
|
|
124
|
+
// mobile: {
|
|
125
|
+
// viewBox: [600, 1140],
|
|
126
|
+
// cut: 300,
|
|
127
|
+
// path: `M 319.9668 575.92773 C 215.8244 575.98023 112.03211 576.1582 111.16211 576.4082 C 110.96211 577.3082 110.73102 578.23774 110.54102 579.17773 C 105.67102 603.54771 100.81163 627.91713 95.931641 652.28711 C 88.331646 690.20707 80.731555 728.12887 73.101562 766.04883 C 65.42157 804.19879 57.720461 842.33855 49.980469 880.47852 C 48.89047 885.87851 48.121248 891.37751 45.78125 896.4375 C 45.091251 897.9375 44.841797 899.43836 44.841797 901.06836 C 44.856589 927.74632 44.854466 954.42361 44.855469 981.10156 L 552.125 981.10156 C 551.56333 970.01674 550.9988 958.92964 550.43164 947.84766 C 549.91164 937.70767 549.39156 927.56772 548.85156 917.42773 C 548.12156 903.84775 547.36109 890.27702 546.62109 876.70703 C 546.07109 866.56704 545.5307 856.4271 544.9707 846.28711 C 544.1007 830.47713 543.21156 814.67717 542.35156 798.86719 C 541.77156 788.0872 541.24187 777.30733 540.67188 766.52734 C 539.80188 749.99736 538.90078 733.46748 538.05078 716.9375 C 537.32078 702.63751 536.65187 688.33881 535.92188 674.04883 C 534.88188 653.59885 533.80148 633.15873 532.77148 612.71875 C 532.20148 601.45876 531.69062 590.19749 531.14062 578.9375 C 531.10063 578.0075 530.96109 577.07726 530.87109 576.19727 C 528.6011 575.94727 424.10919 575.87523 319.9668 575.92773 z `,
|
|
128
|
+
// },
|
|
129
|
+
// },
|
|
130
|
+
// comic600r1left: {
|
|
131
|
+
// mobile: {
|
|
132
|
+
// viewBox: [600, 1140],
|
|
133
|
+
// cut: false,
|
|
134
|
+
// path: `m 0,19.229245 c 42.466663,-0.549308 84.999997,-1.298357 127.4,-1.581332 15.93332,-0.116516 23.18333,9.55457 19.99999,26.10029 -7.1,36.98651 -14.51666,73.923077 -21.78333,110.892947 Q 94.499997,313.2237 63.333333,471.80627 q -30,151.20856 -60.4333332,302.30061 A 44.599997,44.543605 0 0 1 0,781.69727 Z`,
|
|
135
|
+
// },
|
|
136
|
+
// },
|
|
137
|
+
// comic600r1right: {
|
|
138
|
+
// mobile: {
|
|
139
|
+
// viewBox: [600, 1140],
|
|
140
|
+
// cut: false,
|
|
141
|
+
// path: `m 600,1021.3938 c -2.13337,-18.41 -4.70003,-36.77013 -6.28335,-55.23003 -3.45002,-39.94944 -7.08333,-80.06532 -9.31665,-120.1646 -1.58338,-28.46394 -0.48315,-57.06105 -1.4167,-85.57494 C 580,670.90418 577.21662,581.45078 573.33328,492.06395 568.91665,388.86128 563.46663,285.6586 558.43332,182.45593 q -3.33335,-67.24819 -6.6667,-134.496393 c -0.1335,-2.496839 -0.23309,-4.993677 -0.16694,-7.47387 0.41639,-16.01306 6.49997,-22.754525 22.53329,-24.002945 C 582.68302,15.816898 591.31633,16.13316 599.91633,16 Z`,
|
|
142
|
+
// },
|
|
143
|
+
// },
|
|
144
|
+
// comic600r2: {
|
|
145
|
+
// mobile: {
|
|
146
|
+
// viewBox: [600, 698],
|
|
147
|
+
// cut: 300,
|
|
148
|
+
// path: `M 0,682.66668 V 16 c 5.5334871,0.333334 11.100309,0.4 16.66713,1.033334 q 52.918138,6.05 105.81961,12.333333 79.76888,9.516667 159.50443,19.283334 c 60.00167,7.366667 120.00334,15 180.00501,22.383334 45.98461,5.65 92.00255,11.1 138.00383,16.666667 V 622.70001 c -46.56797,5.2 -93.08592,10.75 -139.70388,15.51667 -66.75186,6.81667 -133.55371,13.08333 -200.33891,19.51667 -50.5014,4.85 -101.03614,9.53333 -151.53754,14.36666 C 72.285343,675.48335 36.151006,679.08335 0,682.66668 Z`,
|
|
149
|
+
// },
|
|
150
|
+
// },
|
|
151
|
+
// comic600r2inner: {
|
|
152
|
+
// mobile: {
|
|
153
|
+
// viewBox: [600, 698],
|
|
154
|
+
// cut: 300,
|
|
155
|
+
// path: `M 30.369141 142.05078 L 30.369141 547.94727 L 569.63086 547.94727 L 569.63086 142.05078 L 30.369141 142.05078 z `,
|
|
156
|
+
// },
|
|
157
|
+
// },
|
|
158
|
+
// comic600r2half: {
|
|
159
|
+
// mobile: {
|
|
160
|
+
// viewBox: [600, 698],
|
|
161
|
+
// cut: 300,
|
|
162
|
+
// path: `M 30.375 358.29297 L 30.375 578.04883 L 569.625 578.04883 L 569.625 358.29297 L 30.375 358.29297 z `,
|
|
163
|
+
// },
|
|
164
|
+
// },
|
|
165
|
+
// comic600r3: {
|
|
166
|
+
// mobile: {
|
|
167
|
+
// viewBox: [600, 725],
|
|
168
|
+
// cut: 300,
|
|
169
|
+
// path: `M 0,709.33335 V 82.666668 q 93.933335,-9.5 187.81667,-19.016667 c 56.81667,-5.8 113.63334,-11.666667 170.41667,-17.7 47.13333,-5 94.25,-10.35 141.3,-16.100001 33.55,-4.116666 66.98334,-9.2 100.46667,-13.85 v 693.33335 z`,
|
|
170
|
+
// },
|
|
171
|
+
// },
|
|
172
|
+
// comic600r3inner: {
|
|
173
|
+
// mobile: {
|
|
174
|
+
// viewBox: [600, 725],
|
|
175
|
+
// cut: 300,
|
|
176
|
+
// path: `M 30.263672 137.05664 L 30.263672 642.28125 L 569.47656 642.28125 C 569.81277 588.97932 569.74683 256.3245 569.43359 137.05664 L 30.263672 137.05664 z `,
|
|
177
|
+
// },
|
|
178
|
+
// },
|
|
179
|
+
// comic600r3half: {
|
|
180
|
+
// mobile: {
|
|
181
|
+
// viewBox: [600, 725],
|
|
182
|
+
// cut: 300,
|
|
183
|
+
// path: `M 30.264273,675.3976 V 364.01763 H 569.33427 c 0.46,1.73 0.57,308.55997 0.09,311.37997 z`,
|
|
184
|
+
// },
|
|
185
|
+
// },
|
|
186
|
+
// comic600r4: {
|
|
187
|
+
// mobile: {
|
|
188
|
+
// viewBox: [600, 1642],
|
|
189
|
+
// cut: 300,
|
|
190
|
+
// path: `M 600.00001,16.897649 V 728.16755 a 38.535476,38.511851 0 0 0 -3.1335,7.32923 q -34.35192,172.5704 -68.53715,345.05752 c -14.00078,70.6939 -27.55153,141.4877 -42.05233,212.0817 -11.25064,54.8194 -23.55132,109.4223 -35.58532,164.0918 -8.33378,37.8622 -16.18423,75.8743 -25.88477,113.42 -5.967,23.1205 -20.23445,31.6491 -43.75243,28.7507 Q 262.99796,1583.9068 145.00806,1568.1656 C 96.672039,1561.7026 48.336019,1554.5565 0,1547.7104 V 18.563385 C 7.4670816,18.096979 15.000834,17.26411 22.384577,17.230795 Q 172.20957,16.531185 322.05124,16.081437 c 89.37162,-0.183232 178.72659,0 268.09822,0 3.26685,-0.03332 6.51704,0.49972 9.85055,0.816212 z`,
|
|
191
|
+
// },
|
|
192
|
+
// },
|
|
193
|
+
// comic600r4inner: {
|
|
194
|
+
// mobile: {
|
|
195
|
+
// viewBox: [600, 1642],
|
|
196
|
+
// cut: 300,
|
|
197
|
+
// path: `M 30.244141 130.27734 L 30.244141 1418.6602 L 432.37891 1418.6602 C 434.35314 1409.7273 436.35547 1400.8023 438.32422 1391.8672 C 449.0342 1343.2572 459.94416 1294.677 469.74414 1245.8672 C 475.80412 1215.7072 481.81494 1185.5374 487.79492 1155.3574 C 492.40492 1132.0774 496.92564 1108.7763 501.51562 1085.4863 C 506.35562 1060.9465 511.22594 1036.4168 516.08594 1011.877 C 521.27592 985.69698 526.45455 959.51783 531.64453 933.33789 C 537.16453 905.51795 542.70438 877.68713 548.23438 849.86719 C 554.03436 820.62725 559.8343 791.38619 565.6543 762.15625 C 566.3543 758.63625 566.76539 755.00664 568.52539 751.80664 C 569.53539 749.97664 569.75586 748.09639 569.75586 746.06641 C 569.73586 541.48681 569.73437 336.89599 569.73438 132.31641 L 569.73438 130.27734 L 30.244141 130.27734 z `,
|
|
198
|
+
// },
|
|
199
|
+
// },
|
|
200
|
+
// comic600r4half: {
|
|
201
|
+
// mobile: {
|
|
202
|
+
// viewBox: [600, 1642],
|
|
203
|
+
// cut: 300,
|
|
204
|
+
// path: `M 37.910156 868.0957 L 37.910156 1477.248 L 431.68945 1477.248 C 432.76673 1472.57 433.92582 1467.9124 434.9707 1463.2266 C 444.31068 1421.3466 453.54908 1379.4481 462.53906 1337.4883 C 470.18904 1301.7783 477.5301 1266.0064 484.83008 1230.2266 C 489.72006 1206.2666 494.29955 1182.2478 499.01953 1158.2578 C 504.40953 1130.8978 509.76969 1103.5278 515.17969 1076.168 C 520.34967 1049.988 525.55977 1023.8069 530.75977 997.62695 C 534.95975 976.45699 539.16914 955.29668 543.36914 934.13672 L 556.4707 868.0957 L 37.910156 868.0957 z `,
|
|
205
|
+
// },
|
|
206
|
+
// },
|
|
207
|
+
// comic600r4right: {
|
|
208
|
+
// mobile: {
|
|
209
|
+
// viewBox: [600, 1642],
|
|
210
|
+
// cut: false,
|
|
211
|
+
// path: `m 583.33241,1626 c -17.4343,-2.7318 -34.85193,-5.5635 -52.3029,-8.1454 -9.60053,-1.4159 -19.2844,-2.2987 -28.9016,-3.6313 -18.20102,-2.5153 -28.71827,-14.8917 -25.78477,-33.0649 4.51692,-27.8678 10.35057,-55.5357 15.93422,-83.2869 q 30.35168,-150.7659 60.92005,-301.4985 21.05117,-104.2918 42.019,-208.60028 a 132.42403,132.34284 0 0 1 4.7836,-14.74177 V 1626 Z`,
|
|
212
|
+
// },
|
|
213
|
+
// },
|
|
214
|
+
// comic1080r1main1: {
|
|
215
|
+
// tablet: {
|
|
216
|
+
// viewBox: [1080, 1121],
|
|
217
|
+
// cut: 340,
|
|
218
|
+
// path: `M 16,967.55443 V 24.860078 c 6.317247,-1.949731 12.576,-5.361756 18.961486,-5.595724 26.068392,-0.974867 52.175775,-1.091851 78.263664,-1.199085 q 155.85466,-0.594668 311.72882,-0.974864 c 66.11661,-0.146239 132.23322,0 198.34986,0 7.79905,0 15.67613,-0.302205 23.49467,0.078 10.27528,0.497179 18.52281,6.356117 17.46994,17.547568 -0.5752,6.356117 -1.07237,12.751233 -2.26176,19.009866 -3.89952,20.754872 -8.26699,41.441504 -12.31275,62.176881 -3.74355,19.18534 -7.25313,38.41942 -10.9772,57.61451 -3.72406,19.19509 -7.56511,38.6339 -11.46463,57.94597 -3.75332,18.67841 -7.60409,37.34708 -11.39639,56.02549 -2.057,10.11909 -4.11401,20.23819 -6.10277,30.37679 -3.57782,18.23972 -7.06791,36.48919 -10.66522,54.72891 -2.92465,14.62297 -5.96629,29.24594 -8.83247,43.86892 -3.1976,16.37773 -6.171,32.8042 -9.40763,49.17221 -3.59731,18.22994 -7.42859,36.42094 -11.07465,54.64115 -4.05553,20.25769 -7.96482,40.53486 -12.00085,60.79259 -4.74768,23.83543 -9.57333,47.66111 -14.32101,71.49658 -4.64046,23.21154 -9.20292,46.44257 -13.84337,69.6541 -5.11814,25.54145 -10.20705,51.09266 -15.45189,76.60485 -3.9678,19.28284 -8.12078,38.52669 -12.2933,57.7705 -2.92465,13.64812 -6.3465,27.20848 -9.06644,40.94433 -2.9734,14.97392 -4.87439,30.2208 -8.16953,45.05825 -5.34234,24.15717 -11.4451,48.14857 -17.21644,72.20823 -2.92465,12.371 -10.15829,18.4445 -22.79275,17.957 -13.64838,-0.5166 -27.24802,-1.7742 -40.85739,-2.9245 -5.8493,-0.468 -11.75711,-1.2577 -17.61614,-2.0765 -10.56775,-1.4916 -21.116,-3.1683 -31.68374,-4.6696 -12.1568,-1.7353 -24.37209,-3.2951 -36.49964,-5.0401 -12.77098,-1.8327 -25.52246,-3.8994 -38.29343,-5.6737 -12.48826,-1.7645 -25.00577,-3.256 -37.49403,-4.9913 -13.25842,-1.8425 -26.48759,-3.8995 -39.74601,-5.7322 -10.72372,-1.4623 -21.57418,-2.56389 -32.33689,-4.02621 -13.42415,-1.81323 -26.8093,-3.89944 -40.2432,-5.71271 -13.4339,-1.81323 -26.95554,-3.24629 -40.418681,-4.98156 -14.24305,-1.84248 -28.41786,-4.27965 -42.699906,-5.64444 C 34.727513,980.22766 24.111032,976.90337 16,967.55443 Z`,
|
|
219
|
+
// },
|
|
220
|
+
// },
|
|
221
|
+
// comic1080r1main1inner: {
|
|
222
|
+
// tablet: {
|
|
223
|
+
// viewBox: [1080, 1121],
|
|
224
|
+
// cut: 340,
|
|
225
|
+
// path: `M 40.445312 89.636719 L 40.445312 887.09961 L 463.75586 887.09961 C 464.23195 884.63182 464.7878 882.18191 465.21484 879.70312 C 467.29484 867.58316 469.51492 855.47357 472.04492 843.43359 C 478.55492 812.54365 485.39377 781.73392 491.84375 750.83398 C 496.91373 726.58404 501.60508 702.2548 506.45508 677.96484 C 511.69506 651.7149 516.93408 625.46308 522.16406 599.20312 C 527.05406 574.59318 531.90422 549.97324 536.82422 525.36328 C 540.6442 506.24332 544.61455 487.1534 548.39453 468.02344 C 551.61453 451.72346 554.58516 435.36465 557.78516 419.05469 C 562.44514 395.29473 567.19533 371.54463 571.94531 347.80469 C 578.08531 317.08475 584.31361 286.384 590.43359 255.66406 C 595.06359 232.38412 599.58455 209.08293 604.14453 185.79297 C 608.40453 163.98301 612.67455 142.18301 616.89453 120.37305 C 618.87435 110.14018 621.21541 99.969965 622.56836 89.636719 L 40.445312 89.636719 z `,
|
|
226
|
+
// },
|
|
227
|
+
// },
|
|
228
|
+
// comic1080r1main1half: {
|
|
229
|
+
// tablet: {
|
|
230
|
+
// viewBox: [1080, 1121],
|
|
231
|
+
// cut: 340,
|
|
232
|
+
// path: `M 41.871094 516.73438 L 41.871094 520.29492 L 41.871094 888.02539 L 464.60156 888.02539 C 465.28872 884.58033 466.05385 881.15365 466.64258 877.68555 C 468.56258 866.33556 470.46242 854.9739 472.98242 843.75391 C 480.76241 809.13394 488.17212 774.44426 495.16211 739.6543 C 501.5121 707.99433 507.77204 676.32403 514.08203 644.66406 C 522.43202 602.7341 530.7811 560.80496 539.12109 518.875 C 539.25109 518.215 539.2618 517.52437 539.3418 516.73438 L 41.871094 516.73438 z `,
|
|
233
|
+
// },
|
|
234
|
+
// },
|
|
235
|
+
// comic1080r1main2: {
|
|
236
|
+
// tablet: {
|
|
237
|
+
// viewBox: [1080, 1121],
|
|
238
|
+
// cut: 783,
|
|
239
|
+
// path: `m 1064,834.97278 v 269.06272 c -3.4998,0.3217 -7.0776,1.2673 -10.4995,0.8676 -15.9978,-1.862 -31.9567,-4.0457 -47.9253,-6.2098 -10.2655,-1.3941 -20.47255,-2.9246 -30.77705,-4.3967 -10.10954,-1.433 -20.22885,-2.7881 -30.3384,-4.2114 -10.7237,-1.5013 -21.44743,-3.1001 -32.17116,-4.5526 -8.38398,-1.1406 -16.79725,-2.0863 -25.19099,-3.1879 -11.55236,-1.511 -23.0755,-3.1488 -34.63763,-4.6013 -6.50247,-0.8189 -13.06342,-1.2868 -19.57565,-2.0862 -9.6611,-1.1796 -19.29294,-2.6126 -28.95403,-3.763 -9.66113,-1.1503 -19.10775,-1.9497 -28.64209,-3.0708 -9.82683,-1.1601 -19.62444,-2.5737 -29.4415,-3.763 -9.04691,-1.1016 -18.13284,-1.9497 -27.17975,-3.0806 -9.49536,-1.1698 -18.97123,-2.5736 -28.46663,-3.7434 -9.04691,-1.1211 -18.12307,-2.0083 -27.16998,-3.1196 -9.49536,-1.1699 -18.97123,-2.5347 -28.47636,-3.7045 -9.03718,-1.1211 -18.11334,-2.0082 -27.15052,-3.1683 -8.69595,-1.1114 -17.35292,-2.5639 -26.05864,-3.6363 -9.36864,-1.16 -18.786,-1.8912 -28.14489,-3.0708 -11.39639,-1.4428 -22.72455,-3.3048 -34.12094,-4.7281 -14.0968,-1.7547 -19.74139,-9.4854 -18.35704,-22.7923 0.90663,-8.6471 3.27561,-17.14788 5.04012,-25.70719 3.76308,-18.36646 7.63335,-36.70369 11.33792,-55.07987 4.06526,-20.24796 7.96478,-40.5349 11.99105,-60.80235 q 6.14179,-30.85447 12.41029,-61.66995 5.97601,-29.66514 12.01058,-59.33027 6.18073,-30.59124 12.35177,-61.20201 5.63482,-28.02737 11.2209,-56.08398 c 3.06113,-15.26637 6.20026,-30.51328 9.23213,-45.81863 3.49009,-17.60608 6.82421,-35.25114 10.37278,-52.85718 2.92465,-14.7887 6.15151,-29.53842 9.13467,-44.32713 3.25612,-16.19247 6.39522,-32.41423 9.57337,-48.636 2.01798,-10.29457 4.00674,-20.58914 6.03452,-30.88372 q 5.97602,-30.39629 11.99106,-60.80232 6.14178,-30.85448 12.39079,-61.6797 c 3.77277,-18.68816 7.64308,-37.35682 11.38663,-56.04499 4.04576,-20.25769 7.98431,-40.53487 12.01058,-60.80232 q 5.0304,-25.44397 10.19728,-50.91719 c 3.70453,-18.21048 7.37984,-36.430698 11.25988,-54.592433 2.37874,-11.162202 4.87443,-22.304907 7.79908,-33.33063 1.45258,-5.420248 4.07502,-10.723512 10.09005,-12.507516 6.28799,-1.900985 12.75148,-4.630609 19.13697,-4.650104 q 138.43347,-0.458189 276.86693,-0.194985 c 8.1403,0 15.5982,4.942563 17.4017,12.858467 a 186.33927,186.33567 0 0 1 3.8995,26.399343 c 1.0627,12.507516 1.3844,25.083273 2.057,37.629782 0.6337,11.698376 1.3064,23.464996 1.9498,35.202366 q 0.9749,18.31772 1.9498,36.66467 0.9749,18.82464 1.9497,37.63954 0.9749,20.26744 1.9498,40.55437 0.9749,20.78412 1.9498,41.539 c 0.6434,13.36539 1.3161,26.72104 1.9498,40.07669 q 0.9748,21.49577 1.9497,43.00129 0.9749,21.50555 1.9498,43.00131 0.9749,20.8621 1.9498,41.7242 0.9748,21.99295 1.9497,43.97617 c 0.6629,15.30539 1.2771,30.6205 1.9498,45.92588 0.6044,13.52138 1.2966,27.04275 1.9498,40.56412 0.6629,14.1648 1.2673,28.33933 1.9497,42.50414 0.585,11.69837 1.3259,23.47472 1.9498,35.21212 0.7019,13.84307 1.3064,27.68613 1.9498,41.52924 0.6336,13.19964 1.355,26.38959 1.9497,39.58923 q 1.0724,25.15151 1.9498,50.31279 c 0.4192,11.79587 0.5752,23.60147 1.0724,35.38762 0.1072,2.55411 1.2088,5.05952 1.862,7.58441 z`,
|
|
240
|
+
// },
|
|
241
|
+
// },
|
|
242
|
+
// comic1080r1main2inner: {
|
|
243
|
+
// tablet: {
|
|
244
|
+
// viewBox: [1080, 1121],
|
|
245
|
+
// cut: 783,
|
|
246
|
+
// path: `M 689.2832 157.38086 C 687.02645 168.24009 684.72692 179.09128 682.50391 189.95508 C 678.25391 210.70504 674.27475 231.5152 670.13477 252.28516 C 666.44477 270.78512 662.68289 289.27371 658.96289 307.76367 C 654.23291 331.27363 649.49445 354.77498 644.81445 378.29492 C 640.69447 398.98488 636.65398 419.69434 632.58398 440.4043 C 628.804 459.62426 625.08414 478.85473 621.24414 498.05469 C 617.26414 517.96465 613.13453 537.83418 609.14453 557.74414 C 603.55455 585.64408 598.05436 613.5649 592.48438 641.46484 C 587.32438 667.2548 582.13334 693.03451 576.94336 718.81445 C 572.38336 741.45441 567.77289 764.08442 563.21289 786.73438 C 558.95289 807.89432 554.73367 829.06465 550.51367 850.22461 C 546.78015 868.9396 543.09903 887.67055 539.3125 906.37891 L 1033.4668 906.37891 C 1033.4622 874.19721 1033.4653 842.01542 1033.4531 809.83398 C 1033.4531 808.434 1033.0434 807.025 1032.7734 805.625 C 1032.4234 803.825 1031.7634 802.04414 1031.6934 800.24414 C 1031.1334 784.89418 1030.7138 769.54332 1030.1738 754.19336 C 1029.8138 743.88338 1029.3643 733.57365 1028.9043 723.26367 C 1028.4243 712.47369 1027.8536 701.69428 1027.3438 690.9043 C 1026.8038 679.39432 1026.3337 667.88473 1025.7637 656.38477 C 1024.6737 634.57481 1023.5234 612.7748 1022.4434 590.96484 C 1021.6334 574.75488 1020.843 558.53443 1020.123 542.31445 C 1019.243 522.66449 1018.4736 503.00371 1017.5938 483.34375 C 1016.5938 460.89379 1015.4929 438.4441 1014.4629 415.99414 C 1013.5729 396.57418 1012.7733 377.1541 1011.8633 357.74414 C 1010.8533 336.17418 1009.7646 314.6051 1008.7246 293.03516 C 1007.7446 272.7352 1006.813 252.44426 1005.793 232.1543 C 1004.733 211.14434 1003.5844 190.14471 1002.4844 169.13477 C 1002.28 165.21679 1002.0706 161.29883 1001.8672 157.38086 L 689.2832 157.38086 z `,
|
|
247
|
+
// },
|
|
248
|
+
// },
|
|
249
|
+
// comic1080r1main2half: {
|
|
250
|
+
// tablet: {
|
|
251
|
+
// viewBox: [1080, 1121],
|
|
252
|
+
// cut: 783,
|
|
253
|
+
// path: `m 609.11436,560.92959 h 412.06004 c 0.08,0.67 0.18,1.21 0.21,1.75 0.85,18.53 1.65,37.07 2.56,55.6 0.79,16.05 1.75,32.1 2.59,48.15 0.41,7.91 0.72,15.82001 1.09,23.73001 0.53,11.26 1.1,22.53 1.61,33.79 0.46,10.31 0.91,20.61 1.27,30.92 0.54,15.35 0.95,30.7 1.52,46.04 0.07,1.88 0.78,3.73 1.16,5.61 0.25,1.24 0.6,2.5 0.6,3.75 0.03,79.19 0.03,158.38 0.03,237.57 v 2.36 c -4.61,1.17 -9.01,1.22 -13.5,0.61 -15.43,-2.11 -30.89004,-4.06 -46.32004,-6.17 -12.98,-1.77 -25.93,-3.71 -38.91,-5.51 -17.01,-2.36 -34.03,-4.68 -51.04,-6.98 -12.59,-1.7 -25.17,-3.39 -37.77,-5 -5.94,-0.76 -11.92,-1.27 -17.86,-1.99 -8.25,-1 -16.48,-2.13 -24.73,-3.12 -7.93,-0.95 -15.88,-1.74 -23.81,-2.67 -8.41,-0.98 -16.81,-2.06 -25.21,-3.07 -9.12,-1.09 -18.25,-2.12 -27.37,-3.23 -7.85,-0.96 -15.68,-2.04 -23.53,-3 -8.96,-1.1 -17.93,-2.12 -26.89,-3.22 -8.01,-0.98 -16,-2.06 -24.01,-3.04 -9.04,-1.11 -18.09,-2.11 -27.12,-3.26 -7.29,-0.92 -14.55,-2.05 -21.84,-2.98 -6.42,-0.82 -12.86,-1.45 -19.28,-2.25 -9.51,-1.18 -19.02,-2.42 -28.52,-3.67 -4.91,-0.65 -9.83,-1.23 -14.7,-2.1 -10.13,-1.8 -15.12,-7.9 -14.36,-18.16 0.42,-5.55 1.66,-11.05 2.78,-16.53 3.47,-16.99 7.15,-33.94 10.57,-50.94 7.85,-39.02 15.56,-78.07 23.38,-117.09 6.11,-30.48 12.29,-60.95 18.43,-91.43 6.5,-32.28001 13.01,-64.56001 19.48,-96.84001 2.36,-11.75 4.61,-23.53 6.92,-35.29 0.14,-0.71 0.32,-1.4 0.53,-2.31 z`,
|
|
254
|
+
// },
|
|
255
|
+
// },
|
|
256
|
+
// comic1080r2: {
|
|
257
|
+
// tablet: {
|
|
258
|
+
// viewBox: [1080, 792],
|
|
259
|
+
// cut: 540,
|
|
260
|
+
// path: `m 1064,141.52485 v 532.02623 a 5.2156274,5.2130775 0 0 0 -1.4623,0 c -21.0185,6.99624 -43.0119,8.62351 -64.74205,11.59544 -14.08707,1.94882 -28.27167,3.48838 -42.37824,4.87204 -17.69414,1.79291 -35.41752,3.2935 -53.13125,4.87204 -4.48437,0.40925 -8.97868,0.6431 -13.4534,1.04261 -13.88229,1.25698 -27.75489,2.62115 -41.63723,3.81968 -9.12491,0.77952 -18.26932,1.25698 -27.39423,2.01702 -14.53551,1.21801 -29.05153,2.57243 -43.58705,3.83916 -7.99404,0.70157 -15.98809,1.27648 -23.98213,2.03651 -12.74173,1.20827 -25.47371,2.58218 -38.21544,3.80993 -7.79907,0.7503 -15.67613,1.25699 -23.48495,2.06574 -11.45488,1.17904 -22.88052,2.57244 -34.32565,3.77096 -7.33112,0.76978 -14.6915,1.28622 -22.02262,2.04626 -11.61087,1.218 -23.20223,2.57243 -34.80335,3.80992 -7.00941,0.74055 -14.04807,1.27648 -21.04773,2.0755 -10.47025,1.18877 -20.92101,2.59192 -31.39126,3.75146 -7.33112,0.8185 -14.70124,1.24724 -22.02262,2.07549 -10.14854,1.15954 -20.26783,2.64064 -30.41637,3.77095 -10.14854,1.13031 -20.42381,1.86112 -30.60159,3.03041 -12.67349,1.45186 -25.34698,3.30324 -38.02047,4.75511 -10.33376,1.17903 -20.72602,1.94881 -31.07929,3.01091 -15.12044,1.54931 -30.22139,3.27401 -45.34183,4.80383 q -16.02709,1.60777 -32.07368,2.92322 c -16.3098,1.36417 -32.62935,2.61142 -48.9489,3.89763 -11.69861,0.97441 -23.32897,1.94881 -34.99833,2.92322 l -46.51169,3.89763 -34.51088,2.92322 c -15.50065,1.3057 -31.0013,2.66987 -46.5117,3.89762 -13.648372,1.07185 -27.23825,1.94882 -40.847626,2.99143 -4.60145,0.36053 -9.173655,1.67598 -13.765357,1.67598 -8.861692,0 -18.113337,2.3191 -26.234118,-3.59556 C 22.141767,769.92968 19.022139,768.06856 16,766.11974 V 25.570424 c 0.614177,-0.146161 1.433079,-0.07795 1.803535,-0.457971 9.748836,-9.997416 21.817895,-9.95844 34.364648,-8.253227 q 18.522789,2.513969 37.045578,4.794082 c 6.190511,0.779525 12.420019,1.315449 18.610529,2.065742 10.13879,1.227754 20.26783,2.572435 30.40662,3.790444 9.05667,1.071848 18.13284,1.948814 27.17976,3.079126 12.03006,1.490843 24.04063,3.215543 36.07069,4.696642 9.04692,1.120568 18.14258,1.948814 27.17976,3.069381 11.22091,1.451867 22.42232,3.293496 33.62373,4.716131 11.69861,1.481098 23.52394,2.591923 35.26154,4.014557 12.51751,1.51033 25.01552,3.215543 37.52327,4.784338 8.4035,1.05236 16.82649,1.948814 25.22999,3.030405 9.6611,1.21801 19.29295,2.572435 28.9443,3.790444 8.56922,1.071848 17.15795,1.948814 25.71743,3.049894 9.32963,1.188777 18.63977,2.591923 27.97916,3.761211 8.88119,1.120569 17.79162,1.948814 26.67281,3.098614 11.87409,1.500587 23.71892,3.205799 35.58326,4.696642 8.89093,1.110824 17.81112,1.948814 26.70206,3.049894 9.81708,1.188776 19.60491,2.630899 29.44148,3.761211 9.83658,1.130312 19.7609,1.831885 29.61697,3.049894 14.24305,1.763677 28.43735,3.897628 42.69015,5.710025 12.05931,1.500587 24.17712,2.552946 36.23643,4.014557 12.05931,1.461611 24.03088,3.283751 36.07069,4.76485 11.69861,1.442119 23.52394,2.57243 35.27129,4.01455 12.1958,1.49085 24.37209,3.21555 36.53864,4.77459 8.4035,1.07186 16.82649,1.94882 25.22999,3.05965 11.6986,1.52007 23.39721,3.24477 35.09581,4.71613 9.03717,1.14005 18.12309,1.94881 27.17975,3.04989 10.13879,1.20827 20.25804,2.59192 30.40658,3.7807 9.37847,1.10108 18.77635,1.94882 28.15473,3.05963 12.83922,1.51033 25.66869,3.2058 38.50791,4.74537 8.89094,1.0621 17.80132,1.94882 26.69236,3.02066 q 15.45195,1.84163 30.89405,3.81968 c 6.8242,0.86722 13.5899,1.85137 20.3946,2.74782 7.8673,1.05237 15.7736,2.11447 23.6799,3.08887 z`,
|
|
261
|
+
// },
|
|
262
|
+
// },
|
|
263
|
+
// comic1080r2inner: {
|
|
264
|
+
// tablet: {
|
|
265
|
+
// viewBox: [1080, 792],
|
|
266
|
+
// cut: 540,
|
|
267
|
+
// path: `M 68.4375 217.7168 L 68.4375 593.80273 L 1011.5781 593.80273 L 1011.5781 217.7168 L 68.4375 217.7168 z `,
|
|
268
|
+
// },
|
|
269
|
+
// },
|
|
270
|
+
// comic1080r2half: {
|
|
271
|
+
// tablet: {
|
|
272
|
+
// viewBox: [1080, 792],
|
|
273
|
+
// cut: 540,
|
|
274
|
+
// path: `M 68.441406 396.8457 L 68.441406 400.17578 L 68.441406 601.51172 L 1011.582 601.51172 L 1011.582 396.8457 L 68.460938 396.8457 L 68.441406 396.8457 z `,
|
|
275
|
+
// },
|
|
276
|
+
// },
|
|
277
|
+
// comic1080r3: {
|
|
278
|
+
// tablet: {
|
|
279
|
+
// viewBox: [1080, 996],
|
|
280
|
+
// cut: 540,
|
|
281
|
+
// path: `m 18.834749,675.33709 q 0,-119.68316 0,-239.38587 C 18.727202,381.63505 18.267681,327.30911 17.857045,272.98318 q -0.351973,-49.73364 -0.977703,-99.4575 c -0.107548,-8.56904 -0.977704,-17.14785 -0.870156,-25.70712 0.312865,-17.93928 9.385955,-24.18285 24.022179,-26.19565 13.345656,-1.84669 26.828189,-2.72606 40.252061,-4.03537 q 24.931454,-2.43293 49.862894,-4.88542 c 16.29832,-1.61219 32.58686,-3.27323 48.88518,-4.88542 q 24.93145,-2.46226 49.86289,-4.88543 c 13.75624,-1.32884 27.51263,-2.60882 41.25915,-3.908341 q 20.15047,-1.954171 40.28139,-3.908341 c 16.95338,-1.641503 33.89699,-3.234151 50.84059,-4.885426 12.45595,-1.231127 24.90211,-2.569734 37.34828,-3.90834 15.16419,-1.60242 30.30882,-3.380715 45.473,-4.817031 12.49505,-1.192043 25.03899,-1.836919 37.53405,-3.048505 10.80362,-1.035711 21.55836,-2.599047 32.35221,-3.791091 12.75894,-1.407003 25.5474,-2.550192 38.30643,-4.00605 9.69882,-1.113877 19.33888,-2.696755 29.0378,-3.771548 8.15395,-0.898918 16.36676,-1.289753 24.53049,-2.071421 12.62225,-1.201814 25.23453,-2.608817 37.85678,-3.800861 8.33004,-0.791439 16.6894,-1.289753 25.01944,-2.06165 13.27722,-1.221356 26.53488,-2.599047 39.80232,-3.830174 8.00739,-0.742585 16.04412,-1.240898 24.04173,-2.042108 11.65423,-1.15296 23.25957,-2.872631 34.93335,-3.624986 11.50758,-0.732813 23.08359,-3.175527 34.62049,0.283354 a 16.220104,16.209843 0 0 1 11.45869,11.812961 c 3.09932,11.822731 5.5338,23.840878 7.9194,35.849255 3.38285,17.030593 6.55061,34.100273 9.67927,51.179723 3.38285,18.50599 6.52128,37.05107 9.95302,55.54729 2.64958,14.24591 5.69023,28.42341 8.36914,42.65954 2.8549,15.19367 5.45559,30.43621 8.24204,45.64943 2.93312,16.14144 6.00311,32.2438 8.99488,48.41457 q 4.31157,23.26439 8.59401,46.5288 c 2.29751,12.37966 4.55601,24.75933 6.92215,37.12923 2.84511,14.86147 5.77823,29.70339 8.70156,44.54532 2.93311,14.65627 5.92488,29.31255 8.68201,44.05677 2.78645,14.881 5.22094,29.83041 7.97806,44.73095 2.75712,14.90055 5.86622,30.01606 8.59402,45.0534 3.11887,17.09899 5.86622,34.25661 9.0242,51.35561 3.35343,18.33011 7.02969,36.60161 10.42222,54.93172 2.81589,15.20345 5.33827,30.46552 8.14437,45.66897 3.08955,16.75701 6.49196,33.46516 9.52284,50.24171 2.83534,15.69199 5.30883,31.45237 8.06605,47.15413 2.61047,14.9201 5.41648,29.8011 8.07584,44.70165 1.9554,10.66977 4.01826,21.32 5.46526,32.0484 1.32978,9.89787 -7.09803,18.98476 -17.14882,19.11178 -28.29485,0.35175 -56.57972,0.97708 -84.86468,0.97708 -121.65567,-0.19541 -243.30157,-0.86959 -364.94746,-0.85006 q -213.0123,0 -426.024661,0.97709 c -12.319066,0 -24.64791,0.97709 -36.957199,0.75236 -5.260046,-0.11726 -10.676524,-1.75876 -15.643259,-3.6543 -6.423513,-2.42317 -8.418029,-8.61789 -9.356624,-14.65628 A 123.62085,123.54265 0 0 1 18.834749,913.2378 q 0,-118.95036 0,-237.90071 z`,
|
|
282
|
+
// },
|
|
283
|
+
// },
|
|
284
|
+
// comic1080r3inner: {
|
|
285
|
+
// tablet: {
|
|
286
|
+
// viewBox: [1080, 996],
|
|
287
|
+
// cut: 540,
|
|
288
|
+
// path: `m 127.94835,199.24609 c 0.004,0.27398 0.0133,0.54833 0.0166,0.82227 0.24616,19.66996 0.48342,39.34176 0.65318,59.01172 0.19522,22.94996 0.33979,45.89965 0.48408,68.84961 0.11035,17.66996 0.21187,35.34957 0.29675,53.01953 0.0764,15.50996 0.17905,31.03105 0.17905,46.54101 0.009,143.72271 0.002,287.4453 0.0249,431.16797 H 856.1182 c -0.3584,-2.48454 -0.72256,-4.96761 -1.09417,-7.44922 -2.23233,-14.95996 -4.54109,-29.89964 -6.79042,-44.8496 -2.26629,-15.10998 -4.45641,-30.23012 -6.78213,-45.33008 -2.31723,-15.01998 -4.77059,-30.00957 -7.13027,-45.01953 -2.39362,-15.23998 -4.7269,-30.50004 -7.11204,-45.75 -2.49548,-15.95998 -5.04321,-31.90137 -7.51322,-47.86133 -2.17294,-14.06998 -4.23414,-28.16832 -6.42405,-42.23828 -2.13049,-13.67998 -4.38061,-27.33004 -6.54506,-41 -2.80952,-17.67998 -5.51631,-35.37129 -8.38524,-53.03125 -3.25091,-20.00996 -6.69766,-39.99004 -9.94856,-60 -2.88592,-17.73998 -5.61074,-35.50957 -8.41177,-53.26953 -2.77558,-17.59998 -5.569,-35.19081 -8.31064,-52.80079 -2.56338,-16.42996 -5.01496,-32.87886 -7.62927,-49.29882 -2.09655,-13.18998 -4.45721,-26.33129 -6.53678,-39.53125 -1.67971,-10.6597 -3.34652,-21.31883 -4.99998,-31.98243 z`,
|
|
289
|
+
// },
|
|
290
|
+
// },
|
|
291
|
+
// comic1080r3half: {
|
|
292
|
+
// tablet: {
|
|
293
|
+
// viewBox: [1080, 996],
|
|
294
|
+
// cut: 540,
|
|
295
|
+
// path: `M 109.69922 490.625 L 109.69922 494.26367 C 109.69922 618.62355 109.6907 742.99364 109.7207 867.35352 C 109.7207 870.51498 109.9198 873.67809 110.11523 876.83789 L 969.23047 876.83789 C 967.56914 867.52181 966.03518 858.18529 964.39062 848.86328 C 961.76063 833.9133 959.04062 818.97342 956.39062 804.02344 C 953.72063 788.91345 951.14039 773.79334 948.40039 758.69336 C 945.67039 743.68337 942.78 728.69358 940 713.68359 C 937.18 698.44361 934.43109 683.18358 931.62109 667.93359 C 928.6811 651.97361 925.67953 636.0342 922.76953 620.07422 C 920.40953 607.10423 918.20031 594.10475 915.82031 581.13477 C 913.24032 567.06478 910.49062 553.02506 907.89062 538.95508 C 905.30063 524.96509 902.8 510.95483 900.25 496.96484 C 899.87 494.85485 899.40094 492.765 898.96094 490.625 L 109.73047 490.625 L 109.69922 490.625 z `,
|
|
296
|
+
// },
|
|
297
|
+
// },
|
|
298
|
+
// comic1080r3right: {
|
|
299
|
+
// tablet: {
|
|
300
|
+
// viewBox: [1080, 996],
|
|
301
|
+
// cut: false,
|
|
302
|
+
// path: `m 1064,16 v 932.13927 c -9.1513,0 -18.3222,-0.26381 -27.4637,0.0782 -7.4599,0.28335 -13.2283,-2.79448 -16.3472,-8.99896 a 89.068806,89.012461 0 0 1 -6.9026,-20.11818 c -3.6273,-16.14146 -6.6484,-32.42947 -9.8748,-48.65885 -2.3172,-11.72502 -4.67342,-23.45004 -6.84392,-35.17507 -3.06022,-16.77655 -5.86623,-33.61173 -8.95577,-50.36873 -3.75438,-20.19636 -7.82163,-40.34386 -11.62485,-60.52066 -3.06999,-16.11213 -5.95421,-32.24381 -9.06331,-48.37549 -4.40944,-22.82471 -9.03398,-45.61034 -13.39454,-68.39597 -3.46107,-18.15424 -6.58972,-36.37688 -10.00191,-54.54089 -3.41219,-18.16401 -7.10791,-36.5723 -10.53965,-54.88288 -3.41218,-18.16401 -6.56039,-36.38665 -10.0019,-54.5409 -2.7278,-14.39246 -5.86623,-28.69698 -8.56469,-43.08945 -3.43174,-18.16401 -6.57994,-36.37688 -9.9628,-54.55067 -3.46107,-18.63301 -7.0688,-37.22695 -10.58853,-55.85019 q -3.91082,-20.65557 -7.72386,-41.3307 c -2.06295,-11.28533 -3.98903,-22.60975 -5.97377,-33.91463 -2.4247,-13.81598 -4.76142,-27.64174 -7.29367,-41.43818 -2.34649,-12.8389 -4.88852,-25.63872 -7.35233,-38.46785 -2.80601,-14.87123 -5.65113,-29.74247 -8.25182,-44.643017 -2.00429,-11.461209 -4.04769,-22.951731 -5.28938,-34.510648 -0.61595,-5.735491 2.36605,-11.295105 8.01717,-12.926838 a 264.85015,264.68261 0 0 1 29.80041,-6.272887 c 9.61083,-1.621961 19.34876,-2.579505 29.0378,-3.771548 q 13.35543,-1.641503 26.73042,-3.146215 c 9.2393,-1.055252 18.49815,-1.954171 27.73745,-3.077819 13.03275,-1.534024 26.05576,-3.195068 39.10815,-4.738863 6.531,-0.771897 13.0816,-1.37769 19.6127,-2.130046 C 1042.6958,18.52088 1053.3528,17.250669 1064,16 Z`,
|
|
303
|
+
// },
|
|
304
|
+
// },
|
|
305
|
+
// comic1080r4: {
|
|
306
|
+
// tablet: {
|
|
307
|
+
// viewBox: [1080, 580],
|
|
308
|
+
// cut: 540,
|
|
309
|
+
// path: `M 16,545.43959 V 28.789526 C 31.978196,18.0666 49.857397,16 68.643226,16 q 468.817214,0.253451 937.653974,0.15597 c 9.0371,0 18.0644,0.848086 27.1015,0.867582 11.1038,0 21.4472,2.183578 30.6013,8.841539 V 554.21289 c -3.802,2.22258 -7.3603,5.27373 -11.4645,6.47275 a 59.993786,59.989897 0 0 1 -16.5729,2.21283 q -297.444,0.15597 -594.89775,0.12672 A 37.113478,37.111072 0 0 0 435.2156,564 H 149.55783 c -0.49719,-0.31194 -0.97488,-0.87732 -1.49157,-0.90657 q -18.32764,-1.06254 -36.64553,-2.01786 C 104.82082,560.72464 98.21117,560.57841 91.630771,560.03252 77.261118,558.86275 62.901224,557.51751 48.541316,556.19177 36.881815,555.08048 25.495279,553.11136 16,545.43959 Z`,
|
|
310
|
+
// },
|
|
311
|
+
// },
|
|
312
|
+
// comic1920r1main1: {
|
|
313
|
+
// desktop: {
|
|
314
|
+
// viewBox: [1920, 1313],
|
|
315
|
+
// cut: 371,
|
|
316
|
+
// path: `m 17.343013,794.29415 c 0,-81.66868 0.138251,-163.34729 0,-245.01597 Q 16.838808,302.33467 16.057801,55.381277 c 0,-2.965457 -0.168142,-5.930915 0.06913,-8.896372 a 20.761016,20.758201 0 0 1 15.076467,-18.781232 48.748845,48.742234 0 0 1 12.624678,-1.86824 q 61.294404,-0.622744 122.509744,-0.909404 204.6443,-0.652401 409.18971,-1.166416 c 31.95224,-0.108718 63.89457,-0.583206 95.83687,-0.820442 11.14174,-0.08896 22.30321,-0.514012 33.40543,0.138381 14.82931,0.869867 21.5816,8.243972 20.31614,23.160224 -0.98858,12.049642 -3.74686,23.980666 -6.08985,35.891919 Q 701.67545,170.01597 684.14725,257.85281 c -9.07555,45.70761 -18.25985,91.39542 -27.21671,137.13263 -8.14622,41.5164 -15.96618,83.16129 -24.07291,124.72712 -13.21787,67.72118 -26.33682,135.36324 -39.81172,202.9658 -14.49315,72.76245 -28.60075,145.61384 -44.41869,218.07972 -8.11659,37.20662 -16.33197,74.31442 -22.73823,111.86692 -3.12407,18.4155 -8.601,36.4356 -13.08935,54.6139 a 43.074166,43.068327 0 0 1 -2.46165,6.3955 c -5.88232,13.8388 -14.4042,19.4138 -29.2928,17.9805 q -26.48513,-2.5404 -52.87137,-6.1286 c -59.58415,-8.1154 -119.11884,-16.6955 -178.7326,-24.6232 -66.43525,-8.8964 -132.94961,-17.1403 -199.424395,-25.7896 A 116.1826,116.16685 0 0 1 34.67346,1071.604 c -8.956915,-2.4515 -13.84069,-9.0052 -15.165435,-17.6643 a 169.25171,169.22877 0 0 1 -1.532382,-23.4963 c -0.207751,-14.4912 0,-28.9824 0,-43.49337 V 794.29415 Z`,
|
|
317
|
+
// },
|
|
318
|
+
// },
|
|
319
|
+
// comic1920r1main1inner: {
|
|
320
|
+
// desktop: {
|
|
321
|
+
// viewBox: [1920, 1313],
|
|
322
|
+
// cut: 371,
|
|
323
|
+
// path: `M 41.279297 79.886719 C 41.225989 80.977101 41.015625 82.041297 41.015625 83.125 C 41.045625 98.794968 41.154844 114.46479 41.214844 130.13477 C 41.274844 148.20473 41.325234 166.27379 41.365234 184.34375 C 41.425234 209.77369 41.474922 235.19506 41.544922 260.625 C 41.624922 288.05494 41.744688 315.47434 41.804688 342.9043 C 41.864686 371.05424 41.864064 399.19381 41.914062 427.34375 C 41.954062 445.09371 42.014219 462.84379 42.074219 480.59375 C 42.124219 498.42371 42.224375 516.25402 42.234375 534.08398 C 42.254375 566.94392 42.234375 599.81389 42.234375 632.67383 C 42.234375 653.30379 42.135625 673.93449 42.265625 694.56445 C 42.405625 715.25441 41.655627 735.94332 42.765625 756.61328 C 42.755748 823.27502 42.744147 889.93785 42.724609 956.59961 L 504.88867 956.59961 C 508.7386 936.8054 512.87265 917.06756 517.08398 897.34375 C 524.45398 862.81381 531.77477 828.26375 538.88477 793.67383 C 544.72475 765.26389 550.24477 736.79369 555.88477 708.34375 C 563.34475 670.72383 570.8151 633.10453 578.20508 595.47461 C 585.22506 559.72469 592.154 523.95353 599.08398 488.18359 C 605.14398 456.96365 611.10555 425.72361 617.18555 394.51367 C 621.52553 372.24371 625.96477 349.99432 630.38477 327.73438 C 635.37475 302.57442 640.42383 277.42338 645.42383 252.27344 C 650.66381 225.94348 655.88572 199.61338 661.0957 173.27344 C 666.4057 146.46348 671.71508 119.66369 676.95508 92.84375 C 677.79611 88.564796 678.3701 84.239016 678.67969 79.886719 L 41.279297 79.886719 z `,
|
|
324
|
+
// },
|
|
325
|
+
// },
|
|
326
|
+
// comic1920r1main1half: {
|
|
327
|
+
// desktop: {
|
|
328
|
+
// viewBox: [1920, 1313],
|
|
329
|
+
// cut: 371,
|
|
330
|
+
// path: `M 41.884766 582.31055 L 41.884766 628.79102 C 41.884766 649.18098 41.765781 669.57098 41.925781 689.96094 C 42.085781 710.4109 41.226018 730.86106 42.416016 751.29102 L 42.416016 863.80078 L 42.416016 962.39258 C 42.416016 964.39444 42.530995 966.38773 42.599609 968.38477 L 501.73828 968.38477 C 504.95956 951.27611 508.26873 934.1891 511.875 917.15234 C 520.54498 876.19242 529.34596 835.2614 537.83594 794.27148 C 544.21592 763.44156 550.20572 732.54205 556.3457 701.66211 C 561.2357 677.05215 566.08555 652.44221 570.93555 627.82227 C 573.91719 612.65388 576.8848 597.48146 579.85547 582.31055 L 41.884766 582.31055 z `,
|
|
331
|
+
// },
|
|
332
|
+
// },
|
|
333
|
+
// comic1920r1main2: {
|
|
334
|
+
// desktop: {
|
|
335
|
+
// viewBox: [1920, 1313],
|
|
336
|
+
// cut: 863,
|
|
337
|
+
// path: `m 1136.304,393.6905 c 0.7514,18.04978 1.4335,36.09953 2.2639,54.13937 1.127,24.59355 2.3925,49.16731 3.5393,73.75096 0.8403,18.03984 1.4829,36.08958 2.4023,54.11957 0.9887,18.3463 2.1948,36.67281 3.1636,55.00922 0.435,8.21433 0.3954,16.43855 0.781,24.65284 1.2655,27.20316 1.651,54.50513 4.2116,81.58963 3.2129,34.02368 4.2708,68.0968 5.8031,102.17978 0.3064,6.781 2.9659,13.43353 3.4108,20.2244 1.1369,16.04313 1.6312,32.12579 2.3727,48.18869 q 1.8091,38.86727 3.6084,77.71475 c 0.7217,15.09419 1.4632,30.17849 2.353,45.26279 1.6707,28.4783 3.5293,56.9466 5.1507,85.4348 1.0578,18.6824 2.1156,37.3747 2.5704,56.0768 a 83.933821,83.922444 0 0 1 -2.2837,20.3529 c -2.8275,12.534 -15.729,20.0564 -30.0442,17.9707 -21.4729,-3.1335 -42.8863,-6.6327 -64.3691,-9.6377 -40.998,-5.7431 -82.05542,-11.4467 -123.06333,-16.8043 -45.92141,-5.9309 -91.89222,-11.6345 -137.86306,-17.259 q -100.27564,-12.2769 -200.57116,-24.3464 c -15.97611,-1.9769 -31.93243,-4.0923 -47.88875,-6.2077 -2.60006,-0.3459 -5.18036,-0.9192 -7.7409,-1.5123 -12.12046,-2.8172 -17.79517,-10.478 -15.64982,-22.9625 q 6.92033,-40.2413 14.82928,-80.3343 20.29631,-102.37749 40.93872,-204.64622 18.53662,-92.67051 37.07328,-185.3312 20.13816,-100.37084 40.34559,-200.66259 c 8.89757,-44.38301 17.98298,-88.73637 26.80146,-133.14904 Q 732.74939,185.12004 756.84203,62.874001 c 1.20613,-6.108843 2.60997,-12.207799 4.35987,-18.178255 3.89511,-13.265482 13.05961,-20.580278 27.13755,-21.74669 7.19713,-0.583206 14.424,-1.067565 21.63103,-1.07745 q 126.03913,-0.108718 252.09802,-0.04943 c 10.8748,0 21.7496,-0.751248 32.4762,0.118618 15.897,1.28503 22.9854,8.639364 24.0136,24.613299 1.7202,26.540841 2.8472,53.11134 4.2016,79.671957 q 1.7795,34.90343 3.5096,69.79698 1.2555,25.58201 2.4221,51.16403 c 1.3445,29.1801 2.4815,58.37007 4.0435,87.54031 1.0479,19.65107 2.6791,39.26264 4.0533,58.89394 z`,
|
|
338
|
+
// },
|
|
339
|
+
// },
|
|
340
|
+
// comic1920r1main2inner: {
|
|
341
|
+
// desktop: {
|
|
342
|
+
// viewBox: [1920, 1313],
|
|
343
|
+
// cut: 863,
|
|
344
|
+
// path: `M 776.71094 178.14258 C 774.45601 189.44981 772.19045 200.75461 769.94727 212.06641 C 765.84727 232.75637 761.76795 253.45629 757.66797 274.15625 C 752.96797 297.90621 748.27664 321.66801 743.55664 345.41797 C 739.01666 368.30793 734.46695 391.19818 729.87695 414.07812 C 724.88697 438.91808 719.83812 463.74818 714.82812 488.57812 C 708.94814 517.72808 703.09828 546.86764 697.23828 576.01758 C 691.10826 606.48752 684.96742 636.96733 678.85742 667.44727 C 672.83744 697.46721 666.86717 727.48811 660.86719 757.49805 C 654.70719 788.28799 648.52742 819.08701 642.35742 849.87695 C 637.16744 875.72691 631.96686 901.58731 626.79688 927.44727 C 621.23688 955.26721 615.60795 983.07805 610.16797 1010.918 C 607.03087 1026.9462 604.02501 1043.0037 600.99023 1059.0547 L 1154.2871 1059.0547 C 1153.3442 1043.574 1152.3464 1028.0987 1151.5176 1012.6074 C 1150.5576 994.47753 1149.7873 976.33699 1148.9473 958.20703 C 1147.8173 933.92709 1146.7379 909.63738 1145.5879 885.35742 C 1145.2579 878.24744 1144.8273 871.14678 1142.9473 864.2168 C 1142.3673 862.0768 1142.0477 859.81764 1141.9277 857.59766 C 1141.4977 849.36766 1141.2277 841.13623 1140.8477 832.90625 C 1140.3477 822.03627 1139.9378 811.16639 1139.2578 800.31641 C 1138.5078 788.34643 1137.4377 776.39748 1136.5977 764.4375 C 1135.8277 753.58752 1135.0471 742.73693 1134.5371 731.87695 C 1133.7871 715.98699 1133.2784 700.07771 1132.6484 684.17773 C 1132.2984 675.46775 1131.9873 666.75662 1131.5273 658.05664 C 1130.8873 646.07666 1130.0277 634.1167 1129.4277 622.13672 C 1128.6377 606.24674 1128.0484 590.34723 1127.3184 574.44727 C 1126.5684 558.07729 1125.7185 541.7081 1124.9785 525.32812 C 1123.9785 503.11818 1123.0377 480.90721 1122.0977 458.69727 C 1121.9877 456.06727 1122.1378 453.43639 1122.0078 450.81641 C 1121.8478 447.53641 1121.4876 444.27781 1121.2676 441.00781 C 1120.3676 427.44785 1119.407 413.88637 1118.627 400.31641 C 1117.937 388.42643 1117.4367 376.51717 1116.8867 364.61719 C 1116.3367 352.55721 1115.8569 340.48771 1115.2969 328.42773 C 1114.5669 312.52777 1113.7971 296.63629 1113.0371 280.73633 C 1112.5271 270.03635 1112.0068 259.32693 1111.4668 248.62695 C 1110.5868 231.37699 1109.6966 214.12693 1108.8066 196.87695 C 1108.484 190.63213 1108.15 184.3874 1107.8281 178.14258 L 776.71094 178.14258 z `,
|
|
345
|
+
// },
|
|
346
|
+
// },
|
|
347
|
+
// comic1920r1main2half: {
|
|
348
|
+
// desktop: {
|
|
349
|
+
// viewBox: [1920, 1313],
|
|
350
|
+
// cut: 863,
|
|
351
|
+
// path: `m 680.22025,656.68184 h 450.41005 c 0.09,0.94 0.22,1.79 0.26,2.65 0.3,6.79 0.62,13.58 0.88,20.37 0.74,19.26 1.31,38.52 2.25,57.77 0.56,11.49 1.7,22.96 2.55,34.44 0.55,7.34 1.19,14.67 1.56,22.01 1.05,20.92 1.97,41.85 3.01,62.78 0.11,2.22 0.42,4.48 1,6.63 1.89,7.01 2.35,14.18 2.69,21.37 1.14,24.2 2.22,48.41 3.34,72.61 0.84,18.21 1.62,36.42996 2.59,54.62996 0.94,17.57 2.1,35.12 3.14,52.68 0.88,14.85 1.79,29.69 2.58,44.54 0.79,14.77 1.44,29.55 2.16,44.33 0.33,6.84 -0.41,13.58 -1.93,20.23 -2.07,9.09 -8.09,14.23 -16.89,16.39 -4.67,1.14 -9.37,0.55 -14.05,-0.15 -20.15,-3.02 -40.3,-6.07 -60.47,-8.99 -17.8,-2.57 -35.61,-5.02 -53.42,-7.46 -13.7001,-1.88 -27.41005,-3.69 -41.11005,-5.49 -14.18,-1.87 -28.37,-3.71 -42.56,-5.52 -13.48,-1.71 -26.96,-3.37 -40.45,-5.04 -12.29,-1.53 -24.58,-3.08 -36.88,-4.59 -12.37,-1.52 -24.75,-3 -37.13,-4.51 -12.46,-1.52 -24.91,-3.07 -37.36,-4.59 -11.11,-1.35 -22.22,-2.68 -33.33,-4.02 -11.19,-1.35 -22.37,-2.72 -33.56,-4.07 -11.27,-1.36 -22.54,-2.7 -33.8,-4.09 -12.38,-1.52 -24.75,-3.04 -37.12,-4.61 -8.88,-1.13 -17.76,-2.24 -26.61,-3.57 -3.3,-0.49 -6.62,-1.28 -9.74,-2.44 -7.69,-2.88 -11.48,-9.33 -10.17,-17.47 1.73,-10.81 3.6,-21.6 5.66,-32.35 5.29,-27.71 10.65,-55.41 16.11,-83.08 6.24,-31.58996 12.62,-63.15996 18.95,-94.73996 5.98,-29.85 11.97,-59.71 17.96,-89.56 7.3,-36.44 14.6,-72.87 21.9,-109.31 2.32,-11.6 4.62,-23.2 6.94,-34.8 0.19,-0.93 0.42,-1.86 0.68,-2.97 z`,
|
|
352
|
+
// },
|
|
353
|
+
// },
|
|
354
|
+
// comic1920r1main3: {
|
|
355
|
+
// desktop: {
|
|
356
|
+
// viewBox: [1920, 1313],
|
|
357
|
+
// cut: 1240,
|
|
358
|
+
// path: `m 1903.8387,1294.6459 c -8.2747,3.262 -16.2034,2.491 -23.8751,1.4827 -46.2674,-6.0792 -92.4854,-12.534 -138.7429,-18.7021 -28.3437,-3.786 -56.816,-5.9309 -85.3772,-7.6608 -29.1347,-1.8188 -58.1407,-6.0298 -87.1469,-9.5883 -46.6332,-5.7234 -93.1477,-12.4154 -139.8501,-17.5259 -49.2926,-5.3971 -98.7434,-9.4005 -148.1151,-14.0562 -10.1333,-0.9885 -20.2765,-1.9177 -30.3704,-3.2423 -4.2016,-0.5634 -8.3142,-1.9769 -12.4071,-3.2126 -15.4917,-4.6755 -23.1436,-15.7465 -24.1223,-31.335 -1.2753,-20.3232 -1.8092,-40.686 -2.778,-61.0192 -0.9886,-20.9757 -2.2245,-41.9513 -3.2032,-62.927 -0.9886,-21.3315 -1.74,-42.6828 -2.7385,-64.0242 -0.9886,-20.97566 -2.2145,-41.94147 -3.213,-62.91711 -0.9886,-20.66925 -1.7103,-41.33849 -2.7187,-62.00774 q -1.6905,-34.92321 -3.6875,-69.81675 c -1.3446,-23.90157 -2.9659,-47.79327 -4.172,-71.70474 -1.473,-28.52772 -2.6199,-57.0653 -4.0237,-85.58312 -1.2259,-24.90984 -2.6594,-49.80978 -3.9544,-74.71963 q -2.0762,-41.30883 -3.9546,-82.62752 -1.9772,-42.79154 -3.9544,-85.58312 -1.9773,-41.83268 -3.9545,-83.65551 -1.9772,-40.81459 -3.9545,-81.64895 c -1.3248,-27.53921 -2.5606,-55.07841 -3.9545,-82.60774 -1.2061,-23.26896 -2.6198,-46.52803 -3.9545,-69.787098 q -0.9886,-17.199653 -1.8685,-34.389416 c -1.3148,-24.010322 4.6564,-34.824354 32.6838,-34.873782 q 153.2361,-0.296527 306.3832,-1.077446 c 33.267,-0.138382 66.5242,-0.523901 99.7814,-0.850099 34.2458,-0.336092 68.4817,-0.761134 102.7176,-1.097218 34.2359,-0.336091 68.5015,-0.514015 102.7571,-0.899522 20.069,-0.217473 40.138,-0.879752 60.2169,-0.988489 a 221.74743,221.71736 0 0 1 23.5983,1.393767 35.679289,35.674452 0 0 1 10.3607,2.906148 c 5.2397,2.253748 8.5121,6.039648 7.6025,12.326421 a 42.253611,42.247884 0 0 0 0,5.930915 V 1294.6459 Z`,
|
|
359
|
+
// },
|
|
360
|
+
// },
|
|
361
|
+
// comic1920r1main3inner: {
|
|
362
|
+
// desktop: {
|
|
363
|
+
// viewBox: [1920, 1313],
|
|
364
|
+
// cut: 1600,
|
|
365
|
+
// path: `M 1213.3125 143.4375 C 1214.0172 155.45074 1214.7453 167.46527 1215.4141 179.47852 C 1216.1641 192.88848 1216.8534 206.30854 1217.5234 219.72852 C 1218.4534 238.41848 1219.3539 257.11863 1220.2539 275.80859 C 1220.9639 290.58857 1221.6438 305.36846 1222.3438 320.14844 C 1223.2636 339.4784 1224.2028 358.81848 1225.1328 378.14844 C 1226.0328 396.9184 1226.954 415.69684 1227.834 434.4668 C 1228.584 450.60676 1229.2637 466.74871 1230.0137 482.88867 C 1231.0537 505.33863 1232.1231 527.78832 1233.2031 550.23828 C 1234.0531 567.72824 1234.9027 585.22682 1235.8027 602.7168 C 1236.8027 622.12676 1237.9228 641.52754 1238.8828 660.9375 C 1239.9328 682.02746 1240.7835 703.12684 1241.8535 724.2168 C 1242.7635 742.34676 1243.8726 760.46768 1244.8926 778.59766 C 1245.9526 797.36762 1247.093 816.12848 1248.043 834.89844 C 1249.013 853.9084 1249.7543 872.93729 1250.6543 891.94727 C 1251.4943 909.75723 1252.4427 927.57871 1253.3027 945.38867 C 1254.1427 962.71863 1254.9029 980.05846 1255.7129 997.39844 C 1256.6529 1017.5384 1257.6245 1037.6669 1258.5645 1057.7969 C 1259.3945 1075.6169 1260.1737 1093.4282 1261.0137 1111.248 C 1261.1588 1114.3119 1261.2863 1117.3801 1261.416 1120.4473 L 1882.8633 1120.4473 L 1882.8633 143.4375 L 1213.3125 143.4375 z `,
|
|
366
|
+
// },
|
|
367
|
+
// },
|
|
368
|
+
// comic1920r1main3half: {
|
|
369
|
+
// desktop: {
|
|
370
|
+
// viewBox: [1920, 1313],
|
|
371
|
+
// cut: 1600,
|
|
372
|
+
// path: `M 1237.2324 650.33789 L 1237.2227 650.37891 C 1237.4227 654.3189 1237.6132 657.97844 1237.7832 661.64844 C 1238.5732 678.74842 1239.2719 695.84947 1240.1719 712.93945 C 1241.3719 735.85943 1242.722 758.76948 1244.002 781.68945 C 1244.972 799.01944 1245.9735 816.34775 1246.8535 833.67773 C 1247.7335 850.92772 1248.4734 868.18924 1249.2734 885.44922 C 1250.1634 904.4592 1251.0634 923.4683 1251.9434 942.48828 C 1253.0234 965.65826 1254.0723 988.82805 1255.1523 1011.998 C 1255.8223 1026.378 1256.5331 1040.7587 1257.2031 1055.1387 C 1258.1331 1075.1887 1259.0322 1095.2488 1259.9922 1115.2988 C 1260.2093 1119.8094 1260.4019 1124.3245 1260.6426 1128.834 L 1881.7129 1128.834 L 1881.7129 651.41797 C 1881.7129 651.18797 1881.632 650.94875 1881.582 650.71875 C 1881.572 650.64875 1881.5129 650.5893 1881.4629 650.5293 C 1881.4029 650.4693 1881.3327 650.42789 1881.2227 650.33789 L 1237.2324 650.33789 z `,
|
|
373
|
+
// },
|
|
374
|
+
// },
|
|
375
|
+
// comic1920r2: {
|
|
376
|
+
// desktop: {
|
|
377
|
+
// viewBox: [1920, 862],
|
|
378
|
+
// cut: 960,
|
|
379
|
+
// path: `m 16,433.10986 q 0,-120.09773 0,-240.21525 c 0.0495,-36.88773 0.455423,-73.78535 0.603931,-110.682968 0,-7.555556 -0.564329,-15.121001 -0.564329,-22.686447 0,-6.576499 -0.19801,-13.242002 0.79204,-19.709716 2.722638,-17.890054 11.266771,-25.712626 30.592551,-23.428158 48.680767,5.775451 97.312037,11.956371 145.992797,17.801048 47.69072,5.706225 95.44084,11.016872 143.13156,16.812102 38.53275,4.667831 77.016,9.820245 115.53886,14.626528 46.03733,5.735893 92.07466,11.273997 138.1318,17.029669 40.15643,5.013962 80.26337,10.354277 120.4297,15.308902 40.16634,4.95462 80.37228,9.53345 120.54851,14.39907 51.2747,6.21059 102.5395,12.59918 153.8142,18.79 41.48308,5.00407 82.98598,9.81035 124.47898,14.71553 q 88.7085,10.47295 177.4071,20.97557 68.6105,8.20825 137.1913,16.71321 c 37.5427,4.70739 75.026,9.88947 112.5588,14.61664 45.374,5.74578 90.7876,11.24432 136.1715,16.92088 27.4244,3.42176 54.8191,7.05119 82.2435,10.43339 41.7999,5.16231 83.6097,10.16638 125.4096,15.31879 5.5344,0.68238 11.0589,1.64166 16.5041,2.85806 4.6533,0.98895 7.5937,3.74811 6.9304,9.09831 a 51.48261,51.425251 0 0 0 0,5.93368 v 391.46484 c 0,2.30424 -0.1881,4.62827 0,6.92263 0.4257,4.52938 -2.0989,6.77428 -5.9403,7.71379 a 77.511029,77.424671 0 0 1 -11.6232,2.07678 c -28.1867,2.39326 -56.4329,4.48982 -84.58,7.02153 q -43.7305,3.95579 -87.4115,8.48516 c -34.3548,3.57999 -68.6699,7.49622 -102.9652,11.23444 -28.7709,3.12508 -57.5219,6.56662 -86.3423,9.2071 -22.6029,2.0669 -45.3047,2.89762 -67.9373,4.69751 -32.1271,2.54159 -64.2641,5.17219 -96.3516,8.31704 -35.6418,3.49098 -71.3332,7.39732 -106.9255,11.47178 -35.5923,4.07447 -71.1747,8.75219 -106.7967,12.85631 -44.1067,5.08319 -88.2233,10.17627 -132.4093,14.65621 -35.33487,3.57998 -70.76877,6.23036 -106.15316,9.33565 q -47.68082,4.18325 -95.34183,8.48517 c -41.2752,3.73822 -82.58999,7.15009 -123.80578,11.46189 -52.34395,5.46888 -104.5988,11.86738 -156.93285,17.55382 -47.08679,5.09307 -94.18348,10.08726 -141.33957,14.44852 -35.03787,3.23385 -70.19456,5.15241 -105.27204,8.08959 -42.27514,3.54043 -84.53048,7.41709 -126.72642,11.36299 -34.05773,3.19431 -68.08575,6.78419 -102.143476,10.00815 a 166.63535,166.4497 0 0 1 -17.820904,0.26702 c -12.405329,-0.14834 -20.731651,-6.92263 -22.048417,-19.39326 -1.089056,-10.43339 -0.663334,-21.0349 -0.762339,-31.5573 0,-4.27225 0.465324,-8.55439 0.465324,-12.85631 q 0,-133.44852 0,-266.90695 v -82.05294 z`,
|
|
380
|
+
// },
|
|
381
|
+
// },
|
|
382
|
+
// comic1920r2left: {
|
|
383
|
+
// desktop: {
|
|
384
|
+
// viewBox: [1920, 862],
|
|
385
|
+
// cut: 480,
|
|
386
|
+
// path: `M 71.521484 212.0332 C 71.513329 248.6681 71.414637 285.31119 71.548828 321.94531 C 71.688828 360.14523 70.849924 398.35694 72.169922 436.54688 L 72.169922 689.44531 L 899.28906 689.44531 L 899.28906 212.0332 L 71.521484 212.0332 z `,
|
|
387
|
+
// },
|
|
388
|
+
// },
|
|
389
|
+
// comic1920r2right: {
|
|
390
|
+
// desktop: {
|
|
391
|
+
// viewBox: [1920, 862],
|
|
392
|
+
// cut: 1280,
|
|
393
|
+
// path: `m 985.04385,623.92172 v -344.68 c 1.28,-0.21 2.19,-0.44 3.11,-0.49 1.44,-0.07 2.88,-0.03 4.32,-0.03 274.34995,0 548.69995,0 823.04995,0.02 2.21,0 4.46,-0.31 6.92,0.41 0.15,0.89 0.37,1.78 0.42,2.69 0.07,1.28 0.03,2.56 0.03,3.84 0,110.52 0,221.04 0,331.57 0,2.05 -0.08,4.1 -0.13,6.39 -1.22,0.15 -2.12,0.33 -3.03,0.37 -1.28,0.06 -2.56,0.02 -3.84,0.02 -274.67,0 -549.34,0 -824.00995,0 -2.05,0 -4.11,-0.05 -6.84,-0.09 z`,
|
|
394
|
+
// },
|
|
395
|
+
// },
|
|
396
|
+
// comic1920r3main1: {
|
|
397
|
+
// desktop: {
|
|
398
|
+
// viewBox: [1920, 1121],
|
|
399
|
+
// cut: 539,
|
|
400
|
+
// path: `m 610.27174,1103.1542 q -207.40141,0 -414.75319,0.089 c -46.25349,0.079 -92.50698,1.3484 -138.760476,1.7548 -6.827376,0.06 -13.773834,-1.2592 -20.492053,-2.7067 -7.720491,-1.6657 -12.77156,-6.6429 -14.498251,-14.565 a 53.586965,53.540442 0 0 1 -1.667149,-8.7251 c -0.605335,-12.8299 -1.369445,-25.6598 -1.37937,-38.4995 Q 18.5724,860.63587 18.631941,680.76972 18.522783,566.3419 17.957141,451.89424 C 17.7289,403.71776 17.113643,355.54127 16.677009,307.36478 q -0.347324,-38.13267 -0.625181,-76.27529 a 43.276437,43.238865 0 0 1 0.833574,-10.81716 c 2.977053,-11.56076 10.915865,-17.69808 22.526373,-19.24481 15.371521,-2.04247 30.762888,-4.10476 46.144332,-5.73081 32.747593,-3.4603 65.584493,-6.68265 98.391613,-9.91489 37.06433,-3.6685 74.15843,-7.15856 111.22273,-10.90639 54.45032,-5.5226 108.85102,-11.46163 163.32117,-16.75617 41.67876,-4.04529 83.44681,-7.05941 125.12556,-11.12452 24.27291,-2.35975 48.39697,-6.31579 72.65997,-8.77468 39.03909,-3.96597 78.13773,-7.26763 117.20659,-10.84691 q 41.3612,-3.80731 82.7224,-7.61463 c 18.30888,-1.71528 29.43314,5.82995 32.98575,23.64703 6.94647,34.86077 13.47614,69.80088 20.08521,104.73106 q 11.82882,62.56299 23.48895,125.17556 c 9.01053,48.88045 17.76307,97.80053 26.73394,146.69091 7.19454,39.16384 14.55779,78.32768 21.83173,117.46179 q 11.69978,63.11822 23.33018,126.23644 19.1821,103.89821 38.3643,207.79641 c 6.2815,33.98828 12.6524,67.94678 18.7752,101.95488 a 43.663454,43.625546 0 0 1 0.2084,12.7506 c -0.9923,7.9319 -5.4281,13.5437 -13.3868,15.2689 a 83.605591,83.533006 0 0 1 -17.6142,1.983 q -210.37844,0.1784 -420.73706,0.099 z`,
|
|
401
|
+
// },
|
|
402
|
+
// },
|
|
403
|
+
// comic1920r3main1inner: {
|
|
404
|
+
// desktop: {
|
|
405
|
+
// viewBox: [1920, 1121],
|
|
406
|
+
// cut: 539,
|
|
407
|
+
// path: `M 50.09375 300.14258 C 50.209436 316.61906 50.330212 333.09577 50.478516 349.57227 C 50.898514 397.53217 51.48875 445.48346 51.71875 493.44336 C 52.00875 554.83324 52.100391 616.2234 52.150391 677.61328 C 52.230391 787.12306 52.159064 896.63276 52.289062 1006.1426 C 52.294035 1012.7361 52.505171 1019.3305 52.769531 1025.9238 L 987.48047 1025.9238 C 985.63093 1015.6978 983.78936 1005.4694 981.91016 995.25195 C 978.27016 975.46199 974.56039 955.67277 970.90039 935.88281 C 966.89039 914.20285 962.91992 892.51199 958.91992 870.83203 C 954.88994 848.99207 950.85031 827.16221 946.82031 805.32227 C 943.17033 785.53231 939.51936 765.73332 935.85938 745.94336 C 931.84938 724.2634 927.85006 702.5823 923.83008 680.90234 C 919.84008 659.3824 915.83984 637.87346 911.83984 616.35352 C 907.86986 594.99356 903.84992 573.6434 899.91992 552.27344 C 895.90994 530.43348 891.98975 508.58238 888.00977 486.73242 C 883.99977 464.73246 879.98967 442.72238 875.92969 420.73242 C 871.31969 395.76248 866.6585 370.78221 861.97852 345.82227 C 859.12427 330.59342 856.23042 315.36901 853.34766 300.14258 L 50.09375 300.14258 z `,
|
|
408
|
+
// },
|
|
409
|
+
// },
|
|
410
|
+
// comic1920r3main1half: {
|
|
411
|
+
// desktop: {
|
|
412
|
+
// viewBox: [1920, 1121],
|
|
413
|
+
// cut: 539,
|
|
414
|
+
// path: `m 52.899459,625.08691 c 4.47,-0.59 856.370001,-0.63 860.990001,-0.1 0.27,0.77 0.7,1.62 0.87,2.51 4.85,26.06 9.67,52.13 14.5,78.2 4.33,23.4 8.69,46.8 13.01,70.2 4,21.67 7.95,43.36 11.95,65.03 4.64,25.13 9.33,50.25 13.97,75.38 4.64,25.13 9.27,50.26 13.88,75.38999 2.97,16.18 5.91,32.37 8.87,48.55 0.79,4.3 0.68,8.59 -0.26,12.85 -1.37,6.22 -5.1,10.15 -11.33,11.63 -4.84,1.15 -9.73,1.83 -14.71,1.85 -3.84,0.01 -7.67,0.03 -11.51,0.03 -185.41,0.01 -370.83,0.02 -556.24,0.04 -57.86,0 -115.72,-0.13 -173.59,0.11 -36.12,0.15 -72.24,0.87 -108.35,1.34 -8.79,0.11 -17.580001,0.21 -26.370001,0.36 -7.09,0.12 -14,-1.14 -20.83,-2.82 -5.91,-1.46 -9.75,-5.21 -11.53,-11.05 -1.03,-3.37 -1.84,-6.79 -1.97,-10.33 -0.46,-13.25 -1.29,-26.51 -1.3,-39.77 -0.13,-109.47999 -0.1,-218.96999 -0.13,-328.44999 0,-15.34 -0.07,-30.69 -0.08,-46.03 0,-1.57 0.1,-3.14 0.17,-4.94 z`,
|
|
415
|
+
// },
|
|
416
|
+
// },
|
|
417
|
+
// comic1920r3main2: {
|
|
418
|
+
// desktop: {
|
|
419
|
+
// viewBox: [1920, 1121],
|
|
420
|
+
// cut: 1416,
|
|
421
|
+
// path: `M 1904,17.13593 V 1091.0482 a 23.290483,23.270263 0 0 1 -4.5152,1.5665 c -31.408,4.0354 -62.8059,7.9319 -94.5414,8.5962 -222.1973,4.3923 -444.4343,0.7338 -666.6416,1.983 -1.3298,0 -2.6496,0 -3.9694,0 -17.7829,-0.5651 -26.3172,-6.8215 -29.9889,-24.1626 -5.7854,-27.3651 -10.8067,-54.8888 -15.9768,-82.38286 -14.7662,-78.61524 -29.3141,-157.27011 -44.2093,-235.86551 Q 1019.0609,628.33974 993.54753,495.98578 c -12.44407,-64.97231 -25.0767,-129.88513 -37.26276,-194.91695 -4.11826,-21.97141 -6.80754,-44.20062 -10.69754,-66.21167 -5.32894,-30.15121 -11.32274,-60.17352 -16.7112,-90.30489 a 92.645909,92.565476 0 0 1 -0.99235,-18.61026 12.702096,12.691068 0 0 1 8.62353,-12.12592 c 4.27702,-1.60622 8.693,-3.31158 13.17842,-3.87673 27.15074,-3.45038 54.34117,-6.53391 81.50177,-9.83557 q 45.6482,-5.542432 91.2963,-11.253413 c 33.74,-4.203915 67.341,-8.923406 101.1008,-12.631578 52.0984,-5.710981 104.2862,-10.668429 156.4243,-16.101793 44.2588,-4.610427 88.4879,-9.627363 132.7666,-14.118811 45.5887,-4.630259 91.1971,-9.181197 136.8552,-13.147154 32.8468,-2.85549 65.783,-4.570769 98.6695,-7.039578 27.9347,-2.082128 55.8297,-4.729405 83.7842,-6.722298 19.7379,-1.398001 39.5154,-2.201109 59.2929,-3.05379 3.8504,-0.218127 7.7504,0.624639 12.6228,1.100555 z`,
|
|
422
|
+
// },
|
|
423
|
+
// },
|
|
424
|
+
// comic1920r3main2inner: {
|
|
425
|
+
// desktop: {
|
|
426
|
+
// viewBox: [1920, 1121],
|
|
427
|
+
// cut: 1416,
|
|
428
|
+
// path: `M 992.93555 202.25391 C 995.3183 215.01876 997.72893 227.77817 1000.0645 240.55078 C 1002.5645 254.23076 1004.9637 267.93066 1007.2637 281.64062 C 1009.1937 293.1506 1010.8137 304.71096 1012.7637 316.21094 C 1014.5737 326.93092 1016.5955 337.61104 1018.6055 348.29102 C 1022.5755 369.34096 1026.5852 390.3702 1030.6152 411.41016 C 1035.2152 435.4301 1039.8646 459.42926 1044.4746 483.44922 C 1049.1146 507.61916 1053.745 531.80076 1058.375 555.9707 C 1063.035 580.31066 1067.7055 604.64076 1072.3555 628.9707 C 1076.9655 653.15066 1081.5643 677.32981 1086.1543 701.50977 C 1090.8043 725.99971 1095.474 750.50004 1100.084 775 C 1104.724 799.65996 1109.2843 824.33004 1113.9043 849 C 1119.4843 878.84994 1125.0651 908.70108 1130.7051 938.54102 C 1134.667 959.52546 1138.6845 980.4983 1142.7051 1001.4707 L 1867.0449 1001.4707 C 1867.0445 735.1883 1867.0399 468.72339 1867.0273 202.25391 L 992.93555 202.25391 z `,
|
|
429
|
+
// },
|
|
430
|
+
// },
|
|
431
|
+
// comic1920r3main2half: {
|
|
432
|
+
// desktop: {
|
|
433
|
+
// viewBox: [1920, 1121],
|
|
434
|
+
// cut: 1416,
|
|
435
|
+
// path: `m 1866.5845,72.580056 c 0.16,0.66 0.44,1.26 0.44,1.87 0.02,321.180004 0.02,642.370004 0.02,963.300044 -1.23,1.73 -2.83,1.99 -4.39,2.23 -3.31,0.52 -6.64,1 -9.96,1.41 -19.19,2.37 -38.39,4.73 -57.71,5.7 -14.52,0.73 -29.07,0.95 -43.61,1.19 -108.84,1.85 -217.69,1.31 -326.53,1.24 -73.2,-0.04 -146.41,-0.1 -219.61,-0.13 -9.27,0 -18.54,0.09 -27.81,0.12 -4,0.01 -7.97,-0.16 -11.91,-1.07 -7.42,-1.72 -12.53,-6.06 -15.4,-13.09 -1.95,-4.78 -2.81,-9.84 -3.78,-14.85 -5.26,-27.31004 -10.47,-54.63004 -15.63,-81.96004 -5.64,-29.84 -11.22,-59.69 -16.8,-89.54 -4.62,-24.67 -9.18,-49.34 -13.82,-74 -4.61,-24.5 -9.28,-49 -13.93,-73.49 -4.59,-24.18 -9.19,-48.36 -13.8,-72.54 -4.65,-24.33 -9.32,-48.66 -13.98,-73 -4.63,-24.17 -9.26,-48.35 -13.9,-72.52 -4.61,-24.02 -9.26,-48.02 -13.86,-72.04 -4.03,-21.04 -8.04,-42.07 -12.01,-63.12 -2.01,-10.68 -4.03,-21.36 -5.84,-32.08 -1.95,-11.5 -3.57,-23.06 -5.5,-34.57 -2.3,-13.71 -4.7,-27.41 -7.2,-41.09 -3.22,-17.61 -6.63,-35.18 -9.83,-52.8 -0.91,-5.03 -1.45,-10.14 -1.23,-15.28 0.05,-1.12 0.04,-2.25 0.22,-3.35 0.74,-4.61 3.15,-7.84 7.55,-9.72 6.26,-2.68 12.84,-3.75 19.52,-4.53 12.53,-1.47 25.06,-3.04 37.59,-4.54 11.9,-1.42 23.8,-2.78 35.7,-4.22 11.74,-1.42 23.46,-2.91 35.2,-4.36 11.26,-1.4 22.52,-2.76 33.77,-4.18 11.57,-1.46 23.13,-2.96 34.7,-4.44 11.25,-1.43 22.5,-2.9 33.76,-4.27 12.53,-1.52 25.06,-3.01 37.61,-4.41 10.48,-1.17 20.98,-2.18 31.47,-3.27 11.12,-1.15 22.25,-2.32 33.37,-3.46 10.65,-1.08 21.31,-2.12 31.96,-3.2 11.29,-1.15 22.57,-2.32 33.85,-3.49 10.33,-1.07 20.66,-2.15 30.99,-3.25 10.48,-1.12 20.96,-2.29 31.45,-3.42 10.33,-1.11 20.65,-2.21 30.98,-3.3 10.96,-1.150005 21.93,-2.300005 32.9,-3.420005 10.81,-1.1 21.62,-2.179999 32.43,-3.259999 11.92,-1.18 23.85,-2.36 35.78,-3.51 8.27,-0.79 16.55,-1.54 24.82,-2.29 9.23,-0.84 18.46,-1.71 27.69,-2.46 10.35,-0.84 20.71,-1.59 31.07,-2.32 17.22,-1.21 34.44,-2.33 51.65,-3.59 14.02,-1.02 28.04,-2.18 42.06,-3.29 14.02,-1.1 28.03,-2.25 42.05,-3.31 5.58,-0.42 11.17,-0.69 16.75,-0.95 9.9,-0.46 19.8,-0.86 29.7,-1.28 3.69,-0.15 7.31,0.34 11.01,1.18 z`,
|
|
436
|
+
// },
|
|
437
|
+
// },
|
|
438
|
+
//};
|
|
439
|
+
|
|
440
|
+
export const SvgBreaks: {
|
|
441
|
+
[key: string]: SvgBreaksDatum;
|
|
442
|
+
} = {
|
|
443
|
+
kCzcut1: {
|
|
444
|
+
viewBox: [1000, 101],
|
|
445
|
+
path: `m 1000,97.5 v 5.25 H 0 C 0,68.5 0,34.25 0,0 c 1.81,0.17 3.61,0.34 5.42,0.5 5.75,0.51 11.54,0.24 17.29,1.18 3.35,0.55 6.81,0.5 10.22,0.52 1.84,0 3.53,0.62 5.29,0.8 2.85,0.3 5.74,0.22 8.61,0.45 2.12,0.17 4.21,0.65 6.33,0.84 2.2,0.2 4.41,0.21 6.61,0.33 1.5,0.08 2.99,0.18 4.48,0.34 5.19,0.58 10.38,1.13 15.56,1.81 4.09,0.54 8.32,-0.31 12.31,1.25 0.22,0.08 0.5,0 0.75,0.01 3.91,0.15 7.88,-0.05 11.71,0.58 2.81,0.47 5.58,0.57 8.38,0.78 4.95,0.37 9.9,0.85 14.86,1.21 2.49,0.18 5,0.13 7.48,0.34 1.77,0.15 3.51,0.77 5.26,0.78 4.25,0.04 8.44,0.37 12.65,1 3.98,0.59 8.09,0.24 12.07,0.84 1.89,0.28 3.76,0.64 5.68,0.72 2.83,0.12 5.72,-0.06 8.47,0.48 3.86,0.75 7.74,0.51 11.59,0.91 2.14,0.22 4.27,0.56 6.4,0.85 0.45,0.06 0.91,0.14 1.36,0.16 4.84,0.18 9.67,0.18 14.47,1.03 5.04,0.89 10.19,0.31 15.3,1.31 4.58,0.9 9.37,0.48 14.07,1.22 4.45,0.7 9.02,0.41 13.52,1.21 4.27,0.77 8.66,0.86 13,1.28 4.64,0.45 9.3,0.53 13.93,1.35 3.56,0.64 7.23,0.43 10.85,1.05 4.35,0.75 8.86,0.33 13.25,1.34 2.53,0.58 5.28,0.16 7.81,0.74 4.52,1.03 9.16,0.56 13.69,1.69 3.97,0.99 8.17,0.47 12.28,1.21 4.29,0.78 8.75,0.26 13.11,1.31 3.6,0.86 7.4,0.86 11.1,1.36 3.49,0.47 7.02,0.38 10.48,1.2 2.16,0.51 4.58,0.03 6.68,0.66 2.42,0.72 4.84,0.59 7.26,0.87 0.7,0.08 1.4,0.19 2.11,0.27 4.98,0.63 9.96,1.3 14.95,1.88 3.57,0.42 7.18,0.56 10.73,1.11 4.25,0.66 8.54,0.34 12.81,1.28 3.76,0.82 7.74,0.69 11.62,1.33 6.35,1.05 12.79,1.49 19.17,2.37 4.48,0.62 9,0.28 13.51,1.26 3.71,0.8 7.67,0.48 11.5,1.22 3.66,0.71 7.43,0.86 11.14,1.25 6.28,0.66 12.57,1.3 18.85,1.99 1.55,0.17 3.08,0.61 4.63,0.72 3.56,0.26 7.11,0.25 10.66,0.93 4.23,0.81 8.58,0.99 12.88,1.43 3.8,0.39 7.61,0.76 11.41,1.18 3.75,0.41 7.5,0.79 11.23,1.3 3.89,0.53 7.81,0.5 11.72,1.08 4.79,0.71 9.68,0.58 14.52,1.35 5.7,0.91 11.54,0.93 17.21,1.96 5.02,0.91 10.11,0.59 15.12,1.66 4.48,0.95 9.16,1.01 13.75,1.44 4.55,0.42 9.11,0.83 13.66,1.22 5.13,0.44 10.27,0.82 15.4,1.29 4,0.37 8.01,0.3 12.02,1.07 4.75,0.92 9.66,1.04 14.49,1.5 7.58,0.72 15.17,1.32 22.73,2.17 4.9,0.55 9.82,0.39 14.73,1.27 4.66,0.83 9.5,0.63 14.26,1.27 6.25,0.84 12.59,1.09 18.88,1.64 3.69,0.32 7.37,0.74 11.05,1.05 5.02,0.42 10.05,0 15.09,1.02 4.62,0.92 9.42,0.94 14.15,1.31 7.96,0.62 15.93,1.14 23.88,1.84 5.91,0.51 11.79,1.32 17.69,1.83 6.13,0.53 12.28,0.89 18.42,1.3 2.87,0.19 5.74,0.26 8.6,0.53 6.17,0.59 12.32,1.32 18.48,1.91 3.35,0.32 6.74,0.36 10.09,0.7 5.41,0.55 10.8,1.27 16.2,1.85 6.12,0.66 12.26,1.2 18.37,1.9 4.95,0.57 9.88,1.34 14.83,1.98 6.1,0.8 12.21,1.57 18.31,2.34 5.36,0.67 10.73,1.26 16.09,1.98 4.49,0.6 8.97,1.33 13.45,2.01 z`,
|
|
446
|
+
},
|
|
447
|
+
kCzcut2: {
|
|
448
|
+
viewBox: [1000, 101],
|
|
449
|
+
path: `M 1000,0.02004487 V 102.75 c -333.33,0 -666.67,0 -1000,0 0,-1.75393 0,-3.507852 0,-5.261778 1.81,-0.290651 3.61,-0.601346 5.42,-0.851907 4.7,-0.651458 9.4,-1.252804 14.1,-1.914285 4.6,-0.641436 9.2,-1.353029 13.81,-1.964397 6.17,-0.82184 12.36,-1.573523 18.54,-2.355272 3.63,-0.461032 7.25,-0.982199 10.88,-1.373074 4.88,-0.531189 9.77,-0.932086 14.65,-1.453253 6.31,-0.671503 12.6,-1.443231 18.91,-2.104711 4.62,-0.4911 9.25,-0.881975 13.87,-1.292894 4.76,-0.430965 9.53,-0.811818 14.29,-1.242782 4.55,-0.41092 9.09,-0.922064 13.65,-1.272849 6,-0.461032 12.03,-0.420943 18.01,-1.262827 4.11,-0.581301 8.26,-0.801795 12.4,-1.182648 4.59,-0.420942 9.19,-0.771727 13.77,-1.292894 5.12,-0.581301 10.3,-0.160359 15.39,-1.232759 1.89,-0.400897 3.91,-0.200449 5.85,-0.420942 2.22,-0.250561 4.58,0.461032 6.65,-0.912042 6.26,-0.360808 12.53,-0.100224 18.77,-1.042333 4.97,-0.751683 10.03,-0.791772 15.01,-1.453253 4.15,-0.561256 8.34,-0.170382 12.5,-1.122513 4.36,-0.992221 8.92,-0.340763 13.4,-1.19267 4.91,-0.922064 10,-0.891996 15.01,-1.312938 4.8,-0.400898 9.61,-0.791773 14.4,-1.302917 4,-0.430965 8.03,-0.220494 12.01,-1.222737 3.41,-0.851907 7,-0.420942 10.52,-1.132535 4.44,-0.891997 9.07,-0.831862 13.61,-1.272849 5.21,-0.511144 10.45,-0.270606 15.66,-1.242782 4.43,-0.82184 9.01,-0.230516 13.5,-1.322962 3.78,-0.922064 7.77,-0.29065 11.68,-1.15258 4.22,-0.932086 8.66,-0.891996 13,-1.262826 2.7,-0.230516 5.41,-0.320718 8.09,-0.661481 4.45,-0.571279 8.87,-1.312939 13.3,-1.964397 4.24,-0.621391 8.52,-0.340763 12.8,-1.072401 4.43,-0.761705 9.02,-0.711593 13.54,-1.292894 3.74,-0.481077 7.51,-0.721615 11.25,-1.332984 3.76,-0.611368 7.6,-0.380852 11.39,-1.15258 3.8,-0.781749 7.72,-0.942108 11.59,-1.373073 4.3,-0.481077 8.64,-0.110247 12.95,-1.062378 3.7,-0.82184 7.59,-0.400898 11.38,-1.262827 3.59,-0.82184 7.32,-1.012266 10.99,-1.463275 3.58,-0.440988 7.21,-0.260584 10.76,-1.19267 3.2,-0.841885 6.55,-0.320718 9.88,-1.002244 4.66,-0.962153 9.57,-0.270605 14.3,-1.373073 1.6,-0.37083 3.34,-0.0902 4.97,-0.360808 4.74,-0.78175 9.57,-0.952131 14.27,-2.084666 3.58,-0.871952 7.3,-0.330741 10.98,-1.23276 4,-0.982198 8.27,-0.400897 12.44,-1.212714 4.45,-0.86193 9.11,-0.501122 13.63,-1.343006 2.19,-0.41092 4.58,0.06013 6.7,-0.53119 4.29,-1.192669 8.77,-0.721615 13.07,-1.924307 3.18,-0.891997 6.6,-0.420942 9.93,-1.162602 3.39,-0.761705 7.01,-0.380853 10.46,-1.302917 1.26,-0.33074 2.66,-0.08018 3.98,-0.260583 2.75,-0.390875 5.48,-0.891997 8.22,-1.343006 3.6,-0.591324 7.22,-0.05011 10.89,-0.871952 4.01,-0.891997 8.28,-0.360808 12.43,-1.272849 3.82,-0.841885 7.82,-0.53119 11.73,-1.242782 3.9,-0.711593 7.93,-0.511145 11.87,-1.383096 3.75,-0.841885 7.65,-0.200449 11.48,-1.052356 3.05,-0.681526 6.3,-0.420942 9.45,-0.671503 0.74,-0.06013 1.43,-0.641436 2.17,-0.701571 4.11,-0.37083 8.23,-0.180403 12.35,-1.012265 4.81,-0.982199 9.82,-0.330741 14.72,-1.463276 4.16,-0.962154 8.54,-0.29065 12.84,-1.102468 4.9,-0.932086 10,-0.491099 14.99,-1.332984 4.34,-0.731637 8.81,-0.380852 13.23,-1.11249 4.28,-0.711593 8.72,-0.451009 13.09,-0.631413 0.58,-0.02004 1.16,-0.100224 1.72,-0.220494 1,-0.210471 1.98,-0.581301 2.99,-0.70157 4.43,-0.511144 8.9,-0.06013 13.35,-1.022288 4.89,-1.062379 9.99,-0.140315 15,-1.19267 4.89,-1.022289 10,-0.180404 14.99,-1.252805 2.97,-0.641435 6.13,-0.430964 9.2,-0.581301 1.72,-0.08018 3.5,0.290651 5.06,-0.831862 0.27,-0.190426 0.73,-0.180404 1.09,-0.170381 5.94,0.180404 11.84,-0.440987 17.72,-1.1525802 4.18,-0.5011217 8.4,-0.020045 12.6,-1.0323107 4.71,-1.1325352 9.63,-0.1002244 14.49,-1.15258 4.8,-1.0423332 9.86,-0.5412115 14.8,-1.3730736 5.29,-0.8919967 10.72,-1.0122659 16.09,-1.453253 3.77,-0.3106955 7.54,-0.3507852 11.3,-1.0323108 3.17,-0.5712787 6.48,-0.3307403 9.72,-0.5512339 1,-0.070157 1.97,-0.6414358 2.97,-0.7015704 4.07,-0.2405384 8.16,-0.3207179 12.23,-0.5712788 1.88,-0.1102467 3.74,-0.60134605 5.62,-0.71159283 4.03,-0.24053843 8.07,-0.35078521 12.11,-0.5211666 C 996.28,0.20044867 998.13,0.10022435 999.99,0 Z`,
|
|
450
|
+
},
|
|
451
|
+
kCzcutwide1: {
|
|
452
|
+
viewBox: [1920, 101],
|
|
453
|
+
path: `m 1920,97.5 v 5.25 H 0 C 0,68.5 0,34.25 0,0 c 3.4752,0.17 6.9312,0.34 10.4064,0.5 11.04,0.51 22.1568,0.24 33.1968,1.18 6.432,0.55 13.0752,0.5 19.6224,0.52 3.5328,0 6.7776,0.62 10.1568,0.8 5.472,0.3 11.0208,0.22 16.5312,0.45 4.0704,0.17 8.0832,0.65 12.1536,0.84 4.224,0.2 8.4672,0.21 12.6912,0.33 2.88,0.08 5.7408,0.18 8.6016,0.34 9.9648,0.58 19.9296,1.13 29.8752,1.81 7.8528,0.54 15.9744,-0.31 23.6352,1.25 0.4224,0.08 0.96,0 1.44,0.01 7.5072,0.15 15.1296,-0.05 22.4832,0.58 5.3952,0.47 10.7136,0.57 16.0896,0.78 9.504,0.37 19.008,0.85 28.5312,1.21 4.7808,0.18 9.6,0.13 14.3616,0.34 3.3984,0.15 6.7392,0.77 10.0992,0.78 8.16,0.04 16.2048,0.37 24.288,1 7.6416,0.59 15.5328,0.24 23.1744,0.84 3.6288,0.28 7.2192,0.64 10.9056,0.72 5.4336,0.12 10.9824,-0.06 16.2624,0.48 7.4112,0.75 14.8608,0.51 22.2528,0.91 4.1088,0.22 8.1984,0.56 12.288,0.85 0.864,0.06 1.7472,0.14 2.6112,0.16 9.2928,0.18 18.5664,0.18 27.7824,1.03 9.6768,0.89 19.5648,0.31 29.376,1.31 8.7936,0.9 17.9904,0.48 27.0144,1.22 8.544,0.7 17.3184,0.41 25.9584,1.21 8.1984,0.77 16.6272,0.86 24.96,1.28 8.9088,0.45 17.856,0.53 26.7456,1.35 6.8352,0.64 13.8816,0.43 20.832,1.05 8.352,0.75 17.0112,0.33 25.44,1.34 4.8576,0.58 10.1376,0.16 14.9952,0.74 8.6784,1.03 17.5872,0.56 26.2848,1.69 7.6224,0.99 15.6864,0.47 23.5776,1.21 8.2368,0.78 16.8,0.26 25.1712,1.31 6.912,0.86 14.208,0.86 21.312,1.36 6.7008,0.47 13.4784,0.38 20.1216,1.2 4.1472,0.51 8.7936,0.03 12.8256,0.66 4.6464,0.72 9.2928,0.59 13.9392,0.87 1.344,0.08 2.688,0.19 4.0512,0.27 9.5616,0.63 19.1232,1.3 28.704,1.88 6.8544,0.42 13.7856,0.56 20.6016,1.11 8.16,0.66 16.3968,0.34 24.5952,1.28 7.2192,0.82 14.8608,0.69 22.3104,1.33 12.192,1.05 24.5568,1.49 36.8064,2.37 8.6016,0.62 17.28,0.28 25.9392,1.26 7.1232,0.8 14.7264,0.48 22.08,1.22 7.0272,0.71 14.2656,0.86 21.3888,1.25 12.0576,0.66 24.1344,1.3 36.192,1.99 2.976,0.17 5.9136,0.61 8.8896,0.72 6.8352,0.26 13.6512,0.25 20.4672,0.93 8.1216,0.81 16.4736,0.99 24.7296,1.43 7.296,0.39 14.6112,0.76 21.9072,1.18 7.2,0.41 14.4,0.79 21.5616,1.3 7.4688,0.53 14.9952,0.5 22.5024,1.08 9.1968,0.71 18.5856,0.58 27.8784,1.35 10.944,0.91 22.1568,0.93 33.0432,1.96 9.6384,0.91 19.4112,0.59 29.0304,1.66 8.6016,0.95 17.5872,1.01 26.4,1.44 8.736,0.42 17.4912,0.83 26.2272,1.22 9.8496,0.44 19.7184,0.82 29.568,1.29 7.68,0.37 15.3792,0.3 23.0784,1.07 9.12,0.92 18.5472,1.04 27.8208,1.5 14.5536,0.72 29.1264,1.32 43.6416,2.17 9.408,0.55 18.8544,0.39 28.2816,1.27 8.9472,0.83 18.24,0.63 27.3792,1.27 12,0.84 24.1728,1.09 36.2496,1.64 7.0848,0.32 14.1504,0.74 21.216,1.05 9.6384,0.42 19.296,0 28.9728,1.02 8.8704,0.92 18.0864,0.94 27.168,1.31 15.2832,0.62 30.5856,1.14 45.8496,1.84 11.3472,0.51 22.6368,1.32 33.9648,1.83 11.7696,0.53 23.5776,0.89 35.3664,1.3 5.5104,0.19 11.0208,0.26 16.512,0.53 11.8464,0.59 23.6544,1.32 35.4816,1.91 6.432,0.32 12.9408,0.36 19.3728,0.7 10.3872,0.55 20.736,1.27 31.104,1.85 11.7504,0.66 23.5392,1.2 35.2704,1.9 9.504,0.57 18.9696,1.34 28.4736,1.98 11.712,0.8 23.4432,1.57 35.1552,2.34 10.2912,0.67 20.6016,1.26 30.8928,1.98 8.6208,0.6 17.2224,1.33 25.824,2.01 z`,
|
|
454
|
+
},
|
|
455
|
+
kCzcutwide2: {
|
|
456
|
+
viewBox: [1920, 101],
|
|
457
|
+
path: `M 1920,0.02004487 V 102.75 c -639.9936,0 -1280.0064,0 -1920,0 0,-1.75393 0,-3.507852 0,-5.261778 3.4752,-0.290651 6.9312,-0.601346 10.4064,-0.851907 9.024,-0.651458 18.048,-1.252804 27.072,-1.914285 8.832,-0.641436 17.664,-1.353029 26.5152,-1.964397 11.8464,-0.82184 23.7312,-1.573523 35.5968,-2.355272 6.9696,-0.461032 13.92,-0.982199 20.8896,-1.373074 9.3696,-0.531189 18.7584,-0.932086 28.128,-1.453253 12.1152,-0.671503 24.192,-1.443231 36.3072,-2.104711 8.8704,-0.4911 17.76,-0.881975 26.6304,-1.292894 9.1392,-0.430965 18.2976,-0.811818 27.4368,-1.242782 8.736,-0.41092 17.4528,-0.922064 26.208,-1.272849 11.52,-0.461032 23.0976,-0.420943 34.5792,-1.262827 7.8912,-0.581301 15.8592,-0.801795 23.808,-1.182648 8.8128,-0.420942 17.6448,-0.771727 26.4384,-1.292894 9.8304,-0.581301 19.776,-0.160359 29.5488,-1.232759 3.6288,-0.400897 7.5072,-0.200449 11.232,-0.420942 4.2624,-0.250561 8.7936,0.461032 12.768,-0.912042 12.0192,-0.360808 24.0576,-0.100224 36.0384,-1.042333 9.5424,-0.751683 19.2576,-0.791772 28.8192,-1.453253 7.968,-0.561256 16.0128,-0.170382 24,-1.122513 8.3712,-0.992221 17.1264,-0.340763 25.728,-1.19267 9.4272,-0.922064 19.2,-0.891996 28.8192,-1.312938 9.216,-0.400898 18.4512,-0.791773 27.648,-1.302917 7.68,-0.430965 15.4176,-0.220494 23.0592,-1.222737 6.5472,-0.851907 13.44,-0.420942 20.1984,-1.132535 8.5248,-0.891997 17.4144,-0.831862 26.1312,-1.272849 10.0032,-0.511144 20.064,-0.270606 30.0672,-1.242782 8.5056,-0.82184 17.2992,-0.230516 25.92,-1.322962 7.2576,-0.922064 14.9184,-0.29065 22.4256,-1.15258 8.1024,-0.932086 16.6272,-0.891996 24.96,-1.262826 5.184,-0.230516 10.3872,-0.320718 15.5328,-0.661481 8.544,-0.571279 17.0304,-1.312939 25.536,-1.964397 8.1408,-0.621391 16.3584,-0.340763 24.576,-1.072401 8.5056,-0.761705 17.3184,-0.711593 25.9968,-1.292894 7.1808,-0.481077 14.4192,-0.721615 21.6,-1.332984 7.2192,-0.611368 14.592,-0.380852 21.8688,-1.15258 7.296,-0.781749 14.8224,-0.942108 22.2528,-1.373073 8.256,-0.481077 16.5888,-0.110247 24.864,-1.062378 7.104,-0.82184 14.5728,-0.400898 21.8496,-1.262827 6.8928,-0.82184 14.0544,-1.012266 21.1008,-1.463275 6.8736,-0.440988 13.8432,-0.260584 20.6592,-1.19267 6.144,-0.841885 12.576,-0.320718 18.9696,-1.002244 8.9472,-0.962153 18.3744,-0.270605 27.456,-1.373073 3.072,-0.37083 6.4128,-0.0902 9.5424,-0.360808 9.1008,-0.78175 18.3744,-0.952131 27.3984,-2.084666 6.8736,-0.871952 14.016,-0.330741 21.0816,-1.23276 7.68,-0.982198 15.8784,-0.400897 23.8848,-1.212714 8.544,-0.86193 17.4912,-0.501122 26.1696,-1.343006 4.2048,-0.41092 8.7936,0.06013 12.864,-0.53119 8.2368,-1.192669 16.8384,-0.721615 25.0944,-1.924307 6.1056,-0.891997 12.672,-0.420942 19.0656,-1.162602 6.5088,-0.761705 13.4592,-0.380853 20.0832,-1.302917 2.4192,-0.33074 5.1072,-0.08018 7.6416,-0.260583 5.28,-0.390875 10.5216,-0.891997 15.7824,-1.343006 6.912,-0.591324 13.8624,-0.05011 20.9088,-0.871952 7.6992,-0.891997 15.8976,-0.360808 23.8656,-1.272849 7.3344,-0.841885 15.0144,-0.53119 22.5216,-1.242782 7.488,-0.711593 15.2256,-0.511145 22.7904,-1.383096 7.2,-0.841885 14.688,-0.200449 22.0416,-1.052356 5.856,-0.681526 12.096,-0.420942 18.144,-0.671503 1.4208,-0.06013 2.7456,-0.641436 4.1664,-0.701571 7.8912,-0.37083 15.8016,-0.180403 23.712,-1.012265 9.2352,-0.982199 18.8544,-0.330741 28.2624,-1.463276 7.9872,-0.962154 16.3968,-0.29065 24.6528,-1.102468 9.408,-0.932086 19.2,-0.491099 28.7808,-1.332984 8.3328,-0.731637 16.9152,-0.380852 25.4016,-1.11249 8.2176,-0.711593 16.7424,-0.451009 25.1328,-0.631413 1.1136,-0.02004 2.2272,-0.100224 3.3024,-0.220494 1.92,-0.210471 3.8016,-0.581301 5.7408,-0.70157 8.5056,-0.511144 17.088,-0.06013 25.632,-1.022288 9.3888,-1.062379 19.1808,-0.140315 28.8,-1.19267 9.3888,-1.022289 19.2,-0.180404 28.7808,-1.252805 5.7024,-0.641435 11.7696,-0.430964 17.664,-0.581301 3.3024,-0.08018 6.72,0.290651 9.7152,-0.831862 0.5184,-0.190426 1.4016,-0.180404 2.0928,-0.170381 11.4048,0.180404 22.7328,-0.440987 34.0224,-1.1525802 8.0256,-0.5011217 16.128,-0.020045 24.192,-1.0323107 9.0432,-1.1325352 18.4896,-0.1002244 27.8208,-1.15258 9.216,-1.0423332 18.9312,-0.5412115 28.416,-1.3730736 10.1568,-0.8919967 20.5824,-1.0122659 30.8928,-1.453253 7.2384,-0.3106955 14.4768,-0.3507852 21.696,-1.0323108 6.0864,-0.5712787 12.4416,-0.3307403 18.6624,-0.5512339 1.92,-0.070157 3.7824,-0.6414358 5.7024,-0.7015704 7.8144,-0.2405384 15.6672,-0.3207179 23.4816,-0.5712788 3.6096,-0.1102467 7.1808,-0.60134605 10.7904,-0.71159283 7.7376,-0.24053843 15.4944,-0.35078521 23.2512,-0.5211666 C 1912.8576,0.20044867 1916.4096,0.10022435 1919.9808,0 Z`,
|
|
458
|
+
},
|
|
459
|
+
kCzlowcut1: {
|
|
460
|
+
viewBox: [1000, 54],
|
|
461
|
+
path: `M 1000,51.082558 V 55.75 H 0 C 0,37.163209 0,18.586791 0,0 c 0.94,0.1452093 1.87,0.39413953 2.81,0.41488372 5.44,0.16595349 10.87,-0.47711628 16.32,0.3007907 2.49,0.35265118 5.07,0.0414884 7.61,0.0311163 2.04,0 4.19,-0.42525582 6.09,0.10372093 2.25,0.62232555 4.44,0.44599995 6.66,0.50823255 2.45,0.072605 4.98,-0.2385582 7.34,0.2800465 2.14,0.4667442 4.18,0.3733953 6.29,0.2593023 0.54,-0.031116 1.08,-0.062233 1.62,-0.041488 4.94,0.2385581 9.87,0.5808372 14.81,0.7156744 4.3,0.114093 8.54,1.1513023 12.87,0.7260465 1.65,-0.1659535 3.33,0.010372 4.99,0.062232 3.15,0.103721 6.3,0.2281861 9.45,0.331907 1.83,0.062233 3.72,-0.1763256 5.47,0.2489302 2.37,0.5808373 4.7,0.3630233 7.06,0.3733954 3.12,0 6.24,0 9.36,0.093349 2.41,0.072605 4.81,0.217814 7.21,0.446 3.06,0.2904186 6.2,-0.9231162 9.2,0.5600931 0.2,0.1037209 0.49,0.010372 0.74,0 3.25,-0.051861 6.5,-0.1970698 9.74,-0.1244652 2.15,0.051861 4.3,0.5289768 6.45,0.6119535 2.87,0.103721 5.75,-0.062233 8.62,0.031116 1.93,0.062233 3.86,0.4771163 5.79,0.5289768 3.79,0.093349 7.64,-0.3733954 11.36,0.1555813 5.83,0.8193954 11.67,-0.072605 17.53,0.8090233 5.42,0.8090233 11.02,-0.1037209 16.55,0.4771163 4.72,0.4978604 9.5,-0.051861 14.28,0.5704651 4.72,0.6119535 9.52,-0.062233 14.3,0.5289767 4.35,0.5393489 8.76,0 13.18,0.6534419 4.77,0.7053027 9.67,-0.114093 14.52,0.6534417 2.98,0.466745 6.07,0.134838 9.1,0.290419 6.17,0.321535 12.34,0.757163 18.52,1.08907 2.16,0.114093 4.33,0 6.49,0.134837 5.76,0.363023 11.51,0.819395 17.26,1.213535 1.74,0.124465 3.49,0.134837 5.24,0.269674 1.44,0.114093 2.87,0.414884 4.31,0.466745 2.29,0.08298 4.58,0.03112 6.87,0.05186 0.5,0 0.99,0.06223 1.49,0.124465 1.39,0.176326 2.8,0.622326 4.17,0.508233 3.43,-0.290419 6.78,0 10.18,0.549721 3.51,0.560093 7.12,0.477116 10.67,0.892 3.45,0.404511 6.91,-0.09335 10.38,0.663814 3.18,0.69493 6.53,0.601581 9.8,0.798651 6.02,0.363023 12.04,0.663814 18.06,1.047581 1.36,0.08298 2.69,0.456372 4.05,0.528977 3.77,0.217814 7.55,0.321535 11.32,0.528977 4.19,0.228186 8.37,0.560093 12.55,0.757162 3.8,0.176326 7.61,0.134838 11.39,0.819396 2.93,0.528976 5.93,0.653442 8.91,0.871256 3.64,0.269674 7.29,0.49786 10.94,0.643069 6.23,0.259303 12.46,0.383768 18.69,0.674186 2.06,0.09335 4.1,0.653442 6.16,0.777907 5.94,0.352652 11.88,0.549721 17.82,0.881628 2.11,0.114093 4.21,0.487489 6.32,0.632698 1.87,0.124465 3.75,0.05186 5.62,0.165953 1.19,0.0726 2.36,0.446 3.54,0.497861 5.28,0.238558 10.55,0.414884 15.83,0.622325 1.75,0.0726 3.49,0.124466 5.24,0.238559 6,0.404511 11.99,0.850511 17.99,1.234279 1.87,0.114093 3.75,0 5.62,0.124465 5.02,0.331907 10.02,0.850511 15.04,1.08907 4.97,0.238558 9.95,-0.186698 14.91,0.705302 2.07,0.373395 4.24,0.145209 6.36,0.300791 5.19,0.373395 10.37,0.840139 15.55,1.223907 3.51,0.259302 7.03,0.477116 10.55,0.643069 4.78,0.228186 9.56,0.383768 14.33,0.59121 3.61,0.155581 7.23,0.311162 10.84,0.539348 5.97,0.373396 11.95,0.08298 17.95,0.622326 7.34,0.663814 14.74,0.508233 22.11,1.338 5.15,0.580837 10.39,0.456372 15.58,0.622326 2.7,0.09335 5.4,0.124465 8.1,0.217814 2.58,0.08298 5.15,0.207441 7.73,0.331907 3.15,0.145209 6.31,0.30079 9.46,0.466744 4.85,0.259302 9.71,0.560093 14.56,0.767535 6.44,0.280046 12.88,0.466744 19.32,0.726046 3.24,0.134837 6.48,0.363023 9.72,0.497861 5.64,0.238558 11.27,-0.528977 16.94,0.269674 4.39,0.622326 8.88,0.446 13.33,0.632698 5.06,0.207442 10.11,-0.228186 15.18,0.487488 3.61,0.518605 7.32,0.155581 10.98,0.331907 5.43,0.259302 10.85,0.871256 16.28,0.933488 10.24,0.103721 20.46,0.311163 30.67,1.03721 5.8,0.414883 11.64,0.352651 17.46,0.560093 2.99,0.103721 5.98,0.342279 8.97,0.49786 6.35,0.352651 12.7,0.69493 19.06,1.026837 1.08,0.06223 2.17,0.02074 3.25,0.103721 5.23,0.404512 10.45,0.871256 15.68,1.265396 4.9,0.363023 9.8,0.653442 14.7,0.974976 0.33,0.02075 0.66,0.07261 0.99,0.103721 4.35,0.404512 8.69,0.819396 13.04,1.213535 5.18,0.466744 10.36,0.892 15.54,1.358744 4.35,0.39414 8.7,0.819396 13.06,1.23428 z`,
|
|
462
|
+
},
|
|
463
|
+
kCzlowcut2: {
|
|
464
|
+
viewBox: [1000, 54],
|
|
465
|
+
path: `m 999.98,0 v 55.75 c -333.32333,0 -666.65667,0 -999.98,0 0,-1.5 0,-3 0,-4.5 4.3899122,-0.42 8.7698246,-0.86 13.159737,-1.26 6.209876,-0.56 12.409752,-1.1 18.619627,-1.62 7.169857,-0.59 14.339714,-1.18 21.51957,-1.7 4.269915,-0.31 8.549829,-0.51 12.819744,-0.76 1.449971,-0.08 2.909941,-0.12 4.359912,-0.23 5.639888,-0.41 11.269775,-0.87 16.909662,-1.25 3.229936,-0.22 6.459871,-0.35 9.699806,-0.48 4.309912,-0.18 8.629832,-0.32 12.939742,-0.51 5.0199,-0.21 10.0398,-0.51 15.0697,-0.67 6.43987,-0.21 12.88974,-0.34 19.32961,-0.5 7.08986,-0.18 14.16972,-0.37 21.25958,-0.55 0.20999,0 0.41999,0 0.61998,-0.04 5.2599,-1.19 10.62979,-0.19 15.96968,-1 5.0899,-0.77 10.3598,-0.38 15.54969,-0.49 2.65995,-0.06 5.3299,-0.04 7.98984,-0.16 1.74997,-0.08 3.48993,-0.45 5.2499,-0.52 6.51987,-0.27 13.03974,0.54 19.57961,-0.2 4.23991,-0.48 8.54983,-0.4 12.81974,-0.6 4.59991,-0.21 9.20982,-0.46 13.80972,-0.67 4.30992,-0.2 8.61983,-0.4 12.92975,-0.57 5.56988,-0.22 11.12977,-0.41 16.69966,-0.62 4.80991,-0.18 9.61981,-0.35 14.43971,-0.54 3.69993,-0.14 7.37986,-0.25 11.07978,-0.59 7.76985,-0.71 15.59969,-0.89 23.39953,-1.23 2.73995,-0.12 5.49989,-0.06 8.23984,-0.1 1.86996,-0.03 3.73992,-0.06 5.60989,-0.15 2.14995,-0.1 4.29991,-0.3 6.44987,-0.39 2.19995,-0.09 4.41991,-0.04 6.61987,-0.17 4.9599,-0.3 9.8998,-0.75 14.8597,-1.02 6.34987,-0.34 12.71974,-0.46 19.06962,-0.85 4.7099,-0.29 9.38981,-1.01 14.08971,-1.26 6.10988,-0.32 12.22976,-0.36 18.33964,-0.53 1.65996,-0.05 3.32993,-0.07 4.9899,-0.21 4.7399,-0.39 9.47981,-0.89 14.21971,-1.23 3.96992,-0.28 7.95984,-0.39 11.93976,-0.6 4.55991,-0.24 9.12982,-0.51 13.68973,-0.75 3.83992,-0.2 7.67985,0.31 11.53977,-0.5 3.68993,-0.78 7.50985,0.05 11.29977,-0.67 3.71993,-0.71 7.59985,-0.57 11.40978,-0.88 3.07993,-0.25 6.13987,-0.06 9.24981,-0.54 4.8199,-0.74 9.76981,-0.68 14.65971,-0.89 6.33987,-0.27 12.68974,-0.47 19.03962,-0.7 0.28999,-0.01 0.59999,0 0.86998,-0.09 3.32993,-1.19 6.85986,-0.38 10.30979,-1.16 3.50993,-0.8 7.29986,-0.25 10.98978,-0.75 4.23992,-0.57 8.56983,-0.02 12.86975,-0.65 4.16991,-0.61 8.42983,0.08 12.65974,-0.62 3.45993,-0.57 7.03986,-0.35 10.55979,-0.59 3.26994,-0.22 6.51987,-0.63 9.78981,-0.87 4.31991,-0.32 8.64982,-0.59 12.96974,-0.84 1.28997,-0.07 2.58995,0.04 3.86992,-0.04 0.77998,-0.04 1.53997,-0.29 2.30995,-0.43 0.51999,-0.1 1.02998,-0.24 1.55997,-0.27 3.27994,-0.18 6.54987,-0.33 9.82981,-0.49 2.64994,-0.13 5.29989,-0.3 7.94984,-0.4 1.54997,-0.06 3.17993,0.77 4.5999,-0.53 0.1,-0.09 0.32,-0.05 0.48999,-0.04 4.43992,0.11 8.84983,0.13 13.27974,-0.55 3.46993,-0.53 7.04986,-0.32 10.55979,-0.61 3.75992,-0.31 7.52985,0.02 11.31977,-0.72 4.12992,-0.8 8.39983,0.12 12.64975,-0.61 3.79992,-0.65 7.75984,0.17 11.66977,-0.55 4.16991,-0.76 8.43983,0 12.69974,-0.71 4.62991,-0.78 9.38981,0.2 14.14972,-0.66 4.39991,-0.79 8.99982,0.24 13.50973,-0.56 1.93996,-0.35 3.98992,0 5.98988,-0.06 4.19991,-0.15 8.39983,-0.38 12.60975,-0.54 4.37991,-0.17 8.75982,-0.34 13.14973,-0.44 4.72991,-0.11 9.45981,0.11 14.18972,-0.55 4.42991,-0.62 8.91982,0.27 13.42973,-0.33 3.80992,-0.51 7.73985,-0.06 11.60977,-0.15 1.14998,-0.03 2.29995,-0.62 3.44993,-0.63 3.74992,-0.03 7.49985,0.08 11.23977,0.14 0.53999,0 1.07998,0 1.61997,-0.06 1.80997,-0.19 3.60993,-0.54 5.42989,-0.58 2.82995,-0.06 5.65989,0.09 8.49983,0.13 0.44999,0 1.02998,0.09 1.33998,-0.15 1.24997,-0.93 2.61994,-0.48 3.95992,-0.5 0.78998,0 1.57997,0.1 2.36995,0.06 3.29993,-0.18 6.59987,0.28 9.9298,-0.37 2.48995,-0.49 5.1499,-0.21 7.72985,-0.05 3.75992,0.23 7.42985,-0.43 11.14977,-0.68 4.08992,-0.27 8.16984,0.53 12.29976,-0.25 4.49991,-0.84 9.09982,0.23 13.71972,-0.61 4.28992,-0.79 8.76983,-0.04 13.17974,-0.64 3.29993,-0.45 6.71987,0 10.0798,-0.07 1.39997,-0.03 2.79994,-0.48 4.19991,-0.52 3.65993,-0.11 7.35986,0.19 10.97978,-0.23 2.12996,-0.25 4.25992,-0.55 6.37988,-0.44 6.54987,0.33 13.06974,-0.59 19.6196,-0.45 2.61995,0.06 5.2399,-0.06 7.85985,-0.04 0.94998,0 1.28997,-0.28 1.07998,-1.25 -0.07,-0.3 0.18999,-0.68 0.29999,-1.02 z`,
|
|
466
|
+
},
|
|
467
|
+
kCzlowcutwide1: {
|
|
468
|
+
viewBox: [1920, 54],
|
|
469
|
+
path: `M 1920,51.082558 V 55.75 H 0 C 0,37.163209 0,18.586791 0,0 1.8048,0.1452093 3.5904,0.39413953 5.3952,0.41488372 15.84,0.58083721 26.2656,-0.06223256 36.7296,0.71567442 c 4.7808,0.35265118 9.7344,0.0414884 14.6112,0.0311163 3.9168,0 8.0448,-0.42525582 11.6928,0.10372093 4.32,0.62232555 8.5248,0.44599995 12.7872,0.50823255 4.704,0.072605 9.5616,-0.2385582 14.0928,0.2800465 4.1088,0.4667442 8.0256,0.3733953 12.0768,0.2593023 1.0368,-0.031116 2.0736,-0.062233 3.1104,-0.041488 9.4848,0.2385581 18.9504,0.5808372 28.4352,0.7156744 8.256,0.114093 16.3968,1.1513023 24.7104,0.7260465 3.168,-0.1659535 6.3936,0.010372 9.5808,0.062232 6.048,0.103721 12.096,0.2281861 18.144,0.331907 3.5136,0.062233 7.1424,-0.1763256 10.5024,0.2489302 4.5504,0.5808373 9.024,0.3630233 13.5552,0.3733954 5.9904,0 11.9808,0 17.9712,0.093349 4.6272,0.072605 9.2352,0.217814 13.8432,0.446 5.8752,0.2904186 11.904,-0.9231162 17.664,0.5600931 0.384,0.1037209 0.9408,0.010372 1.4208,0 6.24,-0.051861 12.48,-0.1970698 18.7008,-0.1244652 4.128,0.051861 8.256,0.5289768 12.384,0.6119535 5.5104,0.103721 11.04,-0.062233 16.5504,0.031116 3.7056,0.062233 7.4112,0.4771163 11.1168,0.5289768 7.2768,0.093349 14.6688,-0.3733954 21.8112,0.1555813 11.1936,0.8193954 22.4064,-0.072605 33.6576,0.8090233 10.4064,0.8090233 21.1584,-0.1037209 31.776,0.4771163 9.0624,0.4978604 18.24,-0.051861 27.4176,0.5704651 9.0624,0.6119535 18.2784,-0.062233 27.456,0.5289767 8.352,0.5393489 16.8192,0 25.3056,0.6534419 9.1584,0.7053027 18.5664,-0.114093 27.8784,0.6534417 5.7216,0.466745 11.6544,0.134838 17.472,0.290419 11.8464,0.321535 23.6928,0.757163 35.5584,1.08907 4.1472,0.114093 8.3136,0 12.4608,0.134837 11.0592,0.363023 22.0992,0.819395 33.1392,1.213535 3.3408,0.124465 6.7008,0.134837 10.0608,0.269674 2.7648,0.114093 5.5104,0.414884 8.2752,0.466745 4.3968,0.08298 8.7936,0.03112 13.1904,0.05186 0.96,0 1.9008,0.06223 2.8608,0.124465 2.6688,0.176326 5.376,0.622326 8.0064,0.508233 6.5856,-0.290419 13.0176,0 19.5456,0.549721 6.7392,0.560093 13.6704,0.477116 20.4864,0.892 6.624,0.404511 13.2672,-0.09335 19.9296,0.663814 6.1056,0.69493 12.5376,0.601581 18.816,0.798651 11.5584,0.363023 23.1168,0.663814 34.6752,1.047581 2.6112,0.08298 5.1648,0.456372 7.776,0.528977 7.2384,0.217814 14.496,0.321535 21.7344,0.528977 8.0448,0.228186 16.0704,0.560093 24.096,0.757162 7.296,0.176326 14.6112,0.134838 21.8688,0.819396 5.6256,0.528976 11.3856,0.653442 17.1072,0.871256 6.9888,0.269674 13.9968,0.49786 21.0048,0.643069 11.9616,0.259303 23.9232,0.383768 35.8848,0.674186 3.9552,0.09335 7.872,0.653442 11.8272,0.777907 11.4048,0.352652 22.8096,0.549721 34.2144,0.881628 4.0512,0.114093 8.0832,0.487489 12.1344,0.632698 3.5904,0.124465 7.2,0.05186 10.7904,0.165953 2.2848,0.0726 4.5312,0.446 6.7968,0.497861 10.1376,0.238558 20.256,0.414884 30.3936,0.622325 3.36,0.0726 6.7008,0.124466 10.0608,0.238559 11.52,0.404511 23.0208,0.850511 34.5408,1.234279 3.5904,0.114093 7.2,0 10.7904,0.124465 9.6384,0.331907 19.2384,0.850511 28.8768,1.08907 9.5424,0.238558 19.104,-0.186698 28.6272,0.705302 3.9744,0.373395 8.1408,0.145209 12.2112,0.300791 9.9648,0.373395 19.9104,0.840139 29.856,1.223907 6.7392,0.259302 13.4976,0.477116 20.256,0.643069 9.1776,0.228186 18.3552,0.383768 27.5136,0.59121 6.9312,0.155581 13.8816,0.311162 20.8128,0.539348 11.4624,0.373396 22.944,0.08298 34.464,0.622326 14.0928,0.663814 28.3008,0.508233 42.4512,1.338 9.888,0.580837 19.9488,0.456372 29.9136,0.622326 5.184,0.09335 10.368,0.124465 15.552,0.217814 4.9536,0.08298 9.888,0.207441 14.8416,0.331907 6.048,0.145209 12.1152,0.30079 18.1632,0.466744 9.312,0.259302 18.6432,0.560093 27.9552,0.767535 12.3648,0.280046 24.7296,0.466744 37.0944,0.726046 6.2208,0.134837 12.4416,0.363023 18.6624,0.497861 10.8288,0.238558 21.6384,-0.528977 32.5248,0.269674 8.4288,0.622326 17.0496,0.446 25.5936,0.632698 9.7152,0.207442 19.4112,-0.228186 29.1456,0.487488 6.9312,0.518605 14.0544,0.155581 21.0816,0.331907 10.4256,0.259302 20.832,0.871256 31.2576,0.933488 19.6608,0.103721 39.2832,0.311163 58.8864,1.03721 11.136,0.414883 22.3488,0.352651 33.5232,0.560093 5.7408,0.103721 11.4816,0.342279 17.2224,0.49786 12.192,0.352651 24.384,0.69493 36.5952,1.026837 2.0736,0.06223 4.1664,0.02074 6.24,0.103721 10.0416,0.404512 20.064,0.871256 30.1056,1.265396 9.408,0.363023 18.816,0.653442 28.224,0.974976 0.6336,0.02075 1.2672,0.07261 1.9008,0.103721 8.352,0.404512 16.6848,0.819396 25.0368,1.213535 9.9456,0.466744 19.8912,0.892 29.8368,1.358744 8.352,0.39414 16.704,0.819396 25.0752,1.23428 z`,
|
|
470
|
+
},
|
|
471
|
+
kCzlowcutwide2: {
|
|
472
|
+
viewBox: [1920, 54],
|
|
473
|
+
path: `m 1919.9616,0 v 55.75 c -639.9808,0 -1279.9808,0 -1919.9616,0 0,-1.5 0,-3 0,-4.5 8.4286314,-0.42 16.838063,-0.86 25.266695,-1.26 11.922961,-0.56 23.826723,-1.1 35.749685,-1.62 13.766124,-0.59 27.532249,-1.18 41.31757,-1.7 8.19824,-0.31 16.41568,-0.51 24.61391,-0.76 2.78395,-0.08 5.58709,-0.12 8.37103,-0.23 10.82859,-0.41 21.63797,-0.87 32.46655,-1.25 6.20148,-0.22 12.40296,-0.35 18.62363,-0.48 8.27504,-0.18 16.56927,-0.32 24.8443,-0.51 9.63821,-0.21 19.27642,-0.51 28.93383,-0.67 12.36455,-0.21 24.7483,-0.34 37.11285,-0.5 13.61253,-0.18 27.20586,-0.37 40.81839,-0.55 0.40319,0 0.80638,0 1.19037,-0.04 10.099,-1.19 20.4092,-0.19 30.66179,-1 9.77261,-0.77 19.8908,-0.38 29.8554,-0.49 5.1071,-0.06 10.2334,-0.04 15.3405,-0.16 3.35993,-0.08 6.70066,-0.45 10.0798,-0.52 12.51814,-0.27 25.03629,0.54 37.59284,-0.2 8.14064,-0.48 16.41567,-0.4 24.61391,-0.6 8.83182,-0.21 17.68285,-0.46 26.51467,-0.67 8.27504,-0.2 16.55007,-0.4 24.8251,-0.57 10.69419,-0.22 21.36918,-0.41 32.06336,-0.62 9.23502,-0.18 18.47003,-0.35 27.72425,-0.54 7.10386,-0.14 14.16932,-0.25 21.27317,-0.59 14.9181,-0.71 29.9514,-0.89 44.9271,-1.23 5.2607,-0.12 10.55979,-0.06 15.82049,-0.1 3.59033,-0.03 7.18065,-0.06 10.77098,-0.15 4.12792,-0.1 8.25584,-0.3 12.38375,-0.39 4.22392,-0.09 8.48624,-0.04 12.71015,-0.17 9.52301,-0.3 19.00762,-0.75 28.53063,-1.02 12.19176,-0.34 24.42191,-0.46 36.61367,-0.85 9.04302,-0.29 18.02844,-1.01 27.05226,-1.26 11.73096,-0.32 23.48113,-0.36 35.21209,-0.53 3.18714,-0.05 6.39347,-0.07 9.58061,-0.21 9.10062,-0.39 18.20124,-0.89 27.30185,-1.23 7.62225,-0.28 15.2829,-0.39 22.92435,-0.6 8.75502,-0.24 17.52925,-0.51 26.28427,-0.75 7.37265,-0.2 14.74531,0.31 22.15636,-0.5 7.08466,-0.78 14.41891,0.05 21.69556,-0.67 7.14226,-0.71 14.59171,-0.57 21.90677,-0.88 5.91348,-0.25 11.78856,-0.06 17.75964,-0.54 9.25417,-0.74 18.75807,-0.68 28.14667,-0.89 12.1725,-0.27 24.3643,-0.47 36.556,-0.7 0.5568,-0.01 1.152,0 1.6704,-0.09 6.3935,-1.19 13.1709,-0.38 19.7948,-1.16 6.7391,-0.8 14.0157,-0.25 21.1004,-0.75 8.1406,-0.57 16.4541,-0.02 24.7099,-0.65 8.0062,-0.61 16.1853,0.08 24.3067,-0.62 6.6431,-0.57 13.5165,-0.35 20.2748,-0.59 6.2783,-0.22 12.5181,-0.63 18.7964,-0.87 8.2943,-0.32 16.6077,-0.59 24.9019,-0.84 2.4768,-0.07 4.9727,0.04 7.4303,-0.04 1.4975,-0.04 2.9567,-0.29 4.4351,-0.43 0.9984,-0.1 1.9775,-0.24 2.9951,-0.27 6.2975,-0.18 12.5758,-0.33 18.8733,-0.49 5.0878,-0.13 10.1757,-0.3 15.2636,-0.4 2.976,-0.06 6.1055,0.77 8.8319,-0.53 0.192,-0.09 0.6144,-0.05 0.9407,-0.04 8.5247,0.11 16.9917,0.13 25.4971,-0.55 6.6623,-0.53 13.5358,-0.32 20.2748,-0.61 7.2191,-0.31 14.4573,0.02 21.734,-0.72 7.9294,-0.8 16.1277,0.12 24.2875,-0.61 7.2959,-0.65 14.8989,0.17 22.406,-0.55 8.0062,-0.76 16.2044,0 24.3835,-0.71 8.8894,-0.78 18.0284,0.2 27.1674,-0.66 8.4479,-0.79 17.2797,0.24 25.9387,-0.56 3.7247,-0.35 7.6607,0 11.5006,-0.06 8.0638,-0.15 16.1277,-0.38 24.2107,-0.54 8.4094,-0.17 16.8189,-0.34 25.2475,-0.44 9.0814,-0.11 18.1628,0.11 27.2443,-0.55 8.5054,-0.62 17.126,0.27 25.785,-0.33 7.3151,-0.51 14.8605,-0.06 22.2908,-0.15 2.2079,-0.03 4.4159,-0.62 6.6239,-0.63 7.1998,-0.03 14.3997,0.08 21.5803,0.14 1.0368,0 2.0736,0 3.1104,-0.06 3.4751,-0.19 6.931,-0.54 10.4254,-0.58 5.4334,-0.06 10.8669,0.09 16.3196,0.13 0.864,0 1.9776,0.09 2.5728,-0.15 2.3999,-0.93 5.0303,-0.48 7.603,-0.5 1.5168,0 3.0336,0.1 4.5503,0.06 6.3359,-0.18 12.6718,0.28 19.0653,-0.37 4.7807,-0.49 9.8878,-0.21 14.8413,-0.05 7.219,0.23 14.2653,-0.43 21.4075,-0.68 7.8527,-0.27 15.6861,0.53 23.6156,-0.25 8.6398,-0.84 17.4716,0.23 26.3418,-0.61 8.2367,-0.79 16.8381,-0.04 25.3051,-0.64 6.3359,-0.45 12.9022,0 19.3532,-0.07 2.688,-0.03 5.3759,-0.48 8.0639,-0.52 7.027,-0.11 14.1309,0.19 21.0812,-0.23 4.0895,-0.25 8.179,-0.55 12.2493,-0.44 12.5758,0.33 25.0939,-0.59 37.6697,-0.45 5.0303,0.06 10.0606,-0.06 15.0909,-0.04 1.8239,0 2.4767,-0.28 2.0735,-1.25 -0.1344,-0.3 0.3648,-0.68 0.576,-1.02 z`,
|
|
474
|
+
},
|
|
475
|
+
kCzjag: {
|
|
476
|
+
viewBox: [1000, 99],
|
|
477
|
+
path: `m0,58V0h1000v67H427c0,1.5-.02,2.87.02,4.24,0,.27.22.53.35.8.21.43.6.84.61,1.27.05,3.21.02,6.42.04,9.62,0,.36.11.95.32,1.03.82.31.66.95.66,1.54,0,4.46,0,8.92,0,13.38,0,.36-.04.72-.06,1.08h-3.86c-.05-.33-.09-.64-.11-.78-1-.2-1.94-.21-2.72-.57-1.63-.74-3.05-2.02-5.05-1.62-.35.07-.73.01-1.09.01-.08-.41-.14-.71-.2-.97-.83-.05-1.68.13-2.3-.17-1.64-.82-3.06-2.15-5.09-1.9-.1.01-.3-.09-.31-.17-.22-1.18-1.14-.68-1.82-.82-.6-.12-1.15-.41-1.73-.63.03-.1.06-.2.08-.3-.98-.39-2.48.77-2.93-1.04-.64,0-1.22.02-1.8,0-.28-.01-.77-.07-.8-.19-.27-1.26-1.24-.69-1.95-.81-.39-.06-1.09-.13-1.11-.28-.15-1.09-.94-.64-1.51-.72-.52-.07-1.44-.1-1.47-.28-.19-1.08-.95-.65-1.53-.72-.49-.06-1.35-.02-1.39-.2-.33-1.25-1.28-.65-1.97-.82-.52-.13-1.01-.42-1.51-.63l.1-.31q-2.64-.15-2.9-.66c-1.28-.44-2.22-.86-3.22-1.1-1.35-.32-2.31-1.72-3.93-1.33-.29.07-.73-.51-1.1-.79-.9-.49-2.37.59-2.86-1.02-1-.59-2.55.72-3.01-1.09-1.03-.4-2.51.72-2.98-.9-1-.64-2.57.74-3.01-1.09-1.03-.43-2.53.74-3.01-1.02-1.03-.39-2.52.73-3-1-1.05-.37-2.52.69-2.93-.69-1.22-.42-2.22-.81-3.24-1.11-1.32-.38-2.32-1.69-3.93-1.31-.25.06-.64-.52-.97-.8-.88-.56-2.4.69-2.9-1.07-.97-.5-2.5.76-3-1-.97-.49-2.5.76-3-1-.97-.49-2.49.76-3-1-.96-.5-2.49.76-3-1-.96-.5-2.49.76-3.01-1.03-1.02-.41-2.57.78-3.01-.94-1.09-.48-2.6.73-2.93-.74-1.23-.43-2.19-.84-3.18-1.09-1.34-.34-2.3-1.66-3.92-1.33-.57.11-1.28-.34-1.88-.62-.86-.4-1.67-1.22-2.52-1.25-1.59-.06-3.1-.17-4.41-1.1-1.07-.77-2.19-1.12-3.5-1.05-.21.01-.45-.56-.69-.87-.92-.46-2.45.8-2.94-.97-.98-.49-2.51.76-3-1-.98-.49-2.51.76-3-1-.97-.5-2.5.76-3.01-1.04-1.03-.38-2.57.76-2.94-.68-1.24-.43-2.23-.72-3.18-1.12-.83-.35-1.59-1.08-2.43-1.19-1.41-.18-2.77-.06-4.08-.99-1.02-.72-2.26-1.45-3.7-1.11-.09.02-.3-.09-.31-.17-.22-1.17-1.14-.68-1.82-.81-.6-.12-1.15-.42-1.73-.64.03-.1.06-.2.08-.3-.98-.4-2.48.78-2.9-.94-1.04-.47-2.51.72-2.96-1.04-1.06-.4-2.6.76-3.02-.87-.99-.21-1.89-.23-2.63-.59-1.62-.79-3.07-1.98-5.05-1.6-.35.07-.73,0-1.24,0,.45-1.28-.4-.98-1-1.01-.83-.05-1.91.42-2.07-1.05-.76,0-1.57.22-2.15-.04-1.69-.77-3.12-2.2-5.21-1.94-.1.01-.3-.09-.31-.17-.26-1.25-1.25-.63-1.95-.81-.51-.13-.99-.41-1.48-.62-.87-.79-2.4.48-2.9-1.25-1.01-.54-2.61.79-3.03-1.02-1.1-.43-2.6.74-3-1-1.09-.43-2.6.74-3.02-1.09q-2.55,0-3.02-.91c-1-.46-2.48.75-2.9-.99-1.01-.51-2.55.75-2.95-.72-1.25-.43-2.3-.78-3.34-1.15-1.47-.52-2.72-1.89-4.6-1.02v1.13c0,10.33,0,20.67,0,31,0,1.53-1.14,2.67-2.68,2.67-14.71,0-29.42,0-44.12.02-.82,0-1.32-.13-1.3-1.03-.27,0-.44,0-.6,0-25.33,0-50.67,0-76,.01-.77,0-1.49.05-1.42-1.04H18.08c-.06-.33-.11-.62-.17-.97H0Z`,
|
|
478
|
+
},
|
|
479
|
+
kCzjagwide: {
|
|
480
|
+
viewBox: [1920, 99],
|
|
481
|
+
path: `m0,58V0h1920v67H887c0,1.85-.01,3.59.02,5.33,0,.23.16.6.33.66.7.28.66.82.66,1.41-.01,2.87-.02,5.75.01,8.62,0,.35.23.69.38,1.03.19.43.57.86.57,1.29.05,3.58.03,7.17.03,10.75v3.87h-2.87c-.09-.34-.18-.67-.27-.99-1.58-.01-3.01.12-4.47-.78-.91-.56-1.85-1.64-3.29-1.23-.78.22-1.51-.26-2.28-.58-1.25-.52-2.26-1.78-3.88-1.43-.35.07-.82-.48-1.24-.74-.89-.55-2.37.55-2.84-1.05-1-.64-2.56.73-2.99-1.02-1-.61-2.57.77-2.99-1.06-1.04-.47-2.56.77-2.99-.93-1.01-.62-2.58.76-3-1.06-1.03-.49-2.57.79-3-.99-1.02-.51-2.57.79-3-.99-1.05-.47-2.56.68-3.04-1.05-1.04-.37-2.51.69-2.93-.69-1.22-.42-2.22-.8-3.24-1.1-1.32-.38-2.32-1.68-3.93-1.31-.25.06-.64-.52-.97-.8-.88-.57-2.41.69-2.9-1.07-.97-.49-2.5.76-3-1-.97-.49-2.49.76-3-1-.96-.5-2.49.76-3.01-1.04q-2.69-.16-2.99-.99c-1.02-.41-2.58.79-3.03-.98-1.09-.41-2.59.75-2.92-.7-1.24-.43-2.18-.86-3.17-1.09-1.35-.32-2.31-1.72-3.93-1.33-.29.07-.73-.51-1.1-.79-.86-.61-2.41.7-2.84-1.01-1.01-.62-2.58.75-3-1.08-1.04-.42-2.53.72-3.03-1.01-1.01-.41-2.51.73-2.98-.92-1-.61-2.57.77-2.99-1.06-1.04-.47-2.56.77-3.01-1-1.02-.48-2.55.79-2.99-1-1.03-.48-2.56.8-2.92-.69-1.28-.45-2.31-.85-3.37-1.17-1.28-.39-2.27-1.64-3.82-1.24-.19.05-.67-.22-.68-.37-.06-.81-.61-.6-1.08-.61-.62,0-1.24,0-1.92,0-.05-.37-.1-.67-.14-1-.38,0-.66,0-.95,0-1.19.02-2.27-.04-3.41-.69-1.15-.67-2.29-1.74-3.9-1.36-.24.06-.64-.54-1.15-1.01-.72-.3-2.22.86-2.68-.8-1-.61-2.57.77-2.99-1.06-1.04-.47-2.56.77-3.01-1.01-1.02-.47-2.55.79-2.92-.69-1.27-.45-2.32-.8-3.36-1.19-1.03-.38-2.04-.81-3.07-1.2-.62-.24-1.24-.45-1.86-.67.03-.12.06-.24.09-.35-1.45-.04-2.85.19-4.27-.74-1.05-.69-2.22-1.69-3.79-1.29-.23.06-.64-.54-1.17-1.02-.69-.31-2.21.94-2.66-.84-1.02-.48-2.56.79-2.98-.92-1.02-.64-2.59.76-3-1.01-1.02-.62-2.59.76-2.94-.77-1.28-.45-2.39-.69-3.35-1.21-1.61-.86-3.22-1.47-5.07-1.19-.12.02-.24-.02-.39-.04-.09-.32-.18-.65-.23-.81-1.12-.51-2.62.65-3-.79-1.23-.42-2.23-.8-3.25-1.1-1.32-.39-2.32-1.69-3.93-1.31-.24.06-.64-.53-1.24-1.06-.61-.3-2.15.98-2.6-.8-1.01-.5-2.55.78-3-1-1-.5-2.54.78-3-1.01-1-.49-2.53.77-3-1-1-.49-2.53.77-3-1-.99-.49-2.52.77-3.01-1.02-1.01-.41-2.52.74-2.99-.97-1.02-.51-2.56.8-2.92-.7-1.28-.45-2.33-.81-3.37-1.18-1.46-.53-2.74-1.85-4.58-1.01v1.16c0,10.29,0,20.58,0,30.87,0,1.65-1.09,2.77-2.7,2.77-15.67,0-31.33,0-47,0-.77,0-1.49.05-1.42-1-.18-.01-.27-.02-.35-.02-105.25,0-210.49,0-315.74,0-.58,0-1.18.08-1.75-.02-.44-.08-.85-.38-1.27-.58.03-.13.07-.27.1-.4H65.09c-.06-.35-.11-.65-.16-.99H0Z`,
|
|
482
|
+
},
|
|
483
|
+
kCzburst1: {
|
|
484
|
+
viewBox: [1000, 106],
|
|
485
|
+
path: `m1000,14.25h-122.2c.03.2.01.37.08.49,3.06,5.12,6.15,10.22,9.19,15.34,3.17,5.34,6.29,10.71,9.44,16.05,4.07,6.9,8.16,13.8,12.23,20.7.58.98,1.22,1.95,1.64,2.99.44,1.09-.02,2.07-.95,2.52-.85.41-2.37-.02-2.97-.7-.56-.65-1.26-1.18-1.91-1.75-5.25-4.53-10.51-9.06-15.76-13.58-4.89-4.22-9.79-8.43-14.68-12.65-.09-.08-.18-.18-.27-.26-.36-.3-.73-.6-1.1-.9-.25.49-.59.95-.72,1.46-.47,1.8-.81,3.63-1.29,5.43-.95,3.58-1.95,7.14-2.94,10.7-1.93,6.97-3.86,13.94-5.82,20.9-.91,3.23-1.89,6.45-2.8,9.68-.84,3.02-1.63,6.05-2.44,9.08-.52,1.91-.91,3.87-1.64,5.7-.27.67-1.28,1.28-2.05,1.44-.47.1-1.43-.61-1.63-1.15-.54-1.43-.83-2.97-1.14-4.48-.76-3.7-1.51-7.41-2.22-11.13-.87-4.6-1.66-9.22-2.54-13.82-.96-5-2.03-9.98-2.98-14.98-.73-3.8-1.32-7.63-2.04-11.44-.5-2.68-1.15-5.32-1.66-8-.14-.76-.02-1.56-.02-2.6-1.05.56-1.93.99-2.75,1.48-7.54,4.53-15.08,9.07-22.6,13.62-3.9,2.36-7.75,4.8-11.66,7.15-5.21,3.13-10.47,6.19-15.68,9.32-3.17,1.9-6.29,3.88-9.45,5.8-.56.34-1.17.63-1.77.91-1.01.47-1.89.27-2.5-.68-.58-.92-.65-1.82.21-2.68,4.75-4.73,9.49-9.47,14.22-14.23,3.96-3.99,7.86-8.04,11.83-12.01,9.89-9.9,19.8-19.77,29.71-29.64.46-.45,1.04-.78,1.65-1.24-.33-.04-.63-.09-.92-.09-24.29,0-48.58.04-72.87-.01-16.61-.03-33.22-.19-49.83-.27-17.15-.09-34.29-.14-51.44-.26-11.72-.08-23.45-.27-35.17-.36-6.58-.05-13.16,0-19.74,0-1.83,0-3.66-.09-5.5-.09-32.46,0-64.92,0-97.37,0-17.21,0-34.41,0-51.62-.06-20.31-.08-40.63-.25-60.94-.33-13.54-.05-27.08.01-40.61-.02-3.06,0-6.13-.3-9.19-.32-4.71-.04-9.41.07-14.12.07-9.5,0-19,0-28.5-.02-50.5-.1-100.99-.2-151.49-.33-19.86-.05-39.72-.18-59.58-.27-17.9-.08-35.79-.14-53.69-.23-9.15-.05-18.3-.16-27.45-.24V0c333.33,0,666.67,0,1000,0,0,4.75,0,9.5,0,14.25Z`,
|
|
486
|
+
},
|
|
487
|
+
kCzburstwide1: {
|
|
488
|
+
viewBox: [1920, 107],
|
|
489
|
+
path: `m1920,14.25c-35.16.04-70.32.11-105.49.12-71.29.01-142.57-.01-213.86-.02-46.75,0-93.49,0-140.24,0-38.71,0-77.41,0-116.12,0-2.16,0-4.31,0-6.52,0,.96,1.57,1.94,3.13,2.87,4.71,3.23,5.47,6.44,10.95,9.66,16.42,2.08,3.54,4.18,7.08,6.26,10.62,3.15,5.36,6.29,10.72,9.46,16.06,1.27,2.14,2.7,4.19,3.88,6.38.44.81.56,1.9.49,2.84-.03.41-.89,1.01-1.42,1.07-1.09.12-2.04-.09-2.95-1.12-1.63-1.85-3.6-3.4-5.48-5.02-3.79-3.25-7.63-6.44-11.43-9.68-4.66-3.97-9.29-7.96-13.93-11.96-.84-.72-1.62-1.51-2.56-2.39-.5,2.02-.91,3.9-1.43,5.75-.92,3.31-1.91,6.61-2.84,9.92-1.14,4.06-2.22,8.13-3.36,12.19-1.29,4.57-2.66,9.12-3.92,13.69-1.31,4.74-2.54,9.5-3.82,14.25-.66,2.45-1.36,4.89-2.08,7.32-.31,1.05-1.45,1.92-2.43,1.52-.72-.29-1.48-1.2-1.67-1.97-.85-3.54-1.52-7.12-2.22-10.69-.72-3.72-1.39-7.44-2.09-11.17-.7-3.67-1.41-7.34-2.11-11.01-.56-2.92-1.1-5.84-1.66-8.77-.53-2.76-1.09-5.51-1.61-8.28-.96-5.13-1.9-10.26-2.87-15.54-.29.16-.68.36-1.06.59-6.04,3.64-12.08,7.28-18.12,10.91-3.81,2.29-7.62,4.57-11.42,6.86-5.33,3.22-10.66,6.44-15.99,9.67-5.25,3.19-10.5,6.39-15.75,9.58-.28.17-.6.27-.91.39-1.08.42-2.12.57-2.89-.56-.68-.99-.49-2.09.54-3.12,2.48-2.47,4.97-4.92,7.44-7.4,14.2-14.26,28.4-28.52,42.6-42.77,1.56-1.56,3.11-3.14,4.69-4.67.7-.68,1.5-1.26,2.35-1.97-1.11,0-2.13,0-3.16,0-23.62,0-47.25.04-70.87-.01-25.73-.05-51.47-.2-77.2-.28-27.53-.08-55.05-.13-82.58-.19-27.78-.06-55.56-.13-83.34-.2-2.33,0-4.66-.06-7-.07-25.85-.07-51.71-.18-77.56-.2-54.7-.04-109.41-.04-164.11-.05-3.5,0-7,.01-10.5,0-28.48-.09-56.97-.21-85.45-.27-25.83-.05-51.66-.02-77.49-.07-13.37-.03-26.74-.19-40.11-.23-13.79-.04-27.58-.02-41.37-.01-3.28,0-6.57.17-9.85.06-32.45-1.01-64.91-.31-97.37-.41-52.16-.15-104.32-.04-156.48-.09-28.61-.03-57.21-.17-85.82-.24-26.95-.07-53.91-.11-80.86-.17-3.67,0-7.33-.05-11-.08-9.3-.08-18.59-.17-27.89-.25V0h1920v14.25Z`,
|
|
490
|
+
},
|
|
491
|
+
kCzburst2: {
|
|
492
|
+
viewBox: [1000, 80],
|
|
493
|
+
path: `m250.74,19.54c-3.83,0-7.66.02-11.5.02-77.79,0-155.58,0-233.37,0-1.96,0-3.91-.04-5.87-.06V0c333.33,0,666.67,0,1000,0,0,7.33,0,14.67,0,22-2.04.02-4.08.06-6.12.06-131.08,0-262.16,0-393.24,0-95.12,0-190.24,0-285.37,0-2.4,0-4.8,0-7.16,0,1.64,2.11,3.32,4.18,4.91,6.32,1.05,1.41,1.99,2.91,2.99,4.37.28.4.57.8.87,1.18,1.94,2.51,3.89,5.01,5.83,7.51,1.53,1.98,3.07,3.95,4.57,5.95,1.71,2.28,3.35,4.6,5.06,6.87,1.53,2.04,3.14,4.02,4.66,6.06,2.3,3.09,4.55,6.22,6.84,9.32.9,1.22,2.09,2.29,2.72,3.63.49,1.05.33,2.4.37,3.63,0,.18-.45.52-.71.55-1.7.15-3.3.07-4.74-1.15-2.79-2.35-5.69-4.57-8.54-6.85-2.23-1.78-4.45-3.57-6.69-5.34-2.3-1.81-4.62-3.59-6.93-5.39-2.57-2-5.14-4-7.7-6-4.48-3.49-8.95-6.99-13.44-10.46-.58-.45-1.28-.72-2.16-1.21-.52,1.34-1.05,2.59-1.5,3.88-.57,1.64-1.09,3.29-1.58,4.96-.51,1.72-.83,3.51-1.48,5.16-.4,1.01-1.01,1.91-1.27,3.03-.36,1.57-1.03,3.06-1.55,4.59-1.09,3.17-2.19,6.33-3.23,9.51-.72,2.2-1.26,4.47-2.04,6.64-.21.58-.99,1.13-1.62,1.35-.67.23-1.5.14-2.23.02-.36-.06-.85-.44-.96-.78-1.39-4.4-2.72-8.81-4.06-13.22-.7-2.28-1.36-4.57-2.09-6.85-.79-2.51-1.67-4.99-2.44-7.5-.55-1.79-.92-3.64-1.5-5.42-.47-1.44-1.21-2.79-1.68-4.22-.38-1.15-.52-2.37-.82-3.55-.11-.44-.36-.84-.52-1.2-1.48,1.03-2.78,1.99-4.14,2.85-1,.63-2.13,1.07-3.14,1.7-2.21,1.37-4.3,2.94-6.58,4.19-3.15,1.73-6.01,3.94-9.25,5.52-.99.49-1.88,1.18-2.83,1.76-1.16.72-2.34,1.42-3.49,2.16-1.76,1.13-3.48,2.34-5.27,3.42-2.1,1.27-4.29,2.39-6.39,3.65-1.86,1.11-3.64,2.35-5.47,3.51-2.11,1.34-4.24,2.67-6.36,3.99-4.3,2.67-8.57,5.38-12.91,7.98-1.52.91-3.18,1.65-4.85,2.26-.78.28-1.86.2-2.18-.89-.35-1.2-.82-2.46.33-3.57,2.86-2.78,5.67-5.62,8.57-8.36,3.41-3.22,6.93-6.33,10.34-9.56,2.23-2.12,4.32-4.39,6.53-6.54,2.01-1.97,4.09-3.87,6.14-5.8.65.04,1.37.24,1.52-.74h-.01c.34-.33.68-.66,1.01-1,0,0,0,0,0,0,.34-.33.67-.67,1.01-1,0,0,0,0,0,0,.24-.27.47-.53.71-.8,5.57-5.5,11.15-11,16.72-16.5.82-.39,1.66-.73,2.42-1.21.14-.09-.06-.72-.11-1.1.09-.08.18-.16.27-.24.17.27.34.53.57.9.32-.58.42-.91.63-1.13.82-.84,1.67-1.64,2.52-2.46.36-.33.71-.66,1.07-.99-.05-.1-.11-.21-.16-.31-.64.11-1.28.23-1.92.34Z`,
|
|
494
|
+
},
|
|
495
|
+
kCzburstwide2: {
|
|
496
|
+
viewBox: [1920, 80],
|
|
497
|
+
path: `m710.99,19.29c-24.91.01-49.83.04-74.74.04-209.82,0-419.64,0-629.46,0-2.26,0-4.52-.05-6.78-.08V0h1920v22c-39.24.03-78.48.08-117.73.08-80.03.01-160.06,0-240.09,0-119.65,0-239.3,0-358.95,0-120.32,0-240.63,0-360.95,0-22.71,0-45.41,0-68.12-.01-2.11,0-4.23,0-6.46,0,.95,1.21,1.86,2.35,2.74,3.51,4.44,5.86,8.87,11.72,13.29,17.6,3.1,4.12,6.15,8.27,9.25,12.39,4.27,5.67,8.57,11.32,12.82,17.01.54.73,1.03,1.64,1.13,2.52.08.65-.36,1.87-.8,1.99-.92.25-2.27.31-2.96-.2-4.05-2.98-7.97-6.14-11.93-9.25-5.55-4.37-11.07-8.77-16.65-13.1-5.37-4.18-10.8-8.28-16.19-12.43-.87-.68-1.65-1.47-2.48-2.22-.54,1.87-1.12,3.89-1.7,5.9-.09.31-.17.63-.28.93-.56,1.61-1.12,3.22-1.69,4.83-.53,1.51-1.09,3-1.62,4.51-.47,1.33-.94,2.67-1.4,4-.87,2.55-1.74,5.1-2.58,7.66-1.16,3.56-2.27,7.14-3.44,10.7-.34,1.04-1.09,1.67-2.25,1.61-1.04-.06-1.81-.19-2.28-1.53-1.57-4.46-2.68-9.05-4.31-13.48-.6-1.63-1.5-3.21-1.78-4.89-.47-2.89-1.66-5.54-2.39-8.34-.34-1.32-.96-2.56-1.35-3.87-.44-1.47-.48-3.12-1.18-4.43-1.09-2.04-1.08-4.37-1.99-6.42-2.51,1.56-4.95,3.1-7.4,4.61-4.85,3-9.7,6-14.55,8.99-8.74,5.38-17.48,10.74-26.22,16.11-5.94,3.65-11.88,7.29-17.82,10.93-.87.54-1.73,1.09-2.62,1.61-.46.27-.95.51-1.44.7-.95.38-1.96.63-2.68-.35-.82-1.11-.63-2.72.28-3.59,3.43-3.27,6.85-6.54,10.28-9.81,1.01-.91,2.02-1.82,3.03-2.73,1.55-1.5,3.1-3,4.66-4.5,2.63-2.54,5.27-5.07,7.91-7.6,1.8-1.72,3.61-3.44,5.41-5.16,1.26-1.17,2.52-2.33,3.77-3.5,4.66-4.47,9.33-8.95,13.99-13.42,1.58-1.52,3.16-3.05,4.75-4.57.74-.59,1.48-1.19,2.22-1.78,1.31-1.22,2.61-2.44,3.92-3.67l-.26-.32c-.64.09-1.28.18-1.92.27Z`,
|
|
498
|
+
},
|
|
499
|
+
kCzcrooked: {
|
|
500
|
+
viewBox: [1000, 112],
|
|
501
|
+
path: `m1000,73.25c-21.89.12-43.78.29-65.67.35-22.37.06-44.74.01-67.11.01-17.54,0-35.08,0-52.62,0-.82,0-1.65,0-2.6,0v1.36c0,11.21,0,22.41,0,33.62,0,2.52-1.54,4.35-3.54,4.15-1.13-.11-2.25-.37-3.38-.55-2.98-.49-5.96-.98-8.94-1.47-2.72-.45-5.44-.9-8.16-1.33-2.97-.48-5.95-.93-8.92-1.41-3.27-.52-6.53-1.05-9.79-1.57-3.09-.49-6.19-.93-9.27-1.43-2.6-.43-5.19-.94-7.79-1.37-3.42-.56-6.84-1.08-10.26-1.62-2.9-.45-5.81-.9-8.71-1.36-2.89-.46-5.79-.92-8.68-1.41-3.05-.51-6.08-1.08-9.13-1.57-3.22-.51-6.45-.94-9.68-1.43-2.17-.33-4.33-.74-6.5-1.09-2.46-.39-4.92-.74-7.37-1.15-2.29-.38-4.56-.83-6.84-1.22-2.16-.37-4.32-.69-6.48-1.03-2.97-.47-5.93-.95-8.9-1.42-2.91-.45-5.83-.87-8.74-1.33-2.14-.34-4.27-.72-6.41-1.08-2.38-.4-4.75-.8-7.13-1.19-3.45-.57-6.9-1.15-10.36-1.68-2.5-.39-5.01-.67-7.51-1.07-2.49-.39-4.96-.87-7.44-1.29-2.41-.41-4.83-.79-7.25-1.19-2.92-.48-5.84-1-8.76-1.46-3-.47-6.02-.84-9.01-1.31-3.1-.49-6.18-1.06-9.28-1.58-2.89-.48-5.78-.95-8.67-1.41-3.38-.54-6.76-1.1-10.14-1.62-2.57-.4-5.16-.71-7.73-1.13-3.01-.5-6-1.1-9.01-1.61-2.49-.42-4.99-.76-7.48-1.16-2.29-.37-4.56-.78-6.85-1.14-2.9-.46-5.81-.87-8.71-1.33-3.21-.51-6.41-1.08-9.62-1.58-3.18-.5-6.36-.94-9.54-1.44-2.57-.41-5.12-.89-7.69-1.3-2.61-.42-5.23-.77-7.84-1.19-2.53-.4-5.06-.85-7.59-1.28-2.77-.48-5.54-.98-8.32-1.44-3.1-.51-6.2-1-9.31-1.49-2.77-.44-5.55-.85-8.32-1.29-2.73-.43-5.45-.91-8.18-1.33-3.15-.49-6.32-.91-9.46-1.42-3.13-.51-6.24-1.12-9.37-1.63-2.91-.48-5.82-.9-8.73-1.36-3.3-.52-6.59-1.06-9.89-1.58-3.05-.48-6.11-.93-9.17-1.42-2.72-.44-5.44-.92-8.16-1.38-2.7-.46-5.39-.92-8.09-1.37-2.52-.42-5.05-.84-7.58-1.24-3.25-.52-6.51-1.01-9.76-1.52-2.74-.43-5.47-.88-8.2-1.33-4.16-.7-8.32-1.43-12.48-2.1-4.33-.71-8.67-1.38-13.02-2.04-4.56-.69-9.14-1.3-13.7-2.03-3.05-.49-6.07-1.18-9.12-1.68-2.97-.49-5.97-.85-8.95-1.3-3.34-.51-6.67-1.04-10-1.58-3.3-.54-6.59-1.11-9.89-1.67-3.41-.58-6.82-1.18-10.23-1.72-3.49-.55-7-.99-10.49-1.55-3.09-.49-6.17-1.11-9.26-1.61-4.06-.66-8.14-1.24-12.21-1.88-3.27-.52-6.52-1.09-9.79-1.62-2.6-.42-5.2-.8-7.79-1.19,0,1.65,0,3.14,0,4.62.01,10.75.04,21.5.02,32.25,0,3.16-1.41,4.45-4.59,4.45-34-.02-67.99-.02-101.99-.02-39.08,0-78.16,0-117.23-.01-1.2,0-2.41.02-3.61.03V0h1000v73.25Z`,
|
|
502
|
+
},
|
|
503
|
+
kCzcrookedwide: {
|
|
504
|
+
viewBox: [1920, 112],
|
|
505
|
+
path: `m1920,73.5c-28.37.02-56.75.05-85.12.07-33.42.01-66.83.02-100.25.02-29.87,0-59.75-.01-89.62-.01-30.08,0-60.16.01-90.25.01-36,0-72-.01-108-.01-26.92,0-53.83.01-80.75.01-30.5,0-61,0-91.5,0-.79,0-1.58,0-2.53,0v1.28c0,11.29,0,22.58.01,33.87,0,1.24-.37,2.3-1.27,3.13-1.24,1.14-2.78.72-4.16.54-3.38-.45-6.74-1.09-10.11-1.65-2.02-.33-4.03-.66-6.05-.98-2.14-.35-4.28-.69-6.41-1.04-2.95-.49-5.9-1-8.86-1.47-3.31-.52-6.63-.98-9.94-1.51-2.91-.46-5.8-.99-8.71-1.47-2.19-.36-4.39-.68-6.58-1.03-2.3-.36-4.6-.74-6.91-1.1-2.55-.4-5.11-.78-7.66-1.19-2.24-.36-4.47-.75-6.71-1.12-3.27-.54-6.55-1.05-9.82-1.6-1.97-.33-3.93-.73-5.91-1.03-3.33-.51-6.68-.95-10.01-1.47-3.64-.57-7.27-1.23-10.9-1.82-4.66-.75-9.33-1.45-13.99-2.2-3.41-.55-6.8-1.17-10.2-1.72-3.81-.61-7.64-1.14-11.46-1.77-3.94-.64-7.85-1.4-11.79-2.01-5.07-.79-10.15-1.45-15.22-2.25-2.79-.44-5.54-1.11-8.32-1.57-3.64-.61-7.3-1.1-10.95-1.66-2.46-.38-4.91-.83-7.37-1.22-3.83-.61-7.68-1.16-11.51-1.78-3.18-.51-6.35-1.12-9.54-1.63-3.52-.57-7.06-1.06-10.59-1.62-2.54-.4-5.07-.88-7.61-1.28-5.3-.84-10.62-1.63-15.92-2.49-2.92-.47-5.82-1.06-8.74-1.53-4.31-.68-8.64-1.27-12.95-1.96-3.49-.56-6.95-1.25-10.43-1.81-3.73-.6-7.47-1.1-11.2-1.68-2.55-.4-5.08-.87-7.63-1.28-3.13-.5-6.27-.95-9.4-1.47-3.12-.51-6.22-1.11-9.34-1.6-3.2-.51-6.42-.91-9.62-1.41-3.17-.49-6.34-1.06-9.51-1.58-2.92-.48-5.85-.93-8.77-1.41-2.97-.49-5.94-1.02-8.92-1.49-3.37-.53-6.76-.97-10.12-1.52-2.79-.45-5.55-1.05-8.34-1.51-3.81-.62-7.64-1.15-11.45-1.76-3.65-.58-7.29-1.21-10.94-1.79-3.06-.49-6.14-.92-9.2-1.43-2.77-.46-5.51-1.03-8.28-1.47-3.5-.55-7.01-.99-10.51-1.53-3.18-.5-6.36-1.07-9.53-1.62-3.49-.6-6.98-1.25-10.48-1.8-4.18-.65-8.37-1.18-12.55-1.84-4.33-.69-8.63-1.51-12.95-2.2-4.99-.81-10-1.52-15-2.32-3.24-.52-6.46-1.16-9.69-1.67-2.96-.48-5.94-.83-8.9-1.3-2.47-.39-4.92-.89-7.38-1.28-3.27-.52-6.56-.96-9.84-1.47-1.98-.31-3.95-.72-5.93-1.04-4.7-.75-9.4-1.46-14.1-2.21-5.15-.82-10.3-1.65-15.45-2.5-4-.66-8.01-1.28-11.99-2.04-1.07-.2-1.16.12-1.14.99.07,4.46.13,8.91.14,13.37.02,7.29,0,14.58,0,21.87,0,.66-.03,1.33-.12,1.99-.21,1.58-1.12,2.58-2.69,2.84-.94.16-1.9.2-2.86.2-27,0-54,0-80.99,0-40.04,0-80.08,0-120.12,0-39.91,0-79.83,0-119.74,0-40.04,0-80.08,0-120.12,0-40.04,0-80.08,0-120.12,0-40.08,0-80.16-.02-120.24-.03-.13,0-.26.05-.39.07C0,40.33,0,20.17,0,0h1920v73.5Z`,
|
|
506
|
+
},
|
|
507
|
+
kCzstepped: {
|
|
508
|
+
viewBox: [1000, 167],
|
|
509
|
+
path: `m0,96.25V0c333.33,0,666.67,0,1000,0,0,33,0,66,0,99-.64.08-1.31.09-1.92.27-2.26.65-4.5,1.36-6.74,2.05-6.27,1.92-12.54,3.82-18.8,5.77-5.41,1.69-10.79,3.47-16.2,5.15-4.42,1.38-8.88,2.65-13.31,4.01-3.91,1.2-7.8,2.48-11.71,3.7-4.08,1.28-8.17,2.55-12.27,3.78-4.79,1.45-9.59,2.83-14.38,4.29-3.3,1.01-6.57,2.15-9.87,3.17-4.24,1.32-8.5,2.55-12.73,3.87-4.43,1.37-8.83,2.82-13.26,4.18-4.8,1.47-9.64,2.81-14.44,4.31-4.98,1.55-9.91,3.27-14.9,4.82-4.23,1.32-8.51,2.44-12.74,3.75-4.78,1.48-9.51,3.11-14.28,4.61-5.65,1.77-11.33,3.47-17,5.19-6.11,1.86-12.21,3.76-18.34,5.56-.96.28-2.1.38-3.06.15-2.06-.49-4.04-1.27-6.07-1.89-5.47-1.67-10.94-3.33-16.41-4.99-5.81-1.76-11.63-3.51-17.44-5.3-5.51-1.7-11.01-3.45-16.51-5.17-3.09-.97-6.18-1.95-9.28-2.9-4.79-1.47-9.58-2.93-14.37-4.4-5.19-1.59-10.37-3.18-15.56-4.75-2.86-.87-5.74-1.68-8.6-2.56-2.75-.85-5.47-1.78-8.22-2.62-3.93-1.21-7.89-2.35-11.82-3.57-3.35-1.04-6.68-2.17-10.03-3.21-4.7-1.45-9.43-2.82-14.13-4.26-4.18-1.28-8.34-2.65-12.52-3.94-3.97-1.22-7.95-2.37-11.92-3.58-2.8-.85-5.58-1.78-8.38-2.63-4.52-1.39-9.05-2.74-13.56-4.13-5.66-1.74-11.32-3.5-16.99-5.23-5.64-1.71-11.3-3.36-16.93-5.09-3.65-1.12-7.26-2.36-10.91-3.49-4.68-1.44-9.39-2.81-14.07-4.24-4.21-1.29-8.39-2.63-12.59-3.93-6.25-1.93-12.5-3.85-18.76-5.77-5.44-1.67-10.88-3.37-16.33-5.02-5.57-1.69-11.17-3.29-16.73-5-5.44-1.67-10.85-3.43-16.28-5.13-4.76-1.5-9.53-2.99-14.3-4.45-5.41-1.65-10.84-3.23-16.25-4.9-4.13-1.28-8.22-2.67-12.35-3.96-4.96-1.54-9.94-3.03-14.92-4.52-5.4-1.62-10.82-3.17-16.22-4.82-4.81-1.47-9.58-3.05-14.38-4.55-6.25-1.96-12.51-3.89-18.77-5.83-4.89-1.51-9.77-3.02-14.66-4.53-3.21-.99-6.41-1.99-9.62-2.97-1.82-.55-3.67-1.03-5.49-1.59-3.99-1.22-7.98-2.48-11.97-3.72-2.55-.79-5.1-1.56-7.65-2.34-2.54-.78-5.06-1.61-7.62-2.32-.68-.19-1.51-.14-2.2.05-2.02.55-4,1.25-6.01,1.83-3.04.89-6.12,1.68-9.15,2.6-3.64,1.1-7.23,2.33-10.87,3.41-5.52,1.65-11.08,3.17-16.6,4.83-5.62,1.68-11.2,3.48-16.81,5.19-3.96,1.2-7.95,2.32-11.91,3.5-3,.89-6,1.83-9,2.74-2.91.88-5.83,1.73-8.74,2.62-3.34,1.03-6.67,2.11-10.01,3.12-4.16,1.26-8.34,2.47-12.51,3.71-4.98,1.49-9.96,3.01-14.95,4.49-7.19,2.13-14.38,4.23-21.57,6.36-6.42,1.9-12.84,3.81-19.24,5.75-5.41,1.63-10.8,3.34-16.22,4.96-5.99,1.79-12.02,3.49-18.01,5.29-4.85,1.45-9.66,3-14.51,4.47-3.99,1.21-8.01,2.32-12,3.53-3.64,1.11-7.24,2.34-10.89,3.43-5.56,1.66-11.15,3.21-16.7,4.87-4.44,1.33-8.84,2.79-13.27,4.14-1.4.43-2.86.69-4.29,1.03Z`,
|
|
510
|
+
},
|
|
511
|
+
kCzsteppedwide: {
|
|
512
|
+
viewBox: [1920, 167],
|
|
513
|
+
path: `m0,96.5V0c640,0,1280,0,1920,0,0,33.17,0,66.33,0,99.5-2.28.31-4.55.61-6.83.93-2.52.36-5.03.75-7.54,1.13-3.01.46-6.01.94-9.02,1.38-3.73.54-7.47,1.03-11.2,1.55-1.85.26-3.7.51-5.54.83-4.11.73-8.21,1.53-12.32,2.24-1.63.28-3.3.32-4.94.58-2.49.4-4.96.92-7.45,1.35-3.1.52-6.21.99-9.31,1.5-2.96.49-5.91,1.03-8.88,1.5-3.14.5-6.31.87-9.44,1.43-2.41.43-4.76,1.16-7.18,1.55-2.84.46-5.72.66-8.58,1.04-1.86.24-3.71.59-5.57.89-2.41.39-4.82.79-7.23,1.19-2.09.34-4.18.7-6.28,1.03-2.97.47-5.95.91-8.92,1.38-2.82.44-5.65.88-8.46,1.38-1.94.34-3.84.92-5.79,1.13-3.01.31-5.95.98-9,1.16-4.28.25-8.5,1.51-12.75,2.29-2.99.54-5.98,1.24-9,1.43-5.11.33-10.05,1.65-15.09,2.37-4.6.65-9.16,1.52-13.74,2.26-3.87.63-7.75,1.19-11.63,1.81-3.71.59-7.42,1.24-11.14,1.83-4.05.64-8.13,1.12-12.15,1.92-3.46.69-6.92,1.18-10.43,1.51-2.83.27-5.63.93-8.45,1.39-4.44.72-8.88,1.43-13.32,2.13-1.71.27-3.42.46-5.13.75-3.14.54-6.26,1.17-9.4,1.69-3.32.55-6.65,1.03-9.97,1.54-.97.15-1.94.31-2.9.46-2.9.45-5.81.9-8.71,1.35-4.2.65-8.27,1.94-12.55,2.26-3.09.23-6.17.83-9.23,1.38-3.3.59-6.55,1.44-9.86,1.95-3.32.51-6.69.63-10.01,1.1-4.19.6-8.35,1.39-12.52,2.1-4.49.77-8.95,1.76-13.47,2.24-3.59.38-7.06,1.17-10.57,1.9-2.63.54-5.31.89-7.98,1.22-2.06.26-4.18.11-6.19.56-6.78,1.51-13.61,2.59-20.47,3.61-4.84.72-9.54-.24-14.31-.23-.15,0-.31-.12-.47-.15-2.04-.47-4.07-1.01-6.12-1.37-4.01-.7-8.02-1.33-12.05-1.93-1.87-.28-3.78-.29-5.64-.6-2.39-.4-4.74-1.02-7.12-1.47-1.76-.33-3.55-.48-5.31-.78-3.21-.54-6.39-1.37-9.61-1.63-2.53-.21-5.01-.61-7.5-1.05-2.33-.42-4.69-.69-7.02-1.1-2.3-.41-4.57-1.09-6.88-1.34-4.05-.43-8.09-.81-12.02-1.98-1.09-.33-2.25-.44-3.38-.6-2.74-.37-5.48-.69-8.22-1.06-2.01-.27-4.01-.62-6.02-.89-1.62-.22-3.28-.26-4.88-.57-3.89-.77-7.74-1.68-11.63-2.46-1.35-.27-2.75-.29-4.12-.48-2.89-.39-5.79-.78-8.67-1.23-3.6-.58-7.19-1.27-10.8-1.83-2.57-.4-5.18-.58-7.74-1.01-3.68-.61-7.34-1.37-11.02-2.01-1.53-.26-3.13-.17-4.61-.57-2.68-.72-5.33-1.34-8.13-1.38-1.71-.03-3.42-.35-5.11-.64-4.4-.75-8.77-1.79-13.2-2.26-3.49-.37-6.9-1.03-10.34-1.62-2.87-.49-5.74-.96-8.61-1.46-1.84-.32-3.65-.82-5.5-.99-4.53-.4-9-1.11-13.45-2.05-3.1-.65-6.26-1-9.4-1.46-2.5-.37-5.01-.68-7.51-1.05-1.36-.2-2.71-.44-4.06-.67-5.53-.93-11.06-1.88-16.59-2.79-1.45-.24-2.94-.26-4.38-.51-2.54-.44-5.06-1.04-7.61-1.47-3.37-.58-6.75-1.05-10.12-1.59-2.99-.48-5.97-1-8.97-1.46-.65-.1-1.34.09-1.98-.04-3.25-.62-6.48-1.37-9.74-1.94-2.4-.42-4.84-.65-7.27-.97-1.53-.2-3.08-.35-4.6-.62-2.55-.45-5.07-1.03-7.62-1.46-3.28-.56-6.58-1.01-9.87-1.53-3.05-.48-6.09-.99-9.13-1.49-1.66-.28-3.31-.6-4.96-.87-2.25-.37-4.49-.73-6.75-1.05-2.5-.35-5-.64-7.5-.99-1.45-.2-2.89-.43-4.33-.69-3.17-.59-6.33-1.26-9.51-1.8-2.57-.43-5.17-.69-7.75-1.08-2.88-.44-5.75-.95-8.64-1.41-2.72-.43-5.45-.83-8.17-1.26-2.57-.41-5.14-.85-7.72-1.26-1.84-.3-3.69-.55-5.53-.86-2.16-.37-4.32-.82-6.48-1.16-2.74-.44-5.48-.81-8.22-1.2-1.37-.2-2.76-.33-4.12-.56-2.24-.39-4.47-.91-6.72-1.25-2.56-.39-5.16-.55-7.72-.97-4.88-.79-9.73-1.73-14.6-2.54-3.34-.55-6.8-.66-10.04-1.57-3.97-1.12-8.08-.97-12.05-1.87-2.37-.54-4.87-.55-7.21-1.2-3.49-.96-7.05-1.31-10.61-1.79-1.61-.22-3.24-.39-4.84-.67-2.48-.43-4.93-.97-7.41-1.38-2.57-.43-5.16-.75-7.74-1.14-3.87-.59-7.74-1.2-11.6-1.83-2.97-.48-5.93-.99-8.89-1.48-3.05-.5-6.11-1-9.17-1.49-1.84-.3-3.69-.56-5.53-.88-2.23-.38-4.45-.84-6.69-1.18-2.64-.4-5.31-.68-7.95-1.07-3.94-.59-7.87-1.24-11.8-1.86-2.59-.41-5.18-.75-7.76-1.2-3.18-.56-6.32-1.29-9.51-1.78-2.99-.46-6.08-.4-9-1.12-4.05-.99-8.12-1.57-12.26-1.93-1.54-.13-3.08-.38-4.61-.64-2.47-.43-4.92-.94-7.39-1.39-2.71-.5-5.43-.98-8.14-1.45-2.09-.36-4.18-.71-6.28-1-2.91-.4-5.86-.64-8.75-1.15-4.39-.77-8.74-1.79-13.12-2.57-1.71-.3-3.5-.1-5.21-.38-3.68-.58-7.32-1.37-11-1.98-3.26-.55-6.55-.97-9.82-1.46-3.37-.5-6.74-.97-10.1-1.52-2.96-.49-5.91-1.06-8.85-1.61-2.35-.44-4.68-1.2-7.04-1.27-4.12-.12-8.05-1.3-12.09-1.82-3.62-.47-7.2-1.17-10.81-1.75-2.01-.33-4.01-.65-6.02-.96-2.34-.36-4.68-.71-7.02-1.08-2.31-.36-4.69-.48-6.9-1.16-2.86-.89-5.81-.73-8.68-1.29-1.9-.37-3.83-.62-5.74-.95-2.94-.51-5.87-1.09-8.81-1.58-2.88-.48-5.78-.89-8.67-1.34-2.48-.39-4.96-.81-7.44-1.18-3.52-.53-7.13-.75-10.56-1.64-2.71-.7-5.44-.85-8.15-1.3-1.86-.31-3.85-.08-5.63-.61-4.47-1.34-9.07-1.75-13.64-2.43-2.11-.31-4.22-.6-6.32-.96-2.73-.47-5.44-1.07-8.18-1.49-2.81-.43-5.65-.68-8.47-1.07-3.47-.48-6.92-1.02-10.38-1.54-.16-.65-.36-1.17-1.03-.36-2.78-.54-5.55-1.16-8.34-1.58-3.79-.57-7.6-.96-11.39-1.49-2.42-.34-4.82-.76-7.22-1.2-2.3-.42-4.58-1.02-6.89-1.37-3.69-.55-7.42-.88-11.11-1.46-3.59-.57-7.14-1.41-10.73-2-3.45-.57-6.93-.98-10.4-1.46-1.62-.22-3.31-.23-4.84-.73-2.04-.68-4-.82-6.09-.45-2.57.46-5.15.8-7.73,1.18-2.1.31-4.22.52-6.31.89-3.63.65-7.22,1.49-10.86,2.06-3.15.49-6.37.61-9.52,1.09-3.54.54-7.04,1.31-10.56,1.95-2.88.52-5.75,1.07-8.64,1.46-3.35.45-6.73.69-10.08,1.12-2.27.29-4.61.48-6.76,1.2-3.17,1.07-6.46,1.08-9.68,1.68-3.28.61-6.63.84-9.94,1.35-4.47.69-8.93,1.5-13.39,2.21-2.49.4-5,.68-7.5,1.05-3.15.46-6.4.63-9.42,1.54-3.14.94-6.36.73-9.49,1.38-3.51.73-7.07,1.23-10.61,1.83-3.22.55-6.44,1.14-9.67,1.62-2.92.43-5.86.63-8.77,1.09-4.99.79-9.94,1.75-14.93,2.53-3.62.57-7.28.94-10.91,1.46-1.84.26-3.66.63-5.49.95-3.79.68-7.56,1.45-11.37,2.02-3.25.49-6.58.55-9.8,1.14-6.27,1.16-12.49,2.5-18.89,2.96-4.21.3-8.36,1.42-12.54,2.16-3.3.59-6.59,1.23-9.9,1.72-3.06.45-6.15.72-9.23,1.08-1.39.16-2.8.28-4.17.55-3.02.6-6.01,1.41-9.05,1.9-3.96.64-7.95,1.01-11.93,1.55-2.27.31-4.56.58-6.77,1.12-3.64.89-7.32,1.5-11.04,1.9-1.97.21-3.95.34-5.9.64-2.41.37-4.79.9-7.2,1.32-2.51.44-5.02.82-7.53,1.23-2.49.41-4.97.87-7.46,1.24-2.19.32-4.4.48-6.58.84-3,.49-5.97,1.21-8.97,1.64-3.31.48-6.67.63-9.98,1.14-6.79,1.05-13.55,2.25-20.33,3.37-1.29.21-2.58.36-3.87.54-1.77.25-3.55.46-5.32.76-4.19.72-8.35,1.54-12.55,2.19-2.1.33-4.28.2-6.37.56-5.29.92-10.56,2.01-15.84,3.01-1.04.2-2.11.32-3.16.45-2.91.36-5.84.64-8.74,1.07-3.98.6-7.93,1.33-11.9,1.97-4.18.68-8.36,1.31-12.54,1.98-2.58.41-5.15.86-7.73,1.28-3.47.57-6.93,1.16-10.4,1.71-1.92.31-3.86.52-5.78.83-2.17.35-4.33.82-6.5,1.15-2.74.42-5.49.73-8.23,1.14-2.8.42-5.59.93-8.4,1.36-2.99.46-5.97,1-8.98,1.29-3.26.31-6.4,1.66-9.75,1.2Z`,
|
|
514
|
+
},
|
|
515
|
+
};
|
|
516
|
+
|
|
517
|
+
//export const SvgModals: {
|
|
518
|
+
// [key: string]: SvgModalDatum;
|
|
519
|
+
//} = {
|
|
520
|
+
// bubble1: {
|
|
521
|
+
// viewBox: [600, 500],
|
|
522
|
+
// cut: 300,
|
|
523
|
+
// path: `m 11.52437,0 h 581 c 7.6,47.16 6.37,93.94 -6.26,140.2 -17.94,65.75 -53,119.87 -108.61,160.11 -19.83,14.36 -41.52,25.25 -64.21,34.24 -4,1.57 -5,3.48 -4,7.85 q 12.6,52.74 24.61,105.62 c 0.64,2.81 0.08,5.89 0.08,8.85 l -1.7,0.62 c -3.39,-4.63 -7.28,-9 -10.08,-13.92 -9.33,-16.54 -18.26,-33.31 -27.39,-50 q -12.84,-23.46 -25.76,-46.86 c -1.48,-2.69 -3.08,-4.15 -6.75,-3.28 -61.59,14.74 -122.28,11.41 -182,-9.53 -4.39,-1.54 -8.84,-3 -13,-5 a 250.26,250.26 0 0 1 -60.62,-39.19 c -26.34,-23.11 -48.3,-49.64 -64.54,-80.72 -26.1,-49.95 -38.4,-103.16 -36,-159.48 0.61,-16.51 3.4,-32.98 5.23,-49.51 z`,
|
|
524
|
+
// innerPath: `M 26.282179,12.575114 H 577.87218 c 0.25,1.44 0.52,2.83 0.72,4.24 1.91,12.9 3.27,25.86 3.56,38.9 0.25,11.11 0.3,22.23 -0.54,33.32 -1.47,19.579996 -4.74,38.849996 -10,57.779996 -7.92,28.53 -19.31,55.54 -35.53,80.37 -25.37,38.84 -58.57,69.12 -99.95,90.21 -8.81,4.49 -18.06,8.12 -27.03,12.33 -3.07,1.44 -6.13,1.83 -9.46,1.82 -67.95,-0.05 -135.9,-0.05 -203.85,-0.01 -2.36,0 -4.56,-0.41 -6.79,-1.14 -18.26,-5.93 -34.94,-15.03 -50.55,-26.01 -39.980001,-28.12 -70.390001,-64.27 -90.580001,-108.92 -10.42,-23.05 -18.06,-46.95 -22.47,-71.87 -3.79,-21.42 -5.02,-42.999996 -4.12,-64.729996 0.45,-10.88 1.87,-21.65 3.2,-32.44 0.42,-3.41 0.85,-6.82 1.28,-10.23 0.15,-1.18 0.32,-2.35 0.5,-3.62 z`,
|
|
525
|
+
// },
|
|
526
|
+
// modal1: {
|
|
527
|
+
// viewBox: [600, 110],
|
|
528
|
+
// cut: 300,
|
|
529
|
+
// path: `m 300.12452,106.2535 c -22.99414,0 -45.98828,-0.0997 -68.98242,0.0199 -40.81959,0.20932 -81.63919,0.5881 -122.45878,0.81735 -32.161806,0.17942 -64.323608,0.23923 -96.475412,0.34888 -7.4281068,0.0299 -8.1679182,-0.60804 -8.1779156,-7.77484 -0.03999,-29.255322 -0.03999,-58.51064 0,-87.765959 0.01,-8.1835144 1.0297375,-9.1105143 9.2276476,-9.1404175 65.653265,-0.2790968 131.30653,-0.8771612 196.95979,-0.7376128 52.78655,0.1196129 105.58309,1.6048062 158.36964,1.6446772 72.98139,0.049839 145.96279,-0.6877741 218.94419,-1.076516 7.89798,-0.039871 8.44784,0.4884193 8.44784,8.5024831 0.02,28.766898 0.03,57.533797 0.01,86.300695 0,9.08062 -0.82979,9.83816 -10.01745,9.87803 -65.32334,0.2791 -130.6367,0.81736 -195.95005,0.71768 -29.96236,-0.0399 -59.92472,-1.33568 -89.88709,-2.05335 v 0.31896 z`,
|
|
530
|
+
// innerPath: `M 18.962891 13.021484 L 18.962891 94.808594 L 581.02344 94.808594 C 581.03243 68.20568 581.0332 41.594336 581.0332 14.982422 C 581.0332 14.327639 580.98889 13.675872 580.98828 13.021484 L 18.962891 13.021484 z `,
|
|
531
|
+
// },
|
|
532
|
+
// modal2: {
|
|
533
|
+
// viewBox: [600, 145],
|
|
534
|
+
// cut: 300,
|
|
535
|
+
// path: `m 300.0708,141.93762 c -93.12494,0 -186.24988,0 -279.374824,-0.0118 -2.531142,0 -5.085721,-0.0118 -7.581709,-0.36497 C 8.2980662,140.88982 5.3333487,138.08782 4.7239997,133.14314 4.3607339,130.23519 4.0443411,127.29192 4.0209046,124.36043 3.6459206,88.876401 3.2943731,53.380601 3.0014168,17.896574 2.919389,7.8070545 6.3879913,3.9454882 16.360223,3.3332886 22.770106,2.9447774 29.226863,3.0389619 35.660182,3.0271889 c 68.129908,-0.023546 136.271538,-0.047092 204.401448,0 110.29218,0.058865 220.58436,0.1648229 330.88826,0.2825536 4.67558,0 9.3746,0.094184 14.02674,0.5768803 7.89811,0.8241148 10.27691,3.2022745 10.7222,11.1608682 0.50389,8.794482 0.66794,17.624283 0.74997,26.442311 0.24609,28.632101 0.41014,57.264203 0.55076,85.884528 0.0469,10.01888 -3.62094,13.96286 -13.47599,14.5162 -4.07795,0.22368 -8.19106,0.0353 -12.28073,0.0353 -90.38287,0 -180.76574,0 -271.14861,0 z`,
|
|
536
|
+
// innerPath: `M 17.998047 17.429688 C 17.803898 21.017979 17.890766 24.623951 17.910156 28.230469 C 17.960156 36.830451 18.050859 45.419549 18.130859 54.019531 C 18.220859 63.899511 18.320156 73.770411 18.410156 83.650391 C 18.520156 96.050365 18.559766 108.44988 18.759766 120.83984 C 18.804075 123.40239 19.035166 125.96413 19.341797 128.51367 L 581.80859 128.51367 C 581.98084 127.22641 582.09857 125.92883 582.11133 124.64062 C 582.18133 119.45064 582.08078 114.25078 582.05078 109.05078 C 581.97078 97.250806 581.90031 85.460132 581.82031 73.660156 C 581.75031 62.500178 581.71008 51.351384 581.58008 40.191406 C 581.51008 34.321418 581.33086 28.440302 581.13086 22.570312 C 581.06571 20.850396 580.8895 19.141309 580.74023 17.429688 L 17.998047 17.429688 z `,
|
|
537
|
+
// },
|
|
538
|
+
// modal3: {
|
|
539
|
+
// viewBox: [600, 200],
|
|
540
|
+
// cut: 300,
|
|
541
|
+
// path: `M5.17,195c0-15.46-.1-30.26,.02-45.07,.18-20.82,.62-41.63,.78-62.45,.17-22.99,.13-45.99,.2-68.99,.03-9.5,.83-10.33,10.09-10.63,1.83-.06,3.67-.03,5.5-.04,62.48-.33,124.95-.58,187.43-1.03,36.48-.26,72.95-1,109.43-1.28,76.97-.59,153.94-1.06,230.9-1.49,13.16-.07,26.32,.47,39.47,.37,4.95-.03,6.19,1.96,6.14,6.57-.52,46.14-.86,92.28-1.31,138.43-.13,13.32-.42,26.64-.66,39.96-.11,5.92-.8,6.63-6.71,6.63-63.82-.04-127.63,0-191.45-.18-88.64-.24-177.28-.7-265.92-.95-39.33-.11-78.65,.08-117.98,.14-1.81,0-3.62,0-5.93,0Z`,
|
|
542
|
+
// innerPath: `M 20.833984 23.9375 C 20.829019 24.352346 20.775391 24.765166 20.775391 25.179688 C 20.725391 41.359654 20.735547 57.538782 20.685547 73.71875 C 20.655547 81.948734 20.565078 90.168454 20.455078 98.398438 C 20.235078 114.27841 19.885859 130.16863 19.755859 146.05859 C 19.65768 157.72555 19.713587 169.39328 19.732422 181.06055 L 578.36719 181.06055 C 578.44544 178.45691 578.55107 175.85537 578.5957 173.25 C 578.7757 163.11002 578.92664 152.97006 579.05664 142.83008 C 579.15664 134.6401 579.21516 126.45951 579.28516 118.26953 C 579.36516 109.79955 579.43564 101.33913 579.51562 92.869141 C 579.60562 82.319161 579.71664 71.780214 579.80664 61.240234 C 579.88664 52.090254 579.95516 42.94881 580.03516 33.798828 C 580.05516 31.758832 580.11648 29.729449 580.14648 27.689453 C 580.16298 26.438841 580.15642 25.188112 580.18164 23.9375 L 20.833984 23.9375 z `,
|
|
543
|
+
// },
|
|
544
|
+
// modal4: {
|
|
545
|
+
// viewBox: [600, 240],
|
|
546
|
+
// cut: 300,
|
|
547
|
+
// path: `M 5.0065268,4 H 595 v 5.9840083 c -0.10994,35.9040497 0.11993,71.8080987 -0.43974,107.7121517 -0.54968,35.35551 -1.83892,70.70105 -2.99824,106.0466 -0.3498,10.97068 -0.93945,11.39953 -11.89302,11.41948 Q 298.68404,235.59109 17.719061,236 C 11.252858,236 9.10412,234.4641 8.8442731,228.13103 8.0347486,207.88513 7.3251653,187.63924 7.0153473,167.39335 6.2058224,115.08314 5.6261628,62.762961 5.0165209,10.452756 4.9865385,8.4580861 5.0065268,6.4833634 5.0065268,4 Z`,
|
|
548
|
+
// innerPath: `M 19.943359 29.34375 C 19.98078 31.759227 20.02028 34.17559 20.054688 36.589844 C 20.174684 44.739812 20.255469 52.879329 20.355469 61.029297 C 20.505469 73.729245 20.654453 86.428958 20.814453 99.128906 C 20.954453 110.58886 21.115625 122.04981 21.265625 133.50977 C 21.415625 144.48969 21.554613 155.46926 21.724609 166.44922 C 21.814609 172.66918 21.925238 178.89891 22.115234 185.12891 C 22.254545 189.57838 22.427767 194.02216 22.583984 198.46875 L 577.59766 198.46875 C 577.67114 196.36533 577.75434 194.26095 577.82422 192.1582 C 578.25422 179.23828 578.67516 166.30883 579.03516 153.37891 C 579.34516 142.48895 579.61539 131.58941 579.77539 120.68945 C 580.00539 105.31953 580.17539 89.938299 580.27539 74.568359 C 580.35539 62.818407 580.29492 51.078077 580.29492 39.328125 C 580.29847 36.000004 580.30349 32.671867 580.30859 29.34375 L 19.943359 29.34375 z `,
|
|
549
|
+
// },
|
|
550
|
+
// modal5: {
|
|
551
|
+
// viewBox: [600, 528],
|
|
552
|
+
// cut: 300,
|
|
553
|
+
// path: `m 301.28805,6.023245 c 82.74052,0 165.48103,-0.052301 248.22155,0 38.9121,0 48.79703,9.152736 48.48322,47.123514 -1.20293,141.161331 -2.66736,282.322671 -4.6025,423.431701 -0.57532,43.04401 -5.70084,47.12352 -49.16314,47.17582 -159.5187,0.26151 -319.03739,0.62762 -478.503782,0.83682 C 19.279922,524.6434 6.7276317,511.93417 6.2569208,466.06589 4.8447881,331.02382 3.2234506,195.98174 2.0205227,60.939659 1.5498118,13.083927 8.8719814,6.023245 55.681565,6.023245 c 81.851395,0 163.755095,0 245.606485,0 z`,
|
|
554
|
+
// innerPath: `M 18.298828 43.453125 C 17.1854 49.994766 16.851851 56.600777 16.886719 63.234375 C 16.956719 78.194345 17.126094 93.145495 17.246094 108.10547 C 17.326094 118.09545 17.366564 128.09572 17.476562 138.0957 C 17.706562 159.53566 17.974844 180.96457 18.214844 202.39453 C 18.384844 217.67451 18.535314 232.94463 18.695312 248.22461 C 18.955312 273.58455 19.216564 298.9352 19.476562 324.28516 C 19.606562 337.00512 19.715236 349.71557 19.865234 362.43555 C 20.115234 384.75549 20.386016 407.06504 20.666016 429.375 C 20.816014 440.72498 20.914844 452.08557 21.214844 463.43555 C 21.230594 464.01042 21.339255 464.5729 21.365234 465.14648 L 578.60547 465.14648 C 578.88052 451.26239 579.13064 437.37814 579.31641 423.49414 C 579.58641 403.26418 579.76586 383.02488 580.00586 362.79492 C 580.26586 340.72496 580.5957 318.65394 580.8457 296.58398 C 581.0957 274.35404 581.27586 252.11471 581.50586 229.88477 C 581.73586 207.48481 582.00656 185.09504 582.22656 162.70508 C 582.34656 150.1551 582.39586 137.59512 582.50586 125.03516 C 582.70586 102.9652 583.00523 80.884409 583.11523 58.814453 C 583.13824 53.669225 582.82565 48.526214 581.9043 43.453125 L 18.298828 43.453125 z `,
|
|
555
|
+
// },
|
|
556
|
+
//};
|