Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Same goes for shared JavaScript or images. Don't screw around with a complex version control setup. SVG files are static assets like any other. Put them on a web server, and link to them in an <img> tag. Commented Apr 27, 2021 at 1:25
  • I like this approach and I will go for that in the Web apps. However, we are having as well some other (native) apps which do not support CSS... Commented Apr 28, 2021 at 18:36
  • @MichaelTornack: I edited my answer to include a section about native applications. Commented Apr 28, 2021 at 18:58