deciphony-renderer 0.0.28 → 0.0.34

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.
Files changed (179) hide show
  1. package/dist/components/beam.d.ts +6 -0
  2. package/dist/components/group.d.ts +11 -0
  3. package/dist/components/musicScore.d.ts +1171 -0
  4. package/dist/components/slur.d.ts +5 -108
  5. package/dist/components/volta.d.ts +5 -68
  6. package/dist/constants/renderRules.d.ts +48 -0
  7. package/dist/deciphony-renderer.css +1 -1
  8. package/dist/enums/musicScoreEnum.d.ts +179 -0
  9. package/dist/index.cjs.js +813 -12
  10. package/dist/index.d.ts +11 -12
  11. package/dist/index.es.js +6281 -4337
  12. package/dist/numberNotation/enums/numberNotationEnum.d.ts +0 -0
  13. package/dist/numberNotation/enums/numberNotationSkinKeyEnum.d.ts +137 -0
  14. package/dist/numberNotation/render/affiliated/renderDoubleAffiliatedSymbol.d.ts +3 -0
  15. package/dist/numberNotation/render/beam/beamSlope.d.ts +28 -0
  16. package/dist/numberNotation/render/beam/processBeam.d.ts +14 -0
  17. package/dist/numberNotation/render/constants.d.ts +41 -0
  18. package/dist/numberNotation/render/doubleAffiliatedSymbol.d.ts +0 -0
  19. package/dist/numberNotation/render/grace/renderGraceNumber.d.ts +22 -0
  20. package/dist/numberNotation/render/musicScoreToVDom.d.ts +2 -0
  21. package/dist/numberNotation/render/musicScoreToVDomImpl.d.ts +6 -0
  22. package/dist/numberNotation/render/note/renderStemAndTail.d.ts +3 -0
  23. package/dist/numberNotation/render/symbol/renderSymbol.d.ts +7 -0
  24. package/dist/numberNotation/render/types.d.ts +23 -0
  25. package/dist/numberNotation/render/utils/note.d.ts +16 -0
  26. package/dist/numberNotation/render/utils/noteLayout.d.ts +7 -0
  27. package/dist/numberNotation/render/utils/skinKey.d.ts +20 -0
  28. package/dist/numberNotation/render/utils/slot.d.ts +4 -0
  29. package/dist/render/affiliated/engine.d.ts +20 -0
  30. package/dist/render/affiliated/index.d.ts +1 -0
  31. package/dist/render/graceNote.d.ts +28 -0
  32. package/dist/render/repeat/renderMeasureRepeat.d.ts +16 -0
  33. package/dist/render/repeat/repeatSkinKey.d.ts +7 -0
  34. package/dist/render/skinContent.d.ts +12 -0
  35. package/dist/render/update.d.ts +14 -0
  36. package/dist/render/vdomScale.d.ts +14 -0
  37. package/dist/skins/defaultSkin.d.ts +4 -0
  38. package/dist/standardStaff/enums/standardStaffEnum.d.ts +0 -0
  39. package/dist/standardStaff/enums/standardStaffSkinKeyEnum.d.ts +154 -0
  40. package/dist/standardStaff/render/affiliated/renderDoubleAffiliatedSymbol.d.ts +3 -0
  41. package/dist/standardStaff/render/beam/beamSlope.d.ts +28 -0
  42. package/dist/standardStaff/render/beam/processBeam.d.ts +15 -0
  43. package/dist/standardStaff/render/beam/processGraceBeam.d.ts +15 -0
  44. package/dist/standardStaff/render/constants.d.ts +23 -0
  45. package/dist/standardStaff/render/doubleAffiliatedSymbol.d.ts +0 -0
  46. package/dist/standardStaff/render/grace/renderGraceStaff.d.ts +25 -0
  47. package/dist/standardStaff/render/musicScoreToVDom.d.ts +2 -0
  48. package/dist/standardStaff/render/musicScoreToVDomImpl.d.ts +6 -0
  49. package/dist/standardStaff/render/note/renderStemAndTail.d.ts +29 -0
  50. package/dist/standardStaff/render/symbol/renderSymbol.d.ts +7 -0
  51. package/dist/standardStaff/render/types.d.ts +23 -0
  52. package/dist/standardStaff/render/utils/addLine.d.ts +10 -0
  53. package/dist/standardStaff/render/utils/note.d.ts +26 -0
  54. package/dist/standardStaff/render/utils/skinKey.d.ts +25 -0
  55. package/dist/standardStaff/render/utils/slot.d.ts +4 -0
  56. package/dist/types/MusicScoreType.d.ts +191 -0
  57. package/dist/types/common.d.ts +105 -0
  58. package/dist/utils/widthRatio.d.ts +5 -0
  59. package/package.json +1 -1
  60. package/dist/assets/assets/msSymbols/1.svg +0 -7
  61. package/dist/assets/assets/msSymbols/1_active.svg +0 -7
  62. package/dist/assets/assets/msSymbols/2.svg +0 -7
  63. package/dist/assets/assets/msSymbols/2_active.svg +0 -7
  64. package/dist/assets/assets/msSymbols/3.svg +0 -7
  65. package/dist/assets/assets/msSymbols/3_active.svg +0 -7
  66. package/dist/assets/assets/msSymbols/4.svg +0 -7
  67. package/dist/assets/assets/msSymbols/4_active.svg +0 -7
  68. package/dist/assets/assets/msSymbols/5.svg +0 -7
  69. package/dist/assets/assets/msSymbols/5_active.svg +0 -7
  70. package/dist/assets/assets/msSymbols/6.svg +0 -7
  71. package/dist/assets/assets/msSymbols/6_active.svg +0 -7
  72. package/dist/assets/assets/msSymbols/7.svg +0 -7
  73. package/dist/assets/assets/msSymbols/7_active.svg +0 -7
  74. package/dist/assets/assets/msSymbols/altoClef.svg +0 -18
  75. package/dist/assets/assets/msSymbols/altoClef_active.svg +0 -18
  76. package/dist/assets/assets/msSymbols/bar-numberNotation.svg +0 -5
  77. package/dist/assets/assets/msSymbols/bar-numberNotation_active.svg +0 -5
  78. package/dist/assets/assets/msSymbols/bar-standardStaff.svg +0 -7
  79. package/dist/assets/assets/msSymbols/bar-standardStaff_active.svg +0 -7
  80. package/dist/assets/assets/msSymbols/barlineEndRepeatSign.svg +0 -14
  81. package/dist/assets/assets/msSymbols/barlineEndRepeatSign_active.svg +0 -14
  82. package/dist/assets/assets/msSymbols/barlineFinal.svg +0 -9
  83. package/dist/assets/assets/msSymbols/barlineFinal_active.svg +0 -9
  84. package/dist/assets/assets/msSymbols/barlineReverseFinal.svg +0 -10
  85. package/dist/assets/assets/msSymbols/barlineReverseFinal_active.svg +0 -10
  86. package/dist/assets/assets/msSymbols/barlineSingle.svg +0 -3
  87. package/dist/assets/assets/msSymbols/barlineSingle_active.svg +0 -3
  88. package/dist/assets/assets/msSymbols/barlineStartRepeatSign.svg +0 -14
  89. package/dist/assets/assets/msSymbols/barlineStartRepeatSign_active.svg +0 -14
  90. package/dist/assets/assets/msSymbols/bassClef.svg +0 -11
  91. package/dist/assets/assets/msSymbols/bassClef_active.svg +0 -11
  92. package/dist/assets/assets/msSymbols/chronaxieIncreasingLine.svg +0 -3
  93. package/dist/assets/assets/msSymbols/chronaxieIncreasingLine_active.svg +0 -3
  94. package/dist/assets/assets/msSymbols/chronaxieReducingLine1.svg +0 -3
  95. package/dist/assets/assets/msSymbols/chronaxieReducingLine2.svg +0 -4
  96. package/dist/assets/assets/msSymbols/chronaxieReducingLine3.svg +0 -5
  97. package/dist/assets/assets/msSymbols/chronaxieReducingLine4.svg +0 -6
  98. package/dist/assets/assets/msSymbols/doubleFlat.svg +0 -15
  99. package/dist/assets/assets/msSymbols/doubleFlat_active.svg +0 -15
  100. package/dist/assets/assets/msSymbols/doubleSharp.svg +0 -16
  101. package/dist/assets/assets/msSymbols/doubleSharp_active.svg +0 -16
  102. package/dist/assets/assets/msSymbols/flat.svg +0 -9
  103. package/dist/assets/assets/msSymbols/flat_active.svg +0 -9
  104. package/dist/assets/assets/msSymbols/nature.svg +0 -8
  105. package/dist/assets/assets/msSymbols/nature_active.svg +0 -8
  106. package/dist/assets/assets/msSymbols/noteDot1.svg +0 -3
  107. package/dist/assets/assets/msSymbols/noteDot2.svg +0 -4
  108. package/dist/assets/assets/msSymbols/noteDot3.svg +0 -5
  109. package/dist/assets/assets/msSymbols/noteDot4.svg +0 -6
  110. package/dist/assets/assets/msSymbols/noteHead1.svg +0 -6
  111. package/dist/assets/assets/msSymbols/noteHead1_active.svg +0 -6
  112. package/dist/assets/assets/msSymbols/noteHead2.svg +0 -20
  113. package/dist/assets/assets/msSymbols/noteHead2_active.svg +0 -20
  114. package/dist/assets/assets/msSymbols/noteHead4.svg +0 -8
  115. package/dist/assets/assets/msSymbols/noteHead4_active.svg +0 -8
  116. package/dist/assets/assets/msSymbols/noteStem.svg +0 -5
  117. package/dist/assets/assets/msSymbols/noteStem_active.svg +0 -5
  118. package/dist/assets/assets/msSymbols/noteTail128.svg +0 -17
  119. package/dist/assets/assets/msSymbols/noteTail128_active.svg +0 -17
  120. package/dist/assets/assets/msSymbols/noteTail16.svg +0 -11
  121. package/dist/assets/assets/msSymbols/noteTail16_active.svg +0 -11
  122. package/dist/assets/assets/msSymbols/noteTail256.svg +0 -16
  123. package/dist/assets/assets/msSymbols/noteTail256_active.svg +0 -16
  124. package/dist/assets/assets/msSymbols/noteTail32.svg +0 -11
  125. package/dist/assets/assets/msSymbols/noteTail32_active.svg +0 -11
  126. package/dist/assets/assets/msSymbols/noteTail64.svg +0 -12
  127. package/dist/assets/assets/msSymbols/noteTail64_active.svg +0 -12
  128. package/dist/assets/assets/msSymbols/noteTail8.svg +0 -8
  129. package/dist/assets/assets/msSymbols/noteTail8_active.svg +0 -8
  130. package/dist/assets/assets/msSymbols/readne.md +0 -5
  131. package/dist/assets/assets/msSymbols/rest1.svg +0 -3
  132. package/dist/assets/assets/msSymbols/rest128.svg +0 -5
  133. package/dist/assets/assets/msSymbols/rest128_active.svg +0 -5
  134. package/dist/assets/assets/msSymbols/rest16.svg +0 -5
  135. package/dist/assets/assets/msSymbols/rest16_active.svg +0 -5
  136. package/dist/assets/assets/msSymbols/rest1_active.svg +0 -3
  137. package/dist/assets/assets/msSymbols/rest2.svg +0 -3
  138. package/dist/assets/assets/msSymbols/rest256.svg +0 -5
  139. package/dist/assets/assets/msSymbols/rest256_active.svg +0 -5
  140. package/dist/assets/assets/msSymbols/rest2_active.svg +0 -3
  141. package/dist/assets/assets/msSymbols/rest32.svg +0 -5
  142. package/dist/assets/assets/msSymbols/rest32_active.svg +0 -5
  143. package/dist/assets/assets/msSymbols/rest4.svg +0 -5
  144. package/dist/assets/assets/msSymbols/rest4_active.svg +0 -5
  145. package/dist/assets/assets/msSymbols/rest64.svg +0 -5
  146. package/dist/assets/assets/msSymbols/rest64_active.svg +0 -5
  147. package/dist/assets/assets/msSymbols/rest8.svg +0 -5
  148. package/dist/assets/assets/msSymbols/rest8_active.svg +0 -5
  149. package/dist/assets/assets/msSymbols/sharp.svg +0 -10
  150. package/dist/assets/assets/msSymbols/sharp_active.svg +0 -10
  151. package/dist/assets/assets/msSymbols/trebleClef.svg +0 -13
  152. package/dist/assets/assets/msSymbols/trebleClef_active.svg +0 -13
  153. package/dist/common.d.ts +0 -1
  154. package/dist/components/clef.d.ts +0 -22
  155. package/dist/components/dragbox/bezier3DragBox.d.ts +0 -170
  156. package/dist/components/dragbox/rectDragBox.d.ts +0 -114
  157. package/dist/components/keySignature.d.ts +0 -42
  158. package/dist/components/measure.d.ts +0 -91
  159. package/dist/components/measureContainer.d.ts +0 -74
  160. package/dist/components/msSymbol.d.ts +0 -148
  161. package/dist/components/msSymbolContainer.d.ts +0 -96
  162. package/dist/components/msSymbolSlot.d.ts +0 -285
  163. package/dist/components/noteTail.d.ts +0 -96
  164. package/dist/components/spanSymbol.d.ts +0 -48
  165. package/dist/components/timeSignature.d.ts +0 -24
  166. package/dist/components/virtualSymbolContainer.d.ts +0 -96
  167. package/dist/composables/useSkin.d.ts +0 -9
  168. package/dist/constant.d.ts +0 -4
  169. package/dist/enum.d.ts +0 -7
  170. package/dist/musicScore.d.ts +0 -86
  171. package/dist/types.d.ts +0 -105
  172. package/dist/utils/eventUtil.d.ts +0 -32
  173. package/dist/utils/geometryUtil.d.ts +0 -9
  174. package/dist/utils/heightUtil.d.ts +0 -3
  175. package/dist/utils/leftUtil.d.ts +0 -7
  176. package/dist/utils/spanSymbolUtil.d.ts +0 -4
  177. package/dist/utils/topUtil.d.ts +0 -12
  178. package/dist/utils/widthConstantUtil.d.ts +0 -5
  179. package/dist/utils/widthUtil.d.ts +0 -9
