Guilherme Taffarel Bergamin

Results 14 comments of Guilherme Taffarel Bergamin

No news on fixing this? We are currently using SVGs to render our icons because of this. Also it seems that it only affects the normal weight of the icon....

@JPereira-FJB, some time ago, I found a work around this. I can't remember where I found it, but this silly thing worked: ```css .mat-icon { transform: rotate(0.03deg); } ``` The...

Still an issue. @ostreifel, is this extension still being supported?

I'm new to regex and I didn't know different languages used different syntaxes. Unfortunately that syntax won't work on my application as I need the groups to follow the `?`...