Scalable Vector Graphics (SVG) is an XML-based vector image format (and very flexible in that images can be searched, indexed, scripted, and compressed) and an open standard developed since 1999 by the World Wide Web Consortium (W3C) and is supported by the major browsers such as Mozilla Firefox, Internet Explorer 9-10, Google Chrome, Safari and Opera.
SVG images allow three types of graphic objects: vector graphics, raster graphics, and text. Graphical objects, such as PNG and JPEG raster images are easily grouped modified, styled transformed and composed into different rendered objects and can have their behaviors easily modified using XML text files, therefore using text editiors is one way of creating SVG images.

SVG

How to convert PDF to HTML

In this blog post, we tell you how to convert PDF to HTML. PDF is a reliable and efficient way to view documents. However,...
Alicia
1 min read

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