2021-10-17 18:26:00 +02:00
|
|
|
|
---
|
2021-12-27 14:58:44 +01:00
|
|
|
|
title: Scalable Vector Graphics
|
2021-08-25 16:09:31 +02:00
|
|
|
|
order: 20
|
2021-10-17 18:26:00 +02:00
|
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
2021-12-27 14:58:44 +01:00
|
|
|
|
Patterns are rendered as **SVG** — short
|
2021-10-17 18:26:00 +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.
|
2022-02-19 08:04:25 +01: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.
|