Open Virus5600 opened 1 year ago
Thanks for reporting this bug @Virus5600 I'll have to dig into this and understand what part of the process encodes the SVG images.
Where you modified thi part? in your project or node_modules?
Where you modified thi part? in your project or node_modules?
Came back to my project and tried finding the change and saw it in my project so yeah, overwrote it in my projects.
When using the
.navbar-dark .navbar-toggler-icon
, the icon is not showing. After looking through the styles, the main culprit is the malformedurl()
value for the said class.My temporary fix was to use this:
The code was originally this:
And as you can see, the missing single quotes created a malformed URL due to the spaces in between some values such as the
d
attribute's value. Thus, when viewed in a new tab, this is the result:which then results to this:
Compared to what it should be like this: