You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to convert my SVGs as png. That works so far. Unfortunately, the background of the SVG object is shown in white. If I now set the background to green, for example, then the background of the PNG is green, but that of the SVG is not.
varconverter=newImageSvgConverter(newWpfDrawingSettings());converter.EncoderType=ImageEncoderType.JpegBitmap;// or png; doesn't matterconverter.Background=newSolidColorBrush(Colors.FooColor);converter.Convert(...);
The white part should also be colored in green / purple. But it's always white. I have also tried other SVG files.
The text was updated successfully, but these errors were encountered:
I don't want to convert my SVGs as png. That works so far. Unfortunately, the background of the SVG object is shown in white. If I now set the background to green, for example, then the background of the PNG is green, but that of the SVG is not.
The white part should also be colored in green / purple. But it's always white. I have also tried other SVG files.
The text was updated successfully, but these errors were encountered: