Comentario
09-26-2019
09:37 AM
09-26-2019
09:37 AM
SVG is a standard vector image format that has the following useful features:
- Vector data gives lossless quality at any scale,
- Gives us endpoints, midpoints, and tangents to snap to,
- Open, non-proprietary file format (no licencing fees or patents),
- Can be imported, displayed, and exported by design software used by architects, illustrators, and engineers,
- USE CASE: Open a raster drawing PDF in Adobe Illustrator, use raster to vector converter, export to SVG, import to Revit as a background to model over.
- Text-based file is lighter weight than PNG, JPEG, and other raster formats,
- Can be displayed in any current web browser.