[mail] Replace logo with SVG #1478
Labels
No Label
dependencies
duplicate
help wanted
invalid
kind/bug
kind/feature
needs reproduction
question
security
wontfix
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vikunja/vikunja#1478
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reason
So that it isn't blurry on high dpi devices, like mobile.
What about mail software support for this? IIRC quite a few clients don't support svg because you could embed code in them.
Relevant discussion: https://github.com/go-vikunja/api/issues/25#issuecomment-1083626778
Well true: https://www.caniemail.com/features/image-svg/
EDIT:
Correcting: There is a valid workaround, see https://css-tricks.com/a-guide-on-svg-support-in-email/#aa-image-tag-with-css-hack. I wouldn't even call it a hack. It's totally valid if it works.
Can we test this somehow? And wouldn't that mean we'll have to embed two images all the time?
I guess only by sending this out to an actual account.
Yes. If compressed the overhead of the logo as SVG shouldn't be that large.
at least for macOS and iOS I'd inline the svg, since both will initially not load
<img>
source