deciphony-renderer 0.0.18 → 0.0.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/assets/msSymbols/1_active.svg +7 -0
- package/dist/assets/assets/msSymbols/2_active.svg +7 -0
- package/dist/assets/assets/msSymbols/3_active.svg +7 -0
- package/dist/assets/assets/msSymbols/4_active.svg +7 -0
- package/dist/assets/assets/msSymbols/5_active.svg +7 -0
- package/dist/assets/assets/msSymbols/6_active.svg +7 -0
- package/dist/assets/assets/msSymbols/7_active.svg +7 -0
- package/dist/assets/assets/msSymbols/altoClef.svg +9 -11
- package/dist/assets/assets/msSymbols/altoClef_active.svg +18 -0
- package/dist/assets/assets/msSymbols/bar-numberNotation_active.svg +5 -0
- package/dist/assets/assets/msSymbols/bar-standardStaff_active.svg +7 -0
- package/dist/assets/assets/msSymbols/barlineEndRepeatSign.svg +11 -9
- package/dist/assets/assets/msSymbols/barlineEndRepeatSign_active.svg +14 -0
- package/dist/assets/assets/msSymbols/barlineFinal.svg +6 -7
- package/dist/assets/assets/msSymbols/barlineFinal_active.svg +9 -0
- package/dist/assets/assets/msSymbols/barlineReverseFinal.svg +7 -7
- package/dist/assets/assets/msSymbols/barlineReverseFinal_active.svg +10 -0
- package/dist/assets/assets/msSymbols/barlineSingle_active.svg +3 -0
- package/dist/assets/assets/msSymbols/barlineStartRepeatSign.svg +11 -7
- package/dist/assets/assets/msSymbols/barlineStartRepeatSign_active.svg +14 -0
- package/dist/assets/assets/msSymbols/bassClef.svg +6 -41
- package/dist/assets/assets/msSymbols/bassClef_active.svg +11 -0
- package/dist/assets/assets/msSymbols/chronaxieIncreasingLine_active.svg +3 -0
- package/dist/assets/assets/msSymbols/doubleFlat.svg +15 -0
- package/dist/assets/assets/msSymbols/doubleFlat_active.svg +15 -0
- package/dist/assets/assets/msSymbols/doubleSharp.svg +16 -0
- package/dist/assets/assets/msSymbols/doubleSharp_active.svg +16 -0
- package/dist/assets/assets/msSymbols/flat.svg +7 -9
- package/dist/assets/assets/msSymbols/flat_active.svg +9 -0
- package/dist/assets/assets/msSymbols/nature.svg +6 -8
- package/dist/assets/assets/msSymbols/nature_active.svg +8 -0
- package/dist/assets/assets/msSymbols/noteHead1.svg +6 -0
- package/dist/assets/assets/msSymbols/noteHead1_active.svg +6 -0
- package/dist/assets/assets/msSymbols/noteHead2.svg +20 -0
- package/dist/assets/assets/msSymbols/noteHead2_active.svg +20 -0
- package/dist/assets/assets/msSymbols/noteHead4.svg +8 -0
- package/dist/assets/assets/msSymbols/noteHead4_active.svg +8 -0
- package/dist/assets/assets/msSymbols/noteStem_active.svg +5 -0
- package/dist/assets/assets/msSymbols/noteTail128.svg +17 -0
- package/dist/assets/assets/msSymbols/noteTail128_active.svg +17 -0
- package/dist/assets/assets/msSymbols/noteTail16.svg +11 -0
- package/dist/assets/assets/msSymbols/noteTail16_active.svg +11 -0
- package/dist/assets/assets/msSymbols/noteTail256.svg +16 -0
- package/dist/assets/assets/msSymbols/noteTail256_active.svg +16 -0
- package/dist/assets/assets/msSymbols/noteTail32.svg +11 -0
- package/dist/assets/assets/msSymbols/noteTail32_active.svg +11 -0
- package/dist/assets/assets/msSymbols/noteTail64.svg +12 -0
- package/dist/assets/assets/msSymbols/noteTail64_active.svg +12 -0
- package/dist/assets/assets/msSymbols/noteTail8.svg +8 -0
- package/dist/assets/assets/msSymbols/noteTail8_active.svg +8 -0
- package/dist/assets/assets/msSymbols/rest1.svg +3 -0
- package/dist/assets/assets/msSymbols/rest128.svg +5 -0
- package/dist/assets/assets/msSymbols/rest128_active.svg +5 -0
- package/dist/assets/assets/msSymbols/rest16.svg +5 -0
- package/dist/assets/assets/msSymbols/rest16_active.svg +5 -0
- package/dist/assets/assets/msSymbols/rest1_active.svg +3 -0
- package/dist/assets/assets/msSymbols/rest2.svg +3 -0
- package/dist/assets/assets/msSymbols/rest256.svg +5 -0
- package/dist/assets/assets/msSymbols/rest256_active.svg +5 -0
- package/dist/assets/assets/msSymbols/rest2_active.svg +3 -0
- package/dist/assets/assets/msSymbols/rest32.svg +5 -0
- package/dist/assets/assets/msSymbols/rest32_active.svg +5 -0
- package/dist/assets/assets/msSymbols/rest4.svg +5 -0
- package/dist/assets/assets/msSymbols/rest4_active.svg +5 -0
- package/dist/assets/assets/msSymbols/rest64.svg +5 -0
- package/dist/assets/assets/msSymbols/rest64_active.svg +5 -0
- package/dist/assets/assets/msSymbols/rest8.svg +5 -0
- package/dist/assets/assets/msSymbols/rest8_active.svg +5 -0
- package/dist/assets/assets/msSymbols/sharp.svg +8 -8
- package/dist/assets/assets/msSymbols/sharp_active.svg +10 -0
- package/dist/assets/assets/msSymbols/trebleClef.svg +6 -14
- package/dist/assets/assets/msSymbols/trebleClef_active.svg +13 -0
- package/dist/components/clef.d.ts +1 -1
- package/dist/components/dragbox/bezier3DragBox.d.ts +170 -0
- package/dist/components/dragbox/rectDragBox.d.ts +114 -0
- package/dist/components/keySignature.d.ts +3 -3
- package/dist/components/measureContainer.d.ts +4 -4
- package/dist/components/msSymbol.d.ts +8 -12
- package/dist/components/msSymbolContainer.d.ts +5 -9
- package/dist/components/msSymbolSlot.d.ts +12 -20
- package/dist/components/noteTail.d.ts +6 -10
- package/dist/components/slur.d.ts +97 -2
- package/dist/components/spanSymbol.d.ts +1 -1
- package/dist/components/timeSignature.d.ts +1 -1
- package/dist/components/virtualSymbolContainer.d.ts +1 -1
- package/dist/components/volta.d.ts +57 -2
- package/dist/composables/useSkin.d.ts +9 -0
- package/dist/deciphony-renderer.css +1 -1
- package/dist/enum.d.ts +7 -0
- package/dist/index.cjs.js +11 -5
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +2731 -2170
- package/dist/musicScore.d.ts +13 -3
- package/dist/types.d.ts +27 -2
- package/dist/utils/eventUtil.d.ts +1 -2
- package/dist/utils/geometryUtil.d.ts +1 -2
- package/dist/utils/heightUtil.d.ts +1 -1
- package/dist/utils/leftUtil.d.ts +1 -1
- package/dist/utils/spanSymbolUtil.d.ts +4 -0
- package/dist/utils/topUtil.d.ts +12 -0
- package/dist/utils/widthUtil.d.ts +2 -2
- package/package.json +4 -2
- package/dist/assets/assets/msSymbols/defaultSymbol.svg +0 -0
- package/dist/assets/assets/msSymbols/noteHeadHalf.svg +0 -14
- package/dist/assets/assets/msSymbols/noteHeadQuarter.svg +0 -14
- package/dist/assets/assets/msSymbols/noteHeadWhole.svg +0 -12
- package/dist/assets/assets/msSymbols/noteTailOneDown.svg +0 -13
- package/dist/assets/assets/msSymbols/noteTailOneUp.svg +0 -10
- package/dist/assets/assets/msSymbols/noteTailTwoDown.svg +0 -14
- package/dist/assets/assets/msSymbols/noteTailTwoUp.svg +0 -14
- package/dist/assets/assets/msSymbols/restEighth.svg +0 -40
- package/dist/assets/assets/msSymbols/restHalf.svg +0 -36
- package/dist/assets/assets/msSymbols/restQuarter.svg +0 -38
- package/dist/assets/assets/msSymbols/restSixteenth.svg +0 -46
- package/dist/assets/assets/msSymbols/restSixtyFourth.svg +0 -45
- package/dist/assets/assets/msSymbols/restThirtySecond.svg +0 -45
- package/dist/assets/assets/msSymbols/restWhole.svg +0 -8
- package/dist/components/rectDragShell.d.ts +0 -29
- package/dist/utils/bottomUtil.d.ts +0 -11
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 -9.8 6.5 29" width="80"
|
|
2
|
+
height="300">
|
|
3
|
+
<!-- 音符尾 -->
|
|
4
|
+
<path d="
|
|
5
|
+
M5.7,14.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.2,0-0.4,0-0.5c0-0.5-0.1-1-0.2-1.6c-0.1-0.4-0.1-0.9,0-1.3C5.9,9.4,5.9,9,5.9,8.6
|
|
6
|
+
c0-0.5-0.1-1.1-0.1-1.7c0-0.3,0-0.6,0-0.9l0.1-0.9c0-0.2,0-0.4,0-0.6c0-0.5-0.1-0.9-0.1-1.5c0-0.3,0-0.6,0-0.9l0.1-1
|
|
7
|
+
c0-0.2,0-0.4,0-0.5c0-0.7-0.1-1.5-0.4-2.4C5.2-2.8,4.7-3.7,4-4.6C3.4-5.5,2.4-6.4,1.3-7.4c-0.5-0.5-0.8-1-1-1.4l-0.5-1h-0.5v21.1
|
|
8
|
+
h0.4v-0.6l2.7,1.7c0.8,0.5,1.4,1,1.9,1.5c0.2,0.2,0.3,0.3,0.5,0.5c0.1,0.2,0.2,0.3,0.3,0.4c0.2,0.4,0.3,0.8,0.4,1.3
|
|
9
|
+
c0,0,0.4,1.2,0,2.2l-0.2,0.4c0,0.1,0.1,0,0.1,0c0.3-0.5,0.4-0.4,0.6-1.2c0.1-0.4,0.1-0.8,0.1-1.2C6.3,15.6,6.1,14.9,5.7,14.3z
|
|
10
|
+
M-0.1-6C1-5.4,2-4.8,2.8-4.1c0.8,0.6,1.5,1.5,2,2.7l0.3,1.1c0,0.1,0.1,0.3,0.1,0.4L5.4,1v0.7C5.1,0.9,4.7,0.1,4.1-0.7
|
|
11
|
+
C3.4-1.5,2.4-2.5,1.3-3.5c-0.5-0.5-0.8-1-1-1.4l-0.4-1V-6z M2.8-0.2c0.8,0.6,1.5,1.5,2,2.7l0.3,1.1c0,0.2,0.1,0.3,0.1,0.5l0.2,1v0.6
|
|
12
|
+
C5.1,4.7,4.7,3.9,4.1,3.2C3.4,2.3,2.4,1.3,1.3,0.4c-0.5-0.5-0.9-1-1-1.5l-0.4-1C1-1.5,2-0.9,2.8-0.2z M-0.1,1.7C1,2.3,2,3,2.8,3.7
|
|
13
|
+
c0.8,0.6,1.5,1.5,2,2.7l0.3,1.1c0,0.1,0.1,0.3,0.1,0.4l0.2,0.9v0.7C5.1,8.7,4.7,7.9,4.1,7.1C3.4,6.2,2.4,5.3,1.3,4.3
|
|
14
|
+
c-0.5-0.5-0.8-1-1-1.4l-0.4-1.1V1.7z M4.6,12.6l-1-1.1l-1.4-1.4C1.7,9.6,1.2,9,0.8,8.2C0.3,7.4,0.1,6.6,0,5.7c1.1,0.6,2,1.2,2.8,1.8
|
|
15
|
+
c0.7,0.6,1.4,1.4,1.9,2.4c0.1,0.2,0.2,0.4,0.2,0.6l0.3,1l0.1,0.4l0.1,0.8v1.1l-0.7-1L4.6,12.6z
|
|
16
|
+
" fill="red"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 6 19" width="8"
|
|
2
|
+
height="20">
|
|
3
|
+
<!-- 音符尾 -->
|
|
4
|
+
<path d="
|
|
5
|
+
M5.8,10.3C5.7,8.7,5.2,7.3,4.1,6c-0.7-1-1.7-2-3-3c-0.5-0.5-0.8-1-1-1.5L-0.1,0h-0.6v10h0.5V9.6c1.3,0.4,2.5,1.2,3.3,2
|
|
6
|
+
c0.5,0.5,0.8,1.1,1.1,1.6C5,15.1,4.5,17.1,4,18.6c0,0.1,0.1,0.1,0.1,0.1c0.2-0.3,0.4-0.4,0.6-0.9c0.2-0.4,0.4-0.9,0.5-1.4
|
|
7
|
+
c0.2-0.7,0.3-1.4,0.2-2.1l0,0c0-0.4-0.1-0.8-0.2-1.3C5.7,12.3,5.8,11.1,5.8,10.3z M4.1,10.9L3,9.6L2,8.3L1.4,7.5
|
|
8
|
+
c-0.5-0.7-0.9-1-1.2-1.7c0,0-0.1-0.3-0.1-0.4c0,0-0.1-0.7-0.1-1l0,0c1.5,0.8,2.8,1.8,3.8,2.9c0.9,0.9,1.3,1.9,1.6,3
|
|
9
|
+
c0,0.1,0,0.2,0,0.3L5,12.5C4.8,11.9,4.5,11.4,4.1,10.9z
|
|
10
|
+
" fill="black"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 6 19" width="8"
|
|
2
|
+
height="20">
|
|
3
|
+
<!-- 音符尾 -->
|
|
4
|
+
<path d="
|
|
5
|
+
M5.8,10.3C5.7,8.7,5.2,7.3,4.1,6c-0.7-1-1.7-2-3-3c-0.5-0.5-0.8-1-1-1.5L-0.1,0h-0.6v10h0.5V9.6c1.3,0.4,2.5,1.2,3.3,2
|
|
6
|
+
c0.5,0.5,0.8,1.1,1.1,1.6C5,15.1,4.5,17.1,4,18.6c0,0.1,0.1,0.1,0.1,0.1c0.2-0.3,0.4-0.4,0.6-0.9c0.2-0.4,0.4-0.9,0.5-1.4
|
|
7
|
+
c0.2-0.7,0.3-1.4,0.2-2.1l0,0c0-0.4-0.1-0.8-0.2-1.3C5.7,12.3,5.8,11.1,5.8,10.3z M4.1,10.9L3,9.6L2,8.3L1.4,7.5
|
|
8
|
+
c-0.5-0.7-0.9-1-1.2-1.7c0,0-0.1-0.3-0.1-0.4c0,0-0.1-0.7-0.1-1l0,0c1.5,0.8,2.8,1.8,3.8,2.9c0.9,0.9,1.3,1.9,1.6,3
|
|
9
|
+
c0,0.1,0,0.2,0,0.3L5,12.5C4.8,11.9,4.5,11.4,4.1,10.9z
|
|
10
|
+
" fill="red"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 -18 6 37" width="80"
|
|
2
|
+
height="400">
|
|
3
|
+
<!-- 音符尾 -->
|
|
4
|
+
<path d="
|
|
5
|
+
M5.2,12.7c0.1-0.3,0.2-0.6,0.2-0.9c0.1-0.5,0.2-1,0.2-1.5c-0.1-0.7-0.2-1.4-0.4-2c0.3-0.8,0.4-1.7,0.4-2.6
|
|
6
|
+
c0-0.8-0.2-1.5-0.4-2.1C5.5,2.8,5.6,1.9,5.6,1c0-0.7-0.1-1.4-0.3-2c0.2-0.8,0.3-1.6,0.3-2.5c0-0.6-0.1-1.2-0.3-1.8
|
|
7
|
+
c0.2-0.8,0.3-1.6,0.3-2.4C5.5-9.3,5-10.7,3.9-12c-0.8-1-1.8-2-3-3c-0.5-0.5-0.9-1-1.1-1.5L-0.5-18h-0.4v28h0.5V9.6l0.1,0.1L0.3,10
|
|
8
|
+
l1.8,1.1c0.9,0.5,1.7,1.1,2.2,1.7c0.9,1.1,1,3,1,3c0,0.6-0.1,1.3-0.3,2c0,0-0.1,0.2-0.1,0.3C4.8,18.4,5,18.3,5,18.2
|
|
9
|
+
c0.4-0.6,0.6-0.9,0.8-1.8C6.1,15.4,5.6,13.5,5.2,12.7z M3.4-10.7c0.9,1,1.4,2.1,1.5,3.1v1.3L3.8-7.9c-0.8-1-1.8-2-3-3
|
|
10
|
+
c-0.5-0.5-0.8-1-1-1.5l-0.2-1.2C1.1-12.8,2.4-11.9,3.4-10.7z M3.4-6.5c0.9,1,1.4,2.1,1.5,3.3l-0.1,1v0.4l-1-1.6c-0.8-1-1.8-2-3-3
|
|
11
|
+
c-0.5-0.5-0.8-1-1-1.5l-0.2-1.5C1.1-8.6,2.4-7.7,3.4-6.5z M-0.4-5c1.5,0.8,2.8,1.7,3.8,2.9c0.9,1,1.4,2.1,1.5,3.3V3l-1-1.6
|
|
12
|
+
c-0.8-1-1.8-2-3-3C0.4-2.1,0-2.6-0.2-3.2l-0.2-1.5V-5z M-0.4-0.2c1.5,0.8,2.8,1.7,3.8,2.9c0.9,0.9,1.4,2,1.5,3.2v1.7
|
|
13
|
+
C4.7,7,4.3,6.5,3.9,6c-0.8-0.9-1.8-1.9-3-3C0.4,2.5,0,2-0.2,1.5L-0.4,0V-0.2z M-0.4,4.4c0.3,0.1,0.5,0.3,0.8,0.4
|
|
14
|
+
c1.2,0.7,2.2,1.5,3,2.5c0.9,1,1.4,2.1,1.5,3.3V12l-0.6-0.8l-1-1.1L1.9,8.8C1.3,8.3,0.8,7.7,0.4,6.9C-0.1,6.1-0.3,5.3-0.4,4.4z
|
|
15
|
+
" fill="black"/>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 -18 6 37" width="80"
|
|
2
|
+
height="400">
|
|
3
|
+
<!-- 音符尾 -->
|
|
4
|
+
<path d="
|
|
5
|
+
M5.2,12.7c0.1-0.3,0.2-0.6,0.2-0.9c0.1-0.5,0.2-1,0.2-1.5c-0.1-0.7-0.2-1.4-0.4-2c0.3-0.8,0.4-1.7,0.4-2.6
|
|
6
|
+
c0-0.8-0.2-1.5-0.4-2.1C5.5,2.8,5.6,1.9,5.6,1c0-0.7-0.1-1.4-0.3-2c0.2-0.8,0.3-1.6,0.3-2.5c0-0.6-0.1-1.2-0.3-1.8
|
|
7
|
+
c0.2-0.8,0.3-1.6,0.3-2.4C5.5-9.3,5-10.7,3.9-12c-0.8-1-1.8-2-3-3c-0.5-0.5-0.9-1-1.1-1.5L-0.5-18h-0.4v28h0.5V9.6l0.1,0.1L0.3,10
|
|
8
|
+
l1.8,1.1c0.9,0.5,1.7,1.1,2.2,1.7c0.9,1.1,1,3,1,3c0,0.6-0.1,1.3-0.3,2c0,0-0.1,0.2-0.1,0.3C4.8,18.4,5,18.3,5,18.2
|
|
9
|
+
c0.4-0.6,0.6-0.9,0.8-1.8C6.1,15.4,5.6,13.5,5.2,12.7z M3.4-10.7c0.9,1,1.4,2.1,1.5,3.1v1.3L3.8-7.9c-0.8-1-1.8-2-3-3
|
|
10
|
+
c-0.5-0.5-0.8-1-1-1.5l-0.2-1.2C1.1-12.8,2.4-11.9,3.4-10.7z M3.4-6.5c0.9,1,1.4,2.1,1.5,3.3l-0.1,1v0.4l-1-1.6c-0.8-1-1.8-2-3-3
|
|
11
|
+
c-0.5-0.5-0.8-1-1-1.5l-0.2-1.5C1.1-8.6,2.4-7.7,3.4-6.5z M-0.4-5c1.5,0.8,2.8,1.7,3.8,2.9c0.9,1,1.4,2.1,1.5,3.3V3l-1-1.6
|
|
12
|
+
c-0.8-1-1.8-2-3-3C0.4-2.1,0-2.6-0.2-3.2l-0.2-1.5V-5z M-0.4-0.2c1.5,0.8,2.8,1.7,3.8,2.9c0.9,0.9,1.4,2,1.5,3.2v1.7
|
|
13
|
+
C4.7,7,4.3,6.5,3.9,6c-0.8-0.9-1.8-1.9-3-3C0.4,2.5,0,2-0.2,1.5L-0.4,0V-0.2z M-0.4,4.4c0.3,0.1,0.5,0.3,0.8,0.4
|
|
14
|
+
c1.2,0.7,2.2,1.5,3,2.5c0.9,1,1.4,2.1,1.5,3.3V12l-0.6-0.8l-1-1.1L1.9,8.8C1.3,8.3,0.8,7.7,0.4,6.9C-0.1,6.1-0.3,5.3-0.4,4.4z
|
|
15
|
+
" fill="red"/>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 -4.5 6.2 23.5" width="8"
|
|
2
|
+
height="30">
|
|
3
|
+
<!-- 音符尾 -->
|
|
4
|
+
<path d="
|
|
5
|
+
M5.4,12.8c0-0.1,0.1-0.2,0.1-0.3c0.2-0.7,0.3-1.4,0.3-2C5.7,9.7,5.6,9,5.4,8.4c0.3-0.8,0.4-1.7,0.4-2.6
|
|
6
|
+
c-0.1-1.6-0.6-3-1.7-4.3c-0.8-1-1.8-2-3-3C0.6-2,0.3-2.5,0.1-3l-0.2-1.5h-0.6v14.7h0.5V9.7l2.5,1.6C3.3,11.8,4,12.4,4.6,13c0,0,0,0,0,0.1C5.3,14,5.5,16,5.5,16c0,0.6,0,1.1-0.2,1.8l0,0.2c0,0.3-0.1,0.4-0.1,0.6c0,0.1,0.1,0.1,0.1,0.1C5.6,17.9,6,17,6,15.7
|
|
7
|
+
C6,15,5.8,13.6,5.4,12.8z M-0.1-0.1c1.5,0.8,2.8,1.7,3.8,2.9c0.8,0.9,1.3,2,1.4,3.4v1.6c-0.2-0.6-0.6-1.1-1-1.6
|
|
8
|
+
c-0.8-0.9-1.8-1.9-3-3c-0.5-0.5-0.8-1-1-1.5l-0.2-1.5V-0.1z M5.1,12.2l-0.6-0.8l-0.2-0.2l-0.8-0.9L2.1,9c-0.5-0.5-1-1.1-1.4-2
|
|
9
|
+
C0.2,6.2,0,5.4-0.1,4.5c1.5,0.8,2.8,1.8,3.8,2.9c0.8,1,1.3,2.1,1.5,3.3l-0.1,1.1L5.1,12.2z
|
|
10
|
+
" fill="black"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 -4.5 6.2 23.5" width="8"
|
|
2
|
+
height="30">
|
|
3
|
+
<!-- 音符尾 -->
|
|
4
|
+
<path d="
|
|
5
|
+
M5.4,12.8c0-0.1,0.1-0.2,0.1-0.3c0.2-0.7,0.3-1.4,0.3-2C5.7,9.7,5.6,9,5.4,8.4c0.3-0.8,0.4-1.7,0.4-2.6
|
|
6
|
+
c-0.1-1.6-0.6-3-1.7-4.3c-0.8-1-1.8-2-3-3C0.6-2,0.3-2.5,0.1-3l-0.2-1.5h-0.6v14.7h0.5V9.7l2.5,1.6C3.3,11.8,4,12.4,4.6,13c0,0,0,0,0,0.1C5.3,14,5.5,16,5.5,16c0,0.6,0,1.1-0.2,1.8l0,0.2c0,0.3-0.1,0.4-0.1,0.6c0,0.1,0.1,0.1,0.1,0.1C5.6,17.9,6,17,6,15.7
|
|
7
|
+
C6,15,5.8,13.6,5.4,12.8z M-0.1-0.1c1.5,0.8,2.8,1.7,3.8,2.9c0.8,0.9,1.3,2,1.4,3.4v1.6c-0.2-0.6-0.6-1.1-1-1.6
|
|
8
|
+
c-0.8-0.9-1.8-1.9-3-3c-0.5-0.5-0.8-1-1-1.5l-0.2-1.5V-0.1z M5.1,12.2l-0.6-0.8l-0.2-0.2l-0.8-0.9L2.1,9c-0.5-0.5-1-1.1-1.4-2
|
|
9
|
+
C0.2,6.2,0,5.4-0.1,4.5c1.5,0.8,2.8,1.8,3.8,2.9c0.8,1,1.3,2.1,1.5,3.3l-0.1,1.1L5.1,12.2z
|
|
10
|
+
" fill="red"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 -9 6.5 29" width="80"
|
|
2
|
+
height="300">
|
|
3
|
+
<!-- 音符尾 -->
|
|
4
|
+
<path d="
|
|
5
|
+
M5.8,3.9c0.3-0.8,0.4-1.7,0.4-2.6C6.1-0.3,5.6-1.7,4.5-3c-0.8-1-1.8-2-3-3C1-6.5,0.7-7,0.5-7.5L-0.2-9h-0.5v19.4H0V9.9
|
|
6
|
+
c0,0,2.6,1,3.3,1.9c0.5,0.5,0.9,1.1,1.1,1.8c0.8,1.8,0.3,3.8-0.2,5.3c-0.1,0.3,0.1,0.2,0.1,0.1c0.8-1.1,1.4-2.6,1.3-4.5l0,0
|
|
7
|
+
c-0.2-2.1-1.8-3.9-1.8-3.9S1.5,8,1.1,7.2C0.9,6.9,0,5,0,4.7h0.4c1.5,0.8,2.8,1.8,3.8,2.9c2.3,2.1,1.1,5.7,1.1,5.7l0.1,0.3
|
|
8
|
+
c1-1.6,0.7-4.4,0.5-5C6.1,7.8,6.2,6.9,6.2,6C6.2,5.3,6,4.6,5.8,3.9z M5.5,8c-0.2-0.6-0.6-1.1-1-1.6c-0.8-0.9-1.8-1.9-3-3
|
|
9
|
+
c-0.5-0.5-0.8-1-1-1.5L0,0.1C1.4,0.9,3.1,1.8,4.1,3c0.8,1,1.3,2,1.4,3.4V8z M5.5,3.3l-1-1.6c-0.8-1-1.8-2-3-3c-0.5-0.5-0.8-1-1-1.5
|
|
10
|
+
L0-4.6c1.5,0.8,3.1,1.7,4.2,2.9c0.8,0.9,1.3,2,1.4,3.2V3.3z
|
|
11
|
+
" fill="black"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 -9 6.5 29" width="80"
|
|
2
|
+
height="300">
|
|
3
|
+
<!-- 音符尾 -->
|
|
4
|
+
<path d="
|
|
5
|
+
M5.8,3.9c0.3-0.8,0.4-1.7,0.4-2.6C6.1-0.3,5.6-1.7,4.5-3c-0.8-1-1.8-2-3-3C1-6.5,0.7-7,0.5-7.5L-0.2-9h-0.5v19.4H0V9.9
|
|
6
|
+
c0,0,2.6,1,3.3,1.9c0.5,0.5,0.9,1.1,1.1,1.8c0.8,1.8,0.3,3.8-0.2,5.3c-0.1,0.3,0.1,0.2,0.1,0.1c0.8-1.1,1.4-2.6,1.3-4.5l0,0
|
|
7
|
+
c-0.2-2.1-1.8-3.9-1.8-3.9S1.5,8,1.1,7.2C0.9,6.9,0,5,0,4.7h0.4c1.5,0.8,2.8,1.8,3.8,2.9c2.3,2.1,1.1,5.7,1.1,5.7l0.1,0.3
|
|
8
|
+
c1-1.6,0.7-4.4,0.5-5C6.1,7.8,6.2,6.9,6.2,6C6.2,5.3,6,4.6,5.8,3.9z M5.5,8c-0.2-0.6-0.6-1.1-1-1.6c-0.8-0.9-1.8-1.9-3-3
|
|
9
|
+
c-0.5-0.5-0.8-1-1-1.5L0,0.1C1.4,0.9,3.1,1.8,4.1,3c0.8,1,1.3,2,1.4,3.4V8z M5.5,3.3l-1-1.6c-0.8-1-1.8-2-3-3c-0.5-0.5-0.8-1-1-1.5
|
|
10
|
+
L0-4.6c1.5,0.8,3.1,1.7,4.2,2.9c0.8,0.9,1.3,2,1.4,3.2V3.3z
|
|
11
|
+
" fill="red"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 5.5 16" width="80"
|
|
2
|
+
height="200">
|
|
3
|
+
<!-- 音符尾 -->
|
|
4
|
+
<path d="
|
|
5
|
+
M3.9,15.4c0.5-1.5,1.1-3.8,0.3-5.6C3.5,8.2,2,6.8-0.1,6.1l-0.1,0.8h-0.5V0h0.6l0.3,2c0.3,1,0.6,1.2,1.2,2L2,4.8l2.1,2.6
|
|
6
|
+
c2.3,2.9,1.1,6.4-0.1,8.1C4,15.6,3.8,15.7,3.9,15.4z
|
|
7
|
+
" fill="black"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 5.5 16" width="80"
|
|
2
|
+
height="200">
|
|
3
|
+
<!-- 音符尾 -->
|
|
4
|
+
<path d="
|
|
5
|
+
M3.9,15.4c0.5-1.5,1.1-3.8,0.3-5.6C3.5,8.2,2,6.8-0.1,6.1l-0.1,0.8h-0.5V0h0.6l0.3,2c0.3,1,0.6,1.2,1.2,2L2,4.8l2.1,2.6
|
|
6
|
+
c2.3,2.9,1.1,6.4-0.1,8.1C4,15.6,3.8,15.7,3.9,15.4z
|
|
7
|
+
" fill="red"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="-0.7 -19 15 37" width="50"
|
|
2
|
+
height="140">
|
|
3
|
+
<path stroke="black"
|
|
4
|
+
d="M12.9-17.6L3.5,16.8H2.6l2.2-8.2C4.1,9.1,3.2,9.4,2.3,9.5c-0.6,0-1.1-0.2-1.6-0.6S0,8.1,0,7.5c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L3.2,8.3c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.7l1.2-4.7C5.6,3.1,4.8,3.4,3.9,3.5c-0.6,0-1.1-0.2-1.6-0.6C1.9,2.6,1.6,2.1,1.6,1.6c0-1.1,0.6-1.7,1.8-1.8c0.5,0,0.9,0.2,1.2,0.6C4.8,0.7,5,1.1,4.9,1.5L4.8,2.3c0.1,0.1,0.2,0.2,0.3,0.1c0.3,0,0.6-0.1,0.9-0.4l0.8-0.8l1.4-4.6C7.3-2.8,6.5-2.5,5.6-2.5C5-2.5,4.4-2.7,4-3C3.5-3.4,3.3-3.9,3.3-4.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0.1,1.3,0.4c0.4,0.3,0.6,0.8,0.6,1.3L6.5-4L6.4-3.7c0.1,0.3,0.3,0.3,0.6,0.2c0.5-0.2,1-0.5,1.5-1.1l1.3-4.7C9-8.8,8.2-8.5,7.2-8.5C6.6-8.5,6.1-8.7,5.7-9C5.2-9.4,5-9.9,5-10.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.8,0.6,1.3L8.2-10L8.1-9.7c0.1,0.3,0.3,0.3,0.6,0.2c0.6-0.2,1.1-0.6,1.5-1.1l1.2-4.7c-0.8,0.5-1.7,0.8-2.6,0.9c-0.6,0-1.1-0.2-1.6-0.6c-0.5-0.4-0.7-0.8-0.7-1.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.7,0.6,1.3L9.8-16l-0.1,0.3c0.1,0.3,0.3,0.3,0.6,0.2c0.9-0.4,1.6-1.1,2.1-2H12.9"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="-0.7 -19 15 37" width="50"
|
|
2
|
+
height="140">
|
|
3
|
+
<path stroke="red" fill="red"
|
|
4
|
+
d="M12.9-17.6L3.5,16.8H2.6l2.2-8.2C4.1,9.1,3.2,9.4,2.3,9.5c-0.6,0-1.1-0.2-1.6-0.6S0,8.1,0,7.5c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L3.2,8.3c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.7l1.2-4.7C5.6,3.1,4.8,3.4,3.9,3.5c-0.6,0-1.1-0.2-1.6-0.6C1.9,2.6,1.6,2.1,1.6,1.6c0-1.1,0.6-1.7,1.8-1.8c0.5,0,0.9,0.2,1.2,0.6C4.8,0.7,5,1.1,4.9,1.5L4.8,2.3c0.1,0.1,0.2,0.2,0.3,0.1c0.3,0,0.6-0.1,0.9-0.4l0.8-0.8l1.4-4.6C7.3-2.8,6.5-2.5,5.6-2.5C5-2.5,4.4-2.7,4-3C3.5-3.4,3.3-3.9,3.3-4.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0.1,1.3,0.4c0.4,0.3,0.6,0.8,0.6,1.3L6.5-4L6.4-3.7c0.1,0.3,0.3,0.3,0.6,0.2c0.5-0.2,1-0.5,1.5-1.1l1.3-4.7C9-8.8,8.2-8.5,7.2-8.5C6.6-8.5,6.1-8.7,5.7-9C5.2-9.4,5-9.9,5-10.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.8,0.6,1.3L8.2-10L8.1-9.7c0.1,0.3,0.3,0.3,0.6,0.2c0.6-0.2,1.1-0.6,1.5-1.1l1.2-4.7c-0.8,0.5-1.7,0.8-2.6,0.9c-0.6,0-1.1-0.2-1.6-0.6c-0.5-0.4-0.7-0.8-0.7-1.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.7,0.6,1.3L9.8-16l-0.1,0.3c0.1,0.3,0.3,0.3,0.6,0.2c0.9-0.4,1.6-1.1,2.1-2H12.9"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="-0.7 -5 9.5 18.5" width="90"
|
|
2
|
+
height="180">
|
|
3
|
+
<path stroke="black"
|
|
4
|
+
d="M2.3-1C1.9-1.4,1.6-1.9,1.6-2.5c0-1,0.5-1.6,1.5-1.8C3.6-4.4,4-4.2,4.3-3.9c0.4,0.3,0.6,0.7,0.6,1.3L4.8-2L4.7-1.7c0.1,0.2,0.3,0.3,0.6,0.1C6.3-2,7-2.7,7.5-3.6H8L3.4,12.7H2.6l2.3-8.2C4.1,5.1,3.2,5.4,2.3,5.4c-0.6,0-1.1-0.2-1.6-0.6C0.3,4.5,0,4,0,3.5c0.1-1.1,0.7-1.7,1.8-1.9c0.5,0,0.9,0.2,1.2,0.6c0.3,0.4,0.4,0.8,0.4,1.3L3.2,4.2c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.6l1.3-4.7C5.6-0.9,4.8-0.6,3.8-0.5C3.3-0.5,2.8-0.7,2.3-1"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="-0.7 -5 9.5 18.5" width="90"
|
|
2
|
+
height="180">
|
|
3
|
+
<path stroke="red" fill="red"
|
|
4
|
+
d="M2.3-1C1.9-1.4,1.6-1.9,1.6-2.5c0-1,0.5-1.6,1.5-1.8C3.6-4.4,4-4.2,4.3-3.9c0.4,0.3,0.6,0.7,0.6,1.3L4.8-2L4.7-1.7c0.1,0.2,0.3,0.3,0.6,0.1C6.3-2,7-2.7,7.5-3.6H8L3.4,12.7H2.6l2.3-8.2C4.1,5.1,3.2,5.4,2.3,5.4c-0.6,0-1.1-0.2-1.6-0.6C0.3,4.5,0,4,0,3.5c0.1-1.1,0.7-1.7,1.8-1.9c0.5,0,0.9,0.2,1.2,0.6c0.3,0.4,0.4,0.8,0.4,1.3L3.2,4.2c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.6l1.3-4.7C5.6-0.9,4.8-0.6,3.8-0.5C3.3-0.5,2.8-0.7,2.3-1"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="-0.7 -19 16 42" width="50"
|
|
2
|
+
height="140">
|
|
3
|
+
<path stroke="black"
|
|
4
|
+
d="M14.4-17.7L5,16.7l0,0l-1.6,5.7H2.5l1.6-5.7l0,0l0.7-2.5C4,14.7,3.2,15,2.3,15.1c-0.6,0-1.1-0.2-1.6-0.6C0.3,14.2,0,13.7,0,13.1c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0,1.3,0.4C3.1,12,3.3,12.4,3.3,13l-0.1,0.6l-0.1,0.3c0.1,0.3,0.3,0.3,0.6,0.2l1.4-1l1.2-4.5C5.5,9.1,4.7,9.4,3.7,9.5c-0.6,0-1.1-0.2-1.6-0.6C1.8,8.5,1.6,8,1.5,7.4c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L4.7,8.1C4.8,8.2,4.9,8.3,5,8.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.7l1.2-4.7C7.2,3,6.3,3.3,5.4,3.4c-0.6,0-1.1-0.2-1.6-0.6C3.4,2.5,3.2,2,3.2,1.5c0-1.1,0.6-1.7,1.8-1.8c0.5,0,0.9,0.2,1.2,0.6C6.4,0.6,6.5,1,6.5,1.4L6.3,2.2c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.8l1.4-4.6C8.9-2.9,8-2.6,7.1-2.6C6.5-2.6,6-2.8,5.5-3.1C5.1-3.5,4.8-4,4.8-4.5c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0,1.3,0.3C8-5.6,8.2-5.2,8.2-4.7L8.1-4.1L8-3.8c0.1,0.3,0.3,0.3,0.6,0.2c0.5-0.2,1-0.5,1.5-1.1l1.3-4.7c-0.8,0.5-1.7,0.8-2.6,0.9c-0.6,0-1.1-0.2-1.6-0.6C6.8-9.5,6.5-10,6.5-10.5c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.8,0.6,1.3l-0.1,0.5L9.7-9.8c0.1,0.3,0.3,0.3,0.6,0.2c0.6-0.2,1.1-0.6,1.5-1.1l1.2-4.7c-0.8,0.5-1.7,0.8-2.6,0.9c-0.6,0-1.1-0.2-1.6-0.6c-0.5-0.4-0.7-0.8-0.7-1.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.7,0.6,1.3L11.4-16l-0.1,0.3c0.1,0.3,0.3,0.3,0.6,0.2c0.9-0.4,1.6-1.1,2.1-2h0.4"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="-0.7 -19 16 42" width="50"
|
|
2
|
+
height="140">
|
|
3
|
+
<path stroke="red" fill="red"
|
|
4
|
+
d="M14.4-17.7L5,16.7l0,0l-1.6,5.7H2.5l1.6-5.7l0,0l0.7-2.5C4,14.7,3.2,15,2.3,15.1c-0.6,0-1.1-0.2-1.6-0.6C0.3,14.2,0,13.7,0,13.1c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0,1.3,0.4C3.1,12,3.3,12.4,3.3,13l-0.1,0.6l-0.1,0.3c0.1,0.3,0.3,0.3,0.6,0.2l1.4-1l1.2-4.5C5.5,9.1,4.7,9.4,3.7,9.5c-0.6,0-1.1-0.2-1.6-0.6C1.8,8.5,1.6,8,1.5,7.4c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L4.7,8.1C4.8,8.2,4.9,8.3,5,8.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.7l1.2-4.7C7.2,3,6.3,3.3,5.4,3.4c-0.6,0-1.1-0.2-1.6-0.6C3.4,2.5,3.2,2,3.2,1.5c0-1.1,0.6-1.7,1.8-1.8c0.5,0,0.9,0.2,1.2,0.6C6.4,0.6,6.5,1,6.5,1.4L6.3,2.2c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.8l1.4-4.6C8.9-2.9,8-2.6,7.1-2.6C6.5-2.6,6-2.8,5.5-3.1C5.1-3.5,4.8-4,4.8-4.5c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0,1.3,0.3C8-5.6,8.2-5.2,8.2-4.7L8.1-4.1L8-3.8c0.1,0.3,0.3,0.3,0.6,0.2c0.5-0.2,1-0.5,1.5-1.1l1.3-4.7c-0.8,0.5-1.7,0.8-2.6,0.9c-0.6,0-1.1-0.2-1.6-0.6C6.8-9.5,6.5-10,6.5-10.5c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.8,0.6,1.3l-0.1,0.5L9.7-9.8c0.1,0.3,0.3,0.3,0.6,0.2c0.6-0.2,1.1-0.6,1.5-1.1l1.2-4.7c-0.8,0.5-1.7,0.8-2.6,0.9c-0.6,0-1.1-0.2-1.6-0.6c-0.5-0.4-0.7-0.8-0.7-1.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.7,0.6,1.3L11.4-16l-0.1,0.3c0.1,0.3,0.3,0.3,0.6,0.2c0.9-0.4,1.6-1.1,2.1-2h0.4"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="-0.7 -13 11 25" width="100"
|
|
2
|
+
height="240">
|
|
3
|
+
<path stroke="black"
|
|
4
|
+
d="M6.5-10L6.4-9.7c0.1,0.3,0.3,0.3,0.6,0.2c0.9-0.4,1.7-1.1,2.2-2h0.4L3.5,10.8H2.6l2.3-8.2C4.1,3.1,3.2,3.4,2.3,3.5c-0.6,0-1.1-0.2-1.6-0.6C0.3,2.6,0,2.1,0,1.5c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L3.2,2.3c0.1,0.1,0.2,0.2,0.3,0.1c0.3,0,0.6-0.1,1-0.4l0.8-0.7l1.2-4.7C5.7-2.8,4.8-2.5,3.9-2.5C3.3-2.5,2.8-2.7,2.3-3C1.9-3.4,1.6-3.8,1.6-4.4c0-1.1,0.6-1.7,1.8-1.9c0.5,0,0.9,0.2,1.2,0.6C4.8-5.3,5-4.9,4.9-4.4L4.8-3.7c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,1-0.4l0.8-0.8l1.3-4.7C7.3-8.8,6.5-8.5,5.6-8.5C5-8.5,4.4-8.7,4-9c-0.4-0.4-0.7-0.8-0.7-1.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0.1,1.3,0.4c0.4,0.3,0.6,0.7,0.6,1.3C6.7-10.4,6.6-10.2,6.5-10"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="-0.7 -13 11 25" width="100"
|
|
2
|
+
height="240">
|
|
3
|
+
<path stroke="red" fill="red"
|
|
4
|
+
d="M6.5-10L6.4-9.7c0.1,0.3,0.3,0.3,0.6,0.2c0.9-0.4,1.7-1.1,2.2-2h0.4L3.5,10.8H2.6l2.3-8.2C4.1,3.1,3.2,3.4,2.3,3.5c-0.6,0-1.1-0.2-1.6-0.6C0.3,2.6,0,2.1,0,1.5c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L3.2,2.3c0.1,0.1,0.2,0.2,0.3,0.1c0.3,0,0.6-0.1,1-0.4l0.8-0.7l1.2-4.7C5.7-2.8,4.8-2.5,3.9-2.5C3.3-2.5,2.8-2.7,2.3-3C1.9-3.4,1.6-3.8,1.6-4.4c0-1.1,0.6-1.7,1.8-1.9c0.5,0,0.9,0.2,1.2,0.6C4.8-5.3,5-4.9,4.9-4.4L4.8-3.7c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,1-0.4l0.8-0.8l1.3-4.7C7.3-8.8,6.5-8.5,5.6-8.5C5-8.5,4.4-8.7,4-9c-0.4-0.4-0.7-0.8-0.7-1.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0.1,1.3,0.4c0.4,0.3,0.6,0.7,0.6,1.3C6.7-10.4,6.6-10.2,6.5-10"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="-0.7 -9.5 7.5 20" width="80"
|
|
2
|
+
height="200">
|
|
3
|
+
<path stroke="black"
|
|
4
|
+
d="M6.2-4.3C4.7-2.6,3.9-1.2,3.8,0.2c0,0.8,0.3,1.6,0.8,2.4l1.6,2.1L5.8,5.1C5.2,4.8,4.6,4.6,4.1,4.6c-0.5,0-0.9,0.2-1.3,0.7C2.4,6.1,2.3,6.8,2.6,7.4c0.3,0.6,0.6,1.1,1,1.4L3.3,9.3L1.2,7.4C0.5,6.7,0.1,5.9,0,4.9c0.1-1.4,0.9-2.1,2.3-2.1c0.5,0,1.2,0.2,1.9,0.6V3.4L0.4-1.5c0.7-0.6,1.3-1.3,1.8-2.1s0.7-1.7,0.6-2.6C2.5-7.3,2-8.1,1.4-8.9h1L6.2-4.3"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="-0.7 -9.5 7.5 20" width="80"
|
|
2
|
+
height="200">
|
|
3
|
+
<path stroke="red" fill="red"
|
|
4
|
+
d="M6.2-4.3C4.7-2.6,3.9-1.2,3.8,0.2c0,0.8,0.3,1.6,0.8,2.4l1.6,2.1L5.8,5.1C5.2,4.8,4.6,4.6,4.1,4.6c-0.5,0-0.9,0.2-1.3,0.7C2.4,6.1,2.3,6.8,2.6,7.4c0.3,0.6,0.6,1.1,1,1.4L3.3,9.3L1.2,7.4C0.5,6.7,0.1,5.9,0,4.9c0.1-1.4,0.9-2.1,2.3-2.1c0.5,0,1.2,0.2,1.9,0.6V3.4L0.4-1.5c0.7-0.6,1.3-1.3,1.8-2.1s0.7-1.7,0.6-2.6C2.5-7.3,2-8.1,1.4-8.9h1L6.2-4.3"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="-0.7 -13 13 31" width="50"
|
|
2
|
+
height="140">
|
|
3
|
+
<path stroke="black"
|
|
4
|
+
d="M7.3-8.5C6.7-8.5,6.2-8.7,5.7-9C5.3-9.4,5-9.9,5-10.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.6,0.7,0.6,1.3L8.3-10L8.2-9.7c0.1,0.3,0.3,0.3,0.6,0.2c1-0.4,1.7-1.1,2.2-2h0.4L3.5,16.8H2.6l2.3-8.2C4.1,9.1,3.2,9.4,2.3,9.5c-0.6,0-1.1-0.2-1.6-0.6S0,8.1,0,7.6c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L3.2,8.3c0.1,0.1,0.2,0.2,0.3,0.1c0.3,0,0.6-0.1,0.9-0.4l0.8-0.7l1.3-4.7C5.7,3.2,4.8,3.5,3.9,3.5C3.3,3.5,2.8,3.3,2.3,3C1.9,2.6,1.6,2.2,1.6,1.6c0-1.1,0.6-1.7,1.8-1.9c0.5,0,0.9,0.2,1.2,0.6S5,1.1,5,1.6L4.8,2.3C4.9,2.5,5,2.5,5.1,2.5c0.3,0,0.6-0.1,1-0.4l0.8-0.8l1.3-4.7C7.4-2.8,6.5-2.5,5.6-2.5C5-2.5,4.4-2.7,4-3C3.5-3.4,3.3-3.9,3.3-4.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0.1,1.3,0.4C6.5-5.5,6.7-5,6.7-4.5L6.6-4L6.5-3.7c0.1,0.3,0.3,0.3,0.6,0.2c0.5-0.2,1-0.5,1.5-1.1l1.3-4.7C9.1-8.8,8.2-8.5,7.3-8.5"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="-0.7 -13 13 31" width="50"
|
|
2
|
+
height="140">
|
|
3
|
+
<path stroke="red" fill="red"
|
|
4
|
+
d="M7.3-8.5C6.7-8.5,6.2-8.7,5.7-9C5.3-9.4,5-9.9,5-10.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.6,0.7,0.6,1.3L8.3-10L8.2-9.7c0.1,0.3,0.3,0.3,0.6,0.2c1-0.4,1.7-1.1,2.2-2h0.4L3.5,16.8H2.6l2.3-8.2C4.1,9.1,3.2,9.4,2.3,9.5c-0.6,0-1.1-0.2-1.6-0.6S0,8.1,0,7.6c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L3.2,8.3c0.1,0.1,0.2,0.2,0.3,0.1c0.3,0,0.6-0.1,0.9-0.4l0.8-0.7l1.3-4.7C5.7,3.2,4.8,3.5,3.9,3.5C3.3,3.5,2.8,3.3,2.3,3C1.9,2.6,1.6,2.2,1.6,1.6c0-1.1,0.6-1.7,1.8-1.9c0.5,0,0.9,0.2,1.2,0.6S5,1.1,5,1.6L4.8,2.3C4.9,2.5,5,2.5,5.1,2.5c0.3,0,0.6-0.1,1-0.4l0.8-0.8l1.3-4.7C7.4-2.8,6.5-2.5,5.6-2.5C5-2.5,4.4-2.7,4-3C3.5-3.4,3.3-3.9,3.3-4.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0.1,1.3,0.4C6.5-5.5,6.7-5,6.7-4.5L6.6-4L6.5-3.7c0.1,0.3,0.3,0.3,0.6,0.2c0.5-0.2,1-0.5,1.5-1.1l1.3-4.7C9.1-8.8,8.2-8.5,7.3-8.5"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="-0.5 -7 7.5 12.3" width="80"
|
|
2
|
+
height="160">
|
|
3
|
+
<path stroke="black"
|
|
4
|
+
d="M3.3-4.1L3.2-3.8c0.1,0.3,0.3,0.3,0.6,0.2c1-0.4,1.7-1.1,2.1-2h0.4L3.5,4.7H2.6L5-3.4C4.1-2.9,3.3-2.6,2.3-2.5c-0.6,0-1.1-0.2-1.6-0.6C0.4-3.5,0.1-3.9,0.1-4.5c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0,1.3,0.4c0.4,0.3,0.5,0.7,0.6,1.3L3.3-4.1"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="-0.5 -7 7.5 12.3" width="80"
|
|
2
|
+
height="160">
|
|
3
|
+
<path stroke="red" fill="red"
|
|
4
|
+
d="M3.3-4.1L3.2-3.8c0.1,0.3,0.3,0.3,0.6,0.2c1-0.4,1.7-1.1,2.1-2h0.4L3.5,4.7H2.6L5-3.4C4.1-2.9,3.3-2.6,2.3-2.5c-0.6,0-1.1-0.2-1.6-0.6C0.4-3.5,0.1-3.9,0.1-4.5c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0,1.3,0.4c0.4,0.3,0.5,0.7,0.6,1.3L3.3-4.1"></path>
|
|
5
|
+
</svg>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
<
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg"
|
|
2
|
+
preserveAspectRatio="none"
|
|
3
|
+
width="100" height="300"
|
|
4
|
+
viewBox="37 13 14 31">
|
|
5
|
+
<rect id="Rectangle 1264" x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black"/>
|
|
6
|
+
<rect id="Rectangle 1265" x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black"/>
|
|
7
|
+
<path id="Rectangle 1266" d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black"/>
|
|
8
|
+
<path id="Rectangle 1267" d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black"/>
|
|
9
9
|
|
|
10
10
|
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg"
|
|
2
|
+
preserveAspectRatio="none"
|
|
3
|
+
width="100" height="300"
|
|
4
|
+
viewBox="37 13 14 31">
|
|
5
|
+
<rect id="Rectangle 1264" x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="red"/>
|
|
6
|
+
<rect id="Rectangle 1265" x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="red"/>
|
|
7
|
+
<path id="Rectangle 1266" d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="red"/>
|
|
8
|
+
<path id="Rectangle 1267" d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="red"/>
|
|
9
|
+
|
|
10
|
+
</svg>
|
|
@@ -1,21 +1,13 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
2
|
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" x="0px"
|
|
4
4
|
y="0px"
|
|
5
5
|
width="30" height="50"
|
|
6
|
-
viewBox="0 0
|
|
7
|
-
<g
|
|
8
|
-
<path
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
c-0.2,0-0.3,0-0.5-0.1c0.6-0.3,1.1-0.9,1.1-1.6c0-1-0.8-1.8-1.8-1.8c-1.7,0.1-1.8,1.8-1.8,1.8c0,0.6,0.2,1.2,0.6,1.6
|
|
12
|
-
c0.5,0.5,1.3,0.9,2.2,0.9c1.1,0,2.2-0.4,2.6-2c0.4-1.3-0.3-3.4-0.4-4.1c1.1-0.5,2.1-2,2.2-3C17.781,15.6,17.381,14.3,16.681,13.4z
|
|
13
|
-
M13.481,2.3c0.1-0.2,0.3-0.3,0.5-0.3c0.1,0,0.3,0.1,0.4,0.2c0.4,0.2,0.5,0.6,0.5,1.2c-0.1,1.5-1.4,3.3-2.1,3.9
|
|
14
|
-
C12.481,5.9,12.681,3.3,13.481,2.3z M10.581,18c-0.7-0.7-1-1.7-0.9-2.7c0.2-1.6,1.3-2.9,2.2-3.9c0.2-0.2,0.4-0.4,0.5-0.6
|
|
15
|
-
c0.1,0.5,0.4,1.3,0.5,1.7c-1.2,0.5-1.9,2.1-1.8,3.4c0,0.6,0.2,1,0.5,1.4c0.1,0.1,0.2,0.2,0.3,0.2s0.3-0.1,0.3-0.2l0,0
|
|
16
|
-
c0.1-0.1,0.1-0.3,0-0.4s-0.1-0.2-0.1-0.4c-0.1-0.9,0.5-1.6,1.2-1.9c0.1,0.6,0.8,3.7,0.9,4.4C12.881,19.4,11.481,19,10.581,18z
|
|
17
|
-
M15.081,18.6c-0.2-0.7-0.3-1.5-0.5-2.4c-0.1-0.6-0.2-1.3-0.4-1.9c1.3,0,1.7,1.1,1.8,1.5C16.281,16.9,15.981,18,15.081,18.6z"/>
|
|
18
|
-
|
|
6
|
+
viewBox="0 0 95 248" style="enable-background:new 0 0 25.8 25.8;" xml:space="preserve">
|
|
7
|
+
<g>
|
|
8
|
+
<path id="Vector"
|
|
9
|
+
d="M58.2521 128.588L52.5358 100.789C71.9986 84.2187 80.9814 66.5533 80.9814 47.2446C80.9814 32.3181 75.1289 16.5699 63.1519 0C49.6777 10.9553 41.9198 32.7289 41.9198 56.1458C41.9198 64.4992 43.0086 72.4417 44.7779 80.1104C14.9713 105.308 0 128.451 0 149.676C0 174.6 25.5874 195.278 53.2163 195.278C59.341 195.278 63.9685 194.319 68.1877 192.265L73.2235 216.641C76.0308 232.176 60.9865 244.44 46.4112 244.44C42.0559 244.44 37.8367 243.344 34.0258 241.427C44.0974 240.331 51.7192 234.169 51.7192 225.131C51.7192 217.051 45.1862 208.698 36.7479 208.698C27.2206 208.698 20.6877 216.093 20.6877 225.679C20.6877 239.099 31.5759 248 44.6418 248C62.1991 248 77.0344 236.497 77.0344 220.064C77.0344 216.504 71.5903 191.991 71.4542 191.17C85.4728 184.322 95 172.272 95 159.399C94.8431 138.883 77.0476 126.943 58.2521 128.588ZM65.4656 18.7609C71.9195 18.7609 74.3123 29.9375 74.3123 34.9199C74.3123 47.6554 65.3295 62.0342 47.6361 77.7824C44.0453 63.3306 46.2924 18.7609 65.4656 18.7609ZM12.1132 156.66C12.1132 139.132 25.043 121.056 49.5415 102.706L54.9857 128.998C41.3754 131.874 29.8066 143.514 29.8066 156.523C29.8066 167.616 37.7006 175.284 49.4054 177.202C42.192 172.683 38.6533 167.068 38.6533 160.358C38.6533 151.32 47.0917 144.61 57.8438 143.103L67.235 188.431C45.0494 200.606 12.1132 182.493 12.1132 156.66ZM70.5014 186.65L61.2464 142.692C73.7567 141.724 83.5673 151.091 83.5673 164.055C83.5673 172.683 79.0759 180.214 70.5014 186.65Z"
|
|
10
|
+
fill="black"/>
|
|
19
11
|
</g>
|
|
20
12
|
|
|
21
13
|
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" x="0px"
|
|
4
|
+
y="0px"
|
|
5
|
+
width="30" height="50"
|
|
6
|
+
viewBox="0 0 95 248" style="enable-background:new 0 0 25.8 25.8;" xml:space="preserve">
|
|
7
|
+
<g>
|
|
8
|
+
<path id="Vector"
|
|
9
|
+
d="M58.2521 128.588L52.5358 100.789C71.9986 84.2187 80.9814 66.5533 80.9814 47.2446C80.9814 32.3181 75.1289 16.5699 63.1519 0C49.6777 10.9553 41.9198 32.7289 41.9198 56.1458C41.9198 64.4992 43.0086 72.4417 44.7779 80.1104C14.9713 105.308 0 128.451 0 149.676C0 174.6 25.5874 195.278 53.2163 195.278C59.341 195.278 63.9685 194.319 68.1877 192.265L73.2235 216.641C76.0308 232.176 60.9865 244.44 46.4112 244.44C42.0559 244.44 37.8367 243.344 34.0258 241.427C44.0974 240.331 51.7192 234.169 51.7192 225.131C51.7192 217.051 45.1862 208.698 36.7479 208.698C27.2206 208.698 20.6877 216.093 20.6877 225.679C20.6877 239.099 31.5759 248 44.6418 248C62.1991 248 77.0344 236.497 77.0344 220.064C77.0344 216.504 71.5903 191.991 71.4542 191.17C85.4728 184.322 95 172.272 95 159.399C94.8431 138.883 77.0476 126.943 58.2521 128.588ZM65.4656 18.7609C71.9195 18.7609 74.3123 29.9375 74.3123 34.9199C74.3123 47.6554 65.3295 62.0342 47.6361 77.7824C44.0453 63.3306 46.2924 18.7609 65.4656 18.7609ZM12.1132 156.66C12.1132 139.132 25.043 121.056 49.5415 102.706L54.9857 128.998C41.3754 131.874 29.8066 143.514 29.8066 156.523C29.8066 167.616 37.7006 175.284 49.4054 177.202C42.192 172.683 38.6533 167.068 38.6533 160.358C38.6533 151.32 47.0917 144.61 57.8438 143.103L67.235 188.431C45.0494 200.606 12.1132 182.493 12.1132 156.66ZM70.5014 186.65L61.2464 142.692C73.7567 141.724 83.5673 151.091 83.5673 164.055C83.5673 172.683 79.0759 180.214 70.5014 186.65Z"
|
|
10
|
+
fill="red"/>
|
|
11
|
+
</g>
|
|
12
|
+
|
|
13
|
+
</svg>
|
|
@@ -18,5 +18,5 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
18
18
|
required: true;
|
|
19
19
|
type: PropType<MusicScore>;
|
|
20
20
|
};
|
|
21
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
21
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
22
22
|
export default _default;
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12
|
+
boxSize: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
default: number;
|
|
15
|
+
};
|
|
16
|
+
modelValue: {
|
|
17
|
+
type: PropType<{
|
|
18
|
+
startPoint: {
|
|
19
|
+
x: number;
|
|
20
|
+
y: number;
|
|
21
|
+
};
|
|
22
|
+
endPoint: {
|
|
23
|
+
x: number;
|
|
24
|
+
y: number;
|
|
25
|
+
};
|
|
26
|
+
leftSlope: {
|
|
27
|
+
x: number;
|
|
28
|
+
y: number;
|
|
29
|
+
};
|
|
30
|
+
rightSlope: {
|
|
31
|
+
x: number;
|
|
32
|
+
y: number;
|
|
33
|
+
};
|
|
34
|
+
}>;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
position: {
|
|
38
|
+
type: PropType<{
|
|
39
|
+
startPoint: {
|
|
40
|
+
x: number;
|
|
41
|
+
y: number;
|
|
42
|
+
};
|
|
43
|
+
endPoint: {
|
|
44
|
+
x: number;
|
|
45
|
+
y: number;
|
|
46
|
+
};
|
|
47
|
+
leftSlope: {
|
|
48
|
+
x: number;
|
|
49
|
+
y: number;
|
|
50
|
+
};
|
|
51
|
+
rightSlope: {
|
|
52
|
+
x: number;
|
|
53
|
+
y: number;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
default: () => {
|
|
57
|
+
startPoint: {
|
|
58
|
+
x: number;
|
|
59
|
+
y: number;
|
|
60
|
+
};
|
|
61
|
+
endPoint: {
|
|
62
|
+
x: number;
|
|
63
|
+
y: number;
|
|
64
|
+
};
|
|
65
|
+
leftSlope: {
|
|
66
|
+
x: number;
|
|
67
|
+
y: number;
|
|
68
|
+
};
|
|
69
|
+
rightSlope: {
|
|
70
|
+
x: number;
|
|
71
|
+
y: number;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
76
|
+
"update:modelValue": (...args: any[]) => void;
|
|
77
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
78
|
+
boxSize: {
|
|
79
|
+
type: NumberConstructor;
|
|
80
|
+
default: number;
|
|
81
|
+
};
|
|
82
|
+
modelValue: {
|
|
83
|
+
type: PropType<{
|
|
84
|
+
startPoint: {
|
|
85
|
+
x: number;
|
|
86
|
+
y: number;
|
|
87
|
+
};
|
|
88
|
+
endPoint: {
|
|
89
|
+
x: number;
|
|
90
|
+
y: number;
|
|
91
|
+
};
|
|
92
|
+
leftSlope: {
|
|
93
|
+
x: number;
|
|
94
|
+
y: number;
|
|
95
|
+
};
|
|
96
|
+
rightSlope: {
|
|
97
|
+
x: number;
|
|
98
|
+
y: number;
|
|
99
|
+
};
|
|
100
|
+
}>;
|
|
101
|
+
required: true;
|
|
102
|
+
};
|
|
103
|
+
position: {
|
|
104
|
+
type: PropType<{
|
|
105
|
+
startPoint: {
|
|
106
|
+
x: number;
|
|
107
|
+
y: number;
|
|
108
|
+
};
|
|
109
|
+
endPoint: {
|
|
110
|
+
x: number;
|
|
111
|
+
y: number;
|
|
112
|
+
};
|
|
113
|
+
leftSlope: {
|
|
114
|
+
x: number;
|
|
115
|
+
y: number;
|
|
116
|
+
};
|
|
117
|
+
rightSlope: {
|
|
118
|
+
x: number;
|
|
119
|
+
y: number;
|
|
120
|
+
};
|
|
121
|
+
}>;
|
|
122
|
+
default: () => {
|
|
123
|
+
startPoint: {
|
|
124
|
+
x: number;
|
|
125
|
+
y: number;
|
|
126
|
+
};
|
|
127
|
+
endPoint: {
|
|
128
|
+
x: number;
|
|
129
|
+
y: number;
|
|
130
|
+
};
|
|
131
|
+
leftSlope: {
|
|
132
|
+
x: number;
|
|
133
|
+
y: number;
|
|
134
|
+
};
|
|
135
|
+
rightSlope: {
|
|
136
|
+
x: number;
|
|
137
|
+
y: number;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
}>> & Readonly<{
|
|
142
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
143
|
+
}>, {
|
|
144
|
+
position: {
|
|
145
|
+
startPoint: {
|
|
146
|
+
x: number;
|
|
147
|
+
y: number;
|
|
148
|
+
};
|
|
149
|
+
endPoint: {
|
|
150
|
+
x: number;
|
|
151
|
+
y: number;
|
|
152
|
+
};
|
|
153
|
+
leftSlope: {
|
|
154
|
+
x: number;
|
|
155
|
+
y: number;
|
|
156
|
+
};
|
|
157
|
+
rightSlope: {
|
|
158
|
+
x: number;
|
|
159
|
+
y: number;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
boxSize: number;
|
|
163
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
164
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
165
|
+
export default _default;
|
|
166
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
167
|
+
new (): {
|
|
168
|
+
$slots: S;
|
|
169
|
+
};
|
|
170
|
+
};
|