Does RichViewEdit support SVG files?

General TRichView support forum. Please post your questions here
Post Reply
jimmaguire
Posts: 206
Joined: Thu Sep 15, 2005 1:41 am
Location: California

Does RichViewEdit support SVG files?

Post by jimmaguire »

Doesn't seem to, any plans to?
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Does RichViewEdit support SVG files?

Post 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.
jimmaguire
Posts: 206
Joined: Thu Sep 15, 2005 1:41 am
Location: California

Re: Does RichViewEdit support SVG files?

Post by jimmaguire »

Thanks, I do use DevExpress, will try that.
Post Reply