Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation.

SVG

How to embed base64 images in SVG

When creating SVG files you can include images by several means using local images, external URLs, and using base64 images. This tutorial covers how...
Kieran France
1 min read

How to convert WMF files to SVG in java…

This article will show you how to convert WMF files into SVG files. We also have a related article covering how to read WMF...
Amy Pearson
53 sec read

How to convert EMF files to SVG in Java…

This article shows you how to convert EMF files into SVG files using our JDeli Java Image library. We also have a related article...
Mark Stephens
52 sec read

What are the WMF and EMF Image File formats?

What is an EMF file? EMF is a large metadata Windows file format designed to store high resolution images for high-quality image printing. It...
Mark Stephens
57 sec read

How to Enable SVG Gzip Compression on Apache and…

Gzip compression is a widely supported method of reducing the size of the content sent from a web server in order to improve the...
Leon Atherton
46 sec read