Image MIME Reference
DGN
MicroStation Design File
image/x-vnd.dgn
VS
Simple Vector Format
image/vnd.svf
SVF
A complete technical comparison of MicroStation Design File and Simple Vector Format — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Equal browser support
Feature Support
| Feature | DGN | SVF |
|---|---|---|
| Transparency (Alpha) | Yes | Yes |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | ✕ No | ✕ No |
| HDR Support | ✕ No | ✕ No |
| EXIF Metadata | ✕ No | ✕ No |
| ICC Color Profile | ✕ No | ✕ No |
MicroStation Design File
image/x-vnd.dgn
Extension
.dgn
Container
Microsoft OLE Compound File (V8) / IGDS (V7)
Compression
Uncompressed / OLE Structured Storage
Algorithm
None
Color Depth
Indexed Color (V7), 24-bit True Color (V8)
Developed by
Intergraph (Originally) / Bentley Systems (Currently)
Released
1980
Magic Bytes
D0 CF 11 E0 A1 B1 1A E1 (For V8 DGN)
Simple Vector Format
image/vnd.svf
Extension
.svf
Container
Custom Binary/Text (Legacy) or ZIP (Autodesk Forge)
Compression
Uncompressed / Deflate (in modern Autodesk SVF implementations)
Algorithm
None
Color Depth
Vector Data (Not Applicable)
Developed by
SoftSource & NCSA (National Center for Supercomputing Applications)
Released
1995
Magic Bytes
Unknown (SoftSource SVF)
Browser Support Comparison
| Browser | DGN | SVF |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
DGN
DGN Strengths
- Exceptionally robust at handling massive, coordinate-heavy infrastructure models that would frequently crash older versions of competing CAD software
- Deeply entrenched as the absolute standard format for many global departments of transportation and civil engineering firms
- V8 architecture supports boundless design plane coordinates, eliminating the physical scaling limitations of V7
Limitations
- Deeply proprietary format requiring complex third-party libraries (like the ODA SDK) to parse or write programmatically outside of the Bentley ecosystem
- V8's reliance on the archaic Microsoft OLE Compound File container makes file introspection cumbersome
- Cannot be rendered natively in web browsers without converting to WebGL/Canvas formats or SVG
SVF
SVF Strengths
- Acted as a crucial pioneering stepping-stone in proving that scalable, zoomable vector graphics were viable and necessary for the World Wide Web
Limitations
- Completely obsolete and unsupported by modern web standards
- Required end-users to install bulky, proprietary browser plugins
- Causes significant developer confusion today due to Autodesk adopting the exact same acronym and file extension for a completely different technology
When to choose which format
DGN
Use DGN when…
- Civil Engineering and Plant Design
- Large-scale Architecture and Construction (AEC)
- 2D/3D Infrastructure Modeling
SVF
Use SVF when…
- Historical Web-based CAD Viewers (1990s)
- Legacy 2D Vector Archival
- Autodesk Platform Services (Forge) Model Translation (Name Collision)