Merge branch 'develop'
3
.gitignore
vendored
|
@ -19,6 +19,9 @@ missing_translations.txt
|
|||
.DS_Store
|
||||
Svg.ts
|
||||
data/
|
||||
src/assets/generated/nsi_stats/brand.json
|
||||
src/assets/generated/nsi_stats/brand.summarized.json
|
||||
|
||||
Folder.DotSettings.user
|
||||
index_*.ts
|
||||
.~lock.*
|
||||
|
|
|
@ -150,7 +150,10 @@
|
|||
},
|
||||
"freeform": {
|
||||
"key": "brand",
|
||||
"type": "string",
|
||||
"type": "nsi",
|
||||
"helperArgs": [
|
||||
"amenity=atm"
|
||||
],
|
||||
"placeholder": {
|
||||
"en": "Brand name",
|
||||
"de": "Markenname",
|
||||
|
@ -641,4 +644,4 @@
|
|||
"enableImproveAccuracy": true,
|
||||
"enableRelocation": false
|
||||
}
|
||||
}
|
||||
}
|
|
@ -14,7 +14,12 @@
|
|||
"image:2~*",
|
||||
"image:3~*",
|
||||
"image:4~*",
|
||||
"image:5~*"
|
||||
"image:5~*",
|
||||
"image:6~*",
|
||||
"image:7~*",
|
||||
"image:8~*",
|
||||
"image:9~*",
|
||||
"image:10~*"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
"source": {
|
||||
"geoJson": "https://maproulette.org/api/v2/tasks/box/{x_min}/{y_min}/{x_max}/{y_max}",
|
||||
"geoJsonZoomLevel": 16,
|
||||
"osmTags": "title~*"
|
||||
"osmTags": "title~*",
|
||||
"idKey": "mr_taskId"
|
||||
},
|
||||
"minzoom": 15,
|
||||
"title": {
|
||||
|
|
|
@ -114,7 +114,10 @@
|
|||
},
|
||||
"freeform": {
|
||||
"key": "brand",
|
||||
"type": "string",
|
||||
"type": "nsi",
|
||||
"helperArgs": [
|
||||
"amenity=parcel_locker"
|
||||
],
|
||||
"placeholder": {
|
||||
"en": "Brand",
|
||||
"de": "Marke",
|
||||
|
@ -125,71 +128,6 @@
|
|||
"cs": "Značka"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "brand=Amazon Locker",
|
||||
"then": {
|
||||
"en": "This is an Amazon Locker",
|
||||
"de": "Dies ist ein Amazon Locker",
|
||||
"nl": "Dit is een Amazon Locker",
|
||||
"ca": "Açò és un Amazon Locker",
|
||||
"fr": "C'est un Amazon Locker",
|
||||
"pl": "To jest paczkomat Amazonu",
|
||||
"cs": "Toto je Amazon Locker"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"brand:wikidata=Q16974764",
|
||||
"brand:wikipedia=en:Amazon Locker",
|
||||
"operator=Amazon"
|
||||
]
|
||||
},
|
||||
{
|
||||
"if": "brand=DHL Packstation",
|
||||
"then": {
|
||||
"en": "This is a DHL Packstation",
|
||||
"de": "Dies ist eine DHL-Packstation",
|
||||
"nl": "Dit is een DHL Packstation",
|
||||
"ca": "Açò és un DHL Packstation",
|
||||
"cs": "Toto je DHL Packstation"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"brand:wikidata=Q1766703",
|
||||
"brand:wikipedia=de:Packstation",
|
||||
"operator=DHL"
|
||||
],
|
||||
"hideInAnswer": "_country!=de"
|
||||
},
|
||||
{
|
||||
"if": "brand=Pickup Station",
|
||||
"then": {
|
||||
"en": "This is a DPD Pickup Station",
|
||||
"de": "Dies ist eine DPD Pickup Station",
|
||||
"nl": "Dit is een DPD Pickup Station",
|
||||
"fr": "C'est une DPD Pickup Station",
|
||||
"cs": "Toto je DPD Pickup Station"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"operator=DPD"
|
||||
],
|
||||
"hideInAnswer": "_country!=pl"
|
||||
},
|
||||
{
|
||||
"if": "brand=PostNL",
|
||||
"then": {
|
||||
"en": "This is a PostNL Parcel Locker",
|
||||
"nl": "Dit is een PostNL pakketautomaat",
|
||||
"de": "Dies ist ein PostNL-Paketschließfach",
|
||||
"ca": "Açò és una bústia intel·ligent de PostNL",
|
||||
"fr": "C'est un PostNL Parcel Locker",
|
||||
"pl": "To jest paczkomat PostNL",
|
||||
"cs": "Toto je PostNL Parcel Locker"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"operator=PostNL"
|
||||
],
|
||||
"hideInAnswer": "_country!=nl"
|
||||
}
|
||||
],
|
||||
"render": {
|
||||
"en": "This is a {brand} parcel locker",
|
||||
"de": "Dies ist ein Paketschließfach von {brand}",
|
||||
|
@ -352,4 +290,4 @@
|
|||
"allowMove": {
|
||||
"enableImproveAccuracy": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -193,6 +193,26 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "post_offic_brand",
|
||||
"condition": "amenity=post_office",
|
||||
"question": {
|
||||
"en": "To which brand does this post office belong?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This is a {brand} post office"
|
||||
},
|
||||
"freeform": {
|
||||
"type": "nsi",
|
||||
"key": "brand",
|
||||
"placeholder": {
|
||||
"en": "Brand of the post office"
|
||||
},
|
||||
"helperArgs": [
|
||||
"amenity=post_office"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "partner-brand",
|
||||
"render": {
|
||||
|
@ -638,4 +658,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -374,6 +374,7 @@
|
|||
"id": "public_bookcase-operator"
|
||||
},
|
||||
{
|
||||
"id": "public_bookcase-brand",
|
||||
"question": {
|
||||
"en": "Is this public bookcase part of a bigger network?",
|
||||
"nl": "Is dit boekenruilkastje deel van een netwerk?",
|
||||
|
@ -396,52 +397,33 @@
|
|||
},
|
||||
"condition": "ref=",
|
||||
"freeform": {
|
||||
"key": "brand"
|
||||
"key": "brand",
|
||||
"placeholder": {
|
||||
"en": "Name of the network"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"nobrand="
|
||||
]
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"then": {
|
||||
"en": "Part of the network 'Little Free Library'",
|
||||
"nl": "Deel van het netwerk 'Little Free Library'",
|
||||
"de": "Der Bücherschrank gehört zum Netzwerk 'Little Free Library'",
|
||||
"fr": "Fait partie du réseau Little Free Library",
|
||||
"it": "Fa parte della rete 'Little Free Library'",
|
||||
"hu": "A „Little Free Library” hálózat része",
|
||||
"es": "Parte de la red 'Little Free Library'",
|
||||
"pl": "Część sieci \"Little Free Library\"",
|
||||
"ca": "Part de la xarxa 'Little Free Library'",
|
||||
"cs": "Součást sítě 'Little Free Library'"
|
||||
},
|
||||
"if": {
|
||||
"and": [
|
||||
"brand=Little Free Library",
|
||||
"nobrand="
|
||||
]
|
||||
},
|
||||
"addExtraTags": [
|
||||
"brand:wikidata=Q6650101"
|
||||
]
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"nobrand=yes",
|
||||
"brand="
|
||||
]
|
||||
},
|
||||
"if": "nobrand=yes",
|
||||
"then": {
|
||||
"en": "This public bookcase is not part of a bigger network",
|
||||
"nl": "Dit boekenruilkastje maakt geen deel uit van een netwerk",
|
||||
"de": "Der Bücherschrank gehört zu keinem Netzwerk",
|
||||
"fr": "Cette microbibliothèque ne fait pas partie d'un réseau/groupe",
|
||||
"it": "Questa biblioteca pubblica non fa parte di una rete",
|
||||
"it": "Questa microbiblioteca non fa parte di una rete",
|
||||
"hu": "Ez a nyilvános könyvespolc nem része egy nagyobb hálózatnak",
|
||||
"ca": "Aquesta prestatgeria pública no és part d'una xarxa més gran",
|
||||
"cs": "Tato veřejná knihobudka není součástí větší sítě"
|
||||
}
|
||||
},
|
||||
"addExtraTags": [
|
||||
"brand:wikidata=",
|
||||
"brand="
|
||||
]
|
||||
}
|
||||
],
|
||||
"id": "public_bookcase-brand"
|
||||
]
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
|
|
|
@ -282,6 +282,26 @@
|
|||
"invalidValues": "shop=yes"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "brand",
|
||||
"question": {
|
||||
"en": "What is the brand of this shop?"
|
||||
},
|
||||
"render": {
|
||||
"en": "Part of <b>{brand}</b>"
|
||||
},
|
||||
"freeform": {
|
||||
"key":"brand"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "not:brand=yes",
|
||||
"then": {
|
||||
"en": "This shop does not have a specific brand, it is not part of a bigger chain"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "second_hand",
|
||||
"question": {
|
||||
|
|
|
@ -31,7 +31,8 @@
|
|||
"description": "Maproulette challenge containing velopark data",
|
||||
"source": {
|
||||
"osmTags": "mr_taskId~*",
|
||||
"geoJson": "https://maproulette.org/api/v2/challenge/view/43282"
|
||||
"geoJson": "https://maproulette.org/api/v2/challenge/view/43282",
|
||||
"idKey": "mr_taskId"
|
||||
},
|
||||
"title": {
|
||||
"render": "Velopark parking <span class='literal-code'>{mr_velopark_id}</span>"
|
||||
|
@ -55,6 +56,24 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "is_linked",
|
||||
"multiAnswer": true,
|
||||
"classes": "thanks",
|
||||
"render": {
|
||||
"special": {
|
||||
"type": "link",
|
||||
"href": "#{_osm_parkings_with_this_velopark_ref}",
|
||||
"text": {
|
||||
"en": "Matched with bicycle parking {_osm_parkings_with_this_velopark_ref}",
|
||||
"nl": "Gelinkt met fietsenstalling {_osm_parkings_with_this_velopark_ref}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"freeform": {
|
||||
"key": "_osm_parkings_with_this_velopark_ref"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "velopark-link",
|
||||
"render": {
|
||||
|
@ -90,7 +109,6 @@
|
|||
"en": "<h3>Nearby parkings</h3>There are {_nearby_bicycle_parkings:count} bicycle parkings within {_distance_cutoff}m known in OpenStreetMap.",
|
||||
"nl": "<h3>Parkings in de buurt</h3>Er zijn {_nearby_bicycle_parkings:count} fietsparkings gekend binnen {_distance_cutoff}m in OpenStreetMap."
|
||||
},
|
||||
"condition": "_nearby_bicycle_parkings:count>0",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "_nearby_bicycle_parkings:count=0",
|
||||
|
@ -250,9 +268,10 @@
|
|||
"calculatedTags": [
|
||||
"_distance_cutoff=50",
|
||||
"mr_velopark_id=feat.properties['ref:velopark']?.split('/')?.at(-1)",
|
||||
"_nearby_bicycle_parkings=closestn(feat)(['bike_parking','bike_parking_with_velopark_ref'], 100, undefined, get(feat)('_distance_cutoff'))",
|
||||
"_nearby_bicycle_parkings:count=get(feat)('_nearby_bicycle_parkings').length",
|
||||
"_nearby_bicycle_parkings:props=get(feat)('_nearby_bicycle_parkings').map(f => ({_distance: Math.round(f.distance), _ref: feat.properties['ref:velopark'], _mr_id: feat.properties.id, '_velopark:id': (f.feat.properties['_velopark:id'] ?? 'unlinked') /*Explicit copy to trigger lazy loading*/, ...f.feat.properties}))"
|
||||
"_osm_parkings_with_this_velopark_ref=closestn(feat)('bike_parking_with_velopark_ref',25).filter(f => f.feat.properties['ref:velopark'] === feat.properties['ref:velopark']).map(f => f.feat.properties.id).join(';')",
|
||||
"_nearby_bicycle_parkings=closestn(feat)(['bike_parking','bike_parking_with_velopark_ref'], 20, undefined, get(feat)('_distance_cutoff'))",
|
||||
"_nearby_bicycle_parkings:count=get(feat)('_nearby_bicycle_parkings')?.length",
|
||||
"_nearby_bicycle_parkings:props=get(feat)('_nearby_bicycle_parkings')?.map(f => ({_distance: Math.round(f.distance), _ref: feat.properties['ref:velopark'], _mr_id: feat.properties.id, '_velopark:id': (f.feat.properties['_velopark:id'] ?? 'unlinked') /*Explicit copy to trigger lazy loading*/, ...f.feat.properties}))"
|
||||
],
|
||||
"pointRendering": [
|
||||
{
|
||||
|
@ -488,7 +507,7 @@
|
|||
"condition": {
|
||||
"and": [
|
||||
"ref:velopark~https://data.velopark.be/data/.*",
|
||||
"id!~.*maproulette.org/.*"
|
||||
"mr_taskId="
|
||||
]
|
||||
},
|
||||
"render": {
|
||||
|
|
|
@ -290,6 +290,7 @@
|
|||
"loginToStart": "Log in to answer this question",
|
||||
"loginWithOpenStreetMap": "Login with OpenStreetMap",
|
||||
"logout": "Log out",
|
||||
"mappingsAreHidden": "Some options are hidden. Use search to show more options.",
|
||||
"menu": {
|
||||
"aboutMapComplete": "About MapComplete",
|
||||
"filter": "Filter data"
|
||||
|
|
|
@ -5379,17 +5379,6 @@
|
|||
"freeform": {
|
||||
"placeholder": "Marca"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Açò és un Amazon Locker"
|
||||
},
|
||||
"1": {
|
||||
"then": "Açò és un DHL Packstation"
|
||||
},
|
||||
"3": {
|
||||
"then": "Açò és una bústia intel·ligent de PostNL"
|
||||
}
|
||||
},
|
||||
"question": "Quina és la marca d'aquesta bústia intel·ligent?",
|
||||
"render": "Açò és una bústia intel·ligent de {brand}"
|
||||
},
|
||||
|
@ -6043,9 +6032,6 @@
|
|||
"public_bookcase-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Part de la xarxa 'Little Free Library'"
|
||||
},
|
||||
"1": {
|
||||
"then": "Aquesta prestatgeria pública no és part d'una xarxa més gran"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -5582,20 +5582,6 @@
|
|||
"freeform": {
|
||||
"placeholder": "Značka"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Toto je Amazon Locker"
|
||||
},
|
||||
"1": {
|
||||
"then": "Toto je DHL Packstation"
|
||||
},
|
||||
"2": {
|
||||
"then": "Toto je DPD Pickup Station"
|
||||
},
|
||||
"3": {
|
||||
"then": "Toto je PostNL Parcel Locker"
|
||||
}
|
||||
},
|
||||
"question": "Jaká je značka schránky na balíky?",
|
||||
"render": "To je {brand} schránka na balíky"
|
||||
},
|
||||
|
@ -6277,9 +6263,6 @@
|
|||
"public_bookcase-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Součást sítě 'Little Free Library'"
|
||||
},
|
||||
"1": {
|
||||
"then": "Tato veřejná knihobudka není součástí větší sítě"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -6811,20 +6811,6 @@
|
|||
"freeform": {
|
||||
"placeholder": "Marke"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dies ist ein Amazon Locker"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dies ist eine DHL-Packstation"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dies ist eine DPD Pickup Station"
|
||||
},
|
||||
"3": {
|
||||
"then": "Dies ist ein PostNL-Paketschließfach"
|
||||
}
|
||||
},
|
||||
"question": "Welche Marke hat das Paketschließfach?",
|
||||
"render": "Dies ist ein Paketschließfach von {brand}"
|
||||
},
|
||||
|
@ -7659,9 +7645,6 @@
|
|||
"public_bookcase-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Der Bücherschrank gehört zum Netzwerk 'Little Free Library'"
|
||||
},
|
||||
"1": {
|
||||
"then": "Der Bücherschrank gehört zu keinem Netzwerk"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -6811,20 +6811,6 @@
|
|||
"freeform": {
|
||||
"placeholder": "Brand"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is an Amazon Locker"
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a DHL Packstation"
|
||||
},
|
||||
"2": {
|
||||
"then": "This is a DPD Pickup Station"
|
||||
},
|
||||
"3": {
|
||||
"then": "This is a PostNL Parcel Locker"
|
||||
}
|
||||
},
|
||||
"question": "What is the brand of the parcel locker?",
|
||||
"render": "This is a {brand} parcel locker"
|
||||
},
|
||||
|
@ -7657,11 +7643,11 @@
|
|||
"question": "Is this bookcase located outdoors?"
|
||||
},
|
||||
"public_bookcase-brand": {
|
||||
"freeform": {
|
||||
"placeholder": "Name of the network"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Part of the network 'Little Free Library'"
|
||||
},
|
||||
"1": {
|
||||
"then": "This public bookcase is not part of a bigger network"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -3448,13 +3448,6 @@
|
|||
"then": "Solo accesible a clientes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"public_bookcase-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Parte de la red 'Little Free Library'"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -4382,17 +4382,6 @@
|
|||
"freeform": {
|
||||
"placeholder": "Marque"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "C'est un Amazon Locker"
|
||||
},
|
||||
"2": {
|
||||
"then": "C'est une DPD Pickup Station"
|
||||
},
|
||||
"3": {
|
||||
"then": "C'est un PostNL Parcel Locker"
|
||||
}
|
||||
},
|
||||
"question": "Quelle est la marque de ce casier à colis ?",
|
||||
"render": "C'est un casier à colis {brand}"
|
||||
},
|
||||
|
@ -4824,9 +4813,6 @@
|
|||
"public_bookcase-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Fait partie du réseau Little Free Library"
|
||||
},
|
||||
"1": {
|
||||
"then": "Cette microbibliothèque ne fait pas partie d'un réseau/groupe"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -712,9 +712,6 @@
|
|||
"public_bookcase-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A „Little Free Library” hálózat része"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ez a nyilvános könyvespolc nem része egy nagyobb hálózatnak"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -3151,4 +3151,4 @@
|
|||
"render": "pala eolica"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5665,20 +5665,6 @@
|
|||
"freeform": {
|
||||
"placeholder": "Merk"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een Amazon Locker"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit is een DHL Packstation"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit is een DPD Pickup Station"
|
||||
},
|
||||
"3": {
|
||||
"then": "Dit is een PostNL pakketautomaat"
|
||||
}
|
||||
},
|
||||
"question": "Wat is het merk van deze pakketautomaat?",
|
||||
"render": "Dit is een {brand} pakketautomaat"
|
||||
},
|
||||
|
@ -6377,9 +6363,6 @@
|
|||
"public_bookcase-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deel van het netwerk 'Little Free Library'"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit boekenruilkastje maakt geen deel uit van een netwerk"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -2082,14 +2082,6 @@
|
|||
"freeform": {
|
||||
"placeholder": "Marka"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "To jest paczkomat Amazonu"
|
||||
},
|
||||
"3": {
|
||||
"then": "To jest paczkomat PostNL"
|
||||
}
|
||||
},
|
||||
"question": "Jakiej marki jest ten paczkomat?",
|
||||
"render": "To jest paczkomat marki {brand}"
|
||||
},
|
||||
|
@ -2242,17 +2234,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"public_bookcase": {
|
||||
"tagRenderings": {
|
||||
"public_bookcase-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Część sieci \"Little Free Library\""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"questions": {
|
||||
"tagRenderings": {
|
||||
"check_date": {
|
||||
|
|
241
package-lock.json
generated
|
@ -1,17 +1,18 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.42.5",
|
||||
"version": "0.42.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mapcomplete",
|
||||
"version": "0.42.5",
|
||||
"version": "0.42.6",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@comunica/core": "^3.0.1",
|
||||
"@comunica/query-sparql": "^3.0.1",
|
||||
"@comunica/query-sparql-link-traversal": "^0.3.0",
|
||||
"@rapideditor/location-conflation": "^1.3.0",
|
||||
"@rgossiaux/svelte-headlessui": "^1.0.2",
|
||||
"@rgossiaux/svelte-heroicons": "^0.1.2",
|
||||
"@rollup/plugin-typescript": "^11.0.0",
|
||||
|
@ -23,6 +24,7 @@
|
|||
"@turf/length": "^6.5.0",
|
||||
"@turf/turf": "^6.5.0",
|
||||
"@types/dompurify": "^3.0.2",
|
||||
"@types/follow-redirects": "^1.14.4",
|
||||
"@types/pg": "^8.10.9",
|
||||
"@types/qrcode-generator": "^1.0.6",
|
||||
"@types/showdown": "^2.0.0",
|
||||
|
@ -38,6 +40,7 @@
|
|||
"email-validator": "^2.0.4",
|
||||
"escape-html": "^1.0.3",
|
||||
"fake-dom": "^1.0.4",
|
||||
"follow-redirects": "^1.15.6",
|
||||
"geojson2svg": "^1.3.3",
|
||||
"html-to-image": "^1.11.11",
|
||||
"i18next-client": "^1.11.4",
|
||||
|
@ -53,6 +56,7 @@
|
|||
"maplibre-gl": "^4.1.1",
|
||||
"marked": "^12.0.2",
|
||||
"monaco-editor": "^0.46.0",
|
||||
"name-suggestion-index": "^6.0.20240422",
|
||||
"npm": "^10.7.0",
|
||||
"opening_hours": "^3.6.0",
|
||||
"osm-auth": "^2.5.0",
|
||||
|
@ -130,6 +134,11 @@
|
|||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@aitodotai/json-stringify-pretty-compact": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@aitodotai/json-stringify-pretty-compact/-/json-stringify-pretty-compact-1.3.0.tgz",
|
||||
"integrity": "sha512-K+whdCBlVjzx8zCK2ZUohGJb5bUOxRpiEAfD1NCUgH0mApdDZD9c7VHXJVzWlt3wfV1X4OFyCRmTqbPd6U87lQ=="
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
"version": "2.2.0",
|
||||
"dev": true,
|
||||
|
@ -4744,6 +4753,14 @@
|
|||
"@jridgewell/sourcemap-codec": "1.4.14"
|
||||
}
|
||||
},
|
||||
"node_modules/@mapbox/geojson-area": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@mapbox/geojson-area/-/geojson-area-0.2.2.tgz",
|
||||
"integrity": "sha512-bBqqFn1kIbLBfn7Yq1PzzwVkPYQr9lVUeT8Dhd0NL5n76PBuXzOcuLV7GOSbEB1ia8qWxH4COCvFpziEu/yReA==",
|
||||
"dependencies": {
|
||||
"wgs84": "0.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@mapbox/geojson-rewind": {
|
||||
"version": "0.5.2",
|
||||
"license": "ISC",
|
||||
|
@ -4866,6 +4883,33 @@
|
|||
"url": "https://opencollective.com/parcel"
|
||||
}
|
||||
},
|
||||
"node_modules/@rapideditor/country-coder": {
|
||||
"version": "5.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@rapideditor/country-coder/-/country-coder-5.2.2.tgz",
|
||||
"integrity": "sha512-xGkI+wHX694sFcKKVdy20/uNeHuIiJACnke2vp7LzX22PRPJJv+pcn1OU5nb1urnad275EMfJQR33ayi2hWZOQ==",
|
||||
"dependencies": {
|
||||
"which-polygon": "^2.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.14.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@rapideditor/location-conflation": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@rapideditor/location-conflation/-/location-conflation-1.3.0.tgz",
|
||||
"integrity": "sha512-h4FAeKNxuqmO7OGTkXN5CS8gbP+/sCyrQdgSMhtjGYwnGaNQoEIypQNRYAqQJxJjgNISvVvunRTvSOOJfSWxSw==",
|
||||
"dependencies": {
|
||||
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
|
||||
"@mapbox/geojson-area": "^0.2.2",
|
||||
"@rapideditor/country-coder": "^5.2.1",
|
||||
"circle-to-polygon": "^2.2.0",
|
||||
"geojson-precision": "^1.0.0",
|
||||
"polyclip-ts": "~0.16.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/@rdfjs/types": {
|
||||
"version": "1.1.0",
|
||||
"license": "MIT",
|
||||
|
@ -6526,6 +6570,14 @@
|
|||
"version": "1.0.0",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/follow-redirects": {
|
||||
"version": "1.14.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/follow-redirects/-/follow-redirects-1.14.4.tgz",
|
||||
"integrity": "sha512-GWXfsD0Jc1RWiFmMuMFCpXMzi9L7oPDVwxUnZdg89kDNnqsRfUKXEtUYtA98A6lig1WXH/CYY/fvPW9HuN5fTA==",
|
||||
"dependencies": {
|
||||
"@types/node": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/geojson": {
|
||||
"version": "7946.0.14",
|
||||
"license": "MIT"
|
||||
|
@ -7922,6 +7974,11 @@
|
|||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/circle-to-polygon": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/circle-to-polygon/-/circle-to-polygon-2.2.0.tgz",
|
||||
"integrity": "sha512-yC9/bw6P0YmV2/oxm4DLrSgrzHhbz9H+vgUScmSFN5KilR/KFGVRbUi9a0mIYPsXK44HvnysVVi/iIysRJVvNw=="
|
||||
},
|
||||
"node_modules/cli-truncate": {
|
||||
"version": "3.1.0",
|
||||
"license": "MIT",
|
||||
|
@ -8709,6 +8766,11 @@
|
|||
"node": ">=0.8.0"
|
||||
}
|
||||
},
|
||||
"node_modules/diacritics": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/diacritics/-/diacritics-1.3.0.tgz",
|
||||
"integrity": "sha512-wlwEkqcsaxvPJML+rDh/2iS824jbREk6DUMUKkEaSlxdYHeS43cClJtsWglvw2RfeXGm6ohKDqsXteJ5sP5enA=="
|
||||
},
|
||||
"node_modules/didyoumean": {
|
||||
"version": "1.2.2",
|
||||
"license": "Apache-2.0"
|
||||
|
@ -9891,6 +9953,25 @@
|
|||
"geojson-numeric": "geojson-numeric"
|
||||
}
|
||||
},
|
||||
"node_modules/geojson-precision": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/geojson-precision/-/geojson-precision-1.0.0.tgz",
|
||||
"integrity": "sha512-lXK9eCxhZQnZSMtz+xcy16H6In9oGbtYg0A92elUX13QtdrIsngrU2w9ZjkKB2GY1TDIJJ22elzcgRAEmyFoXQ==",
|
||||
"dependencies": {
|
||||
"commander": "2.19.0"
|
||||
},
|
||||
"bin": {
|
||||
"geojson-precision": "bin/geojson-precision"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/geojson-precision/node_modules/commander": {
|
||||
"version": "2.19.0",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz",
|
||||
"integrity": "sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg=="
|
||||
},
|
||||
"node_modules/geojson-random": {
|
||||
"version": "0.2.2",
|
||||
"license": "ISC",
|
||||
|
@ -11323,6 +11404,11 @@
|
|||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/lineclip": {
|
||||
"version": "1.1.5",
|
||||
"resolved": "https://registry.npmjs.org/lineclip/-/lineclip-1.1.5.tgz",
|
||||
"integrity": "sha512-KlA/wRSjpKl7tS9iRUdlG72oQ7qZ1IlVbVgHwoO10TBR/4gQ86uhKow6nlzMAJJhjCWKto8OeoAzzIzKSmN25A=="
|
||||
},
|
||||
"node_modules/local-pkg": {
|
||||
"version": "0.4.3",
|
||||
"license": "MIT",
|
||||
|
@ -11930,6 +12016,19 @@
|
|||
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/name-suggestion-index": {
|
||||
"version": "6.0.20240422",
|
||||
"resolved": "https://registry.npmjs.org/name-suggestion-index/-/name-suggestion-index-6.0.20240422.tgz",
|
||||
"integrity": "sha512-NP0QJfCGKkpduNruS6dM8U7uA//EjyH4Kw+lavUWuQxOl0QxhFVF9caMh3UPvDZgqdMOMpyi/z195rjieAAPyQ==",
|
||||
"dependencies": {
|
||||
"diacritics": "^1.3.0",
|
||||
"run-s": "^0.0.0",
|
||||
"which-polygon": "^2.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/nanoid": {
|
||||
"version": "3.3.1",
|
||||
"license": "MIT",
|
||||
|
@ -14935,6 +15034,15 @@
|
|||
"version": "1.1.0",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/polyclip-ts": {
|
||||
"version": "0.16.5",
|
||||
"resolved": "https://registry.npmjs.org/polyclip-ts/-/polyclip-ts-0.16.5.tgz",
|
||||
"integrity": "sha512-ZchnG0zGZReHgEo3EYzEUi6UmfQFFzNnj6AFU+gBm+IJJ4qG9gL4CwjtCV6oi/PittUPpJLiLJxcn/AgrCBO+g==",
|
||||
"dependencies": {
|
||||
"bignumber.js": "^9.1.0",
|
||||
"splaytree-ts": "^1.0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/polygon-clipping": {
|
||||
"version": "0.15.3",
|
||||
"license": "MIT",
|
||||
|
@ -16373,6 +16481,11 @@
|
|||
"queue-microtask": "^1.2.2"
|
||||
}
|
||||
},
|
||||
"node_modules/run-s": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "https://registry.npmjs.org/run-s/-/run-s-0.0.0.tgz",
|
||||
"integrity": "sha512-KPDNauF2Tpnm3nG0+0LJuJxwBFrhAdthpM8bVdDvjWQA7pWP7QoNwEl1+dJ7WVJj81AQP/i6kl6JUmAk7tg3Og=="
|
||||
},
|
||||
"node_modules/rw": {
|
||||
"version": "1.3.3",
|
||||
"license": "BSD-3-Clause"
|
||||
|
@ -16992,6 +17105,11 @@
|
|||
"version": "3.1.1",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/splaytree-ts": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/splaytree-ts/-/splaytree-ts-1.0.1.tgz",
|
||||
"integrity": "sha512-B+VzCm33/KEchi/fzT6/3NRHm8k5+Kf37SBQO3meHHS/tK2xBnIm4ZvusQ1wUpHgKMCCqEWgXnwFXAa1nD289g=="
|
||||
},
|
||||
"node_modules/split-string": {
|
||||
"version": "3.1.0",
|
||||
"license": "MIT",
|
||||
|
@ -18935,6 +19053,15 @@
|
|||
"node": ">= 8"
|
||||
}
|
||||
},
|
||||
"node_modules/which-polygon": {
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/which-polygon/-/which-polygon-2.2.1.tgz",
|
||||
"integrity": "sha512-RlpWbqz12OMT0r2lEHk7IUPXz0hb1L/ZZsGushB2P2qxuBu1aq1+bcTfsLtfoRBYHsED6ruBMiwFaidvXZfQVw==",
|
||||
"dependencies": {
|
||||
"lineclip": "^1.1.5",
|
||||
"rbush": "^2.0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/which-typed-array": {
|
||||
"version": "1.1.9",
|
||||
"dev": true,
|
||||
|
@ -19212,6 +19339,11 @@
|
|||
"version": "1.2.6",
|
||||
"dev": true
|
||||
},
|
||||
"@aitodotai/json-stringify-pretty-compact": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@aitodotai/json-stringify-pretty-compact/-/json-stringify-pretty-compact-1.3.0.tgz",
|
||||
"integrity": "sha512-K+whdCBlVjzx8zCK2ZUohGJb5bUOxRpiEAfD1NCUgH0mApdDZD9c7VHXJVzWlt3wfV1X4OFyCRmTqbPd6U87lQ=="
|
||||
},
|
||||
"@ampproject/remapping": {
|
||||
"version": "2.2.0",
|
||||
"dev": true,
|
||||
|
@ -22825,6 +22957,14 @@
|
|||
"@jridgewell/sourcemap-codec": "1.4.14"
|
||||
}
|
||||
},
|
||||
"@mapbox/geojson-area": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@mapbox/geojson-area/-/geojson-area-0.2.2.tgz",
|
||||
"integrity": "sha512-bBqqFn1kIbLBfn7Yq1PzzwVkPYQr9lVUeT8Dhd0NL5n76PBuXzOcuLV7GOSbEB1ia8qWxH4COCvFpziEu/yReA==",
|
||||
"requires": {
|
||||
"wgs84": "0.0.0"
|
||||
}
|
||||
},
|
||||
"@mapbox/geojson-rewind": {
|
||||
"version": "0.5.2",
|
||||
"requires": {
|
||||
|
@ -22895,6 +23035,27 @@
|
|||
"version": "2.8.2",
|
||||
"dev": true
|
||||
},
|
||||
"@rapideditor/country-coder": {
|
||||
"version": "5.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@rapideditor/country-coder/-/country-coder-5.2.2.tgz",
|
||||
"integrity": "sha512-xGkI+wHX694sFcKKVdy20/uNeHuIiJACnke2vp7LzX22PRPJJv+pcn1OU5nb1urnad275EMfJQR33ayi2hWZOQ==",
|
||||
"requires": {
|
||||
"which-polygon": "^2.2.1"
|
||||
}
|
||||
},
|
||||
"@rapideditor/location-conflation": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@rapideditor/location-conflation/-/location-conflation-1.3.0.tgz",
|
||||
"integrity": "sha512-h4FAeKNxuqmO7OGTkXN5CS8gbP+/sCyrQdgSMhtjGYwnGaNQoEIypQNRYAqQJxJjgNISvVvunRTvSOOJfSWxSw==",
|
||||
"requires": {
|
||||
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
|
||||
"@mapbox/geojson-area": "^0.2.2",
|
||||
"@rapideditor/country-coder": "^5.2.1",
|
||||
"circle-to-polygon": "^2.2.0",
|
||||
"geojson-precision": "^1.0.0",
|
||||
"polyclip-ts": "~0.16.3"
|
||||
}
|
||||
},
|
||||
"@rdfjs/types": {
|
||||
"version": "1.1.0",
|
||||
"requires": {
|
||||
|
@ -24043,6 +24204,14 @@
|
|||
"@types/estree": {
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"@types/follow-redirects": {
|
||||
"version": "1.14.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/follow-redirects/-/follow-redirects-1.14.4.tgz",
|
||||
"integrity": "sha512-GWXfsD0Jc1RWiFmMuMFCpXMzi9L7oPDVwxUnZdg89kDNnqsRfUKXEtUYtA98A6lig1WXH/CYY/fvPW9HuN5fTA==",
|
||||
"requires": {
|
||||
"@types/node": "*"
|
||||
}
|
||||
},
|
||||
"@types/geojson": {
|
||||
"version": "7946.0.14"
|
||||
},
|
||||
|
@ -24915,6 +25084,11 @@
|
|||
"ci-info": {
|
||||
"version": "3.7.1"
|
||||
},
|
||||
"circle-to-polygon": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/circle-to-polygon/-/circle-to-polygon-2.2.0.tgz",
|
||||
"integrity": "sha512-yC9/bw6P0YmV2/oxm4DLrSgrzHhbz9H+vgUScmSFN5KilR/KFGVRbUi9a0mIYPsXK44HvnysVVi/iIysRJVvNw=="
|
||||
},
|
||||
"cli-truncate": {
|
||||
"version": "3.1.0",
|
||||
"requires": {
|
||||
|
@ -25425,6 +25599,11 @@
|
|||
"minimist": "^1.2.6"
|
||||
}
|
||||
},
|
||||
"diacritics": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/diacritics/-/diacritics-1.3.0.tgz",
|
||||
"integrity": "sha512-wlwEkqcsaxvPJML+rDh/2iS824jbREk6DUMUKkEaSlxdYHeS43cClJtsWglvw2RfeXGm6ohKDqsXteJ5sP5enA=="
|
||||
},
|
||||
"didyoumean": {
|
||||
"version": "1.2.2"
|
||||
},
|
||||
|
@ -26185,6 +26364,21 @@
|
|||
"optimist": "~0.3.5"
|
||||
}
|
||||
},
|
||||
"geojson-precision": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/geojson-precision/-/geojson-precision-1.0.0.tgz",
|
||||
"integrity": "sha512-lXK9eCxhZQnZSMtz+xcy16H6In9oGbtYg0A92elUX13QtdrIsngrU2w9ZjkKB2GY1TDIJJ22elzcgRAEmyFoXQ==",
|
||||
"requires": {
|
||||
"commander": "2.19.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": {
|
||||
"version": "2.19.0",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz",
|
||||
"integrity": "sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"geojson-random": {
|
||||
"version": "0.2.2"
|
||||
},
|
||||
|
@ -27084,6 +27278,11 @@
|
|||
"lilconfig": {
|
||||
"version": "2.0.6"
|
||||
},
|
||||
"lineclip": {
|
||||
"version": "1.1.5",
|
||||
"resolved": "https://registry.npmjs.org/lineclip/-/lineclip-1.1.5.tgz",
|
||||
"integrity": "sha512-KlA/wRSjpKl7tS9iRUdlG72oQ7qZ1IlVbVgHwoO10TBR/4gQ86uhKow6nlzMAJJhjCWKto8OeoAzzIzKSmN25A=="
|
||||
},
|
||||
"local-pkg": {
|
||||
"version": "0.4.3"
|
||||
},
|
||||
|
@ -27473,6 +27672,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"name-suggestion-index": {
|
||||
"version": "6.0.20240422",
|
||||
"resolved": "https://registry.npmjs.org/name-suggestion-index/-/name-suggestion-index-6.0.20240422.tgz",
|
||||
"integrity": "sha512-NP0QJfCGKkpduNruS6dM8U7uA//EjyH4Kw+lavUWuQxOl0QxhFVF9caMh3UPvDZgqdMOMpyi/z195rjieAAPyQ==",
|
||||
"requires": {
|
||||
"diacritics": "^1.3.0",
|
||||
"run-s": "^0.0.0",
|
||||
"which-polygon": "^2.2.1"
|
||||
}
|
||||
},
|
||||
"nanoid": {
|
||||
"version": "3.3.1"
|
||||
},
|
||||
|
@ -29389,6 +29598,15 @@
|
|||
"point-in-polygon": {
|
||||
"version": "1.1.0"
|
||||
},
|
||||
"polyclip-ts": {
|
||||
"version": "0.16.5",
|
||||
"resolved": "https://registry.npmjs.org/polyclip-ts/-/polyclip-ts-0.16.5.tgz",
|
||||
"integrity": "sha512-ZchnG0zGZReHgEo3EYzEUi6UmfQFFzNnj6AFU+gBm+IJJ4qG9gL4CwjtCV6oi/PittUPpJLiLJxcn/AgrCBO+g==",
|
||||
"requires": {
|
||||
"bignumber.js": "^9.1.0",
|
||||
"splaytree-ts": "^1.0.1"
|
||||
}
|
||||
},
|
||||
"polygon-clipping": {
|
||||
"version": "0.15.3",
|
||||
"requires": {
|
||||
|
@ -30336,6 +30554,11 @@
|
|||
"queue-microtask": "^1.2.2"
|
||||
}
|
||||
},
|
||||
"run-s": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "https://registry.npmjs.org/run-s/-/run-s-0.0.0.tgz",
|
||||
"integrity": "sha512-KPDNauF2Tpnm3nG0+0LJuJxwBFrhAdthpM8bVdDvjWQA7pWP7QoNwEl1+dJ7WVJj81AQP/i6kl6JUmAk7tg3Og=="
|
||||
},
|
||||
"rw": {
|
||||
"version": "1.3.3"
|
||||
},
|
||||
|
@ -30744,6 +30967,11 @@
|
|||
"splaytree": {
|
||||
"version": "3.1.1"
|
||||
},
|
||||
"splaytree-ts": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/splaytree-ts/-/splaytree-ts-1.0.1.tgz",
|
||||
"integrity": "sha512-B+VzCm33/KEchi/fzT6/3NRHm8k5+Kf37SBQO3meHHS/tK2xBnIm4ZvusQ1wUpHgKMCCqEWgXnwFXAa1nD289g=="
|
||||
},
|
||||
"split-string": {
|
||||
"version": "3.1.0",
|
||||
"requires": {
|
||||
|
@ -32024,6 +32252,15 @@
|
|||
"isexe": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"which-polygon": {
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/which-polygon/-/which-polygon-2.2.1.tgz",
|
||||
"integrity": "sha512-RlpWbqz12OMT0r2lEHk7IUPXz0hb1L/ZZsGushB2P2qxuBu1aq1+bcTfsLtfoRBYHsED6ruBMiwFaidvXZfQVw==",
|
||||
"requires": {
|
||||
"lineclip": "^1.1.5",
|
||||
"rbush": "^2.0.1"
|
||||
}
|
||||
},
|
||||
"which-typed-array": {
|
||||
"version": "1.1.9",
|
||||
"dev": true,
|
||||
|
|
|
@ -107,6 +107,7 @@
|
|||
"housekeeping": "git pull && npx update-browserslist-db@latest && npm run weblate-fix-heavy && npm run generate && npm run generate:docs && npm run generate:contributor-list && vite-node scripts/fetchLanguages.ts && vite-node scripts/generateSunnyUnlabeled.ts && npm run format && git add assets/ langs/ Docs/ **/*.ts Docs/* src/* && git commit -m 'chore: automated housekeeping...'",
|
||||
"reuse-compliance": "reuse lint",
|
||||
"backup:images": "vite-node scripts/generateImageAnalysis.ts -- ~/data/imgur-image-backup/",
|
||||
"downloadNsiLogos": "vite-node scripts/downloadNsiLogos.ts",
|
||||
"dloadVelopark": "vite-node scripts/velopark/veloParkToGeojson.ts ",
|
||||
"compareVelopark": "vite-node scripts/velopark/compare.ts -- velopark_nonsynced_.geojson ~/Projecten/OSM/Fietsberaad/2024-02-02\\ Fietsenstallingen_OSM_met_velopark_ref.geojson\n",
|
||||
"scrapeWebsites": "vite-node scripts/importscripts/compareWebsiteData.ts -- ~/Downloads/ShopsWithWebsiteNodes.csv ~/data/scraped_websites/",
|
||||
|
@ -130,6 +131,7 @@
|
|||
"@comunica/core": "^3.0.1",
|
||||
"@comunica/query-sparql": "^3.0.1",
|
||||
"@comunica/query-sparql-link-traversal": "^0.3.0",
|
||||
"@rapideditor/location-conflation": "^1.3.0",
|
||||
"@rgossiaux/svelte-headlessui": "^1.0.2",
|
||||
"@rgossiaux/svelte-heroicons": "^0.1.2",
|
||||
"@rollup/plugin-typescript": "^11.0.0",
|
||||
|
@ -141,6 +143,7 @@
|
|||
"@turf/length": "^6.5.0",
|
||||
"@turf/turf": "^6.5.0",
|
||||
"@types/dompurify": "^3.0.2",
|
||||
"@types/follow-redirects": "^1.14.4",
|
||||
"@types/pg": "^8.10.9",
|
||||
"@types/qrcode-generator": "^1.0.6",
|
||||
"@types/showdown": "^2.0.0",
|
||||
|
@ -156,6 +159,7 @@
|
|||
"email-validator": "^2.0.4",
|
||||
"escape-html": "^1.0.3",
|
||||
"fake-dom": "^1.0.4",
|
||||
"follow-redirects": "^1.15.6",
|
||||
"geojson2svg": "^1.3.3",
|
||||
"html-to-image": "^1.11.11",
|
||||
"i18next-client": "^1.11.4",
|
||||
|
@ -171,6 +175,7 @@
|
|||
"maplibre-gl": "^4.1.1",
|
||||
"marked": "^12.0.2",
|
||||
"monaco-editor": "^0.46.0",
|
||||
"name-suggestion-index": "^6.0.20240422",
|
||||
"npm": "^10.7.0",
|
||||
"opening_hours": "^3.6.0",
|
||||
"osm-auth": "^2.5.0",
|
||||
|
|
BIN
public/assets/data/nsi/logos/01555e-288c27
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
public/assets/data/nsi/logos/020645-43aba6
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
public/assets/data/nsi/logos/0397da-3664c0
Normal file
After Width: | Height: | Size: 8.5 KiB |
37
public/assets/data/nsi/logos/04f53b-88aa58.svg
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 1027.4351 602"
|
||||
height="602"
|
||||
width="1027.4351"
|
||||
xml:space="preserve"
|
||||
version="1.1"
|
||||
id="svg22482"><metadata
|
||||
id="metadata22488"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs22486"><clipPath
|
||||
id="clipPath39040-9"
|
||||
clipPathUnits="userSpaceOnUse"><path
|
||||
id="path39042-4"
|
||||
d="m 0,0 419.528,0 0,595.276 L 0,595.276 0,0 Z" /></clipPath></defs><g
|
||||
transform="matrix(1.25,0,0,-1.25,-555.2271,1273.4477)"
|
||||
id="g22490"><g
|
||||
id="g39036-5"
|
||||
transform="matrix(15.927197,0,0,15.927197,-4878.9069,-7850.4028)"><g
|
||||
clip-path="url(#clipPath39040-9)"
|
||||
id="g39038-0"><g
|
||||
transform="translate(367.054,550.333)"
|
||||
id="g39044-1"><path
|
||||
id="path39046-4"
|
||||
style="fill:#f7960f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 2.079,0.017 0,-23.681 5.075,0 L 7.154,3 -0.014,1.601 0,0 Z m -32.79,2.69 0,-2.224 7.041,0 -5.424,-9.212 c 0,0 4.601,0.092 5.581,-0.009 0.999,-0.119 1.432,-0.825 1.093,-1.709 -1.137,-3.077 -7.777,-13.2 -7.777,-13.2 l 5.416,0 c 0,0 7.036,10.907 6.768,13.703 -0.179,1.806 -1.574,2.75 -2.935,2.9 -1,0.091 -2.634,0.096 -2.634,0.096 l 5.729,9.655 -12.858,0 z m 45.526,0.059 c -0.009,1.214 0.982,2.212 2.206,2.222 1.235,0.01 2.24,-0.972 2.249,-2.186 C 17.202,1.552 16.213,0.564 14.978,0.554 13.754,0.544 12.746,1.516 12.736,2.749 M 11.24,2.736 c 0.017,-2.051 1.699,-3.693 3.75,-3.677 2.078,0.017 3.742,1.687 3.726,3.738 C 18.699,4.838 17.008,6.49 14.93,6.473 12.88,6.457 11.224,4.778 11.24,2.736" /></g><g
|
||||
transform="translate(361.232,541.942)"
|
||||
id="g39048-9"><path
|
||||
id="path39050-2"
|
||||
style="fill:#f7960f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -2.005,1.001 -4.64,0.286 -4.64,0.286 l -0.531,-1.749 c 0,0 1.814,0.267 2.69,-0.374 1.268,-0.888 1.454,-3.569 1.195,-6.451 -0.274,-3.025 -1.126,-5.406 -3.278,-5.217 -2.134,0.207 -3.727,4.064 -2.408,9.301 1.257,5.021 5.121,15.283 5.121,15.283 l -4.328,0 c 0,0 -4.163,-11.504 -4.792,-13.497 -1.504,-4.79 0.051,-12.875 6.693,-12.822 6.634,0.054 6.895,6.895 6.99,8.577 C 2.817,-4.961 2.387,-1.24 0,0" /></g></g></g></g></svg>
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/assets/data/nsi/logos/05291e-968b58
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
public/assets/data/nsi/logos/05291e-c8dc19
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
public/assets/data/nsi/logos/06361d-996e17
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
public/assets/data/nsi/logos/07fa72-cd68fa
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
public/assets/data/nsi/logos/0aaf88-288c27
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
public/assets/data/nsi/logos/0aeb30-642268
Normal file
After Width: | Height: | Size: 9 KiB |
BIN
public/assets/data/nsi/logos/0b910f-bb6729
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
public/assets/data/nsi/logos/0b910f-dec76e
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
public/assets/data/nsi/logos/0f0923-33ac80
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
public/assets/data/nsi/logos/100houselemon-e1b193
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
public/assets/data/nsi/logos/100montaditos-f7c5fe
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
public/assets/data/nsi/logos/1011-ead397
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
public/assets/data/nsi/logos/1019ea-d5eaac
Normal file
After Width: | Height: | Size: 6 KiB |
BIN
public/assets/data/nsi/logos/101drogerie-a99570
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
public/assets/data/nsi/logos/106d49-023e9c
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
public/assets/data/nsi/logos/106d49-94881c
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
public/assets/data/nsi/logos/109cinemas-35c174
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
public/assets/data/nsi/logos/120ff6-32e64b
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
public/assets/data/nsi/logos/120ff6-39118c
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
public/assets/data/nsi/logos/121e69-996e17
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
public/assets/data/nsi/logos/123parebrise-98e3a2
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
public/assets/data/nsi/logos/14d894-1c12ef
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
public/assets/data/nsi/logos/16f0aa-288c27
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
public/assets/data/nsi/logos/17c1f7-94881c
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
public/assets/data/nsi/logos/1825interiors-0da980
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
public/assets/data/nsi/logos/183cfe-d0a189
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/data/nsi/logos/1a22da-6b12a2
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
public/assets/data/nsi/logos/1aautoservice-4c8afc
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
public/assets/data/nsi/logos/1b5559-c67f2c
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/assets/data/nsi/logos/1b5559-d67647
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/assets/data/nsi/logos/1b892c-53e098
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
public/assets/data/nsi/logos/1b9c5d-56b425
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
public/assets/data/nsi/logos/1de184-288c27
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
public/assets/data/nsi/logos/1e259f-023e9c
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
public/assets/data/nsi/logos/1fa45d-ef0911
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
public/assets/data/nsi/logos/1o1o-d0af53
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
public/assets/data/nsi/logos/1stsecuritybank-181391
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/assets/data/nsi/logos/1stsecuritybank-686806
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/assets/data/nsi/logos/210906-72d7fa
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
public/assets/data/nsi/logos/212655-023e9c
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
public/assets/data/nsi/logos/212655-94881c
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
public/assets/data/nsi/logos/219d89-10d607
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/assets/data/nsi/logos/219d89-cfe76c
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/assets/data/nsi/logos/21adb0-1a9348
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/assets/data/nsi/logos/21e59d-d60de5
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
public/assets/data/nsi/logos/220volt-8cf3c0
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
public/assets/data/nsi/logos/23e947-30a922
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
public/assets/data/nsi/logos/241pizza-e49d2e
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
public/assets/data/nsi/logos/247fitness-68bf34
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
public/assets/data/nsi/logos/24f190-996e17
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
public/assets/data/nsi/logos/24f442-5d47b0
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
public/assets/data/nsi/logos/24hourfitness-809afb
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
public/assets/data/nsi/logos/24hourfitnesssport-809afb
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
public/assets/data/nsi/logos/24hourfitnesssupersport-809afb
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
public/assets/data/nsi/logos/263e37-985251
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
public/assets/data/nsi/logos/292dce-023e9c
Normal file
After Width: | Height: | Size: 8 KiB |
364
public/assets/data/nsi/logos/2997e9-a6c792.svg
Normal file
|
@ -0,0 +1,364 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
xml:space="preserve"
|
||||
width="260.78687"
|
||||
height="63.436001"
|
||||
viewBox="0 0 260.78687 63.436001"
|
||||
sodipodi:docname="BancoNacionalUltramarino logo.svg"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath28"><path
|
||||
d="m 256.982,21.335 222.072,0 0,70.43 -222.072,0 0,-70.43 z"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath78"><path
|
||||
d="m 257.44,21.624 221.159,0 0,70.14 -221.159,0 0,-70.14 z"
|
||||
id="path80"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath94"><path
|
||||
d="m 256.982,21.335 222.072,0 0,70.43 -222.072,0 0,-70.43 z"
|
||||
id="path96"
|
||||
inkscape:connector-curvature="0" /></clipPath><radialGradient
|
||||
fx="0"
|
||||
fy="0"
|
||||
cx="0"
|
||||
cy="0"
|
||||
r="1"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(63.438653,0,0,-63.438653,438.35307,81.091006)"
|
||||
spreadMethod="pad"
|
||||
id="radialGradient136"><stop
|
||||
style="stop-opacity:1;stop-color:#64caf1"
|
||||
offset="0"
|
||||
id="stop138" /><stop
|
||||
style="stop-opacity:1;stop-color:#55c1ea"
|
||||
offset="0.1"
|
||||
id="stop140" /><stop
|
||||
style="stop-opacity:1;stop-color:#064c79"
|
||||
offset="0.50532972"
|
||||
id="stop142" /><stop
|
||||
style="stop-opacity:1;stop-color:#064c79"
|
||||
offset="0.65"
|
||||
id="stop144" /><stop
|
||||
style="stop-opacity:1;stop-color:#064c79"
|
||||
offset="1"
|
||||
id="stop146" /></radialGradient><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath154"><path
|
||||
d="m 256.982,21.335 222.072,0 0,70.43 -222.072,0 0,-70.43 z"
|
||||
id="path156"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath298"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path300"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath306"><path
|
||||
d="m 25.0118,612.15 454.5432,0 0,-503.166 -454.5432,0 0,503.166 z"
|
||||
id="path308"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath310"><path
|
||||
d="m 26.012,109.984 452.543,0 0,501.165 -452.543,0 0,-501.165 z"
|
||||
id="path312"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath360"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path362"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath380"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path382"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath436"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path438"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath456"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path458"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath480"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path482"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath496"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path498"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath532"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path534"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1018"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="1.0488889"
|
||||
inkscape:cx="65.941688"
|
||||
inkscape:cy="-2.6794948"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="AMEX_Selects_2015"
|
||||
transform="matrix(1.25,0,0,-1.25,0,114.1265)"><g
|
||||
id="g3882"><g
|
||||
id="g356"><g
|
||||
clip-path="url(#clipPath360)"
|
||||
id="g358"><g
|
||||
transform="translate(-12.7559,64.5136)"
|
||||
id="g364"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path366"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 212.724,0 c -1.614,-1.068 -3.702,-1.636 -6.486,-1.636 L 0,-1.636 0,0 Z" /></g><g
|
||||
transform="translate(138.1411,83.4902)"
|
||||
id="g368"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path370"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.014,-1.996 -1.771,-3.683 -5.023,-3.683 l -3.102,0 1.406,6.546 2.528,0 C -1.274,2.863 0.017,1.848 0,0 m -1.811,-11.638 c -0.02,-2.357 -2.121,-4.123 -5.809,-4.123 l -3.14,0 1.547,7.106 3.271,0 c 3.5,0 4.144,-1.273 4.131,-2.983 m 7.654,-0.358 c 0,2.968 -1.939,5.463 -5.297,5.895 l 0,0.084 c 4.482,0.935 7.171,3.425 7.171,7.234 0,3.647 -2.615,6.594 -7.162,6.594 l -13.526,0 -5.469,-25.147 22.109,0 c 1.285,1.378 2.174,3.147 2.174,5.34" /></g></g></g><g
|
||||
transform="translate(157.1369,83.7612)"
|
||||
id="g372"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path374"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 0.084,0 4.831,-17.607 11.477,0 5.453,25.079 -7.227,0 -4.294,-21.469 -0.084,0 -5.915,21.469 -9.727,0 -5.451,-25.079 7.254,0 L 0,0 Z" /></g><g
|
||||
id="g376"><g
|
||||
clip-path="url(#clipPath380)"
|
||||
id="g378"><g
|
||||
transform="translate(191.4605,67.4838)"
|
||||
id="g384"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path386"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C 2.645,0 4.867,1.748 5.733,5.777 6.602,9.8 9.638,23.749 9.638,23.749 l 7.531,0 c 0,0 -3.527,-16.203 -3.884,-17.862 C 12.924,4.2 12.534,1.641 10.178,-1.329 l -20.018,0 c -2.396,3.532 -1.905,7.073 -1.261,10.033 0.545,2.492 3.272,15.045 3.272,15.045 l 7.67,0 c 0,0 -3.239,-14.925 -3.697,-17.044 C -4.218,5.036 -4.611,0 0,0" /></g><g
|
||||
transform="translate(119.8252,47.5589)"
|
||||
id="g388"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path390"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 0.991,-0.066 C 1.15,-0.074 1.222,-0.115 1.214,-0.181 1.199,-0.25 1.117,-0.322 0.939,-0.389 L 0.629,-1.82 C 0.615,-1.892 0.588,-1.95 0.548,-2.007 l 3.856,0 -0.144,-0.659 -3.473,0 C 0.864,-3.51 1.104,-4.164 1.518,-4.622 1.956,-5.199 2.704,-5.687 3.783,-6.107 L 2.794,-6.861 c -0.905,0.43 -1.611,1.023 -2.145,1.772 -0.305,0.437 -0.536,0.951 -0.7,1.541 -0.114,-0.253 -0.256,-0.491 -0.436,-0.713 -0.415,-0.537 -1.095,-1.058 -2.036,-1.577 -0.667,-0.384 -1.436,-0.731 -2.321,-1.053 l -0.699,0.577 c 0.893,0.297 1.595,0.581 2.138,0.857 0.839,0.414 1.45,0.835 1.846,1.26 0.383,0.417 0.634,0.928 0.774,1.531 l -3.573,0 0.143,0.659 3.765,0 c 0.039,0.049 0.063,0.11 0.092,0.187 l 0.271,1.258 C -0.054,-0.412 -0.022,-0.227 0,0" /></g><g
|
||||
transform="translate(143.2598,47.0758)"
|
||||
id="g392"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path394"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 -0.144,-0.657 -3.187,0 -0.208,-0.979 2.785,0 -0.989,-4.557 -0.905,0 0.123,0.57 -6.365,0 -0.12,-0.57 -0.905,0 0.989,4.557 2.6,0 0.213,0.979 -3.03,0 L -9.003,0 0,0 Z m -8.742,-4.967 6.36,0 0.25,1.151 c -0.06,-0.138 -0.138,-0.225 -0.239,-0.269 -0.234,-0.104 -0.518,-0.158 -0.868,-0.158 l -0.706,0 c -0.702,0 -1.018,0.181 -0.944,0.562 l 0.299,1.383 -1.177,0 c -0.074,-0.337 -0.221,-0.644 -0.455,-0.928 -0.25,-0.324 -0.723,-0.728 -1.436,-1.232 l -0.795,0.327 c 0.657,0.407 1.116,0.77 1.398,1.082 0.205,0.255 0.327,0.498 0.394,0.751 l -1.501,0 -0.58,-2.669 z m 5.059,2.669 -0.221,-1.02 c -0.044,-0.202 0.062,-0.301 0.328,-0.301 l 0.202,0 c 0.169,0 0.305,0.017 0.406,0.063 0.086,0.031 0.179,0.146 0.307,0.353 l 0.631,-0.146 0.229,1.051 -1.882,0 z m -0.762,0.662 0.215,0.979 -1.016,0 -0.219,-0.979 1.02,0 z" /></g><g
|
||||
transform="translate(157.344,47.5333)"
|
||||
id="g396"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path398"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0.34,-0.376 0.621,-0.746 0.863,-1.114 l -0.449,-0.179 1.378,0 L 2.988,0 3.737,-0.125 C 3.875,-0.138 3.936,-0.179 3.926,-0.24 3.911,-0.299 3.814,-0.371 3.635,-0.458 l -0.818,-0.835 1.314,0 -0.138,-0.627 -2.406,0 -0.23,-1.048 2.165,0 -0.134,-0.6 -2.164,0 -0.241,-1.133 2.634,0 -0.138,-0.631 -2.636,0 -0.334,-1.534 -0.895,0 0.335,1.534 -2.719,0 0.135,0.631 2.719,0 0.246,1.133 -2.124,0 0.131,0.6 2.124,0 0.229,1.048 -2.52,0 0.138,0.627 1.633,0 c -0.234,0.322 -0.492,0.654 -0.792,0.994 L 0,0 Z m -3.356,-0.24 c 0.53,-0.258 0.965,-0.537 1.321,-0.841 l -0.708,-0.511 c -0.404,0.316 -0.864,0.6 -1.381,0.871 l 0.768,0.481 z m -0.936,-1.769 c 0.605,-0.233 1.092,-0.478 1.485,-0.746 l -0.691,-0.512 c -0.461,0.281 -0.98,0.542 -1.562,0.78 l 0.768,0.478 z m 0.956,-1.95 0.443,-0.504 c -0.645,-0.746 -1.322,-1.444 -2.028,-2.096 -0.04,-0.184 -0.118,-0.276 -0.26,-0.276 l -0.683,0.486 c 0.891,0.703 1.731,1.5 2.528,2.39" /></g><g
|
||||
transform="translate(173.6291,47.5947)"
|
||||
id="g400"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path402"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 0.644,-0.268 C 0.721,-0.294 0.755,-0.325 0.746,-0.36 0.734,-0.424 0.653,-0.47 0.503,-0.509 0.831,-0.956 1.296,-1.36 1.897,-1.743 L 1.181,-2.155 c -0.511,0.419 -0.902,0.836 -1.179,1.24 -0.332,-0.276 -0.656,-0.522 -0.996,-0.744 -0.188,-0.123 -0.362,-0.235 -0.55,-0.353 l 2.518,0 -0.128,-0.595 -0.976,0 -0.184,-0.839 1.325,0 -0.129,-0.605 -1.327,0 -0.432,-1.964 c 0.447,0.016 0.89,0.046 1.322,0.108 L 0.332,-6.444 c -0.721,-0.107 -1.845,-0.245 -3.405,-0.422 -0.078,-0.076 -0.145,-0.115 -0.217,-0.115 -0.059,0 -0.084,0.031 -0.088,0.102 l -0.063,0.645 c 0.581,0.028 1.156,0.076 1.727,0.14 l 0.438,2.043 -1.577,0 0.131,0.605 1.579,0 0.184,0.839 -0.947,0 0.099,0.442 c -0.187,-0.118 -0.409,-0.238 -0.68,-0.383 l -0.487,0.442 c 0.635,0.324 1.18,0.649 1.635,0.984 C -0.916,-0.831 -0.473,-0.46 0,0 m -2.331,-4.56 c 0.184,-0.373 0.335,-0.739 0.465,-1.102 l -0.731,-0.307 c -0.138,0.374 -0.297,0.749 -0.497,1.146 l 0.763,0.263 z m 2.645,0.036 0.553,-0.238 C 0.951,-4.795 0.987,-4.823 0.987,-4.859 0.976,-4.91 0.914,-4.954 0.794,-5.01 l -0.752,-0.772 -0.587,0.235 0.859,1.023 z m 1.997,4.128 0.828,0 3.111,0 -0.708,-3.234 -1.376,0 c -0.009,-0.352 0.017,-0.651 0.082,-0.912 0.408,0.207 0.775,0.422 1.115,0.641 l 0.478,-0.434 c 0.025,-0.028 0.025,-0.062 0.03,-0.1 C 5.859,-4.494 5.76,-4.524 5.579,-4.524 5.165,-4.724 4.785,-4.903 4.417,-5.064 4.414,-5.071 4.419,-5.092 4.45,-5.133 4.639,-5.56 5.018,-5.999 5.595,-6.444 L 4.619,-6.95 c -0.312,0.371 -0.561,0.705 -0.754,1.02 -0.192,0.37 -0.325,0.731 -0.396,1.086 -0.082,0.281 -0.115,0.68 -0.11,1.214 l -0.926,0 -0.506,-2.316 c 0.578,0.059 1.145,0.164 1.721,0.305 L 3.522,-6.206 C 2.965,-6.367 2.082,-6.579 0.863,-6.866 0.782,-6.942 0.716,-6.981 0.636,-6.981 c -0.058,0 -0.084,0.031 -0.076,0.108 l -0.065,0.667 c 0.18,0.015 0.369,0.048 0.573,0.107 l 0.541,2.469 0.127,0.601 0.447,2.035 0.128,0.598 z m 0.698,-0.598 -0.16,-0.716 2.284,0 0.161,0.716 -2.285,0 z m -0.283,-1.289 -0.16,-0.746 2.28,0 0.161,0.746 -2.281,0 z" /></g><g
|
||||
transform="translate(192.4215,47.4694)"
|
||||
id="g404"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path406"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 0.777,-0.233 C 0.872,-0.253 0.915,-0.284 0.915,-0.33 0.913,-0.345 0.861,-0.373 0.772,-0.424 0.672,-0.435 0.442,-0.565 0.073,-0.818 -0.495,-1.206 -1.166,-1.562 -1.948,-1.917 l -0.778,0.388 C -1.651,-1.112 -0.746,-0.606 0,0 M 0,-1.431 0.772,-1.672 C 0.872,-1.687 0.915,-1.718 0.915,-1.764 0.91,-1.787 0.861,-1.817 0.772,-1.856 0.647,-1.879 0.36,-2.093 -0.112,-2.5 -0.243,-2.615 -0.368,-2.717 -0.492,-2.814 l -0.892,-4.103 -0.945,0 0.716,3.298 c -0.33,-0.218 -0.685,-0.43 -1.089,-0.66 l -0.782,0.383 c 1.355,0.673 2.51,1.498 3.484,2.465 m 1.866,0.986 4.285,0 -0.14,-0.659 -4.287,0 0.142,0.659 z m -1.27,-2.037 5.549,0 -0.136,-0.634 -1.571,0 C 4.435,-3.121 4.423,-3.129 4.389,-3.147 L 3.797,-5.869 C 3.724,-6.211 3.535,-6.464 3.228,-6.638 2.97,-6.802 2.38,-6.879 1.449,-6.886 l -0.222,0.777 0.987,0 c 0.34,0 0.552,0.128 0.626,0.388 l 0.573,2.605 -2.953,0 0.136,0.634 z" /></g><g
|
||||
transform="translate(91.1967,57.9623)"
|
||||
id="g408"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path410"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 1.228,0 c 1.097,0 2.23,-0.184 2.23,-1.503 0,-0.976 -0.773,-1.662 -1.664,-1.751 l 0,-0.018 c 0.775,-0.107 1.184,-0.606 1.184,-1.395 0,-1.309 -1.163,-2.153 -2.729,-2.153 l -1.719,0 L 0,0 Z m -0.675,-6.232 0.859,0 c 1.173,0 2.119,0.491 2.119,1.565 0,0.759 -0.537,1.104 -1.229,1.104 l -1.163,0 -0.586,-2.669 z m 0.704,3.252 0.868,0 c 0.88,0.01 1.887,0.383 1.887,1.449 0,0.869 -0.676,0.943 -1.542,0.943 l -0.696,0 -0.517,-2.392 z" /></g><g
|
||||
transform="translate(98.6069,52.326)"
|
||||
id="g412"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path414"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.096,-0.383 -0.164,-0.841 -0.181,-1.184 l -0.616,0 c 0.025,0.266 0.046,0.522 0.097,0.737 l -0.023,0 c -0.416,-0.629 -0.964,-0.852 -1.7,-0.852 -0.77,0 -1.425,0.578 -1.425,1.396 0,1.457 1.642,1.761 2.863,1.761 0.25,0 0.479,-0.02 0.674,-0.038 0.02,0.143 0.03,0.291 0.03,0.493 0,0.685 -0.381,1.079 -1.066,1.079 -0.573,0 -1.141,-0.263 -1.472,-0.432 l 0.065,0.624 c 0.351,0.148 0.92,0.335 1.507,0.335 1.073,0 1.638,-0.588 1.638,-1.624 0,-0.191 -0.038,-0.557 -0.126,-0.948 L 0,0 Z m -2.206,-0.772 c 1.152,0 1.682,1.035 1.818,2.081 -0.205,0 -0.399,0.02 -0.609,0.02 -0.828,0 -2.175,-0.125 -2.175,-1.224 0,-0.563 0.468,-0.877 0.966,-0.877" /></g><g
|
||||
transform="translate(100.4627,55.3346)"
|
||||
id="g416"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path418"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0.059,0.335 0.1,0.547 0.119,0.792 l 0.615,0 C 0.703,0.478 0.675,0.215 0.628,0.038 l 0.019,0 c 0.34,0.529 0.967,0.872 1.581,0.872 0.901,0 1.564,-0.511 1.564,-1.447 0,-0.34 -0.078,-0.713 -0.15,-1.027 l -0.554,-2.628 -0.644,0 0.567,2.748 c 0.067,0.322 0.109,0.539 0.109,0.869 0,0.588 -0.331,0.958 -0.961,0.958 -1.073,0 -1.65,-1.065 -1.883,-2.213 l -0.489,-2.362 -0.648,0 L 0,0 Z" /></g><g
|
||||
transform="translate(109.0487,55.4879)"
|
||||
id="g420"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path422"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.187,0.1 -0.762,0.23 -1.153,0.23 -1.413,0 -2.175,-1.038 -2.175,-2.364 0,-1.028 0.68,-1.8 1.61,-1.8 0.37,0 0.742,0.128 1.056,0.233 L -0.744,-4.315 C -0.976,-4.394 -1.37,-4.46 -1.876,-4.46 c -1.437,0 -2.127,1.201 -2.127,2.275 0,1.756 0.994,2.942 2.919,2.942 0.412,0 1.007,-0.098 1.263,-0.195 L 0,0 Z" /></g><g
|
||||
transform="translate(111.9218,56.2446)"
|
||||
id="g424"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path426"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 1.265,0 1.978,-0.849 1.978,-2.142 0,-1.664 -1.045,-3.075 -2.763,-3.075 -1.228,0 -1.994,0.923 -1.994,2.17 C -2.779,-1.378 -1.692,0 0,0 m -0.703,-4.69 c 1.286,0 2.012,1.364 2.012,2.538 0,0.938 -0.422,1.625 -1.388,1.625 -1.381,0 -2.025,-1.349 -2.025,-2.62 0,-0.861 0.529,-1.543 1.401,-1.543" /></g></g></g><g
|
||||
transform="translate(117.9158,57.9623)"
|
||||
id="g428"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path430"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 0.8,0 2.275,-5.997 0.019,0 L 4.366,0 4.982,0 3.535,-6.82 l -0.8,0 -2.277,5.999 -0.02,0 -1.292,-5.999 -0.622,0 L 0,0 Z" /></g><g
|
||||
id="g432"><g
|
||||
clip-path="url(#clipPath436)"
|
||||
id="g434"><g
|
||||
transform="translate(126.5453,52.326)"
|
||||
id="g440"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path442"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.1,-0.383 -0.169,-0.841 -0.185,-1.184 l -0.618,0 c 0.028,0.266 0.05,0.522 0.1,0.737 l -0.023,0 c -0.419,-0.629 -0.964,-0.852 -1.697,-0.852 -0.775,0 -1.427,0.578 -1.427,1.396 0,1.457 1.642,1.761 2.863,1.761 0.251,0 0.477,-0.02 0.675,-0.038 0.015,0.143 0.028,0.291 0.028,0.493 0,0.685 -0.381,1.079 -1.066,1.079 -0.572,0 -1.142,-0.263 -1.475,-0.432 l 0.069,0.624 c 0.351,0.148 0.918,0.335 1.505,0.335 1.072,0 1.642,-0.588 1.642,-1.624 0,-0.191 -0.041,-0.557 -0.13,-0.948 L 0,0 Z m -2.208,-0.772 c 1.152,0 1.681,1.035 1.816,2.081 -0.206,0 -0.402,0.02 -0.607,0.02 -0.831,0 -2.176,-0.125 -2.176,-1.224 0,-0.563 0.469,-0.877 0.967,-0.877" /></g><g
|
||||
transform="translate(131.6856,55.4879)"
|
||||
id="g444"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path446"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.187,0.1 -0.76,0.23 -1.153,0.23 -1.416,0 -2.178,-1.038 -2.178,-2.364 0,-1.028 0.685,-1.8 1.613,-1.8 0.372,0 0.742,0.128 1.057,0.233 L -0.74,-4.315 c -0.236,-0.079 -0.625,-0.145 -1.136,-0.145 -1.434,0 -2.127,1.201 -2.127,2.275 0,1.756 0.995,2.942 2.921,2.942 0.411,0 1.005,-0.098 1.26,-0.195 L 0,0 Z" /></g></g></g><g
|
||||
transform="translate(132.7656,56.127)"
|
||||
id="g448"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path450"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 0.645,0 -1.055,-4.984 -0.644,0 L 0,0 Z m 0.968,1.329 -0.732,0 0.172,0.818 0.735,0 -0.175,-0.818 z" /></g><g
|
||||
id="g452"><g
|
||||
clip-path="url(#clipPath456)"
|
||||
id="g454"><g
|
||||
transform="translate(136.4222,56.2446)"
|
||||
id="g460"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path462"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 1.27,0 1.984,-0.849 1.984,-2.142 0,-1.664 -1.046,-3.075 -2.762,-3.075 -1.236,0 -1.993,0.923 -1.993,2.17 C -2.771,-1.378 -1.691,0 0,0 m -0.702,-4.69 c 1.289,0 2.013,1.364 2.013,2.538 0,0.938 -0.42,1.625 -1.39,1.625 -1.376,0 -2.02,-1.349 -2.02,-2.62 0,-0.861 0.527,-1.543 1.397,-1.543" /></g><g
|
||||
transform="translate(139.4256,55.3346)"
|
||||
id="g464"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path466"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0.06,0.335 0.096,0.547 0.119,0.792 l 0.615,0 C 0.702,0.478 0.673,0.215 0.624,0.038 l 0.021,0 c 0.34,0.529 0.968,0.872 1.581,0.872 0.9,0 1.563,-0.511 1.563,-1.447 0,-0.34 -0.079,-0.713 -0.144,-1.027 l -0.562,-2.628 -0.644,0 0.569,2.748 c 0.07,0.322 0.108,0.539 0.108,0.869 0,0.588 -0.331,0.958 -0.959,0.958 -1.076,0 -1.653,-1.065 -1.883,-2.213 l -0.487,-2.362 -0.647,0 L 0,0 Z" /></g><g
|
||||
transform="translate(147.5885,52.326)"
|
||||
id="g468"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path470"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.101,-0.383 -0.173,-0.841 -0.188,-1.184 l -0.616,0 c 0.029,0.266 0.05,0.522 0.1,0.737 l -0.019,0 c -0.423,-0.629 -0.969,-0.852 -1.699,-0.852 -0.774,0 -1.426,0.578 -1.426,1.396 0,1.457 1.64,1.761 2.855,1.761 0.257,0 0.486,-0.02 0.676,-0.038 0.022,0.143 0.028,0.291 0.028,0.493 0,0.685 -0.379,1.079 -1.063,1.079 -0.574,0 -1.142,-0.263 -1.474,-0.432 l 0.07,0.624 c 0.349,0.148 0.914,0.335 1.5,0.335 1.076,0 1.641,-0.588 1.641,-1.624 0,-0.191 -0.036,-0.557 -0.126,-0.948 L 0,0 Z m -2.208,-0.772 c 1.15,0 1.678,1.035 1.813,2.081 -0.206,0 -0.401,0.02 -0.603,0.02 -0.831,0 -2.178,-0.125 -2.178,-1.224 0,-0.563 0.465,-0.877 0.968,-0.877" /></g></g></g><g
|
||||
transform="translate(150.0794,58.4709)"
|
||||
id="g472"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path474"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 0.645,0 -1.568,-7.328 -0.643,0 L 0,0 Z" /></g><g
|
||||
id="g476"><g
|
||||
clip-path="url(#clipPath480)"
|
||||
id="g478"><g
|
||||
transform="translate(158.1147,53.7447)"
|
||||
id="g484"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path486"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.254,-1.582 -1.175,-2.717 -2.756,-2.717 -1.302,0 -2.248,0.754 -2.248,2.144 0,0.616 0.243,1.708 0.394,2.337 l 0.537,2.454 0.643,0 -0.692,-3.323 c -0.082,-0.399 -0.207,-1.028 -0.207,-1.434 0,-0.997 0.598,-1.593 1.565,-1.593 1.161,0 1.827,0.839 2.061,1.907 l 0.985,4.443 0.625,0 L 0,0 Z" /></g></g></g><g
|
||||
transform="translate(160.4267,58.4709)"
|
||||
id="g488"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path490"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 0.647,0 -1.563,-7.328 -0.643,0 L 0,0 Z" /></g><g
|
||||
id="g492"><g
|
||||
clip-path="url(#clipPath496)"
|
||||
id="g494"><g
|
||||
transform="translate(162.57,57.2389)"
|
||||
id="g500"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path502"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 0.704,0.245 0.4,-1.112 l 1.301,0 -0.128,-0.524 -1.278,0 -0.526,-2.469 c -0.073,-0.327 -0.149,-0.652 -0.149,-0.971 0,-0.394 0.207,-0.609 0.568,-0.609 0.184,0 0.349,0.041 0.526,0.138 L 0.657,-6.076 C 0.47,-6.16 0.285,-6.211 0.029,-6.211 c -0.694,0 -1.081,0.388 -1.081,0.922 0,0.435 0.174,1.222 0.225,1.439 l 0.478,2.214 -0.998,0 0.139,0.524 0.977,0 L 0,0 Z" /></g><g
|
||||
transform="translate(164.9625,55.24)"
|
||||
id="g504"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path506"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0.057,0.281 0.109,0.573 0.134,0.887 l 0.616,0 C 0.721,0.573 0.694,0.309 0.643,0.133 l 0.02,0 c 0.312,0.491 0.744,0.872 1.388,0.872 0.206,0 0.372,-0.044 0.537,-0.069 L 2.442,0.281 C 2.275,0.348 2.092,0.363 1.913,0.363 0.909,0.363 0.507,-0.746 0.321,-1.646 l -0.504,-2.451 -0.654,0 L 0,0 Z" /></g><g
|
||||
transform="translate(171.0985,52.326)"
|
||||
id="g508"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path510"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.097,-0.383 -0.166,-0.841 -0.184,-1.184 l -0.616,0 c 0.029,0.266 0.048,0.522 0.097,0.737 l -0.02,0 c -0.417,-0.629 -0.967,-0.852 -1.699,-0.852 -0.773,0 -1.426,0.578 -1.426,1.396 0,1.457 1.64,1.761 2.861,1.761 0.256,0 0.483,-0.02 0.675,-0.038 0.021,0.143 0.027,0.291 0.027,0.493 0,0.685 -0.38,1.079 -1.063,1.079 -0.577,0 -1.142,-0.263 -1.474,-0.432 l 0.066,0.624 c 0.353,0.148 0.918,0.335 1.509,0.335 1.073,0 1.641,-0.588 1.641,-1.624 0,-0.191 -0.043,-0.557 -0.131,-0.948 L 0,0 Z m -2.208,-0.772 c 1.155,0 1.681,1.035 1.816,2.081 -0.202,0 -0.398,0.02 -0.605,0.02 -0.831,0 -2.179,-0.125 -2.179,-1.224 0,-0.563 0.472,-0.877 0.968,-0.877" /></g><g
|
||||
transform="translate(173.0794,55.286)"
|
||||
id="g512"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path514"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0.059,0.245 0.107,0.578 0.128,0.841 l 0.617,0 C 0.713,0.527 0.675,0.263 0.637,0.087 l 0.021,0 c 0.467,0.624 0.859,0.872 1.543,0.872 0.7,0 1.219,-0.394 1.251,-1.117 l 0.019,0 c 0.322,0.697 0.895,1.117 1.69,1.117 0.859,0 1.406,-0.56 1.406,-1.468 0,-0.194 -0.072,-0.575 -0.146,-0.938 l -0.57,-2.696 -0.642,0 0.558,2.637 c 0.065,0.305 0.125,0.596 0.125,0.972 0,0.542 -0.233,0.966 -0.828,0.966 -1.016,0 -1.537,-1.145 -1.722,-2.045 l -0.518,-2.53 -0.646,0 0.562,2.637 c 0.064,0.305 0.123,0.596 0.123,0.972 0,0.542 -0.233,0.966 -0.831,0.966 -1.013,0 -1.534,-1.145 -1.72,-2.045 l -0.516,-2.53 -0.647,0 L 0,0 Z" /></g><g
|
||||
transform="translate(184.0234,52.326)"
|
||||
id="g516"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path518"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.096,-0.383 -0.167,-0.841 -0.188,-1.184 l -0.616,0 c 0.031,0.266 0.054,0.522 0.1,0.737 l -0.018,0 c -0.419,-0.629 -0.968,-0.852 -1.7,-0.852 -0.773,0 -1.425,0.578 -1.425,1.396 0,1.457 1.64,1.761 2.862,1.761 0.25,0 0.48,-0.02 0.669,-0.038 0.023,0.143 0.035,0.291 0.035,0.493 0,0.685 -0.385,1.079 -1.067,1.079 -0.575,0 -1.143,-0.263 -1.478,-0.432 l 0.072,0.624 c 0.351,0.148 0.917,0.335 1.504,0.335 1.075,0 1.64,-0.588 1.64,-1.624 C 0.39,2.104 0.352,1.738 0.263,1.347 L 0,0 Z m -2.207,-0.772 c 1.153,0 1.679,1.035 1.815,2.081 -0.202,0 -0.402,0.02 -0.604,0.02 -0.83,0 -2.179,-0.125 -2.179,-1.224 0,-0.563 0.469,-0.877 0.968,-0.877" /></g><g
|
||||
transform="translate(185.9277,55.24)"
|
||||
id="g520"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path522"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0.059,0.281 0.109,0.573 0.135,0.887 l 0.616,0 C 0.725,0.573 0.694,0.309 0.642,0.133 l 0.024,0 c 0.309,0.491 0.739,0.872 1.385,0.872 0.205,0 0.371,-0.044 0.537,-0.069 L 2.445,0.281 C 2.279,0.348 2.092,0.363 1.916,0.363 0.91,0.363 0.509,-0.746 0.323,-1.646 l -0.511,-2.451 -0.654,0 L 0,0 Z" /></g></g></g><g
|
||||
transform="translate(189.4642,56.127)"
|
||||
id="g524"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path526"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 0.647,0 -1.055,-4.984 -0.645,0 L 0,0 Z m 1.045,1.329 -0.731,0 0.172,0.818 0.736,0 -0.177,-0.818 z" /></g><g
|
||||
id="g528"><g
|
||||
clip-path="url(#clipPath532)"
|
||||
id="g530"><g
|
||||
transform="translate(191.2023,55.3346)"
|
||||
id="g536"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path538"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0.059,0.335 0.1,0.547 0.115,0.792 l 0.621,0 C 0.706,0.478 0.675,0.215 0.628,0.038 l 0.019,0 C 0.99,0.567 1.614,0.91 2.232,0.91 c 0.892,0 1.56,-0.511 1.56,-1.447 0,-0.34 -0.078,-0.713 -0.147,-1.027 l -0.557,-2.628 -0.642,0 0.565,2.748 c 0.067,0.322 0.106,0.539 0.106,0.869 0,0.588 -0.328,0.958 -0.957,0.958 -1.074,0 -1.649,-1.065 -1.884,-2.213 l -0.488,-2.362 -0.644,0 L 0,0 Z" /></g><g
|
||||
transform="translate(198.4899,56.2446)"
|
||||
id="g540"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path542"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 1.269,0 1.982,-0.849 1.982,-2.142 0,-1.664 -1.047,-3.075 -2.762,-3.075 -1.232,0 -1.996,0.923 -1.996,2.17 C -2.776,-1.378 -1.691,0 0,0 m -0.703,-4.69 c 1.288,0 2.012,1.364 2.012,2.538 0,0.938 -0.42,1.625 -1.387,1.625 -1.379,0 -2.021,-1.349 -2.021,-2.62 0,-0.861 0.527,-1.543 1.396,-1.543" /></g></g></g></g></g></svg>
|
After Width: | Height: | Size: 29 KiB |
364
public/assets/data/nsi/logos/2997e9-fa24a7.svg
Normal file
|
@ -0,0 +1,364 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
xml:space="preserve"
|
||||
width="260.78687"
|
||||
height="63.436001"
|
||||
viewBox="0 0 260.78687 63.436001"
|
||||
sodipodi:docname="BancoNacionalUltramarino logo.svg"><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath28"><path
|
||||
d="m 256.982,21.335 222.072,0 0,70.43 -222.072,0 0,-70.43 z"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath78"><path
|
||||
d="m 257.44,21.624 221.159,0 0,70.14 -221.159,0 0,-70.14 z"
|
||||
id="path80"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath94"><path
|
||||
d="m 256.982,21.335 222.072,0 0,70.43 -222.072,0 0,-70.43 z"
|
||||
id="path96"
|
||||
inkscape:connector-curvature="0" /></clipPath><radialGradient
|
||||
fx="0"
|
||||
fy="0"
|
||||
cx="0"
|
||||
cy="0"
|
||||
r="1"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(63.438653,0,0,-63.438653,438.35307,81.091006)"
|
||||
spreadMethod="pad"
|
||||
id="radialGradient136"><stop
|
||||
style="stop-opacity:1;stop-color:#64caf1"
|
||||
offset="0"
|
||||
id="stop138" /><stop
|
||||
style="stop-opacity:1;stop-color:#55c1ea"
|
||||
offset="0.1"
|
||||
id="stop140" /><stop
|
||||
style="stop-opacity:1;stop-color:#064c79"
|
||||
offset="0.50532972"
|
||||
id="stop142" /><stop
|
||||
style="stop-opacity:1;stop-color:#064c79"
|
||||
offset="0.65"
|
||||
id="stop144" /><stop
|
||||
style="stop-opacity:1;stop-color:#064c79"
|
||||
offset="1"
|
||||
id="stop146" /></radialGradient><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath154"><path
|
||||
d="m 256.982,21.335 222.072,0 0,70.43 -222.072,0 0,-70.43 z"
|
||||
id="path156"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath298"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path300"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath306"><path
|
||||
d="m 25.0118,612.15 454.5432,0 0,-503.166 -454.5432,0 0,503.166 z"
|
||||
id="path308"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath310"><path
|
||||
d="m 26.012,109.984 452.543,0 0,501.165 -452.543,0 0,-501.165 z"
|
||||
id="path312"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath360"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path362"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath380"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path382"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath436"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path438"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath456"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path458"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath480"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path482"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath496"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path498"
|
||||
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath532"><path
|
||||
d="m 0,0 504.567,0 0,720 L 0,720 0,0 Z"
|
||||
id="path534"
|
||||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1018"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="1.0488889"
|
||||
inkscape:cx="65.941688"
|
||||
inkscape:cy="-2.6794948"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="g10" /><g
|
||||
id="g10"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="AMEX_Selects_2015"
|
||||
transform="matrix(1.25,0,0,-1.25,0,114.1265)"><g
|
||||
id="g3882"><g
|
||||
id="g356"><g
|
||||
clip-path="url(#clipPath360)"
|
||||
id="g358"><g
|
||||
transform="translate(-12.7559,64.5136)"
|
||||
id="g364"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path366"
|
||||
style="fill:#ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 212.724,0 c -1.614,-1.068 -3.702,-1.636 -6.486,-1.636 L 0,-1.636 0,0 Z" /></g><g
|
||||
transform="translate(138.1411,83.4902)"
|
||||
id="g368"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path370"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.014,-1.996 -1.771,-3.683 -5.023,-3.683 l -3.102,0 1.406,6.546 2.528,0 C -1.274,2.863 0.017,1.848 0,0 m -1.811,-11.638 c -0.02,-2.357 -2.121,-4.123 -5.809,-4.123 l -3.14,0 1.547,7.106 3.271,0 c 3.5,0 4.144,-1.273 4.131,-2.983 m 7.654,-0.358 c 0,2.968 -1.939,5.463 -5.297,5.895 l 0,0.084 c 4.482,0.935 7.171,3.425 7.171,7.234 0,3.647 -2.615,6.594 -7.162,6.594 l -13.526,0 -5.469,-25.147 22.109,0 c 1.285,1.378 2.174,3.147 2.174,5.34" /></g></g></g><g
|
||||
transform="translate(157.1369,83.7612)"
|
||||
id="g372"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path374"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 0.084,0 4.831,-17.607 11.477,0 5.453,25.079 -7.227,0 -4.294,-21.469 -0.084,0 -5.915,21.469 -9.727,0 -5.451,-25.079 7.254,0 L 0,0 Z" /></g><g
|
||||
id="g376"><g
|
||||
clip-path="url(#clipPath380)"
|
||||
id="g378"><g
|
||||
transform="translate(191.4605,67.4838)"
|
||||
id="g384"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path386"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C 2.645,0 4.867,1.748 5.733,5.777 6.602,9.8 9.638,23.749 9.638,23.749 l 7.531,0 c 0,0 -3.527,-16.203 -3.884,-17.862 C 12.924,4.2 12.534,1.641 10.178,-1.329 l -20.018,0 c -2.396,3.532 -1.905,7.073 -1.261,10.033 0.545,2.492 3.272,15.045 3.272,15.045 l 7.67,0 c 0,0 -3.239,-14.925 -3.697,-17.044 C -4.218,5.036 -4.611,0 0,0" /></g><g
|
||||
transform="translate(119.8252,47.5589)"
|
||||
id="g388"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path390"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 0.991,-0.066 C 1.15,-0.074 1.222,-0.115 1.214,-0.181 1.199,-0.25 1.117,-0.322 0.939,-0.389 L 0.629,-1.82 C 0.615,-1.892 0.588,-1.95 0.548,-2.007 l 3.856,0 -0.144,-0.659 -3.473,0 C 0.864,-3.51 1.104,-4.164 1.518,-4.622 1.956,-5.199 2.704,-5.687 3.783,-6.107 L 2.794,-6.861 c -0.905,0.43 -1.611,1.023 -2.145,1.772 -0.305,0.437 -0.536,0.951 -0.7,1.541 -0.114,-0.253 -0.256,-0.491 -0.436,-0.713 -0.415,-0.537 -1.095,-1.058 -2.036,-1.577 -0.667,-0.384 -1.436,-0.731 -2.321,-1.053 l -0.699,0.577 c 0.893,0.297 1.595,0.581 2.138,0.857 0.839,0.414 1.45,0.835 1.846,1.26 0.383,0.417 0.634,0.928 0.774,1.531 l -3.573,0 0.143,0.659 3.765,0 c 0.039,0.049 0.063,0.11 0.092,0.187 l 0.271,1.258 C -0.054,-0.412 -0.022,-0.227 0,0" /></g><g
|
||||
transform="translate(143.2598,47.0758)"
|
||||
id="g392"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path394"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 -0.144,-0.657 -3.187,0 -0.208,-0.979 2.785,0 -0.989,-4.557 -0.905,0 0.123,0.57 -6.365,0 -0.12,-0.57 -0.905,0 0.989,4.557 2.6,0 0.213,0.979 -3.03,0 L -9.003,0 0,0 Z m -8.742,-4.967 6.36,0 0.25,1.151 c -0.06,-0.138 -0.138,-0.225 -0.239,-0.269 -0.234,-0.104 -0.518,-0.158 -0.868,-0.158 l -0.706,0 c -0.702,0 -1.018,0.181 -0.944,0.562 l 0.299,1.383 -1.177,0 c -0.074,-0.337 -0.221,-0.644 -0.455,-0.928 -0.25,-0.324 -0.723,-0.728 -1.436,-1.232 l -0.795,0.327 c 0.657,0.407 1.116,0.77 1.398,1.082 0.205,0.255 0.327,0.498 0.394,0.751 l -1.501,0 -0.58,-2.669 z m 5.059,2.669 -0.221,-1.02 c -0.044,-0.202 0.062,-0.301 0.328,-0.301 l 0.202,0 c 0.169,0 0.305,0.017 0.406,0.063 0.086,0.031 0.179,0.146 0.307,0.353 l 0.631,-0.146 0.229,1.051 -1.882,0 z m -0.762,0.662 0.215,0.979 -1.016,0 -0.219,-0.979 1.02,0 z" /></g><g
|
||||
transform="translate(157.344,47.5333)"
|
||||
id="g396"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path398"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0.34,-0.376 0.621,-0.746 0.863,-1.114 l -0.449,-0.179 1.378,0 L 2.988,0 3.737,-0.125 C 3.875,-0.138 3.936,-0.179 3.926,-0.24 3.911,-0.299 3.814,-0.371 3.635,-0.458 l -0.818,-0.835 1.314,0 -0.138,-0.627 -2.406,0 -0.23,-1.048 2.165,0 -0.134,-0.6 -2.164,0 -0.241,-1.133 2.634,0 -0.138,-0.631 -2.636,0 -0.334,-1.534 -0.895,0 0.335,1.534 -2.719,0 0.135,0.631 2.719,0 0.246,1.133 -2.124,0 0.131,0.6 2.124,0 0.229,1.048 -2.52,0 0.138,0.627 1.633,0 c -0.234,0.322 -0.492,0.654 -0.792,0.994 L 0,0 Z m -3.356,-0.24 c 0.53,-0.258 0.965,-0.537 1.321,-0.841 l -0.708,-0.511 c -0.404,0.316 -0.864,0.6 -1.381,0.871 l 0.768,0.481 z m -0.936,-1.769 c 0.605,-0.233 1.092,-0.478 1.485,-0.746 l -0.691,-0.512 c -0.461,0.281 -0.98,0.542 -1.562,0.78 l 0.768,0.478 z m 0.956,-1.95 0.443,-0.504 c -0.645,-0.746 -1.322,-1.444 -2.028,-2.096 -0.04,-0.184 -0.118,-0.276 -0.26,-0.276 l -0.683,0.486 c 0.891,0.703 1.731,1.5 2.528,2.39" /></g><g
|
||||
transform="translate(173.6291,47.5947)"
|
||||
id="g400"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path402"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 0.644,-0.268 C 0.721,-0.294 0.755,-0.325 0.746,-0.36 0.734,-0.424 0.653,-0.47 0.503,-0.509 0.831,-0.956 1.296,-1.36 1.897,-1.743 L 1.181,-2.155 c -0.511,0.419 -0.902,0.836 -1.179,1.24 -0.332,-0.276 -0.656,-0.522 -0.996,-0.744 -0.188,-0.123 -0.362,-0.235 -0.55,-0.353 l 2.518,0 -0.128,-0.595 -0.976,0 -0.184,-0.839 1.325,0 -0.129,-0.605 -1.327,0 -0.432,-1.964 c 0.447,0.016 0.89,0.046 1.322,0.108 L 0.332,-6.444 c -0.721,-0.107 -1.845,-0.245 -3.405,-0.422 -0.078,-0.076 -0.145,-0.115 -0.217,-0.115 -0.059,0 -0.084,0.031 -0.088,0.102 l -0.063,0.645 c 0.581,0.028 1.156,0.076 1.727,0.14 l 0.438,2.043 -1.577,0 0.131,0.605 1.579,0 0.184,0.839 -0.947,0 0.099,0.442 c -0.187,-0.118 -0.409,-0.238 -0.68,-0.383 l -0.487,0.442 c 0.635,0.324 1.18,0.649 1.635,0.984 C -0.916,-0.831 -0.473,-0.46 0,0 m -2.331,-4.56 c 0.184,-0.373 0.335,-0.739 0.465,-1.102 l -0.731,-0.307 c -0.138,0.374 -0.297,0.749 -0.497,1.146 l 0.763,0.263 z m 2.645,0.036 0.553,-0.238 C 0.951,-4.795 0.987,-4.823 0.987,-4.859 0.976,-4.91 0.914,-4.954 0.794,-5.01 l -0.752,-0.772 -0.587,0.235 0.859,1.023 z m 1.997,4.128 0.828,0 3.111,0 -0.708,-3.234 -1.376,0 c -0.009,-0.352 0.017,-0.651 0.082,-0.912 0.408,0.207 0.775,0.422 1.115,0.641 l 0.478,-0.434 c 0.025,-0.028 0.025,-0.062 0.03,-0.1 C 5.859,-4.494 5.76,-4.524 5.579,-4.524 5.165,-4.724 4.785,-4.903 4.417,-5.064 4.414,-5.071 4.419,-5.092 4.45,-5.133 4.639,-5.56 5.018,-5.999 5.595,-6.444 L 4.619,-6.95 c -0.312,0.371 -0.561,0.705 -0.754,1.02 -0.192,0.37 -0.325,0.731 -0.396,1.086 -0.082,0.281 -0.115,0.68 -0.11,1.214 l -0.926,0 -0.506,-2.316 c 0.578,0.059 1.145,0.164 1.721,0.305 L 3.522,-6.206 C 2.965,-6.367 2.082,-6.579 0.863,-6.866 0.782,-6.942 0.716,-6.981 0.636,-6.981 c -0.058,0 -0.084,0.031 -0.076,0.108 l -0.065,0.667 c 0.18,0.015 0.369,0.048 0.573,0.107 l 0.541,2.469 0.127,0.601 0.447,2.035 0.128,0.598 z m 0.698,-0.598 -0.16,-0.716 2.284,0 0.161,0.716 -2.285,0 z m -0.283,-1.289 -0.16,-0.746 2.28,0 0.161,0.746 -2.281,0 z" /></g><g
|
||||
transform="translate(192.4215,47.4694)"
|
||||
id="g404"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path406"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 0.777,-0.233 C 0.872,-0.253 0.915,-0.284 0.915,-0.33 0.913,-0.345 0.861,-0.373 0.772,-0.424 0.672,-0.435 0.442,-0.565 0.073,-0.818 -0.495,-1.206 -1.166,-1.562 -1.948,-1.917 l -0.778,0.388 C -1.651,-1.112 -0.746,-0.606 0,0 M 0,-1.431 0.772,-1.672 C 0.872,-1.687 0.915,-1.718 0.915,-1.764 0.91,-1.787 0.861,-1.817 0.772,-1.856 0.647,-1.879 0.36,-2.093 -0.112,-2.5 -0.243,-2.615 -0.368,-2.717 -0.492,-2.814 l -0.892,-4.103 -0.945,0 0.716,3.298 c -0.33,-0.218 -0.685,-0.43 -1.089,-0.66 l -0.782,0.383 c 1.355,0.673 2.51,1.498 3.484,2.465 m 1.866,0.986 4.285,0 -0.14,-0.659 -4.287,0 0.142,0.659 z m -1.27,-2.037 5.549,0 -0.136,-0.634 -1.571,0 C 4.435,-3.121 4.423,-3.129 4.389,-3.147 L 3.797,-5.869 C 3.724,-6.211 3.535,-6.464 3.228,-6.638 2.97,-6.802 2.38,-6.879 1.449,-6.886 l -0.222,0.777 0.987,0 c 0.34,0 0.552,0.128 0.626,0.388 l 0.573,2.605 -2.953,0 0.136,0.634 z" /></g><g
|
||||
transform="translate(91.1967,57.9623)"
|
||||
id="g408"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path410"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 1.228,0 c 1.097,0 2.23,-0.184 2.23,-1.503 0,-0.976 -0.773,-1.662 -1.664,-1.751 l 0,-0.018 c 0.775,-0.107 1.184,-0.606 1.184,-1.395 0,-1.309 -1.163,-2.153 -2.729,-2.153 l -1.719,0 L 0,0 Z m -0.675,-6.232 0.859,0 c 1.173,0 2.119,0.491 2.119,1.565 0,0.759 -0.537,1.104 -1.229,1.104 l -1.163,0 -0.586,-2.669 z m 0.704,3.252 0.868,0 c 0.88,0.01 1.887,0.383 1.887,1.449 0,0.869 -0.676,0.943 -1.542,0.943 l -0.696,0 -0.517,-2.392 z" /></g><g
|
||||
transform="translate(98.6069,52.326)"
|
||||
id="g412"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path414"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.096,-0.383 -0.164,-0.841 -0.181,-1.184 l -0.616,0 c 0.025,0.266 0.046,0.522 0.097,0.737 l -0.023,0 c -0.416,-0.629 -0.964,-0.852 -1.7,-0.852 -0.77,0 -1.425,0.578 -1.425,1.396 0,1.457 1.642,1.761 2.863,1.761 0.25,0 0.479,-0.02 0.674,-0.038 0.02,0.143 0.03,0.291 0.03,0.493 0,0.685 -0.381,1.079 -1.066,1.079 -0.573,0 -1.141,-0.263 -1.472,-0.432 l 0.065,0.624 c 0.351,0.148 0.92,0.335 1.507,0.335 1.073,0 1.638,-0.588 1.638,-1.624 0,-0.191 -0.038,-0.557 -0.126,-0.948 L 0,0 Z m -2.206,-0.772 c 1.152,0 1.682,1.035 1.818,2.081 -0.205,0 -0.399,0.02 -0.609,0.02 -0.828,0 -2.175,-0.125 -2.175,-1.224 0,-0.563 0.468,-0.877 0.966,-0.877" /></g><g
|
||||
transform="translate(100.4627,55.3346)"
|
||||
id="g416"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path418"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0.059,0.335 0.1,0.547 0.119,0.792 l 0.615,0 C 0.703,0.478 0.675,0.215 0.628,0.038 l 0.019,0 c 0.34,0.529 0.967,0.872 1.581,0.872 0.901,0 1.564,-0.511 1.564,-1.447 0,-0.34 -0.078,-0.713 -0.15,-1.027 l -0.554,-2.628 -0.644,0 0.567,2.748 c 0.067,0.322 0.109,0.539 0.109,0.869 0,0.588 -0.331,0.958 -0.961,0.958 -1.073,0 -1.65,-1.065 -1.883,-2.213 l -0.489,-2.362 -0.648,0 L 0,0 Z" /></g><g
|
||||
transform="translate(109.0487,55.4879)"
|
||||
id="g420"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path422"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.187,0.1 -0.762,0.23 -1.153,0.23 -1.413,0 -2.175,-1.038 -2.175,-2.364 0,-1.028 0.68,-1.8 1.61,-1.8 0.37,0 0.742,0.128 1.056,0.233 L -0.744,-4.315 C -0.976,-4.394 -1.37,-4.46 -1.876,-4.46 c -1.437,0 -2.127,1.201 -2.127,2.275 0,1.756 0.994,2.942 2.919,2.942 0.412,0 1.007,-0.098 1.263,-0.195 L 0,0 Z" /></g><g
|
||||
transform="translate(111.9218,56.2446)"
|
||||
id="g424"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path426"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 1.265,0 1.978,-0.849 1.978,-2.142 0,-1.664 -1.045,-3.075 -2.763,-3.075 -1.228,0 -1.994,0.923 -1.994,2.17 C -2.779,-1.378 -1.692,0 0,0 m -0.703,-4.69 c 1.286,0 2.012,1.364 2.012,2.538 0,0.938 -0.422,1.625 -1.388,1.625 -1.381,0 -2.025,-1.349 -2.025,-2.62 0,-0.861 0.529,-1.543 1.401,-1.543" /></g></g></g><g
|
||||
transform="translate(117.9158,57.9623)"
|
||||
id="g428"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path430"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 0.8,0 2.275,-5.997 0.019,0 L 4.366,0 4.982,0 3.535,-6.82 l -0.8,0 -2.277,5.999 -0.02,0 -1.292,-5.999 -0.622,0 L 0,0 Z" /></g><g
|
||||
id="g432"><g
|
||||
clip-path="url(#clipPath436)"
|
||||
id="g434"><g
|
||||
transform="translate(126.5453,52.326)"
|
||||
id="g440"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path442"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.1,-0.383 -0.169,-0.841 -0.185,-1.184 l -0.618,0 c 0.028,0.266 0.05,0.522 0.1,0.737 l -0.023,0 c -0.419,-0.629 -0.964,-0.852 -1.697,-0.852 -0.775,0 -1.427,0.578 -1.427,1.396 0,1.457 1.642,1.761 2.863,1.761 0.251,0 0.477,-0.02 0.675,-0.038 0.015,0.143 0.028,0.291 0.028,0.493 0,0.685 -0.381,1.079 -1.066,1.079 -0.572,0 -1.142,-0.263 -1.475,-0.432 l 0.069,0.624 c 0.351,0.148 0.918,0.335 1.505,0.335 1.072,0 1.642,-0.588 1.642,-1.624 0,-0.191 -0.041,-0.557 -0.13,-0.948 L 0,0 Z m -2.208,-0.772 c 1.152,0 1.681,1.035 1.816,2.081 -0.206,0 -0.402,0.02 -0.607,0.02 -0.831,0 -2.176,-0.125 -2.176,-1.224 0,-0.563 0.469,-0.877 0.967,-0.877" /></g><g
|
||||
transform="translate(131.6856,55.4879)"
|
||||
id="g444"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path446"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.187,0.1 -0.76,0.23 -1.153,0.23 -1.416,0 -2.178,-1.038 -2.178,-2.364 0,-1.028 0.685,-1.8 1.613,-1.8 0.372,0 0.742,0.128 1.057,0.233 L -0.74,-4.315 c -0.236,-0.079 -0.625,-0.145 -1.136,-0.145 -1.434,0 -2.127,1.201 -2.127,2.275 0,1.756 0.995,2.942 2.921,2.942 0.411,0 1.005,-0.098 1.26,-0.195 L 0,0 Z" /></g></g></g><g
|
||||
transform="translate(132.7656,56.127)"
|
||||
id="g448"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path450"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 0.645,0 -1.055,-4.984 -0.644,0 L 0,0 Z m 0.968,1.329 -0.732,0 0.172,0.818 0.735,0 -0.175,-0.818 z" /></g><g
|
||||
id="g452"><g
|
||||
clip-path="url(#clipPath456)"
|
||||
id="g454"><g
|
||||
transform="translate(136.4222,56.2446)"
|
||||
id="g460"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path462"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 1.27,0 1.984,-0.849 1.984,-2.142 0,-1.664 -1.046,-3.075 -2.762,-3.075 -1.236,0 -1.993,0.923 -1.993,2.17 C -2.771,-1.378 -1.691,0 0,0 m -0.702,-4.69 c 1.289,0 2.013,1.364 2.013,2.538 0,0.938 -0.42,1.625 -1.39,1.625 -1.376,0 -2.02,-1.349 -2.02,-2.62 0,-0.861 0.527,-1.543 1.397,-1.543" /></g><g
|
||||
transform="translate(139.4256,55.3346)"
|
||||
id="g464"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path466"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0.06,0.335 0.096,0.547 0.119,0.792 l 0.615,0 C 0.702,0.478 0.673,0.215 0.624,0.038 l 0.021,0 c 0.34,0.529 0.968,0.872 1.581,0.872 0.9,0 1.563,-0.511 1.563,-1.447 0,-0.34 -0.079,-0.713 -0.144,-1.027 l -0.562,-2.628 -0.644,0 0.569,2.748 c 0.07,0.322 0.108,0.539 0.108,0.869 0,0.588 -0.331,0.958 -0.959,0.958 -1.076,0 -1.653,-1.065 -1.883,-2.213 l -0.487,-2.362 -0.647,0 L 0,0 Z" /></g><g
|
||||
transform="translate(147.5885,52.326)"
|
||||
id="g468"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path470"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.101,-0.383 -0.173,-0.841 -0.188,-1.184 l -0.616,0 c 0.029,0.266 0.05,0.522 0.1,0.737 l -0.019,0 c -0.423,-0.629 -0.969,-0.852 -1.699,-0.852 -0.774,0 -1.426,0.578 -1.426,1.396 0,1.457 1.64,1.761 2.855,1.761 0.257,0 0.486,-0.02 0.676,-0.038 0.022,0.143 0.028,0.291 0.028,0.493 0,0.685 -0.379,1.079 -1.063,1.079 -0.574,0 -1.142,-0.263 -1.474,-0.432 l 0.07,0.624 c 0.349,0.148 0.914,0.335 1.5,0.335 1.076,0 1.641,-0.588 1.641,-1.624 0,-0.191 -0.036,-0.557 -0.126,-0.948 L 0,0 Z m -2.208,-0.772 c 1.15,0 1.678,1.035 1.813,2.081 -0.206,0 -0.401,0.02 -0.603,0.02 -0.831,0 -2.178,-0.125 -2.178,-1.224 0,-0.563 0.465,-0.877 0.968,-0.877" /></g></g></g><g
|
||||
transform="translate(150.0794,58.4709)"
|
||||
id="g472"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path474"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 0.645,0 -1.568,-7.328 -0.643,0 L 0,0 Z" /></g><g
|
||||
id="g476"><g
|
||||
clip-path="url(#clipPath480)"
|
||||
id="g478"><g
|
||||
transform="translate(158.1147,53.7447)"
|
||||
id="g484"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path486"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.254,-1.582 -1.175,-2.717 -2.756,-2.717 -1.302,0 -2.248,0.754 -2.248,2.144 0,0.616 0.243,1.708 0.394,2.337 l 0.537,2.454 0.643,0 -0.692,-3.323 c -0.082,-0.399 -0.207,-1.028 -0.207,-1.434 0,-0.997 0.598,-1.593 1.565,-1.593 1.161,0 1.827,0.839 2.061,1.907 l 0.985,4.443 0.625,0 L 0,0 Z" /></g></g></g><g
|
||||
transform="translate(160.4267,58.4709)"
|
||||
id="g488"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path490"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 0.647,0 -1.563,-7.328 -0.643,0 L 0,0 Z" /></g><g
|
||||
id="g492"><g
|
||||
clip-path="url(#clipPath496)"
|
||||
id="g494"><g
|
||||
transform="translate(162.57,57.2389)"
|
||||
id="g500"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path502"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 0.704,0.245 0.4,-1.112 l 1.301,0 -0.128,-0.524 -1.278,0 -0.526,-2.469 c -0.073,-0.327 -0.149,-0.652 -0.149,-0.971 0,-0.394 0.207,-0.609 0.568,-0.609 0.184,0 0.349,0.041 0.526,0.138 L 0.657,-6.076 C 0.47,-6.16 0.285,-6.211 0.029,-6.211 c -0.694,0 -1.081,0.388 -1.081,0.922 0,0.435 0.174,1.222 0.225,1.439 l 0.478,2.214 -0.998,0 0.139,0.524 0.977,0 L 0,0 Z" /></g><g
|
||||
transform="translate(164.9625,55.24)"
|
||||
id="g504"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path506"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0.057,0.281 0.109,0.573 0.134,0.887 l 0.616,0 C 0.721,0.573 0.694,0.309 0.643,0.133 l 0.02,0 c 0.312,0.491 0.744,0.872 1.388,0.872 0.206,0 0.372,-0.044 0.537,-0.069 L 2.442,0.281 C 2.275,0.348 2.092,0.363 1.913,0.363 0.909,0.363 0.507,-0.746 0.321,-1.646 l -0.504,-2.451 -0.654,0 L 0,0 Z" /></g><g
|
||||
transform="translate(171.0985,52.326)"
|
||||
id="g508"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path510"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.097,-0.383 -0.166,-0.841 -0.184,-1.184 l -0.616,0 c 0.029,0.266 0.048,0.522 0.097,0.737 l -0.02,0 c -0.417,-0.629 -0.967,-0.852 -1.699,-0.852 -0.773,0 -1.426,0.578 -1.426,1.396 0,1.457 1.64,1.761 2.861,1.761 0.256,0 0.483,-0.02 0.675,-0.038 0.021,0.143 0.027,0.291 0.027,0.493 0,0.685 -0.38,1.079 -1.063,1.079 -0.577,0 -1.142,-0.263 -1.474,-0.432 l 0.066,0.624 c 0.353,0.148 0.918,0.335 1.509,0.335 1.073,0 1.641,-0.588 1.641,-1.624 0,-0.191 -0.043,-0.557 -0.131,-0.948 L 0,0 Z m -2.208,-0.772 c 1.155,0 1.681,1.035 1.816,2.081 -0.202,0 -0.398,0.02 -0.605,0.02 -0.831,0 -2.179,-0.125 -2.179,-1.224 0,-0.563 0.472,-0.877 0.968,-0.877" /></g><g
|
||||
transform="translate(173.0794,55.286)"
|
||||
id="g512"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path514"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0.059,0.245 0.107,0.578 0.128,0.841 l 0.617,0 C 0.713,0.527 0.675,0.263 0.637,0.087 l 0.021,0 c 0.467,0.624 0.859,0.872 1.543,0.872 0.7,0 1.219,-0.394 1.251,-1.117 l 0.019,0 c 0.322,0.697 0.895,1.117 1.69,1.117 0.859,0 1.406,-0.56 1.406,-1.468 0,-0.194 -0.072,-0.575 -0.146,-0.938 l -0.57,-2.696 -0.642,0 0.558,2.637 c 0.065,0.305 0.125,0.596 0.125,0.972 0,0.542 -0.233,0.966 -0.828,0.966 -1.016,0 -1.537,-1.145 -1.722,-2.045 l -0.518,-2.53 -0.646,0 0.562,2.637 c 0.064,0.305 0.123,0.596 0.123,0.972 0,0.542 -0.233,0.966 -0.831,0.966 -1.013,0 -1.534,-1.145 -1.72,-2.045 l -0.516,-2.53 -0.647,0 L 0,0 Z" /></g><g
|
||||
transform="translate(184.0234,52.326)"
|
||||
id="g516"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path518"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.096,-0.383 -0.167,-0.841 -0.188,-1.184 l -0.616,0 c 0.031,0.266 0.054,0.522 0.1,0.737 l -0.018,0 c -0.419,-0.629 -0.968,-0.852 -1.7,-0.852 -0.773,0 -1.425,0.578 -1.425,1.396 0,1.457 1.64,1.761 2.862,1.761 0.25,0 0.48,-0.02 0.669,-0.038 0.023,0.143 0.035,0.291 0.035,0.493 0,0.685 -0.385,1.079 -1.067,1.079 -0.575,0 -1.143,-0.263 -1.478,-0.432 l 0.072,0.624 c 0.351,0.148 0.917,0.335 1.504,0.335 1.075,0 1.64,-0.588 1.64,-1.624 C 0.39,2.104 0.352,1.738 0.263,1.347 L 0,0 Z m -2.207,-0.772 c 1.153,0 1.679,1.035 1.815,2.081 -0.202,0 -0.402,0.02 -0.604,0.02 -0.83,0 -2.179,-0.125 -2.179,-1.224 0,-0.563 0.469,-0.877 0.968,-0.877" /></g><g
|
||||
transform="translate(185.9277,55.24)"
|
||||
id="g520"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path522"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0.059,0.281 0.109,0.573 0.135,0.887 l 0.616,0 C 0.725,0.573 0.694,0.309 0.642,0.133 l 0.024,0 c 0.309,0.491 0.739,0.872 1.385,0.872 0.205,0 0.371,-0.044 0.537,-0.069 L 2.445,0.281 C 2.279,0.348 2.092,0.363 1.916,0.363 0.91,0.363 0.509,-0.746 0.323,-1.646 l -0.511,-2.451 -0.654,0 L 0,0 Z" /></g></g></g><g
|
||||
transform="translate(189.4642,56.127)"
|
||||
id="g524"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path526"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 0.647,0 -1.055,-4.984 -0.645,0 L 0,0 Z m 1.045,1.329 -0.731,0 0.172,0.818 0.736,0 -0.177,-0.818 z" /></g><g
|
||||
id="g528"><g
|
||||
clip-path="url(#clipPath532)"
|
||||
id="g530"><g
|
||||
transform="translate(191.2023,55.3346)"
|
||||
id="g536"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path538"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0.059,0.335 0.1,0.547 0.115,0.792 l 0.621,0 C 0.706,0.478 0.675,0.215 0.628,0.038 l 0.019,0 C 0.99,0.567 1.614,0.91 2.232,0.91 c 0.892,0 1.56,-0.511 1.56,-1.447 0,-0.34 -0.078,-0.713 -0.147,-1.027 l -0.557,-2.628 -0.642,0 0.565,2.748 c 0.067,0.322 0.106,0.539 0.106,0.869 0,0.588 -0.328,0.958 -0.957,0.958 -1.074,0 -1.649,-1.065 -1.884,-2.213 l -0.488,-2.362 -0.644,0 L 0,0 Z" /></g><g
|
||||
transform="translate(198.4899,56.2446)"
|
||||
id="g540"><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path542"
|
||||
style="fill:#0f1f47;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 1.269,0 1.982,-0.849 1.982,-2.142 0,-1.664 -1.047,-3.075 -2.762,-3.075 -1.232,0 -1.996,0.923 -1.996,2.17 C -2.776,-1.378 -1.691,0 0,0 m -0.703,-4.69 c 1.288,0 2.012,1.364 2.012,2.538 0,0.938 -0.42,1.625 -1.387,1.625 -1.379,0 -2.021,-1.349 -2.021,-2.62 0,-0.861 0.527,-1.543 1.396,-1.543" /></g></g></g></g></g></svg>
|
After Width: | Height: | Size: 29 KiB |
BIN
public/assets/data/nsi/logos/2a04be-10d607
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
public/assets/data/nsi/logos/2a04be-cfe76c
Normal file
After Width: | Height: | Size: 4.2 KiB |
51
public/assets/data/nsi/logos/2b155a-288c27.svg
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
public/assets/data/nsi/logos/2b3ec0-000b97
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
public/assets/data/nsi/logos/2b704f-4175bc
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
public/assets/data/nsi/logos/2c9305-873b68
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
public/assets/data/nsi/logos/2db45d-10ce3b
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
public/assets/data/nsi/logos/2degrees-5219b0
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
public/assets/data/nsi/logos/2e6f93-367f6f
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
public/assets/data/nsi/logos/2e6f93-74adc2
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
public/assets/data/nsi/logos/2f0a35-11534a
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
public/assets/data/nsi/logos/2f0a35-c2e240
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
public/assets/data/nsi/logos/2ndstreet-f1a9c4
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
public/assets/data/nsi/logos/333979-5b8686
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
public/assets/data/nsi/logos/333979-c05ba5
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
public/assets/data/nsi/logos/338c9d-37346b
Normal file
After Width: | Height: | Size: 6.3 KiB |