SVG: Difference between revisions

From FreeCAD Documentation
m (Changed section to 'Usage')
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{TOCright}}
<translate>
<translate>



== Description == <!--T:1-->
== Description == <!--T:1-->


<!--T:2-->
<!--T:2-->
[https://en.wikipedia.org/wiki/Scalable_Vector_Graphics Scalable Vector Graphics] (SVG) is a type of vectorized image format for two-dimensional graphics.
[https://en.wikipedia.org/wiki/Scalable_Vector_Graphics Scalable Vector Graphics] ('''SVG''') is a type of vectorized image format for two-dimensional graphics.


<!--T:3-->
<!--T:3-->
Vector-based formats such as SVG are very useful in technical drawing programs, like FreeCAD, because an SVG image can be scaled to any size without losing its shape or amount of details. The SVG can be scaled to any required resolution and converted to [[bitmap]] formats like PNG or JPEG for printing.
Vector-based formats such as SVG are very useful in technical drawing programs, like FreeCAD, because an SVG image can be scaled to any size without losing its shape or amount of details. The SVG can be scaled to any required resolution and converted to [[bitmap|'''bitmap''']] formats like '''PNG''' or '''JPEG''' for printing.


<!--T:4-->
<!--T:4-->
Line 17: Line 17:


<!--T:6-->
<!--T:6-->
FreeCAD can read and export SVG graphics using the [[Draft SVG]] function from the [[Draft Workbench]]. SVG files are used for many things, including symbols and icons on the graphical user interface, and for templates. For example, the [[TechDraw Workbench]] [[TechDraw Templates|templates]] can be created as SVG files with some editable text fields that the user can fill.
FreeCAD can read and export SVG graphics using the [[Draft SVG|'''Draft SVG''']] function from the [[Image:Workbench_Draft.svg|24px]] [[Draft Workbench]]. SVG files are used for many things, including symbols and icons on the graphical user interface, and for templates.
* For example, the [[Image:Workbench_TechDraw.svg|24px]] [[TechDraw Workbench|TechDraw]] workbench [[TechDraw Templates|templates]] can be created as SVG files with some editable text fields that the user can fill in.


<!--T:7-->
<!--T:7-->
FreeCAD is primarily a 3D modelling application, and thus doesn't have many 2D drawing tools, which are mostly included in the [[Draft Workbench|Draft]] and [[Sketcher Workbench]]es. To exclusively create 2D shapes, and produce SVG files, there are alternative programs like [https://en.wikipedia.org/wiki/Inkscape Inkscape].
FreeCAD is primarily a 3D modeling application, and thus doesn't have many 2D drawing tools, which are mostly included in the [[Draft Workbench|Draft]] and [[Sketcher Workbench]]es. To exclusively create 2D shapes, and produce SVG files, there are alternative programs like [https://en.wikipedia.org/wiki/Inkscape Inkscape].

<!--T:8-->
{{Userdocnavi}}

<!--T:9-->
[[Category:User Documentation]]


<!--T:10-->
<!--T:10-->
Line 34: Line 29:
[[Category:TechDraw]]
[[Category:TechDraw]]


[[Category:Formats]]

<!--T:8-->
{{Userdocnavi}}
</translate>
</translate>

Revision as of 16:36, 6 February 2020

Description

Scalable Vector Graphics (SVG) is a type of vectorized image format for two-dimensional graphics.

Vector-based formats such as SVG are very useful in technical drawing programs, like FreeCAD, because an SVG image can be scaled to any size without losing its shape or amount of details. The SVG can be scaled to any required resolution and converted to bitmap formats like PNG or JPEG for printing.

The SVG image is described in an XML-type language, which means that it can be opened and edited with a simple text editor to make changes. Due to its text-based nature, the file can also be searched, indexed, and compressed easily. This SVG markup language is an open standard developed by the World Wide Web Consortium (W3C) since 1999. This means that an SVG file should be read and interpreted in the same way by compliant viewers and drawing applications.

Usage

FreeCAD can read and export SVG graphics using the Draft SVG function from the Draft Workbench. SVG files are used for many things, including symbols and icons on the graphical user interface, and for templates.

  • For example, the TechDraw workbench templates can be created as SVG files with some editable text fields that the user can fill in.

FreeCAD is primarily a 3D modeling application, and thus doesn't have many 2D drawing tools, which are mostly included in the Draft and Sketcher Workbenches. To exclusively create 2D shapes, and produce SVG files, there are alternative programs like Inkscape.