Open janbuijs91 opened 6 months ago
I had the same issue a while ago and added PR https://github.com/samhocevar/emoji.wpf/pull/73 to fix the german flag. I didn't noticed other flags were affected too.
Okay thanks for the reply. Guess I'll just clone the repo and add a brush to all GeometryDrawing elements which don't have a brush assigned. Any reason why you used #383838
instead of black?
Sounds good. #383838
is used in Win10Flags.xaml, thats the reason why I used that instead of black.
I'm not seeing the black color in multiple flags, like Germany or Belgium. Here's a screenshot of how Germany is showing up for me:
Looking at the source code for the flags, the Brush property isn't defined for some GeometryDrawing lines in multiple flags and I guess it should show up as black in that case, but for me it just doesn't show anything.