Can I upload SVGs?
Edited
Yes, Ethos supports SVGs. We just require that the SVG includes a fill color before uploading. Here’s how users can add one:
Open the SVG file in any text editor.
Locate the
<path>elements.Add or update the
fillattribute, for example:<path d="..." fill="#000000" />Save the file and re-upload.
