1
0
Fork 0

chore(markdown): Bespoke, not made-to-measure

This commit is contained in:
Joost De Cock 2023-10-21 11:46:17 +02:00
parent 11e7fea1cc
commit 828c62c9db
23 changed files with 39 additions and 175 deletions

View file

@ -21,7 +21,7 @@ One of the things that sets FreeSewing apart is that sewing patterns are not
static. Each pattern is generated on the spot to accommodate the input
provided by the user. Input that typically includes their measurements.
This _made-to-measure_ approach is sort of _our thing_ at FreeSewing,
This _bespoke_ approach is sort of _our thing_ at FreeSewing,
but why stop there?
There's a lot of things that can be left up to the user and taken into
consideration when drafting the pattern. Things like how many buttons to use,

View file

@ -4,7 +4,7 @@ title: Pattern
The `Pattern` object in FreeSewing's core library holds all data and logic of a pattern.
It is the parametric blueprint that when instantiated with a user's settings
can draft a made-to-measure sewing pattern.
can draft a bespoke sewing pattern.
## Creating a Pattern