The ImageEn version 13 is fantastic! For me, one of the most exciting features of this new version is the ability to load SVG images as layers using Vcl.Skia in Delphi 12.
In this context: I also need to programmatically create a Layer by assigning SVG XML text to the created Layer at run-time (instead of loading it from a file). Is this possible? Specifically, how to create an SVG Image Layer at run-time (and automatically center it in the TImageEnView)? And how can we access the SVG XML text of a layer at runtime without the intermediate step via an SVG XML file?
I've done it now with ImageEnView1.IO.ImportFromStreamSVG(fs):