Closed EricWex closed 3 months ago
it's a problems inside the Image32 engine... You must open the issue in the https://github.com/AngusJohnson/Image32 repo. When Angus Johnson resolve the problem you can replace your units into Image32\Source units of this project.
The Style tag inside the error prone SVG files has a certain property named stroke-width: 0px. This property is always shared between a number of classes, e.g.: Image
The position of this style is what causes the icons to misbehave. If I shift this style to be the last style in the file's Style tag, the colours render correctly:
Image
Funny enough, the images display fine without any modifications in a browser, and in the File Explorer Preview Pane.
Here are the code <?xml version="1.0" encoding="UTF-8"?>
and this is our fix <?xml version="1.0" encoding="UTF-8"?>