-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Project has a form that has a SVGIconImageCollection. This is autocreated in the project settings. There are 270 icons in the collection.
Almost all my other forms are created and disposed at run-time. Almost all these forms use a TSVGIconVirtualImageList that refers to the above form with the SVGIconImageCollection.
When that form is created, it can be very slow before the form shows during. It is almost like when that form is created, there is a whole bunch of rerendering of the images at run time each and every time.
I can certainly look at using Skia to render the SVG's at a resolution to a TImageList or TImageCollection at runtime, with all the forms pointing to that instead, but wasn't sure if there is something I am missing, like an option, to prevent the re-rendering.