@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
|
@@ -185,58 +185,58 @@ function createNewCertificateType47({ mainColor = "#96A6B4", subColor = "#96A6B4
|
|
|
185
185
|
<path
|
|
186
186
|
d="M1127.28 720.021V789.83H1053.17V768.311H1078.51V742.975H1105.76V720.021H1127.28Z"
|
|
187
187
|
stroke="${mainColor}"
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
188
|
+
stroke-width="1.70023"
|
|
189
|
+
stroke-linecap="round"
|
|
190
|
+
stroke-linejoin="round"
|
|
191
191
|
/>
|
|
192
192
|
<path
|
|
193
193
|
d="M1078.06 742.976H1063.21H1042.64V758.269H1060.34V750.622H1052.21"
|
|
194
194
|
stroke="${mainColor}"
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
195
|
+
stroke-width="1.70023"
|
|
196
|
+
stroke-linecap="round"
|
|
197
|
+
stroke-linejoin="round"
|
|
198
198
|
/>
|
|
199
199
|
<path
|
|
200
200
|
d="M1078.67 742.975V728.112V707.554H1093.96V725.243H1086.31V717.123"
|
|
201
201
|
stroke="${mainColor}"
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
202
|
+
stroke-width="1.70023"
|
|
203
|
+
stroke-linecap="round"
|
|
204
|
+
stroke-linejoin="round"
|
|
205
205
|
/>
|
|
206
206
|
<path
|
|
207
207
|
d="M1087.6 768.225H1109.12V778.382H1100.6V774.064H1103.25"
|
|
208
208
|
stroke="${mainColor}"
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
209
|
+
stroke-width="1.42819"
|
|
210
|
+
stroke-linecap="round"
|
|
211
|
+
stroke-linejoin="round"
|
|
212
212
|
/>
|
|
213
213
|
<path
|
|
214
214
|
d="M1105.53 752.329V772.801H1115.69V764.28H1111.37V766.919"
|
|
215
215
|
stroke="${mainColor}"
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
216
|
+
stroke-width="1.42819"
|
|
217
|
+
stroke-linecap="round"
|
|
218
|
+
stroke-linejoin="round"
|
|
219
219
|
/>
|
|
220
220
|
<path
|
|
221
221
|
d="M1111.69 709.132L1109.81 707.253L1106.75 710.309L1112.78 716.334L1119.97 709.161V671"
|
|
222
222
|
stroke="${mainColor}"
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
223
|
+
stroke-width="1.42819"
|
|
224
|
+
stroke-linecap="round"
|
|
225
|
+
stroke-linejoin="round"
|
|
226
226
|
/>
|
|
227
227
|
<path
|
|
228
228
|
d="M1122.48 709.835L1124.36 707.956L1127.41 711.012L1121.39 717.037L1114.2 709.864V671"
|
|
229
229
|
stroke="${mainColor}"
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
230
|
+
stroke-width="1.42819"
|
|
231
|
+
stroke-linecap="round"
|
|
232
|
+
stroke-linejoin="round"
|
|
233
233
|
/>
|
|
234
234
|
<path
|
|
235
235
|
d="M1040.32 784.665L1038.44 786.545L1041.49 789.601L1047.52 783.575L1040.35 776.388H715"
|
|
236
236
|
stroke="${mainColor}"
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
237
|
+
stroke-width="1.42819"
|
|
238
|
+
stroke-linecap="round"
|
|
239
|
+
stroke-linejoin="round"
|
|
240
240
|
/>
|
|
241
241
|
<path
|
|
242
242
|
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"
|
|
@@ -245,86 +245,86 @@ function createNewCertificateType47({ mainColor = "#96A6B4", subColor = "#96A6B4
|
|
|
245
245
|
<path
|
|
246
246
|
d="M1093.96 762.558H1100.33V755.643"
|
|
247
247
|
stroke="${mainColor}"
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
248
|
+
stroke-width="1.42819"
|
|
249
|
+
stroke-linecap="round"
|
|
250
|
+
stroke-linejoin="round"
|
|
251
251
|
/>
|
|
252
252
|
<path
|
|
253
253
|
d="M1089.35 747.437H1082.98V754.351"
|
|
254
254
|
stroke="${mainColor}"
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
255
|
+
stroke-width="1.42819"
|
|
256
|
+
stroke-linecap="round"
|
|
257
|
+
stroke-linejoin="round"
|
|
258
258
|
/>
|
|
259
259
|
<path
|
|
260
260
|
d="M1123.77 731.441V725.071H1116.85"
|
|
261
261
|
stroke="${mainColor}"
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
262
|
+
stroke-width="1.42819"
|
|
263
|
+
stroke-linecap="round"
|
|
264
|
+
stroke-linejoin="round"
|
|
265
265
|
/>
|
|
266
266
|
<path
|
|
267
267
|
d="M1056.9 779.802V786.171H1063.82"
|
|
268
268
|
stroke="${mainColor}"
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
269
|
+
stroke-width="1.42819"
|
|
270
|
+
stroke-linecap="round"
|
|
271
|
+
stroke-linejoin="round"
|
|
272
272
|
/>
|
|
273
273
|
<path
|
|
274
274
|
d="M24.1295 720.021V789.83H98.2422V768.311H72.9067V742.975H45.6488V720.021H24.1295Z"
|
|
275
275
|
stroke="${mainColor}"
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
276
|
+
stroke-width="1.70023"
|
|
277
|
+
stroke-linecap="round"
|
|
278
|
+
stroke-linejoin="round"
|
|
279
279
|
/>
|
|
280
280
|
<path
|
|
281
281
|
d="M73.3506 742.976H88.199H108.771V758.269H91.0682V750.622H99.2025"
|
|
282
282
|
stroke="${mainColor}"
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
283
|
+
stroke-width="1.70023"
|
|
284
|
+
stroke-linecap="round"
|
|
285
|
+
stroke-linejoin="round"
|
|
286
286
|
/>
|
|
287
287
|
<path
|
|
288
288
|
d="M72.7476 742.975V728.112V707.554H57.4545V725.243H65.101V717.123"
|
|
289
289
|
stroke="${mainColor}"
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
290
|
+
stroke-width="1.70023"
|
|
291
|
+
stroke-linecap="round"
|
|
292
|
+
stroke-linejoin="round"
|
|
293
293
|
/>
|
|
294
294
|
<path
|
|
295
295
|
d="M63.811 768.225H42.2917V778.382H50.8133V774.064H48.1593"
|
|
296
296
|
stroke="${mainColor}"
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
297
|
+
stroke-width="1.42819"
|
|
298
|
+
stroke-linecap="round"
|
|
299
|
+
stroke-linejoin="round"
|
|
300
300
|
/>
|
|
301
301
|
<path
|
|
302
302
|
d="M45.8782 752.329V772.801H35.721V764.28H40.0393V766.919"
|
|
303
303
|
stroke="${mainColor}"
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
304
|
+
stroke-width="1.42819"
|
|
305
|
+
stroke-linecap="round"
|
|
306
|
+
stroke-linejoin="round"
|
|
307
307
|
/>
|
|
308
308
|
<path
|
|
309
309
|
d="M39.7243 709.132L41.6037 707.253L44.6594 710.309L38.634 716.334L31.4465 709.161V671"
|
|
310
310
|
stroke="${mainColor}"
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
311
|
+
stroke-width="1.42819"
|
|
312
|
+
stroke-linecap="round"
|
|
313
|
+
stroke-linejoin="round"
|
|
314
314
|
/>
|
|
315
315
|
<path
|
|
316
316
|
d="M28.9351 709.835L27.0557 707.956L24 711.012L30.0254 717.037L37.2129 709.864V671"
|
|
317
317
|
stroke="${mainColor}"
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
318
|
+
stroke-width="1.42819"
|
|
319
|
+
stroke-linecap="round"
|
|
320
|
+
stroke-linejoin="round"
|
|
321
321
|
/>
|
|
322
322
|
<path
|
|
323
323
|
d="M111.096 784.665L112.976 786.545L109.92 789.601L103.894 783.575L111.068 776.388H436.413"
|
|
324
324
|
stroke="${mainColor}"
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
325
|
+
stroke-width="1.42819"
|
|
326
|
+
stroke-linecap="round"
|
|
327
|
+
stroke-linejoin="round"
|
|
328
328
|
/>
|
|
329
329
|
<path
|
|
330
330
|
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"
|
|
@@ -333,30 +333,30 @@ function createNewCertificateType47({ mainColor = "#96A6B4", subColor = "#96A6B4
|
|
|
333
333
|
<path
|
|
334
334
|
d="M57.4556 762.558H51.0858V755.643"
|
|
335
335
|
stroke="${mainColor}"
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
336
|
+
stroke-width="1.42819"
|
|
337
|
+
stroke-linecap="round"
|
|
338
|
+
stroke-linejoin="round"
|
|
339
339
|
/>
|
|
340
340
|
<path
|
|
341
341
|
d="M62.06 747.437H68.4297V754.351"
|
|
342
342
|
stroke="${mainColor}"
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
343
|
+
stroke-width="1.42819"
|
|
344
|
+
stroke-linecap="round"
|
|
345
|
+
stroke-linejoin="round"
|
|
346
346
|
/>
|
|
347
347
|
<path
|
|
348
348
|
d="M27.6447 731.441V725.071H34.5596"
|
|
349
349
|
stroke="${mainColor}"
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
350
|
+
stroke-width="1.42819"
|
|
351
|
+
stroke-linecap="round"
|
|
352
|
+
stroke-linejoin="round"
|
|
353
353
|
/>
|
|
354
354
|
<path
|
|
355
355
|
d="M94.5127 779.802V786.171H87.5978"
|
|
356
356
|
stroke="${mainColor}"
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
357
|
+
stroke-width="1.42819"
|
|
358
|
+
stroke-linecap="round"
|
|
359
|
+
stroke-linejoin="round"
|
|
360
360
|
/>
|
|
361
361
|
<path
|
|
362
362
|
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"
|
|
@@ -365,82 +365,82 @@ function createNewCertificateType47({ mainColor = "#96A6B4", subColor = "#96A6B4
|
|
|
365
365
|
<path
|
|
366
366
|
d="M429 772V780.177H444.675V771.655H464.689V782.62H562.902"
|
|
367
367
|
stroke="${mainColor}"
|
|
368
|
-
|
|
369
|
-
|
|
368
|
+
stroke-width="1.46586"
|
|
369
|
+
stroke-miterlimit="10"
|
|
370
370
|
/>
|
|
371
371
|
<path
|
|
372
372
|
d="M436.68 777V767.023H452.414V777.87H469.907V772.202H538.92"
|
|
373
373
|
stroke="${mainColor}"
|
|
374
|
-
|
|
375
|
-
|
|
374
|
+
stroke-width="1.46586"
|
|
375
|
+
stroke-miterlimit="10"
|
|
376
376
|
/>
|
|
377
377
|
<path
|
|
378
378
|
d="M722.251 772V780.521H706.576V772H686.543V782.964H588.35"
|
|
379
379
|
stroke="${mainColor}"
|
|
380
|
-
|
|
381
|
-
|
|
380
|
+
stroke-width="1.46586"
|
|
381
|
+
stroke-miterlimit="10"
|
|
382
382
|
/>
|
|
383
383
|
<path
|
|
384
384
|
d="M714.55 777V767.023H698.817V777.87H681.324V772.202H612.311"
|
|
385
385
|
stroke="${mainColor}"
|
|
386
|
-
|
|
387
|
-
|
|
386
|
+
stroke-width="1.46586"
|
|
387
|
+
stroke-miterlimit="10"
|
|
388
388
|
/>
|
|
389
389
|
<path
|
|
390
390
|
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"
|
|
391
391
|
stroke="${mainColor}"
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
392
|
+
stroke-width="1.70023"
|
|
393
|
+
stroke-linecap="round"
|
|
394
|
+
stroke-linejoin="round"
|
|
395
395
|
/>
|
|
396
396
|
<path
|
|
397
397
|
d="M73.3506 70.855L88.199 70.855L108.771 70.855L108.771 55.5619L91.0682 55.5619L91.0682 63.2084L99.2025 63.2084"
|
|
398
398
|
stroke="${mainColor}"
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
399
|
+
stroke-width="1.70023"
|
|
400
|
+
stroke-linecap="round"
|
|
401
|
+
stroke-linejoin="round"
|
|
402
402
|
/>
|
|
403
403
|
<path
|
|
404
404
|
d="M72.7476 70.855L72.7476 85.7177L72.7476 106.276L57.4545 106.276L57.4545 88.587L65.101 88.587L65.101 96.7069"
|
|
405
405
|
stroke="${mainColor}"
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
406
|
+
stroke-width="1.70023"
|
|
407
|
+
stroke-linecap="round"
|
|
408
|
+
stroke-linejoin="round"
|
|
409
409
|
/>
|
|
410
410
|
<path
|
|
411
411
|
d="M63.811 45.6055L42.2917 45.6055L42.2917 35.4483L50.8133 35.4483L50.8133 39.7665L48.1593 39.7665"
|
|
412
412
|
stroke="${mainColor}"
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
413
|
+
stroke-width="1.42819"
|
|
414
|
+
stroke-linecap="round"
|
|
415
|
+
stroke-linejoin="round"
|
|
416
416
|
/>
|
|
417
417
|
<path
|
|
418
418
|
d="M45.8782 61.501L45.8782 41.0289L35.721 41.0289L35.721 49.5506L40.0393 49.5506L40.0393 46.9108"
|
|
419
419
|
stroke="${mainColor}"
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
420
|
+
stroke-width="1.42819"
|
|
421
|
+
stroke-linecap="round"
|
|
422
|
+
stroke-linejoin="round"
|
|
423
423
|
/>
|
|
424
424
|
<path
|
|
425
425
|
d="M39.7244 104.698L41.6037 106.577L44.6595 103.522L38.634 97.4962L31.4466 104.669L31.4465 679.5"
|
|
426
426
|
stroke="${mainColor}"
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
427
|
+
stroke-width="1.42819"
|
|
428
|
+
stroke-linecap="round"
|
|
429
|
+
stroke-linejoin="round"
|
|
430
430
|
/>
|
|
431
431
|
<path
|
|
432
432
|
d="M28.9351 103.995L27.0557 105.874L24 102.818L30.0254 96.793L37.2129 103.966L37.2129 142.83"
|
|
433
433
|
stroke="${mainColor}"
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
434
|
+
stroke-width="1.42819"
|
|
435
|
+
stroke-linecap="round"
|
|
436
|
+
stroke-linejoin="round"
|
|
437
437
|
/>
|
|
438
438
|
<path
|
|
439
439
|
d="M111.096 29.1651L112.976 27.2857L109.92 24.23L103.894 30.2554L111.068 37.4428L436.413 37.4429"
|
|
440
440
|
stroke="${mainColor}"
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
441
|
+
stroke-width="1.42819"
|
|
442
|
+
stroke-linecap="round"
|
|
443
|
+
stroke-linejoin="round"
|
|
444
444
|
/>
|
|
445
445
|
<path
|
|
446
446
|
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"
|
|
@@ -449,86 +449,86 @@ function createNewCertificateType47({ mainColor = "#96A6B4", subColor = "#96A6B4
|
|
|
449
449
|
<path
|
|
450
450
|
d="M57.4556 51.2726L51.0858 51.2726L51.0858 58.1875"
|
|
451
451
|
stroke="${mainColor}"
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
452
|
+
stroke-width="1.42819"
|
|
453
|
+
stroke-linecap="round"
|
|
454
|
+
stroke-linejoin="round"
|
|
455
455
|
/>
|
|
456
456
|
<path
|
|
457
457
|
d="M62.06 66.3936L68.4297 66.3936L68.4297 59.4787"
|
|
458
458
|
stroke="${mainColor}"
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
459
|
+
stroke-width="1.42819"
|
|
460
|
+
stroke-linecap="round"
|
|
461
|
+
stroke-linejoin="round"
|
|
462
462
|
/>
|
|
463
463
|
<path
|
|
464
464
|
d="M27.6447 82.3891L27.6447 88.7588L34.5596 88.7588"
|
|
465
465
|
stroke="${mainColor}"
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
466
|
+
stroke-width="1.42819"
|
|
467
|
+
stroke-linecap="round"
|
|
468
|
+
stroke-linejoin="round"
|
|
469
469
|
/>
|
|
470
470
|
<path
|
|
471
471
|
d="M94.5129 34.0283L94.5129 27.6586L87.5981 27.6586"
|
|
472
472
|
stroke="${mainColor}"
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
473
|
+
stroke-width="1.42819"
|
|
474
|
+
stroke-linecap="round"
|
|
475
|
+
stroke-linejoin="round"
|
|
476
476
|
/>
|
|
477
477
|
<path
|
|
478
478
|
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"
|
|
479
479
|
stroke="${mainColor}"
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
480
|
+
stroke-width="1.70023"
|
|
481
|
+
stroke-linecap="round"
|
|
482
|
+
stroke-linejoin="round"
|
|
483
483
|
/>
|
|
484
484
|
<path
|
|
485
485
|
d="M1078.06 70.855L1063.21 70.855L1042.64 70.855L1042.64 55.5619L1060.34 55.5619L1060.34 63.2084L1052.21 63.2084"
|
|
486
486
|
stroke="${mainColor}"
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
487
|
+
stroke-width="1.70023"
|
|
488
|
+
stroke-linecap="round"
|
|
489
|
+
stroke-linejoin="round"
|
|
490
490
|
/>
|
|
491
491
|
<path
|
|
492
492
|
d="M1078.67 70.8555L1078.67 85.7182L1078.67 106.276L1093.96 106.276L1093.96 88.5874L1086.31 88.5874L1086.31 96.7074"
|
|
493
493
|
stroke="${mainColor}"
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
494
|
+
stroke-width="1.70023"
|
|
495
|
+
stroke-linecap="round"
|
|
496
|
+
stroke-linejoin="round"
|
|
497
497
|
/>
|
|
498
498
|
<path
|
|
499
499
|
d="M1087.6 45.606L1109.12 45.606L1109.12 35.4488L1100.6 35.4488L1100.6 39.767L1103.25 39.767"
|
|
500
500
|
stroke="${mainColor}"
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
501
|
+
stroke-width="1.42819"
|
|
502
|
+
stroke-linecap="round"
|
|
503
|
+
stroke-linejoin="round"
|
|
504
504
|
/>
|
|
505
505
|
<path
|
|
506
506
|
d="M1105.53 61.5015L1105.53 41.0294L1115.69 41.0294L1115.69 49.551L1111.37 49.551L1111.37 46.9113"
|
|
507
507
|
stroke="${mainColor}"
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
508
|
+
stroke-width="1.42819"
|
|
509
|
+
stroke-linecap="round"
|
|
510
|
+
stroke-linejoin="round"
|
|
511
511
|
/>
|
|
512
512
|
<path
|
|
513
513
|
d="M1111.69 104.698L1109.81 106.577L1106.75 103.522L1112.78 97.4962L1119.97 104.669L1119.97 675"
|
|
514
514
|
stroke="${mainColor}"
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
515
|
+
stroke-width="1.42819"
|
|
516
|
+
stroke-linecap="round"
|
|
517
|
+
stroke-linejoin="round"
|
|
518
518
|
/>
|
|
519
519
|
<path
|
|
520
520
|
d="M1122.48 103.995L1124.36 105.875L1127.41 102.819L1121.39 96.7935L1114.2 103.967L1114.2 142.831"
|
|
521
521
|
stroke="${mainColor}"
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
522
|
+
stroke-width="1.42819"
|
|
523
|
+
stroke-linecap="round"
|
|
524
|
+
stroke-linejoin="round"
|
|
525
525
|
/>
|
|
526
526
|
<path
|
|
527
527
|
d="M1040.32 29.1651L1038.44 27.2858L1041.49 24.23L1047.52 30.2554L1040.35 37.4429L715 37.4429"
|
|
528
528
|
stroke="${mainColor}"
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
529
|
+
stroke-width="1.42819"
|
|
530
|
+
stroke-linecap="round"
|
|
531
|
+
stroke-linejoin="round"
|
|
532
532
|
/>
|
|
533
533
|
<path
|
|
534
534
|
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"
|
|
@@ -537,30 +537,30 @@ function createNewCertificateType47({ mainColor = "#96A6B4", subColor = "#96A6B4
|
|
|
537
537
|
<path
|
|
538
538
|
d="M1093.96 51.2726L1100.33 51.2726L1100.33 58.1875"
|
|
539
539
|
stroke="${mainColor}"
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
540
|
+
stroke-width="1.42819"
|
|
541
|
+
stroke-linecap="round"
|
|
542
|
+
stroke-linejoin="round"
|
|
543
543
|
/>
|
|
544
544
|
<path
|
|
545
545
|
d="M1089.35 66.3936L1082.98 66.3936L1082.98 59.4787"
|
|
546
546
|
stroke="${mainColor}"
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
547
|
+
stroke-width="1.42819"
|
|
548
|
+
stroke-linecap="round"
|
|
549
|
+
stroke-linejoin="round"
|
|
550
550
|
/>
|
|
551
551
|
<path
|
|
552
552
|
d="M1123.77 82.3891L1123.77 88.7588L1116.85 88.7588"
|
|
553
553
|
stroke="${mainColor}"
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
554
|
+
stroke-width="1.42819"
|
|
555
|
+
stroke-linecap="round"
|
|
556
|
+
stroke-linejoin="round"
|
|
557
557
|
/>
|
|
558
558
|
<path
|
|
559
559
|
d="M1056.9 34.0283L1056.9 27.6586L1063.82 27.6586"
|
|
560
560
|
stroke="${mainColor}"
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
561
|
+
stroke-width="1.42819"
|
|
562
|
+
stroke-linecap="round"
|
|
563
|
+
stroke-linejoin="round"
|
|
564
564
|
/>
|
|
565
565
|
<path
|
|
566
566
|
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"
|
|
@@ -569,26 +569,26 @@ function createNewCertificateType47({ mainColor = "#96A6B4", subColor = "#96A6B4
|
|
|
569
569
|
<path
|
|
570
570
|
d="M722.413 41.8303L722.413 33.6532L706.738 33.6532L706.738 42.1748L686.724 42.1748L686.724 31.2101L588.511 31.2101"
|
|
571
571
|
stroke="${mainColor}"
|
|
572
|
-
|
|
573
|
-
|
|
572
|
+
stroke-width="1.46586"
|
|
573
|
+
stroke-miterlimit="10"
|
|
574
574
|
/>
|
|
575
575
|
<path
|
|
576
576
|
d="M714.733 36.8303L714.733 46.8071L698.999 46.8071L698.999 35.9597L681.506 35.9597L681.506 41.6277L612.493 41.6277"
|
|
577
577
|
stroke="${mainColor}"
|
|
578
|
-
|
|
579
|
-
|
|
578
|
+
stroke-width="1.46586"
|
|
579
|
+
stroke-miterlimit="10"
|
|
580
580
|
/>
|
|
581
581
|
<path
|
|
582
582
|
d="M429.162 41.8306L429.162 33.309L444.837 33.309L444.837 41.8306L464.87 41.8306L464.87 30.8659L563.063 30.8659"
|
|
583
583
|
stroke="${mainColor}"
|
|
584
|
-
|
|
585
|
-
|
|
584
|
+
stroke-width="1.46586"
|
|
585
|
+
stroke-miterlimit="10"
|
|
586
586
|
/>
|
|
587
587
|
<path
|
|
588
588
|
d="M436.863 36.8303L436.863 46.8071L452.596 46.8071L452.596 35.9597L470.089 35.9597L470.089 41.6277L539.102 41.6277"
|
|
589
589
|
stroke="${mainColor}"
|
|
590
|
-
|
|
591
|
-
|
|
590
|
+
stroke-width="1.46586"
|
|
591
|
+
stroke-miterlimit="10"
|
|
592
592
|
/>
|
|
593
593
|
|
|
594
594
|
<path
|