Using Vcl.Skia in Delphi 12: When trying to load a VALID SVG file with no SVG extension, the file is not loaded:
ImageEnView1.IO.ImportFromFileSVG('C:\DELPHI\MySvgFile', 1000, -1, True);
It seems the ImportFromFileSVG function explicitly relies on the SVG extension of the file without checking the content of the file.
Is this intentional? Other image file types can be loaded without the explicit need for a specific file extension.