-
-
Notifications
You must be signed in to change notification settings - Fork 774
[Enhancement]: Create True SVG image for default template Logo #6750
Copy link
Copy link
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Description of problem
The DNN Logo used in the default Site Template is actually an SVG with an embedded bitmap data.
This is not optimal IMO as it does not scale as well.
Also while we are working on CSP, inline base 64 encoded images are not optimal (you need an exception for those)
Description of solution
I'll create a true Vector version of this SVG and commit it.
Description of alternatives considered
No response
Anything else?
No response
Do you plan to contribute code for this enhancement?
- Yes
Would you be interested in sponsoring this enhancement?
- Yes
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable