Hello and happy new year,
I still have a problem with SVGfiles in Delph when FastReport is installed.
There is the follwoing line in a unit:
initialization
TPicture.RegisterFileFormat('SVG', 'Scalable Vector Graphics', TfrxSVGGraphic);
It’s part of a run time and design time unit.
If I use one of your SVG enabled image collections and add an image with the ending SVG as type a TfrxSVGGraphic is used.
During design time everything looks good.
But during runtime only a white square is displayed when I don’t use fastreport for my project. (when the above mentioned unit is not included)
My solution is currently a Delphi 12.3 without FastReport only with TMS to edit the image collections and use Delphi 13 for building my app.
My other idea is to register your SVGClass with another file extension and rename my svg images...
Do you see another solution to avoid such problems.
As far as I got it’s a problem with Delphi runtime.
Thanks in advance
Björn