CGM to SVG Converter

Convert CGM to SVG online and see exactly what cross-family format translation changes, what SVG still can't promise, and how to verify the result.

Max file size 1 GB. Sign in to save your results.
By proceeding, you agree to our Terms of Use.
◈ Encrypted transfer◷ Short retention⊘ No watermark◎ Works on every device

Cross-family format translation: how CGM becomes SVG

Converter.now interprets the CGM source: Computer Graphics Metafile vector or mixed graphics used in technical illustration and standards-driven publishing. It rebuilds that content for SVG as XML vector artwork made from paths, shapes, paint, text, and optional embedded assets. Changing the suffix alone would not perform this conversion.

Interpreted input - Computer Graphics Metafile vector or mixed graphics used in technical illustration and standards-driven publishing. Required output - XML vector artwork made from paths, shapes, paint, text, and optional embedded assets.

INPUT MODEL

CGM

CGM vector graphic

Used for path-based artwork meant to scale without pixelating.

Family
Vectors
MIME
image/cgm
OUTPUT MODEL

SVG

Scalable Vector Graphics

Designed for resolution-independent illustrations.

Family
Vectors
MIME
image/svg+xml

What the CGM source carries and the SVG output demands

CGM

What can fail when CGM vector graphic is interpreted

CGM profiles and application structures differ, so hotspots, layers, text, line styles, or semantics may not transfer.

SVG

What Scalable Vector Graphics cannot safely promise

Tracing a bitmap produces approximate paths rather than restoring original geometry; fonts and filters may render differently.

ENGINE

How the SVG writer handles this route

The writer rebuilds XML vector artwork made from paths, shapes, paint, text, and optional embedded assets directly from CGM's own vector data, labeled as image/svg+xml. This is a structural translation between vector formats, not a raster trace.

The delivery decision for this CGM to SVG route

SVG is the right pick once the next application explicitly lists it as accepted and its resolution-independent illustrations role suits the job better than CGM does.

What changes between the CGM model and the SVG deliverable

  • SVG supports alpha transparency that CGM never had, so any transparent areas in the result are newly created, not carried over from the source.
  • SVG supports an editable object model CGM never had, so structure in the result is newly assigned by the writer, not carried over from the source.
  • Metadata handling differs between CGM and SVG; do not assume every application-specific field carries across untouched.

How to confirm the converted SVG actually works

BEFORE

Record the CGM evidence before conversion

Validate against the required CGM profile and inspect geometry, text, line weights, colors, symbols, and interactive regions.

AFTER

Test the SVG file in its receiving workflow

Zoom far in and inspect path smoothness, text, viewBox, clipping, and external references.