2021-10-17 17:34:55 +02:00
|
|
|
|
***
|
|
|
|
|
|
2021-08-25 16:09:31 +02:00
|
|
|
|
title: SVG
|
|
|
|
|
order: 20
|
2021-10-17 17:34:55 +02:00
|
|
|
|
---------
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
|
|
Patterns are rendered as SVG — short
|
2021-10-17 17:34:55 +02:00
|
|
|
|
for [Scalable Vector Graphics](https://en.wikipedia.org/wiki/Scalable\_Vector\_Graphics) —
|
2021-08-25 16:09:31 +02:00
|
|
|
|
an XML-based vector image format and an open standard.
|
|
|
|
|
|
2021-10-17 17:34:55 +02:00
|
|
|
|
While you don’t need to be an SVG expert, a basic understanding of the format
|
2021-08-25 16:09:31 +02:00
|
|
|
|
will greatly help you to understand FreeSewing.
|
|
|
|
|
|
|
|
|
|
For example, the coordinate system and the way paths
|
|
|
|
|
are structured are all related to the SVG drawing system, which is closely related
|
|
|
|
|
to other 2D drawing technologies such as PostScript or PDF.
|