Skip to content

SVGText Editor FMX

Carlo Barazzetta edited this page Feb 14, 2022 · 1 revision

SVGText Property Editor (FMX)

Using the SVGIconImage (FMX) component, you can set the property SVGText with a string value that contains the xml description of Scalable Vector Graphic image.

Operations

In this figure you can see the property editor for FMX version: https://github.com/EtheaDev/SVGIconImageList/blob/master/Demo/Images/SVGTextPropertyEditorFMX.jpg

In the left you can edit the SVGText property: changing the text updates the icon image on the right to give you an immediate feedback.

At the bottom, you can use "Load..." button to load the text from an .svg file, or you can use "Save..." button to save the text to an .svg file.

Using the central splitter or resizing the form, you can resize the SVGText Editor and the Icon.

Clone this wiki locally