11-18-2023, 10:23 PM
Nicely done!
I think a cool idea would be to create a library that has functions that can return images generated using custom SVG strings.
E.g. GetRoundedFilledRectangle&(l&, t&, r&, b&, clr1~&, clr2~&)
This would then create the SVG string internally and then create the image using _LOADIMAGE and return the image handle to the caller.
Stuff like this can be handy for folks who like to write GUIs.
I think a cool idea would be to create a library that has functions that can return images generated using custom SVG strings.
E.g. GetRoundedFilledRectangle&(l&, t&, r&, b&, clr1~&, clr2~&)
This would then create the SVG string internally and then create the image using _LOADIMAGE and return the image handle to the caller.
Stuff like this can be handy for folks who like to write GUIs.