@vue-pdf-viewer/viewer 1.5.0-beta.2 → 1.5.0-beta.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/arrow-up.bfb87c81.svg +3 -0
- package/dist/assets/check.001dcbd1.svg +7 -0
- package/dist/assets/chevron-down.affe596c.svg +7 -0
- package/dist/assets/clear.c423e636.svg +10 -0
- package/dist/assets/close.790ea275.svg +3 -0
- package/dist/assets/download.5502266f.svg +7 -0
- package/dist/assets/drag-icon-dark.23f11bfa.svg +93 -0
- package/dist/assets/drag-icon.5f93aec6.svg +130 -0
- package/dist/assets/ellipsis-vertical.0b64b40c.svg +7 -0
- package/dist/assets/file.6b4c29ed.svg +7 -0
- package/dist/assets/first-page.00620c16.svg +3 -0
- package/dist/assets/fullscreen.0b32986a.svg +5 -0
- package/dist/assets/hand.d2bf7c6f.svg +7 -0
- package/dist/assets/info.0efaa487.svg +3 -0
- package/dist/assets/last-page.953677ef.svg +3 -0
- package/dist/assets/loader.bdf4866e.png +0 -0
- package/dist/assets/magnifier.fcd65955.svg +7 -0
- package/dist/assets/moon.ac440dac.svg +7 -0
- package/dist/assets/page-view-dual.cf5781a5.svg +7 -0
- package/dist/assets/page-view-single.77744c56.svg +7 -0
- package/dist/assets/pointer.c583fdee.svg +7 -0
- package/dist/assets/printer.9827c97c.svg +7 -0
- package/dist/assets/rotate-counter-clockwise.3255dbde.svg +7 -0
- package/dist/assets/scrolling-horizontal.72cf7abd.svg +7 -0
- package/dist/assets/scrolling-page.4f38d9a0.svg +7 -0
- package/dist/assets/scrolling-vertical.b5afa9a8.svg +7 -0
- package/dist/assets/scrolling-wrapped.3de3be7b.svg +7 -0
- package/dist/assets/sun.b38bccba.svg +7 -0
- package/dist/assets/thumbnail.74bd1ac8.svg +10 -0
- package/dist/assets/watermark.51b1f7e3.webp +0 -0
- package/dist/assets/zoom-in.ba8615b9.svg +7 -0
- package/dist/assets/zoom-out.b03b35fb.svg +7 -0
- package/dist/index.js +6524 -6159
- package/dist/index.umd.cjs +11 -11
- package/dist/types/components/LayerCanvas.vue.d.ts +2 -2
- package/dist/types/components/LayerTextSearchHighlight.vue.d.ts +2 -0
- package/dist/types/components/ToolMenuOthers.vue.d.ts +9 -32
- package/dist/types/components/ToolPrint.vue.d.ts +9 -44
- package/dist/types/components/VPdfPage.vue.d.ts +3 -2
- package/dist/types/components/VPdfViewer.vue.d.ts +61 -18
- package/dist/types/components/ui/popover/PopoverContent.vue.d.ts +3 -3
- package/dist/types/composables/useLicense.d.ts +17 -3
- package/dist/types/composables/usePdfPagesSizes.d.ts +1 -1
- package/dist/types/composables/usePdfProperties.d.ts +1 -1
- package/dist/types/composables/usePrintControl.d.ts +21 -0
- package/dist/types/composables/usePrintProcess.d.ts +3 -3
- package/dist/types/composables/useRenderTask.d.ts +1 -1
- package/dist/types/composables/useVisibilities.d.ts +1 -1
- package/dist/types/const.d.ts +64 -16
- package/dist/types/index.d.ts +1 -1
- package/dist/types/utils/enumerators.d.ts +5 -0
- package/dist/types/utils/promiseWithResolvers.d.ts +7 -0
- package/dist/types/utils/types.d.ts +30 -7
- package/dist/types/utils/uiViewer.d.ts +3 -1
- package/package.json +5 -10
- package/dist/arrow-up-CZcWar0V.js +0 -20
- package/dist/check-BDQ_1xOK.js +0 -21
- package/dist/chevron-down-BGvKkqoz.js +0 -21
- package/dist/clear-BdBsR989.js +0 -31
- package/dist/close-CbywujCY.js +0 -20
- package/dist/download-DwxdC2cz.js +0 -21
- package/dist/drag-icon-CJSwJaYj.js +0 -18
- package/dist/drag-icon-dark-DslxK0op.js +0 -17
- package/dist/ellipsis-vertical-DU4RrfN8.js +0 -21
- package/dist/file-CKOtlAnB.js +0 -21
- package/dist/first-page-D2sUix1F.js +0 -20
- package/dist/fullscreen-CDD3D91y.js +0 -21
- package/dist/hand-BdufQ7PJ.js +0 -21
- package/dist/info-CnzWbChw.js +0 -20
- package/dist/last-page-BlLcdVDC.js +0 -20
- package/dist/magnifier-D5effak1.js +0 -21
- package/dist/moon-jjKfhCeP.js +0 -21
- package/dist/page-view-dual-DzyLa1r0.js +0 -21
- package/dist/page-view-single-CAQXbP-i.js +0 -21
- package/dist/pointer-CosfQ2Bj.js +0 -21
- package/dist/printer-CZndb-XY.js +0 -21
- package/dist/rotate-counter-clockwise-BnC8SAwc.js +0 -21
- package/dist/scrolling-horizontal-D1qDwmpQ.js +0 -23
- package/dist/scrolling-page-lV73lZIc.js +0 -23
- package/dist/scrolling-vertical-DzrChdnV.js +0 -23
- package/dist/scrolling-wrapped-CvhUpxbI.js +0 -23
- package/dist/sun-f_yo-49i.js +0 -21
- package/dist/thumbnail-BrLTlvMi.js +0 -21
- package/dist/types/composables/usePrint.d.ts +0 -8
- package/dist/zoom-in-MHWLskY5.js +0 -21
- package/dist/zoom-out-BOe91xpp.js +0 -21
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.692 12.9422C16.634 13.0003 16.5651 13.0464 16.4892 13.0779C16.4133 13.1093 16.332 13.1255 16.2499 13.1255C16.1677 13.1255 16.0864 13.1093 16.0105 13.0779C15.9346 13.0464 15.8657 13.0003 15.8077 12.9422L9.99986 7.1336L4.19205 12.9422C4.07477 13.0595 3.91571 13.1254 3.74986 13.1254C3.58401 13.1254 3.42495 13.0595 3.30767 12.9422C3.1904 12.8249 3.12451 12.6659 3.12451 12.5C3.12451 12.3342 3.1904 12.1751 3.30767 12.0578L9.55767 5.80782C9.61572 5.74971 9.68465 5.70361 9.76052 5.67215C9.8364 5.6407 9.91772 5.62451 9.99986 5.62451C10.082 5.62451 10.1633 5.6407 10.2392 5.67215C10.3151 5.70361 10.384 5.74971 10.442 5.80782L16.692 12.0578C16.7502 12.1159 16.7963 12.1848 16.8277 12.2607C16.8592 12.3365 16.8754 12.4179 16.8754 12.5C16.8754 12.5821 16.8592 12.6635 16.8277 12.7393C16.7963 12.8152 16.7502 12.8841 16.692 12.9422Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon - check - pdf">
|
|
3
|
+
<path id="checkVector"
|
|
4
|
+
d="M14.3538 5.35378L6.35378 13.3538C6.30735 13.4003 6.2522 13.4372 6.1915 13.4623C6.13081 13.4875 6.06574 13.5004 6.00003 13.5004C5.93433 13.5004 5.86926 13.4875 5.80856 13.4623C5.74786 13.4372 5.69272 13.4003 5.64628 13.3538L2.14628 9.85378C2.05246 9.75996 1.99976 9.63272 1.99976 9.50003C1.99976 9.36735 2.05246 9.2401 2.14628 9.14628C2.2401 9.05246 2.36735 8.99976 2.50003 8.99976C2.63272 8.99976 2.75996 9.05246 2.85378 9.14628L6.00003 12.2932L13.6463 4.64628C13.7401 4.55246 13.8674 4.49976 14 4.49976C14.1327 4.49976 14.26 4.55246 14.3538 4.64628C14.4476 4.7401 14.5003 4.86735 14.5003 5.00003C14.5003 5.13272 14.4476 5.25996 14.3538 5.35378Z"
|
|
5
|
+
fill="currentColor" />
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon - chevron - down">
|
|
3
|
+
<path id="Vector"
|
|
4
|
+
d="M16.6923 7.94217L10.4423 14.1922C10.3842 14.2503 10.3153 14.2964 10.2394 14.3278C10.1636 14.3593 10.0822 14.3755 10.0001 14.3755C9.91797 14.3755 9.83664 14.3593 9.76077 14.3278C9.68489 14.2964 9.61596 14.2503 9.55792 14.1922L3.30792 7.94217C3.19064 7.82489 3.12476 7.66583 3.12476 7.49998C3.12476 7.33413 3.19064 7.17507 3.30792 7.05779C3.42519 6.94052 3.58425 6.87463 3.7501 6.87463C3.91596 6.87463 4.07502 6.94052 4.19229 7.05779L10.0001 12.8664L15.8079 7.05779C15.866 6.99972 15.9349 6.95366 16.0108 6.92224C16.0867 6.89081 16.168 6.87463 16.2501 6.87463C16.3322 6.87463 16.4135 6.89081 16.4894 6.92224C16.5653 6.95366 16.6342 6.99972 16.6923 7.05779C16.7504 7.11586 16.7964 7.1848 16.8278 7.26067C16.8593 7.33654 16.8755 7.41786 16.8755 7.49998C16.8755 7.5821 16.8593 7.66342 16.8278 7.73929C16.7964 7.81516 16.7504 7.8841 16.6923 7.94217Z"
|
|
5
|
+
fill="currentColor" />
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2772_3782)">
|
|
3
|
+
<path d="M6 0.75C3.10078 0.75 0.75 3.10078 0.75 6C0.75 8.89922 3.10078 11.25 6 11.25C8.89922 11.25 11.25 8.89922 11.25 6C11.25 3.10078 8.89922 0.75 6 0.75ZM7.93828 7.99453L7.16484 7.99102L6 6.60234L4.83633 7.98984L4.06172 7.99336C4.01016 7.99336 3.96797 7.95234 3.96797 7.89961C3.96797 7.87734 3.97617 7.85625 3.99023 7.83867L5.51484 6.02227L3.99023 4.20703C3.97607 4.18986 3.96822 4.16835 3.96797 4.14609C3.96797 4.09453 4.01016 4.05234 4.06172 4.05234L4.83633 4.05586L6 5.44453L7.16367 4.05703L7.93711 4.05352C7.98867 4.05352 8.03086 4.09453 8.03086 4.14727C8.03086 4.16953 8.02266 4.19063 8.00859 4.2082L6.48633 6.02344L8.00977 7.83984C8.02383 7.85742 8.03203 7.87852 8.03203 7.90078C8.03203 7.95234 7.98984 7.99453 7.93828 7.99453Z" fill="currentColor"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_2772_3782">
|
|
7
|
+
<rect width="12" height="12" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.067 15.1828C16.1251 15.2409 16.1712 15.3098 16.2026 15.3857C16.234 15.4615 16.2502 15.5429 16.2502 15.625C16.2502 15.7071 16.234 15.7884 16.2026 15.8643C16.1712 15.9402 16.1251 16.0091 16.067 16.0672C16.009 16.1252 15.94 16.1713 15.8642 16.2027C15.7883 16.2342 15.707 16.2503 15.6249 16.2503C15.5427 16.2503 15.4614 16.2342 15.3855 16.2027C15.3097 16.1713 15.2407 16.1252 15.1827 16.0672L9.99986 10.8836L4.81705 16.0672C4.69977 16.1844 4.54071 16.2503 4.37486 16.2503C4.20901 16.2503 4.04995 16.1844 3.93267 16.0672C3.8154 15.9499 3.74951 15.7908 3.74951 15.625C3.74951 15.4591 3.8154 15.3001 3.93267 15.1828L9.11627 9.99998L3.93267 4.81717C3.8154 4.69989 3.74951 4.54083 3.74951 4.37498C3.74951 4.20913 3.8154 4.05007 3.93267 3.93279C4.04995 3.81552 4.20901 3.74963 4.37486 3.74963C4.54071 3.74963 4.69977 3.81552 4.81705 3.93279L9.99986 9.11639L15.1827 3.93279C15.2999 3.81552 15.459 3.74963 15.6249 3.74963C15.7907 3.74963 15.9498 3.81552 16.067 3.93279C16.1843 4.05007 16.2502 4.20913 16.2502 4.37498C16.2502 4.54083 16.1843 4.69989 16.067 4.81717L10.8835 9.99998L16.067 15.1828Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon - tool - download">
|
|
3
|
+
<path id="downloadVector"
|
|
4
|
+
d="M17.5 11.875V16.25C17.5 16.5815 17.3683 16.8995 17.1339 17.1339C16.8995 17.3683 16.5815 17.5 16.25 17.5H3.75C3.41848 17.5 3.10054 17.3683 2.86612 17.1339C2.6317 16.8995 2.5 16.5815 2.5 16.25V11.875C2.5 11.7092 2.56585 11.5503 2.68306 11.4331C2.80027 11.3158 2.95924 11.25 3.125 11.25C3.29076 11.25 3.44973 11.3158 3.56694 11.4331C3.68415 11.5503 3.75 11.7092 3.75 11.875V16.25H16.25V11.875C16.25 11.7092 16.3158 11.5503 16.4331 11.4331C16.5503 11.3158 16.7092 11.25 16.875 11.25C17.0408 11.25 17.1997 11.3158 17.3169 11.4331C17.4342 11.5503 17.5 11.7092 17.5 11.875ZM9.55781 12.3172C9.61586 12.3753 9.68479 12.4214 9.76066 12.4529C9.83654 12.4843 9.91787 12.5005 10 12.5005C10.0821 12.5005 10.1635 12.4843 10.2393 12.4529C10.3152 12.4214 10.3841 12.3753 10.4422 12.3172L13.5672 9.19219C13.6253 9.13412 13.6713 9.06518 13.7027 8.98931C13.7342 8.91344 13.7503 8.83212 13.7503 8.75C13.7503 8.66788 13.7342 8.58656 13.7027 8.51069C13.6713 8.43482 13.6253 8.36588 13.5672 8.30781C13.5091 8.24974 13.4402 8.20368 13.3643 8.17225C13.2884 8.14083 13.2071 8.12465 13.125 8.12465C13.0429 8.12465 12.9616 8.14083 12.8857 8.17225C12.8098 8.20368 12.7409 8.24974 12.6828 8.30781L10.625 10.3664V3.125C10.625 2.95924 10.5592 2.80027 10.4419 2.68306C10.3247 2.56585 10.1658 2.5 10 2.5C9.83424 2.5 9.67527 2.56585 9.55806 2.68306C9.44085 2.80027 9.375 2.95924 9.375 3.125V10.3664L7.31719 8.30781C7.19991 8.19054 7.04085 8.12465 6.875 8.12465C6.70915 8.12465 6.55009 8.19054 6.43281 8.30781C6.31554 8.42509 6.24965 8.58415 6.24965 8.75C6.24965 8.91585 6.31554 9.07491 6.43281 9.19219L9.55781 12.3172Z"
|
|
5
|
+
fill="currentColor" />
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2348_5581)">
|
|
3
|
+
<g filter="url(#filter0_f_2348_5581)">
|
|
4
|
+
<path d="M17.582 16.6241C17.582 13.9379 19.7597 11.7603 22.4459 11.7603H41.7364C44.5121 11.7603 47.1731 12.8674 49.1296 14.8363L59.3883 25.1603C61.3287 27.113 62.4177 29.754 62.4177 32.5068V66.0513C62.4177 68.7376 60.2401 70.9152 57.5539 70.9152H22.4459C19.7596 70.9152 17.582 68.7376 17.582 66.0513V16.6241Z" fill="#503BCF"/>
|
|
5
|
+
</g>
|
|
6
|
+
<g filter="url(#filter1_f_2348_5581)">
|
|
7
|
+
<path d="M16.6436 15.2155C16.6436 12.5293 18.8212 10.3517 21.5074 10.3517H41.9977C44.7696 10.3517 47.4273 11.4558 49.3831 13.4199L60.32 24.4031C62.2651 26.3564 63.3572 29.0008 63.3572 31.7574V66.9902C63.3572 69.6764 61.1796 71.854 58.4933 71.854H21.5074C18.8212 71.854 16.6436 69.6764 16.6436 66.9902V15.2155Z" fill="#946EFF" fill-opacity="0.1"/>
|
|
8
|
+
</g>
|
|
9
|
+
<path d="M15 12.1639C15 9.47767 17.1776 7.30005 19.8639 7.30005H42.4472C45.2163 7.30005 47.8715 8.40197 49.827 10.3626L61.9572 22.5254C63.9057 24.4792 65 27.126 65 29.8854V68.1639C65 70.8501 62.8224 73.0277 60.1362 73.0277H19.8638C17.1776 73.0277 15 70.8501 15 68.1639V12.1639Z" fill="url(#paint0_radial_2348_5581)"/>
|
|
10
|
+
<g filter="url(#filter2_i_2348_5581)">
|
|
11
|
+
<path d="M15 12.1639C15 9.47767 17.1776 7.30005 19.8639 7.30005H42.4472C45.2163 7.30005 47.8715 8.40197 49.827 10.3626L61.9572 22.5254C63.9057 24.4792 65 27.126 65 29.8854V68.1639C65 70.8501 62.8224 73.0277 60.1362 73.0277H19.8638C17.1776 73.0277 15 70.8501 15 68.1639V12.1639Z" fill="url(#paint1_radial_2348_5581)"/>
|
|
12
|
+
</g>
|
|
13
|
+
<mask id="mask0_2348_5581" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="15" y="7" width="50" height="67">
|
|
14
|
+
<path d="M15 12.1639C15 9.47767 17.1776 7.30005 19.8639 7.30005H42.4472C45.2163 7.30005 47.8715 8.40197 49.827 10.3626L61.9572 22.5254C63.9057 24.4792 65 27.126 65 29.8854V68.1639C65 70.8501 62.8224 73.0277 60.1362 73.0277H19.8638C17.1776 73.0277 15 70.8501 15 68.1639V12.1639Z" fill="url(#paint2_radial_2348_5581)"/>
|
|
15
|
+
</mask>
|
|
16
|
+
<g mask="url(#mask0_2348_5581)">
|
|
17
|
+
<g filter="url(#filter3_f_2348_5581)">
|
|
18
|
+
<path d="M46.6885 25.5763L50.033 8.38989L64.247 22.1391L46.6885 25.5763Z" fill="#120D39"/>
|
|
19
|
+
</g>
|
|
20
|
+
<path d="M46.6055 20.5113V6.36108L65.8028 25.3752H51.4693C48.7831 25.3752 46.6055 23.1976 46.6055 20.5113Z" fill="#35364E"/>
|
|
21
|
+
</g>
|
|
22
|
+
<path d="M19.8638 6.80005C16.9015 6.80005 14.5 9.20153 14.5 12.1639V68.1639C14.5 71.1263 16.9015 73.5277 19.8638 73.5277H60.1362C63.0985 73.5277 65.5 71.1263 65.5 68.1639V29.8854C65.5 26.9936 64.3532 24.2198 62.3112 22.1723L50.181 10.0095C48.1318 7.95483 45.3491 6.80005 42.4472 6.80005H19.8638Z" stroke="#35364E"/>
|
|
23
|
+
<g filter="url(#filter4_ii_2348_5581)">
|
|
24
|
+
<rect x="11.665" y="44.6523" width="26.6696" height="14.9451" rx="2.26608" fill="url(#paint3_linear_2348_5581)"/>
|
|
25
|
+
<rect x="11.9483" y="44.9356" width="26.1031" height="14.3786" rx="1.98282" stroke="#8875FD" stroke-width="0.566521"/>
|
|
26
|
+
<path d="M17.4131 53.1605V55.5963H15.665V48.6536H18.4937C19.3533 48.6536 20.0073 48.8583 20.4555 49.2677C20.683 49.4823 20.8607 49.7407 20.977 50.026C21.0933 50.3114 21.1455 50.6171 21.1302 50.9232C21.1381 51.327 21.0336 51.7256 20.8276 52.0776C20.62 52.4235 20.3087 52.7011 19.9344 52.8742C19.4849 53.0794 18.991 53.1784 18.4937 53.1628L17.4131 53.1605ZM19.3533 50.9232C19.3533 50.3075 19.0027 49.9996 18.3016 49.9996H17.4131V51.8075H18.3016C19.0027 51.8136 19.3533 51.5189 19.3533 50.9232Z" fill="white"/>
|
|
27
|
+
<path d="M28.1742 53.9224C27.8727 54.4475 27.4178 54.8761 26.8656 55.1553C26.246 55.4607 25.5567 55.6123 24.8606 55.5963H22.1328V48.6536H24.8606C25.558 48.6373 26.2488 48.7855 26.8728 49.0853C27.4221 49.3595 27.8748 49.7836 28.1742 50.3044C28.4726 50.8642 28.6282 51.4843 28.6282 52.1134C28.6282 52.7425 28.4726 53.3625 28.1742 53.9224ZM26.2941 53.5737C26.6598 53.1675 26.861 52.6483 26.861 52.1111C26.861 51.5738 26.6598 51.0546 26.2941 50.6484C25.8575 50.2797 25.2869 50.0921 24.7069 50.1266H23.8785V54.0932H24.7189C25.2944 54.1245 25.8598 53.9381 26.2941 53.5737Z" fill="white"/>
|
|
28
|
+
<path d="M34.3343 48.6536V49.9904H31.3736V51.5119H33.662V52.7887H31.3736V55.5963H29.6279V48.6536H34.3343Z" fill="white"/>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
<defs>
|
|
32
|
+
<filter id="filter0_f_2348_5581" x="10.6337" y="4.8119" width="58.7327" height="73.0516" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
33
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
34
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
35
|
+
<feGaussianBlur stdDeviation="3.47418" result="effect1_foregroundBlur_2348_5581"/>
|
|
36
|
+
</filter>
|
|
37
|
+
<filter id="filter1_f_2348_5581" x="-3.35645" y="-9.64832" width="86.7139" height="101.502" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
38
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
39
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
40
|
+
<feGaussianBlur stdDeviation="10" result="effect1_foregroundBlur_2348_5581"/>
|
|
41
|
+
</filter>
|
|
42
|
+
<filter id="filter2_i_2348_5581" x="15" y="6.30005" width="50" height="66.7277" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
43
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
44
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
45
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
46
|
+
<feOffset dy="-1"/>
|
|
47
|
+
<feGaussianBlur stdDeviation="1.5"/>
|
|
48
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
49
|
+
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0"/>
|
|
50
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_2348_5581"/>
|
|
51
|
+
</filter>
|
|
52
|
+
<filter id="filter3_f_2348_5581" x="32.7918" y="-5.50682" width="45.352" height="44.9798" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
53
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
54
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
55
|
+
<feGaussianBlur stdDeviation="6.94836" result="effect1_foregroundBlur_2348_5581"/>
|
|
56
|
+
</filter>
|
|
57
|
+
<filter id="filter4_ii_2348_5581" x="11.665" y="43.5193" width="26.6699" height="16.0781" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
58
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
59
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
60
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
61
|
+
<feMorphology radius="2.26608" operator="erode" in="SourceAlpha" result="effect1_innerShadow_2348_5581"/>
|
|
62
|
+
<feOffset/>
|
|
63
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
64
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.999365 0 0 0 0 0.999365 0 0 0 0 0.999365 0 0 0 0.2 0"/>
|
|
65
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_2348_5581"/>
|
|
66
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
67
|
+
<feOffset dy="-1.13304"/>
|
|
68
|
+
<feGaussianBlur stdDeviation="2.26608"/>
|
|
69
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
70
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.384314 0 0 0 0 0.305882 0 0 0 0 0.843137 0 0 0 1 0"/>
|
|
71
|
+
<feBlend mode="normal" in2="effect1_innerShadow_2348_5581" result="effect2_innerShadow_2348_5581"/>
|
|
72
|
+
</filter>
|
|
73
|
+
<radialGradient id="paint0_radial_2348_5581" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(63.913 7.8869) rotate(126.772) scale(80.171 61.1047)">
|
|
74
|
+
<stop stop-color="#EFEFEF"/>
|
|
75
|
+
<stop offset="1" stop-color="#FDFDFD"/>
|
|
76
|
+
</radialGradient>
|
|
77
|
+
<radialGradient id="paint1_radial_2348_5581" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(12.4178 77.0184) rotate(-52.584) scale(59.1107 45.0592)">
|
|
78
|
+
<stop stop-color="#35364E"/>
|
|
79
|
+
<stop offset="1" stop-color="#282B37"/>
|
|
80
|
+
</radialGradient>
|
|
81
|
+
<radialGradient id="paint2_radial_2348_5581" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(63.913 7.8869) rotate(126.772) scale(80.171 61.1047)">
|
|
82
|
+
<stop stop-color="#EFEFEF"/>
|
|
83
|
+
<stop offset="1" stop-color="#FDFDFD"/>
|
|
84
|
+
</radialGradient>
|
|
85
|
+
<linearGradient id="paint3_linear_2348_5581" x1="25.1776" y1="44.6523" x2="25.1776" y2="59.5975" gradientUnits="userSpaceOnUse">
|
|
86
|
+
<stop stop-color="#7862FF"/>
|
|
87
|
+
<stop offset="1" stop-color="#624ED7"/>
|
|
88
|
+
</linearGradient>
|
|
89
|
+
<clipPath id="clip0_2348_5581">
|
|
90
|
+
<rect width="80" height="80" fill="white"/>
|
|
91
|
+
</clipPath>
|
|
92
|
+
</defs>
|
|
93
|
+
</svg>
|