WinMerge / winmerge

WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.
https://winmerge.org/
GNU General Public License v2.0
6.43k stars 798 forks source link

SVG issue #2345

Open OshidaBCF opened 4 months ago

OshidaBCF commented 4 months ago

it seems that winmerge doesn't support when a svg has a lot of different color, it write everything as black

for exemple this should look like the flag of brazil (it's a new file) image image

even some basic shape doesn't work image image

yet some other shapes work properly image

i don't know if it's a complexity limit or something similar

sdottaka commented 4 months ago

WinMerge renders SVG files using the Direct2D functionality. Unfortunately, this is a limited feature, so there are some elements that are not supported, as in the following URL. This is probably why they are not drawn correctly:

https://learn.microsoft.com/en-us/windows/win32/direct2d/svg-support

OshidaBCF commented 4 months ago

I see, that's a shame