Generate assets as SVG

This commit is contained in:
Pieter Vander Vennet 2020-11-05 12:28:02 +01:00
parent 3502563f92
commit ca858b7ed5
49 changed files with 3551 additions and 91 deletions

View file

@ -268,7 +268,7 @@ export class InitUiElements {
}
const tabs = [
{header: Img.AsImageElement(layoutToUse.icon), content: welcome},
{header: `<img src='${layoutToUse.icon}'>`, content: welcome},
{header: `<img src='./assets/osm-logo.svg'>`, content:
Translations.t.general.openStreetMapIntro},