Does RichViewEdit support SVG files?
-
- Posts: 206
- Joined: Thu Sep 15, 2005 1:41 am
- Location: California
Does RichViewEdit support SVG files?
Doesn't seem to, any plans to?
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Does RichViewEdit support SVG files?
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.
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.
-
- Posts: 206
- Joined: Thu Sep 15, 2005 1:41 am
- Location: California
Re: Does RichViewEdit support SVG files?
Thanks, I do use DevExpress, will try that.