The IlvSVGDevice Class
The IlvSVGDevice
class allows you to export any selected region of a view to a text file in the SVG format. Like the IlvPSDevice
class, IlvSVGDevice
is also derived from the IlvPort
and redirects the drawing operations to an SVG dump.
It ensures that the output matches the expected visual result by automatically translating the drawing operations into the appropriate SVG code.
This makes it easy to save graphical content as a scalable vector graphic.