Page 1 of 1
Does RichViewEdit support SVG files?
Posted: Mon Apr 18, 2022 6:32 pm
by jimmaguire
Doesn't seem to, any plans to?
Re: Does RichViewEdit support SVG files?
Posted: Tue Apr 19, 2022 7:57 am
by Sergey Tkachenko
TRichView does not have a built-in support of SVG files, except for special code for saving and loading in DocX.
However, in VCL/LCL version you can use third-party implementation (inherited from TGraphic).
FMX version currently supports only raster graphic formats.
If you use DevExpress components, you can compile your project with the compiler $define RVUSEDXPNGIMAGE.
But there are other third-party SVG implementations.
Re: Does RichViewEdit support SVG files?
Posted: Tue Apr 19, 2022 4:50 pm
by jimmaguire
Thanks, I do use DevExpress, will try that.