Initializing... drag & drop files here
Supports: ODG
ODG (OpenDocument Drawing) is the native vector-drawing format of LibreOffice Draw and Apache OpenOffice Draw, part of the OpenDocument family standardized as ISO/IEC 26300. SVG is the open, XML-based vector format that browsers and design tools read natively. This converter renders your ODG drawing and produces an SVG you can drop straight into a web page or vector editor — with one important caveat about how the trace works, explained below.
It is worth being honest about the pipeline, because it affects your results. This tool renders the ODG to an image and then runs a raster-to-vector tracer to produce the SVG — it is not a 1:1 passthrough of the original vector objects and editable text. The Number precision control governs how closely the tracer follows the rendered shapes.
| Property | Value |
|---|---|
| Full name | OpenDocument Drawing (Graphics) |
| Standard | OASIS OpenDocument; ISO/IEC 26300 (first 2006 as ODF 1.0, current 26300:2015 as ODF 1.2) |
| Released | 2006 (ODF 1.0) |
| Container | Zipped XML archive (content, styles, metadata, settings) |
| Stores | Vector drawing elements — points, lines, curves, shapes, text |
| Created by | LibreOffice Draw, Apache OpenOffice Draw |
| Native browser support | None — browsers cannot display ODG directly |
| Best for | Editable drawings inside the OpenDocument / LibreOffice ecosystem |
| Property | Value |
|---|---|
| Full name | Scalable Vector Graphics |
| Standard | W3C SVG (XML-based) |
| Released | 2001 (SVG 1.0); SVG 1.1 widely supported |
| Container | Plain XML text |
| Stores | Vector paths, shapes, gradients, optional text |
| Resolution behaviour | Resolution-independent — scales to any size without quality loss |
| Native browser support | Chrome, Firefox, Edge, Safari (all current versions) |
| Best for | Web graphics, icons, print-ready scalable artwork |
Not exactly. This converter renders the ODG and traces the result, so the SVG approximates the drawing rather than re-creating each original vector object and editable text run. Simple, flat drawings trace very close to the original; complex artwork loses some fidelity.
The tracer turns smooth gradients and photographic fills into a finite set of solid colour regions, so blends become stepped bands. Raising the Number precision helps a little, but for gradient-heavy art a PDF export — which keeps the real vectors — is usually the better route.
It controls how closely the tracer follows the rendered shape edges. Higher values keep more detail and produce a larger file; lower values simplify paths for a smaller file. The on-page guidance recommends 4–6 for most drawings.
Use LibreOffice Draw's own File → Export → SVG, which preserves the source vectors and text, or convert to PDF with our ODG to PDF converter when you need a faithful, print-ready copy.
Yes. SVG is XML-based and displays natively in Chrome, Firefox, Edge, and Safari, and opens in Inkscape, Illustrator, Figma, and other vector editors.
In our testing, a flat two-colour ODG logo traced cleanly at the default precision of 6, with crisp edges and no visible posterization — the kind of source this pipeline handles best.