Simon André
Simon André
Well, i don't think we can do it with AssetMapper / ImportMap for now.... at least not with the importmap() function. https://github.com/symfony/symfony/blob/44395abfcb2c859b26e0c6880c74dadd94da1038/src/Symfony/Component/AssetMapper/ImportMap/ImportMapRenderer.php#L140-L144 ```php foreach ($modulePreloads as $url) { $url =...
In the meanwhile, not sure, but maybe one of `fill: revert;` or `fill: revert-layer;` could help you
Oh sorry i have not been explicit enough :) This is a bug, and i'll try to fix it as soon as possible, sorry for that :) Until then, i...
After some thinking.. i'm a bit hesitant there :| If i defined "width: 24px" in the configuration, i expect my icons to be 24px, whatever the original attribute was. And...
> You took as an argument one of the most critical attribute for a svg; Not sure if any class name, or title, or id, or any other attribute that...
Poke #2156
It is something we have in mind (@kbond even prototyped something as first), but this is much more complex than it seems Webpages are very often not rendered in a...
We are working on the configuration of icons (default attributes, prefix aliases). Once it's done we will be able to implement this feature (step by step) :) --- I think...
So i worked a bit on this tonight, to verify using svg symbols has a real impact on page weight / load / etc. ### Scenario I made, on a...