This example Delphi application demonstrates how to render an animated SVG to a GIF, AVI or animated PNG. The application makes use of the following libraries: For the SVG it uses the SVG control
package or the demo version of the
package. For the animated PNG, the imaginglib by Marek Mauder For the AVI, CreateAviFromBitmap ...