@blockspoon/cert-badge-renderer 1.0.15 → 1.0.16
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/templates/badges/BadgeType100.js +2 -2
- package/dist/templates/badges/BadgeType101.js +2 -2
- package/dist/templates/badges/BadgeType102.js +46 -46
- package/dist/templates/badges/BadgeType104.js +6 -6
- package/dist/templates/badges/BadgeType106.js +120 -120
- package/dist/templates/badges/BadgeType107.js +4 -4
- package/dist/templates/badges/BadgeType108.js +16 -16
- package/dist/templates/badges/BadgeType109.js +3 -3
- package/dist/templates/badges/BadgeType110.js +8 -8
- package/dist/templates/badges/BadgeType111.js +8 -8
- package/dist/templates/badges/BadgeType113.js +10 -10
- package/dist/templates/badges/BadgeType114.js +6 -6
- package/dist/templates/badges/BadgeType115.js +3 -3
- package/dist/templates/badges/BadgeType116.js +21 -21
- package/dist/templates/badges/BadgeType117.js +3 -3
- package/dist/templates/badges/BadgeType119.js +1 -1
- package/dist/templates/badges/BadgeType120.js +5 -5
- package/dist/templates/badges/BadgeType121.js +15 -15
- package/dist/templates/badges/BadgeType72.js +64 -64
- package/dist/templates/badges/BadgeType73.js +1 -1
- package/dist/templates/badges/BadgeType74.js +19 -19
- package/dist/templates/badges/BadgeType75.js +2 -2
- package/dist/templates/badges/BadgeType76.js +3 -3
- package/dist/templates/badges/BadgeType77.js +2 -2
- package/dist/templates/badges/BadgeType78.js +13 -13
- package/dist/templates/badges/BadgeType81.js +11 -11
- package/dist/templates/badges/BadgeType82.js +41 -41
- package/dist/templates/badges/BadgeType83.js +6 -6
- package/dist/templates/badges/BadgeType84.js +1 -1
- package/dist/templates/badges/BadgeType85.js +139 -139
- package/dist/templates/badges/BadgeType86.js +6 -6
- package/dist/templates/badges/BadgeType87.js +4 -4
- package/dist/templates/badges/BadgeType88.js +3 -3
- package/dist/templates/badges/BadgeType89.js +19 -19
- package/dist/templates/badges/BadgeType90.js +1 -1
- package/dist/templates/badges/BadgeType91.js +6 -6
- package/dist/templates/badges/BadgeType92.js +2 -2
- package/dist/templates/badges/BadgeType93.js +12 -12
- package/dist/templates/badges/BadgeType94.js +12 -12
- package/dist/templates/badges/BadgeType95.js +280 -280
- package/dist/templates/badges/BadgeType96.js +4 -4
- package/dist/templates/badges/BadgeType98.js +4 -4
- package/dist/templates/badges/BadgeType99.js +4 -4
- package/dist/templates/certificates/NewCertificateType1.js +0 -8
- package/dist/templates/certificates/NewCertificateType12.js +57 -57
- package/dist/templates/certificates/NewCertificateType14.js +3 -3
- package/dist/templates/certificates/NewCertificateType16.js +6 -6
- package/dist/templates/certificates/NewCertificateType17.js +12 -12
- package/dist/templates/certificates/NewCertificateType18.js +1071 -1071
- package/dist/templates/certificates/NewCertificateType28.js +2 -2
- package/dist/templates/certificates/NewCertificateType35.js +72 -72
- package/dist/templates/certificates/NewCertificateType36.js +16 -16
- package/dist/templates/certificates/NewCertificateType37.js +2 -2
- package/dist/templates/certificates/NewCertificateType38.js +8 -8
- package/dist/templates/certificates/NewCertificateType44.js +36 -36
- package/dist/templates/certificates/NewCertificateType45.js +51 -51
- package/dist/templates/certificates/NewCertificateType46.js +4 -4
- package/dist/templates/certificates/NewCertificateType47.js +160 -160
- package/dist/templates/certificates/NewCertificateType48.js +40 -40
- package/dist/templates/certificates/NewCertificateType49.js +6 -6
- package/dist/templates/certificates/NewCertificateType50.js +4 -4
- package/dist/templates/certificates/NewCertificateType51.js +5 -5
- package/dist/templates/certificates/NewCertificateType52.js +74 -74
- package/dist/templates/certificates/NewCertificateType54.js +11 -11
- package/dist/templates/icons/IconStar7.js +18 -18
- package/dist/templates/icons/IconStar8.js +6 -6
- package/dist/templates/ribbons/RibbonType101_1.js +2 -2
- package/dist/templates/ribbons/RibbonType103.js +6 -6
- package/dist/templates/ribbons/RibbonType107.js +6 -6
- package/dist/templates/ribbons/RibbonType109.js +4 -4
- package/dist/templates/ribbons/RibbonType110.js +2 -2
- package/dist/templates/ribbons/RibbonType115.js +2 -2
- package/dist/templates/ribbons/RibbonType116.js +4 -4
- package/dist/templates/ribbons/RibbonType92.js +5 -5
- package/dist/templates/ribbons/RibbonType93.js +8 -8
- package/dist/templates/ribbons/RibbonType93_1.js +8 -8
- package/dist/templates/ribbons/RibbonType96.js +2 -2
- package/dist/templates/ribbons/RibbonType96_1.js +2 -2
- package/dist/templates/ribbons/RibbonType97.js +4 -4
- package/dist/templates/ribbons/RibbonType99.js +4 -4
- package/dist/utils/generateDesignHTML.js +3 -0
- package/package.json +1 -1
- package/src/templates/badges/BadgeType100.ts +2 -2
- package/src/templates/badges/BadgeType101.ts +2 -2
- package/src/templates/badges/BadgeType102.ts +46 -46
- package/src/templates/badges/BadgeType104.ts +6 -6
- package/src/templates/badges/BadgeType106.ts +120 -120
- package/src/templates/badges/BadgeType107.ts +4 -4
- package/src/templates/badges/BadgeType108.ts +16 -16
- package/src/templates/badges/BadgeType109.ts +3 -3
- package/src/templates/badges/BadgeType110.ts +8 -8
- package/src/templates/badges/BadgeType111.ts +8 -8
- package/src/templates/badges/BadgeType113.ts +10 -10
- package/src/templates/badges/BadgeType114.ts +6 -6
- package/src/templates/badges/BadgeType115.ts +3 -3
- package/src/templates/badges/BadgeType116.ts +21 -21
- package/src/templates/badges/BadgeType117.ts +3 -3
- package/src/templates/badges/BadgeType119.ts +1 -1
- package/src/templates/badges/BadgeType120.ts +5 -5
- package/src/templates/badges/BadgeType121.ts +15 -15
- package/src/templates/badges/BadgeType72.ts +64 -64
- package/src/templates/badges/BadgeType73.ts +1 -1
- package/src/templates/badges/BadgeType74.ts +19 -19
- package/src/templates/badges/BadgeType75.ts +2 -2
- package/src/templates/badges/BadgeType76.ts +3 -3
- package/src/templates/badges/BadgeType77.ts +2 -2
- package/src/templates/badges/BadgeType78.ts +13 -13
- package/src/templates/badges/BadgeType81.ts +11 -11
- package/src/templates/badges/BadgeType82.ts +41 -41
- package/src/templates/badges/BadgeType83.ts +6 -6
- package/src/templates/badges/BadgeType84.ts +1 -1
- package/src/templates/badges/BadgeType85.ts +139 -139
- package/src/templates/badges/BadgeType86.ts +6 -6
- package/src/templates/badges/BadgeType87.ts +4 -4
- package/src/templates/badges/BadgeType88.ts +3 -3
- package/src/templates/badges/BadgeType89.ts +19 -19
- package/src/templates/badges/BadgeType90.ts +1 -1
- package/src/templates/badges/BadgeType91.ts +6 -6
- package/src/templates/badges/BadgeType92.ts +2 -2
- package/src/templates/badges/BadgeType93.ts +12 -12
- package/src/templates/badges/BadgeType94.ts +12 -12
- package/src/templates/badges/BadgeType95.ts +280 -280
- package/src/templates/badges/BadgeType96.ts +4 -4
- package/src/templates/badges/BadgeType98.ts +4 -4
- package/src/templates/badges/BadgeType99.ts +4 -4
- package/src/templates/certificates/NewCertificateType1.ts +0 -8
- package/src/templates/certificates/NewCertificateType12.ts +57 -57
- package/src/templates/certificates/NewCertificateType14.ts +3 -3
- package/src/templates/certificates/NewCertificateType16.ts +6 -6
- package/src/templates/certificates/NewCertificateType17.ts +12 -12
- package/src/templates/certificates/NewCertificateType18.ts +1071 -1071
- package/src/templates/certificates/NewCertificateType28.ts +2 -2
- package/src/templates/certificates/NewCertificateType35.ts +72 -72
- package/src/templates/certificates/NewCertificateType36.ts +16 -16
- package/src/templates/certificates/NewCertificateType37.ts +2 -2
- package/src/templates/certificates/NewCertificateType38.ts +8 -8
- package/src/templates/certificates/NewCertificateType44.ts +36 -36
- package/src/templates/certificates/NewCertificateType45.ts +51 -51
- package/src/templates/certificates/NewCertificateType46.ts +4 -4
- package/src/templates/certificates/NewCertificateType47.ts +160 -160
- package/src/templates/certificates/NewCertificateType48.ts +40 -40
- package/src/templates/certificates/NewCertificateType49.ts +6 -6
- package/src/templates/certificates/NewCertificateType50.ts +4 -4
- package/src/templates/certificates/NewCertificateType51.ts +5 -5
- package/src/templates/certificates/NewCertificateType52.ts +74 -74
- package/src/templates/certificates/NewCertificateType54.ts +11 -11
- package/src/templates/icons/IconStar7.ts +18 -18
- package/src/templates/icons/IconStar8.ts +6 -6
- package/src/templates/ribbons/RibbonType101_1.ts +2 -2
- package/src/templates/ribbons/RibbonType103.ts +6 -6
- package/src/templates/ribbons/RibbonType107.ts +6 -6
- package/src/templates/ribbons/RibbonType109.ts +4 -4
- package/src/templates/ribbons/RibbonType110.ts +2 -2
- package/src/templates/ribbons/RibbonType115.ts +2 -2
- package/src/templates/ribbons/RibbonType116.ts +4 -4
- package/src/templates/ribbons/RibbonType92.ts +5 -5
- package/src/templates/ribbons/RibbonType93.ts +8 -8
- package/src/templates/ribbons/RibbonType93_1.ts +8 -8
- package/src/templates/ribbons/RibbonType96.ts +2 -2
- package/src/templates/ribbons/RibbonType96_1.ts +2 -2
- package/src/templates/ribbons/RibbonType97.ts +4 -4
- package/src/templates/ribbons/RibbonType99.ts +4 -4
- package/src/utils/generateDesignHTML.ts +4 -0
- package/dist/server/index.d.ts +0 -1
- package/dist/server/index.js +0 -6
- package/dist/templates/icons/IconArrow.d.ts +0 -2
- package/dist/templates/icons/IconArrow.js +0 -23
- package/dist/templates/icons/IconBottomLeft1.d.ts +0 -2
- package/dist/templates/icons/IconBottomLeft1.js +0 -24
- package/dist/templates/icons/IconBottomLeft2.d.ts +0 -2
- package/dist/templates/icons/IconBottomLeft2.js +0 -37
- package/dist/templates/icons/IconBottomRight1.d.ts +0 -2
- package/dist/templates/icons/IconBottomRight1.js +0 -24
- package/dist/templates/icons/IconBottomRight2.d.ts +0 -2
- package/dist/templates/icons/IconBottomRight2.js +0 -37
- package/dist/templates/icons/IconContainer1.d.ts +0 -2
- package/dist/templates/icons/IconContainer1.js +0 -84
- package/dist/templates/icons/IconContainer2.d.ts +0 -2
- package/dist/templates/icons/IconContainer2.js +0 -28
- package/dist/templates/icons/IconContainer3.d.ts +0 -2
- package/dist/templates/icons/IconContainer3.js +0 -25
- package/dist/templates/icons/IconContainer4.d.ts +0 -2
- package/dist/templates/icons/IconContainer4.js +0 -27
- package/dist/templates/icons/IconContainer5.d.ts +0 -2
- package/dist/templates/icons/IconContainer5.js +0 -310
- package/dist/templates/icons/IconDonut.d.ts +0 -2
- package/dist/templates/icons/IconDonut.js +0 -25
- package/dist/templates/icons/IconEllipse1.d.ts +0 -2
- package/dist/templates/icons/IconEllipse1.js +0 -39
- package/dist/templates/icons/IconEllipse2.d.ts +0 -2
- package/dist/templates/icons/IconEllipse2.js +0 -40
- package/dist/templates/icons/IconFrame1.d.ts +0 -2
- package/dist/templates/icons/IconFrame1.js +0 -23
- package/dist/templates/icons/IconFrame2.d.ts +0 -2
- package/dist/templates/icons/IconFrame2.js +0 -23
- package/dist/templates/icons/IconFrame3.d.ts +0 -2
- package/dist/templates/icons/IconFrame3.js +0 -23
- package/dist/templates/icons/IconFrame4.d.ts +0 -2
- package/dist/templates/icons/IconFrame4.js +0 -84
- package/dist/templates/icons/IconGear.d.ts +0 -2
- package/dist/templates/icons/IconGear.js +0 -58
- package/dist/templates/icons/IconPhrase1.d.ts +0 -2
- package/dist/templates/icons/IconPhrase1.js +0 -231
- package/dist/templates/icons/IconPhrase2.d.ts +0 -2
- package/dist/templates/icons/IconPhrase2.js +0 -28
- package/dist/templates/icons/IconPhrase3.d.ts +0 -2
- package/dist/templates/icons/IconPhrase3.js +0 -23
- package/dist/templates/icons/IconPhrase4.d.ts +0 -2
- package/dist/templates/icons/IconPhrase4.js +0 -25
- package/dist/templates/icons/IconPillar1.d.ts +0 -2
- package/dist/templates/icons/IconPillar1.js +0 -72
- package/dist/templates/icons/IconPillar2.d.ts +0 -2
- package/dist/templates/icons/IconPillar2.js +0 -123
- package/dist/templates/icons/IconSkewedLeft.d.ts +0 -2
- package/dist/templates/icons/IconSkewedLeft.js +0 -21
- package/dist/templates/icons/IconSkewedRight.d.ts +0 -2
- package/dist/templates/icons/IconSkewedRight.js +0 -27
- package/dist/templates/icons/IconSmallType2.d.ts +0 -2
- package/dist/templates/icons/IconSmallType2.js +0 -28
- package/dist/templates/icons/IconSmallType3.d.ts +0 -2
- package/dist/templates/icons/IconSmallType3.js +0 -23
- package/dist/templates/icons/IconSmallType4.d.ts +0 -2
- package/dist/templates/icons/IconSmallType4.js +0 -30
- package/dist/templates/icons/IconSmallType5.d.ts +0 -2
- package/dist/templates/icons/IconSmallType5.js +0 -23
- package/dist/templates/icons/IconSmallType6.d.ts +0 -2
- package/dist/templates/icons/IconSmallType6.js +0 -27
- package/dist/templates/icons/IconSmallType7.d.ts +0 -2
- package/dist/templates/icons/IconSmallType7.js +0 -25
- package/dist/templates/icons/IconSmallType8.d.ts +0 -2
- package/dist/templates/icons/IconSmallType8.js +0 -23
- package/dist/templates/icons/IconSmallType9.d.ts +0 -2
- package/dist/templates/icons/IconSmallType9.js +0 -23
- package/dist/templates/icons/IconSpring1.d.ts +0 -2
- package/dist/templates/icons/IconSpring1.js +0 -68
- package/dist/templates/icons/IconSpring2.d.ts +0 -2
- package/dist/templates/icons/IconSpring2.js +0 -63
- package/dist/templates/icons/IconTopLeft1.d.ts +0 -2
- package/dist/templates/icons/IconTopLeft1.js +0 -24
- package/dist/templates/icons/IconTopLeft2.d.ts +0 -2
- package/dist/templates/icons/IconTopLeft2.js +0 -37
- package/dist/templates/icons/IconTopRight1.d.ts +0 -2
- package/dist/templates/icons/IconTopRight1.js +0 -24
- package/dist/templates/icons/IconTopRight2.d.ts +0 -2
- package/dist/templates/icons/IconTopRight2.js +0 -37
- package/dist/templates/icons/IconType47.d.ts +0 -2
- package/dist/templates/icons/IconType47.js +0 -28
- package/dist/templates/icons/IconWave1.d.ts +0 -4
- package/dist/templates/icons/IconWave1.js +0 -62
- package/dist/templates/icons/IconWave2.d.ts +0 -2
- package/dist/templates/icons/IconWave2.js +0 -47
- package/dist/utils/generateAchievementFile.d.ts +0 -12
- package/dist/utils/generateAchievementFile.js +0 -75
- package/dist/utils/generateDesignFile.d.ts +0 -12
- package/dist/utils/generateDesignFile.js +0 -75
- package/src/server/index.ts +0 -2
|
@@ -190,58 +190,58 @@ export function createNewCertificateType47({
|
|
|
190
190
|
<path
|
|
191
191
|
d="M1127.28 720.021V789.83H1053.17V768.311H1078.51V742.975H1105.76V720.021H1127.28Z"
|
|
192
192
|
stroke="${mainColor}"
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
193
|
+
stroke-width="1.70023"
|
|
194
|
+
stroke-linecap="round"
|
|
195
|
+
stroke-linejoin="round"
|
|
196
196
|
/>
|
|
197
197
|
<path
|
|
198
198
|
d="M1078.06 742.976H1063.21H1042.64V758.269H1060.34V750.622H1052.21"
|
|
199
199
|
stroke="${mainColor}"
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
200
|
+
stroke-width="1.70023"
|
|
201
|
+
stroke-linecap="round"
|
|
202
|
+
stroke-linejoin="round"
|
|
203
203
|
/>
|
|
204
204
|
<path
|
|
205
205
|
d="M1078.67 742.975V728.112V707.554H1093.96V725.243H1086.31V717.123"
|
|
206
206
|
stroke="${mainColor}"
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
207
|
+
stroke-width="1.70023"
|
|
208
|
+
stroke-linecap="round"
|
|
209
|
+
stroke-linejoin="round"
|
|
210
210
|
/>
|
|
211
211
|
<path
|
|
212
212
|
d="M1087.6 768.225H1109.12V778.382H1100.6V774.064H1103.25"
|
|
213
213
|
stroke="${mainColor}"
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
214
|
+
stroke-width="1.42819"
|
|
215
|
+
stroke-linecap="round"
|
|
216
|
+
stroke-linejoin="round"
|
|
217
217
|
/>
|
|
218
218
|
<path
|
|
219
219
|
d="M1105.53 752.329V772.801H1115.69V764.28H1111.37V766.919"
|
|
220
220
|
stroke="${mainColor}"
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
221
|
+
stroke-width="1.42819"
|
|
222
|
+
stroke-linecap="round"
|
|
223
|
+
stroke-linejoin="round"
|
|
224
224
|
/>
|
|
225
225
|
<path
|
|
226
226
|
d="M1111.69 709.132L1109.81 707.253L1106.75 710.309L1112.78 716.334L1119.97 709.161V671"
|
|
227
227
|
stroke="${mainColor}"
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
228
|
+
stroke-width="1.42819"
|
|
229
|
+
stroke-linecap="round"
|
|
230
|
+
stroke-linejoin="round"
|
|
231
231
|
/>
|
|
232
232
|
<path
|
|
233
233
|
d="M1122.48 709.835L1124.36 707.956L1127.41 711.012L1121.39 717.037L1114.2 709.864V671"
|
|
234
234
|
stroke="${mainColor}"
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
235
|
+
stroke-width="1.42819"
|
|
236
|
+
stroke-linecap="round"
|
|
237
|
+
stroke-linejoin="round"
|
|
238
238
|
/>
|
|
239
239
|
<path
|
|
240
240
|
d="M1040.32 784.665L1038.44 786.545L1041.49 789.601L1047.52 783.575L1040.35 776.388H715"
|
|
241
241
|
stroke="${mainColor}"
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
242
|
+
stroke-width="1.42819"
|
|
243
|
+
stroke-linecap="round"
|
|
244
|
+
stroke-linejoin="round"
|
|
245
245
|
/>
|
|
246
246
|
<path
|
|
247
247
|
d="M1040.51 774.382C1040.79 774.661 1041.25 774.661 1041.52 774.382C1041.8 774.103 1041.8 773.651 1041.52 773.372L1040.51 774.382ZM1039.14 771.998L1038.64 771.493C1038.36 771.772 1038.36 772.224 1038.64 772.503L1039.14 771.998ZM1042.2 768.942L1042.7 768.437C1042.57 768.303 1042.39 768.228 1042.2 768.228C1042.01 768.228 1041.83 768.303 1041.69 768.437L1042.2 768.942ZM1048.22 774.967L1048.73 775.472C1049.01 775.193 1049.01 774.741 1048.73 774.462L1048.22 774.967ZM1041.05 782.155V782.869C1041.24 782.869 1041.42 782.793 1041.55 782.659L1041.05 782.155ZM730.5 782.155H729.786C729.786 782.549 730.106 782.869 730.5 782.869V782.155ZM730.5 772.5H731.214C731.214 772.106 730.894 771.786 730.5 771.786V772.5ZM722.5 771.786H721.786V773.214H722.5V771.786ZM1041.02 773.877L1041.52 773.372L1039.65 771.493L1039.14 771.998L1038.64 772.503L1040.51 774.382L1041.02 773.877ZM1039.14 771.998L1039.65 772.503L1042.7 769.447L1042.2 768.942L1041.69 768.437L1038.64 771.493L1039.14 771.998ZM1042.2 768.942L1041.69 769.447L1047.72 775.472L1048.22 774.967L1048.73 774.462L1042.7 768.437L1042.2 768.942ZM1048.22 774.967L1047.72 774.463L1040.54 781.65L1041.05 782.155L1041.55 782.659L1048.73 775.472L1048.22 774.967ZM1041.05 782.155V781.441H730.5V782.155V782.869H1041.05V782.155ZM730.5 782.155H731.214V772.5H730.5H729.786V782.155H730.5ZM730.5 772.5V771.786H722.5V772.5V773.214H730.5V772.5Z"
|
|
@@ -250,86 +250,86 @@ export function createNewCertificateType47({
|
|
|
250
250
|
<path
|
|
251
251
|
d="M1093.96 762.558H1100.33V755.643"
|
|
252
252
|
stroke="${mainColor}"
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
253
|
+
stroke-width="1.42819"
|
|
254
|
+
stroke-linecap="round"
|
|
255
|
+
stroke-linejoin="round"
|
|
256
256
|
/>
|
|
257
257
|
<path
|
|
258
258
|
d="M1089.35 747.437H1082.98V754.351"
|
|
259
259
|
stroke="${mainColor}"
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
260
|
+
stroke-width="1.42819"
|
|
261
|
+
stroke-linecap="round"
|
|
262
|
+
stroke-linejoin="round"
|
|
263
263
|
/>
|
|
264
264
|
<path
|
|
265
265
|
d="M1123.77 731.441V725.071H1116.85"
|
|
266
266
|
stroke="${mainColor}"
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
267
|
+
stroke-width="1.42819"
|
|
268
|
+
stroke-linecap="round"
|
|
269
|
+
stroke-linejoin="round"
|
|
270
270
|
/>
|
|
271
271
|
<path
|
|
272
272
|
d="M1056.9 779.802V786.171H1063.82"
|
|
273
273
|
stroke="${mainColor}"
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
274
|
+
stroke-width="1.42819"
|
|
275
|
+
stroke-linecap="round"
|
|
276
|
+
stroke-linejoin="round"
|
|
277
277
|
/>
|
|
278
278
|
<path
|
|
279
279
|
d="M24.1295 720.021V789.83H98.2422V768.311H72.9067V742.975H45.6488V720.021H24.1295Z"
|
|
280
280
|
stroke="${mainColor}"
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
281
|
+
stroke-width="1.70023"
|
|
282
|
+
stroke-linecap="round"
|
|
283
|
+
stroke-linejoin="round"
|
|
284
284
|
/>
|
|
285
285
|
<path
|
|
286
286
|
d="M73.3506 742.976H88.199H108.771V758.269H91.0682V750.622H99.2025"
|
|
287
287
|
stroke="${mainColor}"
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
288
|
+
stroke-width="1.70023"
|
|
289
|
+
stroke-linecap="round"
|
|
290
|
+
stroke-linejoin="round"
|
|
291
291
|
/>
|
|
292
292
|
<path
|
|
293
293
|
d="M72.7476 742.975V728.112V707.554H57.4545V725.243H65.101V717.123"
|
|
294
294
|
stroke="${mainColor}"
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
295
|
+
stroke-width="1.70023"
|
|
296
|
+
stroke-linecap="round"
|
|
297
|
+
stroke-linejoin="round"
|
|
298
298
|
/>
|
|
299
299
|
<path
|
|
300
300
|
d="M63.811 768.225H42.2917V778.382H50.8133V774.064H48.1593"
|
|
301
301
|
stroke="${mainColor}"
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
302
|
+
stroke-width="1.42819"
|
|
303
|
+
stroke-linecap="round"
|
|
304
|
+
stroke-linejoin="round"
|
|
305
305
|
/>
|
|
306
306
|
<path
|
|
307
307
|
d="M45.8782 752.329V772.801H35.721V764.28H40.0393V766.919"
|
|
308
308
|
stroke="${mainColor}"
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
309
|
+
stroke-width="1.42819"
|
|
310
|
+
stroke-linecap="round"
|
|
311
|
+
stroke-linejoin="round"
|
|
312
312
|
/>
|
|
313
313
|
<path
|
|
314
314
|
d="M39.7243 709.132L41.6037 707.253L44.6594 710.309L38.634 716.334L31.4465 709.161V671"
|
|
315
315
|
stroke="${mainColor}"
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
316
|
+
stroke-width="1.42819"
|
|
317
|
+
stroke-linecap="round"
|
|
318
|
+
stroke-linejoin="round"
|
|
319
319
|
/>
|
|
320
320
|
<path
|
|
321
321
|
d="M28.9351 709.835L27.0557 707.956L24 711.012L30.0254 717.037L37.2129 709.864V671"
|
|
322
322
|
stroke="${mainColor}"
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
323
|
+
stroke-width="1.42819"
|
|
324
|
+
stroke-linecap="round"
|
|
325
|
+
stroke-linejoin="round"
|
|
326
326
|
/>
|
|
327
327
|
<path
|
|
328
328
|
d="M111.096 784.665L112.976 786.545L109.92 789.601L103.894 783.575L111.068 776.388H436.413"
|
|
329
329
|
stroke="${mainColor}"
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
330
|
+
stroke-width="1.42819"
|
|
331
|
+
stroke-linecap="round"
|
|
332
|
+
stroke-linejoin="round"
|
|
333
333
|
/>
|
|
334
334
|
<path
|
|
335
335
|
d="M110.898 774.382C110.619 774.661 110.167 774.661 109.888 774.382C109.609 774.103 109.609 773.651 109.888 773.372L110.898 774.382ZM112.273 771.998L112.778 771.493C113.056 771.772 113.056 772.224 112.778 772.503L112.273 771.998ZM109.217 768.942L108.712 768.437C108.846 768.303 109.027 768.228 109.217 768.228C109.406 768.228 109.588 768.303 109.722 768.437L109.217 768.942ZM103.191 774.967L102.686 775.472C102.408 775.193 102.408 774.741 102.686 774.462L103.191 774.967ZM110.365 782.155V782.869C110.175 782.869 109.993 782.793 109.859 782.659L110.365 782.155ZM420.913 782.155H421.627C421.627 782.549 421.307 782.869 420.913 782.869V782.155ZM420.913 772.5H420.199C420.199 772.106 420.519 771.786 420.913 771.786V772.5ZM428.913 771.786H429.627V773.214H428.913V771.786ZM110.393 773.877L109.888 773.372L111.768 771.493L112.273 771.998L112.778 772.503L110.898 774.382L110.393 773.877ZM112.273 771.998L111.768 772.503L108.712 769.447L109.217 768.942L109.722 768.437L112.778 771.493L112.273 771.998ZM109.217 768.942L109.722 769.447L103.696 775.472L103.191 774.967L102.686 774.462L108.712 768.437L109.217 768.942ZM103.191 774.967L103.697 774.463L110.87 781.65L110.365 782.155L109.859 782.659L102.686 775.472L103.191 774.967ZM110.365 782.155V781.441H420.913V782.155V782.869H110.365V782.155ZM420.913 782.155H420.199V772.5H420.913H421.627V782.155H420.913ZM420.913 772.5V771.786H428.913V772.5V773.214H420.913V772.5Z"
|
|
@@ -338,30 +338,30 @@ export function createNewCertificateType47({
|
|
|
338
338
|
<path
|
|
339
339
|
d="M57.4556 762.558H51.0858V755.643"
|
|
340
340
|
stroke="${mainColor}"
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
341
|
+
stroke-width="1.42819"
|
|
342
|
+
stroke-linecap="round"
|
|
343
|
+
stroke-linejoin="round"
|
|
344
344
|
/>
|
|
345
345
|
<path
|
|
346
346
|
d="M62.06 747.437H68.4297V754.351"
|
|
347
347
|
stroke="${mainColor}"
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
348
|
+
stroke-width="1.42819"
|
|
349
|
+
stroke-linecap="round"
|
|
350
|
+
stroke-linejoin="round"
|
|
351
351
|
/>
|
|
352
352
|
<path
|
|
353
353
|
d="M27.6447 731.441V725.071H34.5596"
|
|
354
354
|
stroke="${mainColor}"
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
355
|
+
stroke-width="1.42819"
|
|
356
|
+
stroke-linecap="round"
|
|
357
|
+
stroke-linejoin="round"
|
|
358
358
|
/>
|
|
359
359
|
<path
|
|
360
360
|
d="M94.5127 779.802V786.171H87.5978"
|
|
361
361
|
stroke="${mainColor}"
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
362
|
+
stroke-width="1.42819"
|
|
363
|
+
stroke-linecap="round"
|
|
364
|
+
stroke-linejoin="round"
|
|
365
365
|
/>
|
|
366
366
|
<path
|
|
367
367
|
d="M592.982 770.874C591.985 769.291 590.734 767.961 589.288 767.473C588.135 767.082 586.943 767.258 585.79 767.59C583.444 768.294 581.255 769.818 579.359 771.929L580.766 768.118C581.626 764.697 579.047 756 575.548 756C572.049 756 569.47 764.717 570.33 768.118L571.698 771.812C569.821 769.76 567.652 768.274 565.346 767.59C564.192 767.238 563 767.082 561.847 767.473C560.401 767.961 559.15 769.271 558.153 770.874C557.156 772.457 556.414 774.333 555.671 776.17C556.629 775.037 557.86 774.548 559.091 774.235C563.958 773.043 569.04 774.626 573.261 778.281C573.105 778.613 573.007 778.965 573.007 779.356C573.007 780.763 574.141 781.897 575.548 781.897C576.955 781.897 578.089 780.763 578.089 779.356C578.089 778.965 577.991 778.613 577.835 778.301C582.056 774.626 587.158 773.024 592.024 774.235C593.236 774.529 594.487 775.017 595.445 776.17C594.702 774.314 593.94 772.457 592.962 770.874H592.982Z"
|
|
@@ -370,82 +370,82 @@ export function createNewCertificateType47({
|
|
|
370
370
|
<path
|
|
371
371
|
d="M429 772V780.177H444.675V771.655H464.689V782.62H562.902"
|
|
372
372
|
stroke="${mainColor}"
|
|
373
|
-
|
|
374
|
-
|
|
373
|
+
stroke-width="1.46586"
|
|
374
|
+
stroke-miterlimit="10"
|
|
375
375
|
/>
|
|
376
376
|
<path
|
|
377
377
|
d="M436.68 777V767.023H452.414V777.87H469.907V772.202H538.92"
|
|
378
378
|
stroke="${mainColor}"
|
|
379
|
-
|
|
380
|
-
|
|
379
|
+
stroke-width="1.46586"
|
|
380
|
+
stroke-miterlimit="10"
|
|
381
381
|
/>
|
|
382
382
|
<path
|
|
383
383
|
d="M722.251 772V780.521H706.576V772H686.543V782.964H588.35"
|
|
384
384
|
stroke="${mainColor}"
|
|
385
|
-
|
|
386
|
-
|
|
385
|
+
stroke-width="1.46586"
|
|
386
|
+
stroke-miterlimit="10"
|
|
387
387
|
/>
|
|
388
388
|
<path
|
|
389
389
|
d="M714.55 777V767.023H698.817V777.87H681.324V772.202H612.311"
|
|
390
390
|
stroke="${mainColor}"
|
|
391
|
-
|
|
392
|
-
|
|
391
|
+
stroke-width="1.46586"
|
|
392
|
+
stroke-miterlimit="10"
|
|
393
393
|
/>
|
|
394
394
|
<path
|
|
395
395
|
d="M24.1295 93.8091L24.1295 24.0003L98.2422 24.0003L98.2422 45.5196L72.9067 45.5196L72.9067 70.8551L45.6488 70.8551L45.6488 93.8091L24.1295 93.8091Z"
|
|
396
396
|
stroke="${mainColor}"
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
397
|
+
stroke-width="1.70023"
|
|
398
|
+
stroke-linecap="round"
|
|
399
|
+
stroke-linejoin="round"
|
|
400
400
|
/>
|
|
401
401
|
<path
|
|
402
402
|
d="M73.3506 70.855L88.199 70.855L108.771 70.855L108.771 55.5619L91.0682 55.5619L91.0682 63.2084L99.2025 63.2084"
|
|
403
403
|
stroke="${mainColor}"
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
404
|
+
stroke-width="1.70023"
|
|
405
|
+
stroke-linecap="round"
|
|
406
|
+
stroke-linejoin="round"
|
|
407
407
|
/>
|
|
408
408
|
<path
|
|
409
409
|
d="M72.7476 70.855L72.7476 85.7177L72.7476 106.276L57.4545 106.276L57.4545 88.587L65.101 88.587L65.101 96.7069"
|
|
410
410
|
stroke="${mainColor}"
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
411
|
+
stroke-width="1.70023"
|
|
412
|
+
stroke-linecap="round"
|
|
413
|
+
stroke-linejoin="round"
|
|
414
414
|
/>
|
|
415
415
|
<path
|
|
416
416
|
d="M63.811 45.6055L42.2917 45.6055L42.2917 35.4483L50.8133 35.4483L50.8133 39.7665L48.1593 39.7665"
|
|
417
417
|
stroke="${mainColor}"
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
418
|
+
stroke-width="1.42819"
|
|
419
|
+
stroke-linecap="round"
|
|
420
|
+
stroke-linejoin="round"
|
|
421
421
|
/>
|
|
422
422
|
<path
|
|
423
423
|
d="M45.8782 61.501L45.8782 41.0289L35.721 41.0289L35.721 49.5506L40.0393 49.5506L40.0393 46.9108"
|
|
424
424
|
stroke="${mainColor}"
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
425
|
+
stroke-width="1.42819"
|
|
426
|
+
stroke-linecap="round"
|
|
427
|
+
stroke-linejoin="round"
|
|
428
428
|
/>
|
|
429
429
|
<path
|
|
430
430
|
d="M39.7244 104.698L41.6037 106.577L44.6595 103.522L38.634 97.4962L31.4466 104.669L31.4465 679.5"
|
|
431
431
|
stroke="${mainColor}"
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
432
|
+
stroke-width="1.42819"
|
|
433
|
+
stroke-linecap="round"
|
|
434
|
+
stroke-linejoin="round"
|
|
435
435
|
/>
|
|
436
436
|
<path
|
|
437
437
|
d="M28.9351 103.995L27.0557 105.874L24 102.818L30.0254 96.793L37.2129 103.966L37.2129 142.83"
|
|
438
438
|
stroke="${mainColor}"
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
439
|
+
stroke-width="1.42819"
|
|
440
|
+
stroke-linecap="round"
|
|
441
|
+
stroke-linejoin="round"
|
|
442
442
|
/>
|
|
443
443
|
<path
|
|
444
444
|
d="M111.096 29.1651L112.976 27.2857L109.92 24.23L103.894 30.2554L111.068 37.4428L436.413 37.4429"
|
|
445
445
|
stroke="${mainColor}"
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
446
|
+
stroke-width="1.42819"
|
|
447
|
+
stroke-linecap="round"
|
|
448
|
+
stroke-linejoin="round"
|
|
449
449
|
/>
|
|
450
450
|
<path
|
|
451
451
|
d="M110.898 39.4481C110.619 39.1692 110.167 39.1692 109.888 39.4481C109.609 39.727 109.609 40.1791 109.888 40.458L110.898 39.4481ZM112.273 41.8324L112.778 42.3373C113.056 42.0585 113.056 41.6063 112.778 41.3275L112.273 41.8324ZM109.217 44.8882L108.712 45.3931C108.846 45.527 109.027 45.6023 109.217 45.6023C109.406 45.6023 109.588 45.527 109.722 45.3931L109.217 44.8882ZM103.191 38.8627L102.686 38.3583C102.408 38.6373 102.408 39.089 102.686 39.3677L103.191 38.8627ZM110.365 31.6753L110.365 30.9612C110.175 30.9612 109.993 31.0366 109.859 31.1708L110.365 31.6753ZM420.913 31.6753L421.627 31.6753C421.627 31.2809 421.307 30.9612 420.913 30.9612L420.913 31.6753ZM420.913 41.3301L420.199 41.3301C420.199 41.7245 420.519 42.0442 420.913 42.0442L420.913 41.3301ZM428.913 42.0442L429.627 42.0442L429.627 40.616L428.913 40.616L428.913 42.0442ZM110.393 39.9531L109.888 40.458L111.768 42.3373L112.273 41.8324L112.778 41.3275L110.898 39.4481L110.393 39.9531ZM112.273 41.8324L111.768 41.3275L108.712 44.3832L109.217 44.8882L109.722 45.3931L112.778 42.3373L112.273 41.8324ZM109.217 44.8882L109.722 44.3832L103.696 38.3578L103.191 38.8627L102.686 39.3677L108.712 45.3931L109.217 44.8882ZM103.191 38.8627L103.697 39.3672L110.87 32.1797L110.365 31.6753L109.859 31.1708L102.686 38.3583L103.191 38.8627ZM110.365 31.6753L110.365 32.3894L420.913 32.3894L420.913 31.6753L420.913 30.9612L110.365 30.9612L110.365 31.6753ZM420.913 31.6753L420.199 31.6753L420.199 41.3301L420.913 41.3301L421.627 41.3301L421.627 31.6753L420.913 31.6753ZM420.913 41.3301L420.913 42.0442L428.913 42.0442L428.913 41.3301L428.913 40.616L420.913 40.616L420.913 41.3301Z"
|
|
@@ -454,86 +454,86 @@ export function createNewCertificateType47({
|
|
|
454
454
|
<path
|
|
455
455
|
d="M57.4556 51.2726L51.0858 51.2726L51.0858 58.1875"
|
|
456
456
|
stroke="${mainColor}"
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
457
|
+
stroke-width="1.42819"
|
|
458
|
+
stroke-linecap="round"
|
|
459
|
+
stroke-linejoin="round"
|
|
460
460
|
/>
|
|
461
461
|
<path
|
|
462
462
|
d="M62.06 66.3936L68.4297 66.3936L68.4297 59.4787"
|
|
463
463
|
stroke="${mainColor}"
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
464
|
+
stroke-width="1.42819"
|
|
465
|
+
stroke-linecap="round"
|
|
466
|
+
stroke-linejoin="round"
|
|
467
467
|
/>
|
|
468
468
|
<path
|
|
469
469
|
d="M27.6447 82.3891L27.6447 88.7588L34.5596 88.7588"
|
|
470
470
|
stroke="${mainColor}"
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
471
|
+
stroke-width="1.42819"
|
|
472
|
+
stroke-linecap="round"
|
|
473
|
+
stroke-linejoin="round"
|
|
474
474
|
/>
|
|
475
475
|
<path
|
|
476
476
|
d="M94.5129 34.0283L94.5129 27.6586L87.5981 27.6586"
|
|
477
477
|
stroke="${mainColor}"
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
478
|
+
stroke-width="1.42819"
|
|
479
|
+
stroke-linecap="round"
|
|
480
|
+
stroke-linejoin="round"
|
|
481
481
|
/>
|
|
482
482
|
<path
|
|
483
483
|
d="M1127.28 93.8091L1127.28 24.0003L1053.17 24.0003L1053.17 45.5196L1078.51 45.5196L1078.51 70.8551L1105.76 70.8551L1105.76 93.8091L1127.28 93.8091Z"
|
|
484
484
|
stroke="${mainColor}"
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
485
|
+
stroke-width="1.70023"
|
|
486
|
+
stroke-linecap="round"
|
|
487
|
+
stroke-linejoin="round"
|
|
488
488
|
/>
|
|
489
489
|
<path
|
|
490
490
|
d="M1078.06 70.855L1063.21 70.855L1042.64 70.855L1042.64 55.5619L1060.34 55.5619L1060.34 63.2084L1052.21 63.2084"
|
|
491
491
|
stroke="${mainColor}"
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
492
|
+
stroke-width="1.70023"
|
|
493
|
+
stroke-linecap="round"
|
|
494
|
+
stroke-linejoin="round"
|
|
495
495
|
/>
|
|
496
496
|
<path
|
|
497
497
|
d="M1078.67 70.8555L1078.67 85.7182L1078.67 106.276L1093.96 106.276L1093.96 88.5874L1086.31 88.5874L1086.31 96.7074"
|
|
498
498
|
stroke="${mainColor}"
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
499
|
+
stroke-width="1.70023"
|
|
500
|
+
stroke-linecap="round"
|
|
501
|
+
stroke-linejoin="round"
|
|
502
502
|
/>
|
|
503
503
|
<path
|
|
504
504
|
d="M1087.6 45.606L1109.12 45.606L1109.12 35.4488L1100.6 35.4488L1100.6 39.767L1103.25 39.767"
|
|
505
505
|
stroke="${mainColor}"
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
506
|
+
stroke-width="1.42819"
|
|
507
|
+
stroke-linecap="round"
|
|
508
|
+
stroke-linejoin="round"
|
|
509
509
|
/>
|
|
510
510
|
<path
|
|
511
511
|
d="M1105.53 61.5015L1105.53 41.0294L1115.69 41.0294L1115.69 49.551L1111.37 49.551L1111.37 46.9113"
|
|
512
512
|
stroke="${mainColor}"
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
513
|
+
stroke-width="1.42819"
|
|
514
|
+
stroke-linecap="round"
|
|
515
|
+
stroke-linejoin="round"
|
|
516
516
|
/>
|
|
517
517
|
<path
|
|
518
518
|
d="M1111.69 104.698L1109.81 106.577L1106.75 103.522L1112.78 97.4962L1119.97 104.669L1119.97 675"
|
|
519
519
|
stroke="${mainColor}"
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
520
|
+
stroke-width="1.42819"
|
|
521
|
+
stroke-linecap="round"
|
|
522
|
+
stroke-linejoin="round"
|
|
523
523
|
/>
|
|
524
524
|
<path
|
|
525
525
|
d="M1122.48 103.995L1124.36 105.875L1127.41 102.819L1121.39 96.7935L1114.2 103.967L1114.2 142.831"
|
|
526
526
|
stroke="${mainColor}"
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
527
|
+
stroke-width="1.42819"
|
|
528
|
+
stroke-linecap="round"
|
|
529
|
+
stroke-linejoin="round"
|
|
530
530
|
/>
|
|
531
531
|
<path
|
|
532
532
|
d="M1040.32 29.1651L1038.44 27.2858L1041.49 24.23L1047.52 30.2554L1040.35 37.4429L715 37.4429"
|
|
533
533
|
stroke="${mainColor}"
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
534
|
+
stroke-width="1.42819"
|
|
535
|
+
stroke-linecap="round"
|
|
536
|
+
stroke-linejoin="round"
|
|
537
537
|
/>
|
|
538
538
|
<path
|
|
539
539
|
d="M1040.51 39.4487C1040.79 39.1698 1041.25 39.1698 1041.52 39.4487C1041.8 39.7275 1041.8 40.1797 1041.52 40.4585L1040.51 39.4487ZM1039.14 41.833L1038.64 42.3379C1038.36 42.059 1038.36 41.6069 1038.64 41.328L1039.14 41.833ZM1042.2 44.8887L1042.7 45.3936C1042.57 45.5276 1042.39 45.6028 1042.2 45.6028C1042.01 45.6028 1041.83 45.5276 1041.69 45.3936L1042.2 44.8887ZM1048.22 38.8633L1048.73 38.3588C1049.01 38.6378 1049.01 39.0896 1048.73 39.3682L1048.22 38.8633ZM1041.05 31.6758L1041.05 30.9617C1041.24 30.9617 1041.42 31.0371 1041.55 31.1714L1041.05 31.6758ZM730.5 31.6758L729.786 31.6758C729.786 31.2814 730.106 30.9617 730.5 30.9617L730.5 31.6758ZM730.5 41.3306L731.214 41.3306C731.214 41.725 730.894 42.0447 730.5 42.0447L730.5 41.3306ZM722.5 42.0447L721.786 42.0447L721.786 40.6165L722.5 40.6165L722.5 42.0447ZM1041.02 39.9536L1041.52 40.4585L1039.65 42.3379L1039.14 41.833L1038.64 41.328L1040.51 39.4487L1041.02 39.9536ZM1039.14 41.833L1039.65 41.328L1042.7 44.3838L1042.2 44.8887L1041.69 45.3936L1038.64 42.3379L1039.14 41.833ZM1042.2 44.8887L1041.69 44.3838L1047.72 38.3583L1048.22 38.8633L1048.73 39.3682L1042.7 45.3936L1042.2 44.8887ZM1048.22 38.8633L1047.72 39.3677L1040.54 32.1802L1041.05 31.6758L1041.55 31.1714L1048.73 38.3588L1048.22 38.8633ZM1041.05 31.6758L1041.05 32.3899L730.5 32.3899L730.5 31.6758L730.5 30.9617L1041.05 30.9617L1041.05 31.6758ZM730.5 31.6758L731.214 31.6758L731.214 41.3306L730.5 41.3306L729.786 41.3306L729.786 31.6758L730.5 31.6758ZM730.5 41.3306L730.5 42.0447L722.5 42.0447L722.5 41.3306L722.5 40.6165L730.5 40.6165L730.5 41.3306Z"
|
|
@@ -542,30 +542,30 @@ export function createNewCertificateType47({
|
|
|
542
542
|
<path
|
|
543
543
|
d="M1093.96 51.2726L1100.33 51.2726L1100.33 58.1875"
|
|
544
544
|
stroke="${mainColor}"
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
545
|
+
stroke-width="1.42819"
|
|
546
|
+
stroke-linecap="round"
|
|
547
|
+
stroke-linejoin="round"
|
|
548
548
|
/>
|
|
549
549
|
<path
|
|
550
550
|
d="M1089.35 66.3936L1082.98 66.3936L1082.98 59.4787"
|
|
551
551
|
stroke="${mainColor}"
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
552
|
+
stroke-width="1.42819"
|
|
553
|
+
stroke-linecap="round"
|
|
554
|
+
stroke-linejoin="round"
|
|
555
555
|
/>
|
|
556
556
|
<path
|
|
557
557
|
d="M1123.77 82.3891L1123.77 88.7588L1116.85 88.7588"
|
|
558
558
|
stroke="${mainColor}"
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
559
|
+
stroke-width="1.42819"
|
|
560
|
+
stroke-linecap="round"
|
|
561
|
+
stroke-linejoin="round"
|
|
562
562
|
/>
|
|
563
563
|
<path
|
|
564
564
|
d="M1056.9 34.0283L1056.9 27.6586L1063.82 27.6586"
|
|
565
565
|
stroke="${mainColor}"
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
566
|
+
stroke-width="1.42819"
|
|
567
|
+
stroke-linecap="round"
|
|
568
|
+
stroke-linejoin="round"
|
|
569
569
|
/>
|
|
570
570
|
<path
|
|
571
571
|
d="M558.431 42.9564C559.428 44.5396 560.679 45.8686 562.125 46.3572C563.278 46.7481 564.47 46.5722 565.624 46.24C567.969 45.5364 570.158 44.0119 572.054 41.901L570.647 45.7123C569.787 49.1326 572.367 57.8301 575.865 57.8301C579.364 57.8301 581.944 49.1131 581.084 45.7123L579.715 42.0183C581.592 44.0705 583.761 45.5559 586.067 46.24C587.221 46.5918 588.413 46.7481 589.566 46.3572C591.012 45.8686 592.263 44.5591 593.26 42.9564C594.257 41.3733 594.999 39.497 595.742 37.6598C594.784 38.7934 593.553 39.282 592.322 39.5947C587.455 40.787 582.374 39.2038 578.152 35.5489C578.308 35.2167 578.406 34.8649 578.406 34.474C578.406 33.0667 577.272 31.9331 575.865 31.9331C574.458 31.9331 573.324 33.0667 573.324 34.474C573.324 34.8649 573.422 35.2167 573.578 35.5294C569.357 39.2038 564.255 40.8065 559.389 39.5947C558.177 39.3015 556.926 38.8129 555.968 37.6598C556.711 39.5165 557.473 41.3733 558.451 42.9564L558.431 42.9564Z"
|
|
@@ -574,26 +574,26 @@ export function createNewCertificateType47({
|
|
|
574
574
|
<path
|
|
575
575
|
d="M722.413 41.8303L722.413 33.6532L706.738 33.6532L706.738 42.1748L686.724 42.1748L686.724 31.2101L588.511 31.2101"
|
|
576
576
|
stroke="${mainColor}"
|
|
577
|
-
|
|
578
|
-
|
|
577
|
+
stroke-width="1.46586"
|
|
578
|
+
stroke-miterlimit="10"
|
|
579
579
|
/>
|
|
580
580
|
<path
|
|
581
581
|
d="M714.733 36.8303L714.733 46.8071L698.999 46.8071L698.999 35.9597L681.506 35.9597L681.506 41.6277L612.493 41.6277"
|
|
582
582
|
stroke="${mainColor}"
|
|
583
|
-
|
|
584
|
-
|
|
583
|
+
stroke-width="1.46586"
|
|
584
|
+
stroke-miterlimit="10"
|
|
585
585
|
/>
|
|
586
586
|
<path
|
|
587
587
|
d="M429.162 41.8306L429.162 33.309L444.837 33.309L444.837 41.8306L464.87 41.8306L464.87 30.8659L563.063 30.8659"
|
|
588
588
|
stroke="${mainColor}"
|
|
589
|
-
|
|
590
|
-
|
|
589
|
+
stroke-width="1.46586"
|
|
590
|
+
stroke-miterlimit="10"
|
|
591
591
|
/>
|
|
592
592
|
<path
|
|
593
593
|
d="M436.863 36.8303L436.863 46.8071L452.596 46.8071L452.596 35.9597L470.089 35.9597L470.089 41.6277L539.102 41.6277"
|
|
594
594
|
stroke="${mainColor}"
|
|
595
|
-
|
|
596
|
-
|
|
595
|
+
stroke-width="1.46586"
|
|
596
|
+
stroke-miterlimit="10"
|
|
597
597
|
/>
|
|
598
598
|
|
|
599
599
|
<path
|