@@ -1,8 +0,0 @@
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="3 11 10 28">
5
- <path id="natural_1_" fill="red"
6
- d="M5.1,23.1v5.1l5.6-1.2v-5L5.1,23.1z M12.2,17.8V39h-1.6v-8.3l-7.1,1.5V11h1.6v8.3L12.2,17.8z"/>
7
-
8
- </svg>
@@ -1,3 +0,0 @@
1
- <svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="50" cy="50" r="50" />
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg viewBox="0 0 100 300" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="50" cy="50" r="50" />
3
- <circle cx="50" cy="250" r="50" />
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg viewBox="0 0 100 500" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="50" cy="50" r="50" />
3
- <circle cx="50" cy="250" r="50" />
4
- <circle cx="50" cy="450" r="50" />
5
- </svg>
@@ -1,6 +0,0 @@
1
- <svg viewBox="0 0 100 700" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="50" cy="50" r="50" />
3
- <circle cx="50" cy="250" r="50" />
4
- <circle cx="50" cy="450" r="50" />
5
- <circle cx="50" cy="650" r="50" />
6
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.3 11.7" width="100" height="100">
2
- <path id="whole" d="M5.7,5C5.9,6.6,6.3,8,7.2,9.1c0.8,1,1.8,1.4,3,1.3c1.7-0.1,2.5-1.2,2.3-3.5c-0.1-1.8-0.6-3.1-1.5-4.1
3
- c-0.8-1-1.8-1.4-3-1.3C7.2,1.6,6.6,1.9,6.1,2.4C5.8,2.9,5.6,3.8,5.7,5z M14.4,1.7c2,0.8,3.2,2.2,3.4,4.2c-0.1,2-1.2,3.4-3.2,4.2
4
- c-1.9,0.8-3.7,1.1-5.4,1.1c-1.7,0.1-3.5-0.3-5.5-1.1c-2-0.8-3.1-2.2-3.3-4.2c0.1-2,1.2-3.4,3.1-4.2c2-0.8,3.8-1.1,5.4-1.1
5
- C10.6,0.6,12.4,0.9,14.4,1.7z"/>
6
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.3 11.7" width="100" height="100">
2
- <path fill="red" id="whole" d="M5.7,5C5.9,6.6,6.3,8,7.2,9.1c0.8,1,1.8,1.4,3,1.3c1.7-0.1,2.5-1.2,2.3-3.5c-0.1-1.8-0.6-3.1-1.5-4.1
3
- c-0.8-1-1.8-1.4-3-1.3C7.2,1.6,6.6,1.9,6.1,2.4C5.8,2.9,5.6,3.8,5.7,5z M14.4,1.7c2,0.8,3.2,2.2,3.4,4.2c-0.1,2-1.2,3.4-3.2,4.2
4
- c-1.9,0.8-3.7,1.1-5.4,1.1c-1.7,0.1-3.5-0.3-5.5-1.1c-2-0.8-3.1-2.2-3.3-4.2c0.1-2,1.2-3.4,3.1-4.2c2-0.8,3.8-1.1,5.4-1.1
5
- C10.6,0.6,12.4,0.9,14.4,1.7z"/>
6
- </svg>
@@ -1,20 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 7.3"
2
- width="90" height="90">
3
- <g transform="translate(0.01,3.63) scale(1.15,1.15)">
4
- <!-- 外层 + 内层路径叠加 -->
5
- <path fill="black" fill-rule="evenodd"
6
- d="M7.8-0.9c-0.1,1.1-0.7,2-1.7,2.8C5,2.7,3.8,3.1,2.6,3.1
7
- c-0.8,0-1.4-0.2-1.9-0.6C0.3,2.1,0,1.5,0,0.9
8
- c0.1-1,0.7-1.9,1.7-2.7c1-0.8,2.1-1.2,3.2-1.3
9
- c0.9,0,1.6,0.2,2,0.5C7.5-2.2,7.8-1.7,7.8-0.9
10
- Z
11
- M6.4-0.8c-0.1,0.8-0.5,1.4-1.2,2
12
- C4.5,1.8,3.7,2.1,2.9,2.1
13
- C2.3,2.1,1.9,1.9,1.6,1.6
14
- C1.3,1.3,1.1,0.9,1.1,0.5
15
- c0.1-0.7,0.5-1.3,1.1-1.8
16
- c0.6-0.5,1.4-0.8,2.2-0.9
17
- c0.6,0,1.1,0.1,1.4,0.4
18
- C6.1-1.5,6.4-1.2,6.4-0.8Z"/>
19
- </g>
20
- </svg>
@@ -1,20 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 7.3"
2
- width="90" height="90">
3
- <g transform="translate(0.01,3.63) scale(1.15,1.15)">
4
- <!-- 外层 + 内层路径叠加 -->
5
- <path fill="red" fill-rule="evenodd"
6
- d="M7.8-0.9c-0.1,1.1-0.7,2-1.7,2.8C5,2.7,3.8,3.1,2.6,3.1
7
- c-0.8,0-1.4-0.2-1.9-0.6C0.3,2.1,0,1.5,0,0.9
8
- c0.1-1,0.7-1.9,1.7-2.7c1-0.8,2.1-1.2,3.2-1.3
9
- c0.9,0,1.6,0.2,2,0.5C7.5-2.2,7.8-1.7,7.8-0.9
10
- Z
11
- M6.4-0.8c-0.1,0.8-0.5,1.4-1.2,2
12
- C4.5,1.8,3.7,2.1,2.9,2.1
13
- C2.3,2.1,1.9,1.9,1.6,1.6
14
- C1.3,1.3,1.1,0.9,1.1,0.5
15
- c0.1-0.7,0.5-1.3,1.1-1.8
16
- c0.6-0.5,1.4-0.8,2.2-0.9
17
- c0.6,0,1.1,0.1,1.4,0.4
18
- C6.1-1.5,6.4-1.2,6.4-0.8Z"/>
19
- </g>
20
- </svg>
@@ -1,8 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 7.3"
2
- width="90" height="90">
3
- <g transform="translate(0.65,3.63) scale(1,1) rotate(0)">
4
- <path stroke="black" fill="black"
5
- d="M7.8-0.9c-0.1,1.1-0.7,2-1.7,2.8C5,2.7,3.8,3.1,2.6,3.1c-0.8,0-1.4-0.2-1.9-0.6C0.3,2.1,0,1.5,0,0.9c0.1-1,0.7-1.9,1.7-2.7c1-0.8,2.1-1.2,3.2-1.3c0.9,0,1.6,0.2,2,0.5C7.5-2.2,7.8-1.7,7.8-0.9"></path>
6
-
7
- </g>
8
- </svg>
@@ -1,8 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 7.3"
2
- width="90" height="90">
3
- <g transform="translate(0.65,3.63) scale(1,1) rotate(0)">
4
- <path stroke="red" fill="red"
5
- d="M7.8-0.9c-0.1,1.1-0.7,2-1.7,2.8C5,2.7,3.8,3.1,2.6,3.1c-0.8,0-1.4-0.2-1.9-0.6C0.3,2.1,0,1.5,0,0.9c0.1-1,0.7-1.9,1.7-2.7c1-0.8,2.1-1.2,3.2-1.3c0.9,0,1.6,0.2,2,0.5C7.5-2.2,7.8-1.7,7.8-0.9"></path>
6
-
7
- </g>
8
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="10" height="100">
2
- <!-- 音符杆 -->
3
- <line x1="5" y1="0" x2="5" y2="100" stroke="black" stroke-width="10"></line>
4
-
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="10" height="100">
2
- <!-- 音符杆 -->
3
- <line x1="5" y1="0" x2="5" y2="100" stroke="red" stroke-width="10"></line>
4
-
5
- </svg>
@@ -1,17 +0,0 @@
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="black"/>
17
- </svg>
@@ -1,17 +0,0 @@
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>
@@ -1,11 +0,0 @@
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>
@@ -1,11 +0,0 @@
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>
@@ -1,16 +0,0 @@
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>
@@ -1,16 +0,0 @@
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>
@@ -1,11 +0,0 @@
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>
@@ -1,11 +0,0 @@
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>
@@ -1,12 +0,0 @@
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>
@@ -1,12 +0,0 @@
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>
@@ -1,8 +0,0 @@
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>
@@ -1,8 +0,0 @@
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>
@@ -1,5 +0,0 @@
1
- 添加,修改符号,需同步更新
2
- musicScoreEnum.ts MsSymbolTypeEnum
3
- constant.ts MsSymbolInformationMap
4
- msSymbol.vue
5
- type.d.ts MsSymbol
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 4" width="80" height="40" preserveAspectRatio="none">
2
- <rect x="0" y="0" width="8" height="4" fill="black"/>
3
- </svg>
@@ -1,5 +0,0 @@
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>
@@ -1,5 +0,0 @@
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>
@@ -1,5 +0,0 @@
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>
@@ -1,5 +0,0 @@
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>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 4" width="80" height="40" preserveAspectRatio="none">
2
- <rect x="0" y="0" width="8" height="4" fill="red"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 4" width="80" height="40" preserveAspectRatio="none">
2
- <rect x="0" y="0" width="8" height="4" fill="black"/>
3
- </svg>
@@ -1,5 +0,0 @@
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>
@@ -1,5 +0,0 @@
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>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 4" width="80" height="40" preserveAspectRatio="none">
2
- <rect x="0" y="0" width="8" height="4" fill="red"/>
3
- </svg>
@@ -1,5 +0,0 @@
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>
@@ -1,5 +0,0 @@
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>
@@ -1,5 +0,0 @@
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>
@@ -1,5 +0,0 @@
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>
@@ -1,5 +0,0 @@
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>
@@ -1,5 +0,0 @@
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>
@@ -1,5 +0,0 @@
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>
@@ -1,5 +0,0 @@
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 +0,0 @@
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
-
10
- </svg>
@@ -1,10 +0,0 @@
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,13 +0,0 @@
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="black"/>
11
- </g>
12
-
13
- </svg>
@@ -1,13 +0,0 @@
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>
package/dist/common.d.ts DELETED
@@ -1 +0,0 @@
1
- declare module '*.svg'
@@ -1,22 +0,0 @@
1
- import { PropType } from 'vue';
2
- import { ClefMsSymbol, MusicScore } from '../../../deciphony-core/src/types';
3
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
- clef: {
5
- type: PropType<ClefMsSymbol>;
6
- required: true;
7
- };
8
- musicScore: {
9
- required: true;
10
- type: PropType<MusicScore>;
11
- };
12
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
13
- clef: {
14
- type: PropType<ClefMsSymbol>;
15
- required: true;
16
- };
17
- musicScore: {
18
- required: true;
19
- type: PropType<MusicScore>;
20
- };
21
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
- export default _default;