1
0
Fork 0

chore(markdown): Docs linter run

This commit is contained in:
joostdecock 2022-07-31 16:11:50 +02:00
parent 39fbdd477f
commit 9f958656d9
2383 changed files with 32481 additions and 7187 deletions

7
.remarkrc.yaml Normal file
View file

@ -0,0 +1,7 @@
settings:
bullet: "-"
plugins:
# Check that markdown is consistent.
- remark-preset-lint-consistent
# Few recommended rules.
- remark-preset-lint-recommended

View file

@ -59,11 +59,10 @@ user -> frontend
```
An example graph using the **Dot** custom component
</Dot>
An example graph using the **Dot** custom component </Dot>
Use **Dot** to add a [Graphviz](https://graphviz.org/) graph written in
the [Dot graph description language](https://en.wikipedia.org/wiki/DOT_(graph_description_language)).
the [Dot graph description language](https://en.wikipedia.org/wiki/DOT_\(graph_description_language\)).
It is a way to include diagrams as code, making them easier to maintain and diff than
creating graphic files by hand. These diagrams also support dark mode, translation a and
@ -84,7 +83,7 @@ This custom component makes it easy to use [the open-color color
scheme](https://yeun.github.io/open-color/) by using the following color names:
- `oc-[color]` will use the `oc-[color]-5` midtone that's suitable for both light and
dark mode. Eg: `oc-violet`
dark mode. Eg: `oc-violet`
- `oc-[color]-[shade]` allows you to control the lightness. Eg: `oc-violet-200`
<Note>
@ -96,7 +95,7 @@ works in dark mode
### Using translation
While freesewing.dev is only available in English, you can also use this on
freesewing.org which uses translation.
freesewing.org which uses translation.
You can use the `i18n:` prefix followed by the translation key. For example
`i18n:docs` will look up the `docs` key in the default namespace. Whereas

View file

@ -41,7 +41,7 @@ The file consists of key/value pairs where:
The key in the jargon file should always be lowercase. That's because we
lowercase the term before matching it.
So in your text, you can use `ESM`, `ems`, or even `eSm`, but the key in
So in your text, you can use `ESM`, `ems`, or even `eSm`, but the key in
the jargon file should be `esm`.
### Tips for jargon values

View file

@ -17,46 +17,56 @@ If you've got pictures, there's a few ways you can get them on the site:
- [Email](#email)
### Instagram
Post your pictures on Instagram, and tag or mention [@freesewing_org](https://instagram.com/freesewing_org).
Post your pictures on Instagram, and tag or mention [@freesewing\_org](https://instagram.com/freesewing_org).
### Twitter
Post your pictures — or a link to them — on Twitter, and tag or mention [@freesewing_org](https://twitter.com/freesewing_org).
Post your pictures — or a link to them — on Twitter, and tag or mention [@freesewing\_org](https://twitter.com/freesewing_org).
### Facebook
Post your pictures — or a link to them — on Facebook, and tag or mention the [@FreeSewing](https://www.facebook.com/groups/627769821272714/) group.
### Discord
Post your pictures — or a link to them — in the `#pattern-showcase` channel [on our Discord](https://discord.freesewing.org).
### Reddit
Post your pictures — or a link to them — in [r/freesewing](https://www.reddit.com/r/freesewing).
### Github
Create an issue [on Github](https://github.com/freesewing/freesewing/issues/new?assignees=&labels=%F0%9F%91%8D+good+first+issue%2C+%F0%9F%93%B8+showcase%2C+%F0%9F%A4%97+community&template=4_showcase-template.md&title=Create+showcase+from+this+content) and attach your pictures to it, or include a link to the pictures.
Create an issue [on Github](https://github.com/freesewing/freesewing/issues/new?assignees=\&labels=%F0%9F%91%8D+good+first+issue%2C+%F0%9F%93%B8+showcase%2C+%F0%9F%A4%97+community\&template=4_showcase-template.md\&title=Create+showcase+from+this+content) and attach your pictures to it, or include a link to the pictures.
### Email
Email your pictures — or a link to them — to [showcase@freesewing.org](mailto:showcase@freesewing.org).
Email your pictures — or a link to them — to <showcase@freesewing.org>.
## Tips for great pictures
Below are just a few easy tips and tricks for your Showcase post.
Below are just a few easy tips and tricks for your Showcase post.
Of course, any Showcase is infinitely better than nothing, so go ahead and send us those low-light mirror selfies - we love them.
But if you want to take things to the next level, a few things to consider:
### Show it all
Show the whole garment. From multiple angles, if possible.
It's awesome to see garments from the front, but back and side views can be really helpful, too.
Show the whole garment. From multiple angles, if possible.
It's awesome to see garments from the front, but back and side views can be really helpful, too.
Bonus points for adding in a seated picture, which are especially great for sewists who use a wheelchair.
### Embrace the light
Take pictures in the best light you can — that might be next to a bright window,
in a room where you've turned on all the extra lamps you could find,
or that elusive "golden hour" outdoors.
Take pictures in the best light you can — that might be next to a bright window,
in a room where you've turned on all the extra lamps you could find,
or that elusive "golden hour" outdoors.
Bonus points if you can make it bright enough to not need a flash.
### Background
A neutral background can be helpful for seeing details.
A neutral background can be helpful for seeing details.
Try to avoid black on black or another setting that makes it hard to see what is what.
And remember that the outdoors is often the best background.
@ -65,4 +75,3 @@ And remember that the outdoors is often the best background.
If you nailed that welt pocket or hand-stitched all your buttonholes, go ahead and show them off.
Close-up pictures make the showcase so much more relevant for people looking to make the same thing.

View file

@ -42,4 +42,3 @@ you can do so by passing `false` to the macro:
```js
macro('cutonfold', false)
```

View file

@ -32,4 +32,3 @@ you can do so by passing `false` to the macro:
```js
macro('grainline', false)
```

View file

@ -25,11 +25,9 @@ macro('miniscale', {
## Removing the miniscal
If you inherit a part with a miniscale on it and you'd like to remove all points and paths
If you inherit a part with a miniscale on it and you'd like to remove all points and paths
generated by the miniscale macro, you can do so by passing `false` to the macro:
```js
macro('miniscale', false)
```

View file

@ -29,10 +29,9 @@ macro('scalebox', {
## Removing the scalebox
If you inherit a part with a scalebox on it and you'd like to remove all points and paths
If you inherit a part with a scalebox on it and you'd like to remove all points and paths
generated by the scalebox macro, you can do so by passing `false` to the macro:
```js
macro('scalebox', false)
```

View file

@ -8,7 +8,7 @@ Path path.noop(string id)
Adds a placeholder path operation.
A `noop` operation does nothing, but is intended to be replaced later
A `noop` operation does nothing, but is intended to be replaced later
with [`Path.insop()`](/reference/api/path/insop).
<Tip compact>This is often used to insert darts into a path</Tip>

View file

@ -3,7 +3,7 @@ title: Getting started with GitPod
order: 10
---
If you don't want to set up a dev environment, or just want to kick the
If you don't want to set up a dev environment, or just want to kick the
tires like, right now, you can run our development environment in your browser via Gitpod:
https://gitpod.io/#https://github.com/freesewing/freesewing
@ -12,7 +12,4 @@ https://gitpod.io/#https://github.com/freesewing/freesewing
We recommend that you fork our repository so you can push changes to the repository.
To do so, simple adapt the URL above as follows:
https://gitpod.io/#url-to-your-fork
</Tip>
https://gitpod.io/#url-to-your-fork </Tip>

View file

@ -41,7 +41,8 @@ But if you're running Linux, you have git, right?
</Comment>
#### Install yarn
Our repository uses yarn workspaces. So you'll need yarn to work with it.
Our repository uses yarn workspaces. So you'll need yarn to work with it.
To install it run:
@ -95,6 +96,7 @@ Now you're ready to [start the development environment](/tutorials/getting-start
### Questions
#### What template to use
Use `From scratch` unless you want to start from our of our blocks:
- Use `Extend Brian` to start from [Brian](https://freesewing.org/designs/brian)
@ -103,10 +105,9 @@ Use `From scratch` unless you want to start from our of our blocks:
- Use `Extend Breanna` to start from [Breanna](https://freesewing.org/designs/breanna)
- Use `Extend Titan` to start from [Titan](https://freesewing.org/designs/titan)
#### What name to use
This will become the name of your design. Stick to \[a-z\] here to avoid problems.
This will become the name of your design. Stick to \[a-z] here to avoid problems.
If you're not certain what to pick, just mash some keys, it doesn't matter.
@ -115,5 +116,3 @@ If you're not certain what to pick, just mash some keys, it doesn't matter.
Chose `npm` if you don't have `yarn` are when you're not sure what the heck `yarn` is.
</Note>

View file

@ -28,8 +28,7 @@ This is all you need to work on existing designs. If you'd like to add a new des
yarn new design
```
Just make sure to re-start the lab afterwards with `yarn lab`
</Tip>
Just make sure to re-start the lab afterwards with `yarn lab` </Tip>
## Standalone development
@ -39,7 +38,7 @@ If you chose `test`, you will have a `test` folder. If you chose `banana`, you'l
The `design` subfolder holds your design's configuration file and source code.
You can ignore all other folders and files, they are part of the development environment.
To start the development environment, enter the folder hat was created
To start the development environment, enter the folder hat was created
and run `npm run start` (or `yarn start` if you're using Yarn as a package manager).
Then open your browser and go to http://localhost:8000

View file

@ -14,7 +14,7 @@ the node.js website, or from a package provided by your linux distribution:
- You can easily switch between different Node versions
- Everything gets installed in your home folder, avoiding permission problems
To setup nvm, [follow the install instructions in the nvm
To setup nvm, [follow the install instructions in the nvm
README](https://github.com/nvm-sh/nvm#installing-and-updating).
The TL;DR: is to run the following command in a terminal:

View file

@ -56,4 +56,3 @@ and even suggest the command you should type to install it. Handy!
<Note compact>
Node 14 is required to use our monorepo [until we upgrade Strapi](https://github.com/freesewing/freesewing/issues/2351).
</Note>

View file

@ -41,7 +41,8 @@ But if you're running macOS, you have git, right?
</Comment>
#### Install yarn
Our repository uses yarn workspaces. So you'll need yarn to work with it.
Our repository uses yarn workspaces. So you'll need yarn to work with it.
To install it run:
@ -95,6 +96,7 @@ Now you're ready to [start the development environment](/tutorials/getting-start
### Questions
#### What template to use
Use `From scratch` unless you want to start from our of our blocks:
- Use `Extend Brian` to start from [Brian](https://freesewing.org/designs/brian)
@ -103,9 +105,9 @@ Use `From scratch` unless you want to start from our of our blocks:
- Use `Extend Breanna` to start from [Breanna](https://freesewing.org/designs/breanna)
- Use `Extend Titan` to start from [Titan](https://freesewing.org/designs/titan)
#### What name to use
This will become the name of your design. Stick to \[a-z\] here to avoid problems.
This will become the name of your design. Stick to \[a-z] here to avoid problems.
If you're not certain what to pick, just mash some keys, it doesn't matter.
@ -114,5 +116,3 @@ If you're not certain what to pick, just mash some keys, it doesn't matter.
Chose `npm` if you don't have `yarn` are when you're not sure what the heck `yarn` is.
</Note>

View file

@ -28,8 +28,7 @@ This is all you need to work on existing designs. If you'd like to add a new des
yarn new design
```
Just make sure to re-start the lab afterwards with `yarn lab`
</Tip>
Just make sure to re-start the lab afterwards with `yarn lab` </Tip>
## Standalone development
@ -39,7 +38,7 @@ If you chose `test`, you will have a `test` folder. If you chose `banana`, you'l
The `design` subfolder holds your design's configuration file and source code.
You can ignore all other folders and files, they are part of the development environment.
To start the development environment, enter the folder hat was created
To start the development environment, enter the folder hat was created
and run `npm run start` (or `yarn start` if you're using Yarn as a package manager).
Then open your browser and go to http://localhost:8000

View file

@ -14,7 +14,7 @@ the node.js website, or from a package provided by your linux distribution:
- You can easily switch between different Node versions
- Everything gets installed in your home folder, avoiding permission problems
To setup nvm, [follow the install instructions in the nvm
To setup nvm, [follow the install instructions in the nvm
README](https://github.com/nvm-sh/nvm#installing-and-updating).
The TL;DR: is to run the following command in a terminal:

View file

@ -45,9 +45,8 @@ Click on any of the options we've added to our pattern, and your bib will be dra
The `lengthRatio` option controls the length of our bib. Testing it confirms that it only influences the length:
<Example sample part="bib" pattern="tutorial" settings={{ sample: { type: "option", option: "lengthRatio" } }}>
Your bib with the lengthRatio option sampled
</Example>
\<Example sample part="bib" pattern="tutorial" settings={{ sample: { type: "option", option: "lengthRatio" } }}>
Your bib with the lengthRatio option sampled </Example>
### neckRatio
@ -58,9 +57,8 @@ neck opening.
Testing it confirms this. We can also see that as the neck opening gets smaller, we will rotate the straps
further out of the way to avoid overlap:
<Example sample part="bib" pattern="tutorial" settings={{ sample: { type: "option", option: "neckRatio" } }} >
Your bib with the neckRatio option sampled
</Example>
\<Example sample part="bib" pattern="tutorial" settings={{ sample: { type: "option", option: "neckRatio" } }} >
Your bib with the neckRatio option sampled </Example>
### widthRatio
@ -81,9 +79,8 @@ covered in this tutorial. It is left _as an exercise to the reader_.
</Note>
<Example sample part="bib" pattern="tutorial" settings={{ sample: { type: "option", option: "widthRatio" } }}>
Your bib with the widthRatio option sampled
</Example>
\<Example sample part="bib" pattern="tutorial" settings={{ sample: { type: "option", option: "widthRatio" } }}>
Your bib with the widthRatio option sampled </Example>
## Testing measurements
@ -92,9 +89,8 @@ This gives you the option to determine how any given measurement is influencing
For our bib, we only use one measurement, so it influences the entire pattern:
<Example sample part="bib" pattern="tutorial" settings={{ sample: { type: "measurement", measurement: "head" } }}>
Your bib with the head circumference measurement sampled
</Example>
\<Example sample part="bib" pattern="tutorial" settings={{ sample: { type: "measurement", measurement: "head" } }}>
Your bib with the head circumference measurement sampled </Example>
## Testing models
@ -108,9 +104,8 @@ set of measurements.
But most patterns use multiple measurements, and you'll find this test gives you insight into how your
pattern will adapt to differently sized bodies.
<Example sample pattern="tutorial" part="bib" settings={{ sample: { type: "models", models: { baby1: { head: 340 }, baby2: { head: 350 }, baby3: { head: 360 }, baby4: { head: 370 }, baby5: { head: 380 }, baby6: { head: 390 }, baby7: { head: 400 }, baby8: { head: 410 }, baby9: { head: 420 } } } }}>
Your bib sampled for a range of baby sizes
</Example>
\<Example sample pattern="tutorial" part="bib" settings={{ sample: { type: "models", models: { baby1: { head: 340 }, baby2: { head: 350 }, baby3: { head: 360 }, baby4: { head: 370 }, baby5: { head: 380 }, baby6: { head: 390 }, baby7: { head: 400 }, baby8: { head: 410 }, baby9: { head: 420 } } } }}>
Your bib sampled for a range of baby sizes </Example>
## The antperson test
@ -128,8 +123,7 @@ don't scale, and you should avoid them.
The best patterns will pass the antperson test with 2 patterns exactly the same, where one will simply be 1/10th the scale of the other.
<Example sample pattern="tutorial" part="bib" settings={{ sample: { type: "models", models: { ant: { head: 39 }, man: { head: 390 }, } } }}>
Congratulations, your bib passes the antperson test
</Example>
\<Example sample pattern="tutorial" part="bib" settings={{ sample: { type: "models", models: { ant: { head: 39 }, man: { head: 390 }, } } }}>
Congratulations, your bib passes the antperson test </Example>
When you're happy with how your pattern passes these tests, it's time to complete it.

View file

@ -11,90 +11,99 @@ The value they represent shows how far the measurement deviates from the proport
<th>
Icon
</th>
<th>
Description
</th>
</tr>
<tr>
<td>
<Gauge val={-6} theme='light' />
</td>
<td>
The value is <strong x-id="1">significantly lower</strong>
</td>
</tr>
<tr>
<td>
<Gauge val={-4} theme='light' />
</td>
<td>
The value is <strong x-id="1">a good bit lower</strong>
</td>
</tr>
<tr>
<td>
<Gauge val={-2} theme='light' />
</td>
<td>
The value is <strong x-id="1">a bit lower</strong>
</td>
</tr>
<tr>
<td>
<Gauge val={-1} theme='light' />
</td>
<td>
The value is <strong x-id="1">very close</strong>
</td>
</tr>
<tr>
<td>
<Gauge val={1} theme='light' />
</td>
<td>
The value is <strong x-id="1">very close</strong>
</td>
</tr>
<tr>
<td>
<Gauge val={2} theme='light' />
</td>
<td>
The value is <strong x-id="1">a bit higher</strong>
</td>
</tr>
<tr>
<td>
<Gauge val={4} theme='light' />
</td>
<td>
The value is <strong x-id="1">a good bit higher</strong>
</td>
</tr>
<tr>
<td>
<Gauge val={6} theme='light' />
</td>
<td>
The value is <strong x-id="1">significantly higher</strong>
</td>
</tr>
</table>

View file

@ -15,7 +15,7 @@ Without a way to store your measurements, generating made-to-measure patterns wo
This question often hints at an underlying distrust towards
creating an account. As such, the following links may also be relevant:
- Read [our privacy notice][1]
- Learn more about [your rights][2]
- Read \[our privacy notice]\[1]
- Learn more about \[your rights]\[2]
</Note>

View file

@ -8,7 +8,7 @@ Reading this guide will take about 10 minutes of your time now, to save you a bu
##### What we'll explain
- We'll tell you [what FreeSewing is][1] and [what freesewing.org is][2]
- We'll tell you \[what FreeSewing is]\[1] and [what freesewing.org is][2]
- We'll tell you about our [made-to-measure sewing patterns][3] and what we mean by [_with breasts_ vs _without breasts_][4]
- We'll cover [why you need an account][5] what we mean by [your people][6] or [your patterns][7], and we talk about [measurements][8]
- We'll go over [how you can configure your patterns][9] with design and pattern options

View file

@ -1,6 +1,8 @@
- - -
***
title: "Aaron A-Shirt: Cutting Instructions"
- - -
***
- Cut **1 back** on the fold
- Cut **1 front** on the fold

View file

@ -1,6 +1,8 @@
- - -
***
title: "Aaron A-Shirt: Fabric Options"
- - -
***
An A-shirt is essentially underwear. And in that capacity, you want something that is comfortable, feels nice on your skin and breaths.

View file

@ -1,6 +1,8 @@
- - -
***
title: "Aaron A-Shirt: Sewing Instructions"
- - -
***
## Step 1: Close seams

View file

@ -1,5 +1,7 @@
- - -
***
title: "Aaron A-Shirt: Required Measurements"
- - -
***
<PatternMeasurements pattern='aaron' />

View file

@ -1,6 +1,8 @@
- - -
***
title: "Aaron A-Shirt: What You Need"
- - -
***
To make Aaron, you will need the following:

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="454.82mm" height="546.33mm" viewBox="0 0 454.82300000000004 546.3332521530385"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

View file

@ -1,6 +1,8 @@
- - -
***
title: "Armhole drop"
- - -
***
![The armhole drop option on Aaron](./armholedrop.svg)

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="454.06mm" height="546.33mm" viewBox="0 0 454.06398302606124 546.3332521530385"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

View file

@ -1,6 +1,8 @@
- - -
***
title: "Back armhole shape"
- - -
***
![The back armhole shape option on Aaron](./backlinebend.svg)

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="500.65mm" height="546.33mm" viewBox="0 0 500.65031735800227 546.3332521530385"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

View file

@ -1,6 +1,8 @@
- - -
***
title: "Chest ease"
- - -
***
![The chest ease option on Aaron](./chestease.svg)
@ -11,7 +13,7 @@ Whatever value you provide here will simply be added to your chest circumference
> Given that an undershirt has no arms, a little chest ease goes a long way. Add too much, and you'll end up with gaping armholes.
> ##### This option also allows negative values
>
>
> You should only use negative ease if you are using a stretch material that you want to fit tightly. Overall stretch should be configured with the **stretch** option.
## Effect of this option on the pattern

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -0,0 +1,9 @@
---
title: Draft for high bust
---
Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
## Effect of this option on the pattern
![This image shows the effect of this option by superimposing several variants that have a different value for this option](aaron_draftforhighbust_sample.svg "Effect of this option on the pattern")

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="490.79mm" height="546.33mm" viewBox="0 0 490.78999999999996 546.3332521530385"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

View file

@ -1,6 +1,8 @@
- - -
***
title: "Hips ease"
- - -
***
![The hips ease option on Aaron](./hipsease.svg)
@ -9,7 +11,7 @@ How much room do you want at the hips?
Whatever value you provide here will simply be added to your hips circumference measurement when drafting the garment.
> ##### This option also allows negative values.
>
>
> You should only use negative ease if you are using a stretch material that you want to fit tightly. Overall stretch should be configured with the stretch option.
## Effect of this option on the pattern

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="454.06mm" height="796.33mm" viewBox="0 0 454.06398302606124 796.3332521530385"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

View file

@ -1,6 +1,8 @@
- - -
***
title: "Length bonus"
- - -
***
![The length bonus option on Aaron](./lengthbonus.svg)

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="454.06mm" height="546.33mm" viewBox="0 0 454.06398302606124 546.3332521530385"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

View file

@ -1,6 +1,8 @@
- - -
***
title: "Neckline shape"
- - -
***
![The neckline shape option on Aaron](./necklinebend.svg)

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="454.06mm" height="641.33mm" viewBox="0 0 454.06398302606124 641.3332521530386"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

View file

@ -1,6 +1,8 @@
- - -
***
title: "Neckline drop"
- - -
***
![The neckline drop option on Aaron](./necklinedrop.svg)

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="454.06mm" height="552.47mm" viewBox="0 0 454.06398302606124 552.4666504306077"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

View file

@ -1,6 +1,8 @@
- - -
***
title: "Shoulderstrap placement"
- - -
***
![The shoulder strap placement option on Aaron](./shoulderstrapplacement.svg)

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="454.06mm" height="554mm" viewBox="0 0 454.06398302606124 554"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

View file

@ -1,6 +1,8 @@
- - -
***
title: "Shoulderstrap width"
- - -
***
![The shoulder strap width option on Aaron](./shoulderstrapwidth.svg)

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="477.54mm" height="546.33mm" viewBox="0 0 477.54103476427497 546.3332521530386"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

View file

@ -1,13 +1,15 @@
- - -
***
title: "Stretch"
- - -
***
![The stretch factor option on Aaron](./stretchfactor.svg)
How much does your fabric stretch? Choose 0% if your fabric does not stretch.
> ##### This option does only impact stretch one-way (horizontal).
>
>
> Four-way stretch is not really a concern for this top, but if you want you can play with the [length bonus](../lengthbonus) option.
## Effect of this option on the pattern

View file

@ -1,5 +1,7 @@
- - -
***
title: "Aaron A-Shirt: Design Options"
- - -
***
<PatternOptions pattern='aaron' />

View file

@ -1,5 +1,7 @@
- - -
***
title: "Aaron A-Shirt"
- - -
***
<PatternDocs pattern='aaron' />

View file

@ -1,6 +1,8 @@
- - -
***
title: "Albert apron: Cutting Instructions"
- - -
***
- Cut **1 front** on the fold
- Cut **1 pocket** on the fold

View file

@ -1,6 +1,8 @@
- - -
***
title: "Albert apron: Fabric Options"
- - -
***
An apron works best with a fabric that is sturdy, tightly woven, and easy to clean. In addition, make sure to go for a natural fibre and in any case something that is heat-resistant.

View file

@ -1,6 +1,8 @@
- - -
***
title: "Albert apron: Sewing Instructions"
- - -
***
### Step 1: The Pocket

View file

@ -1,5 +1,7 @@
- - -
***
title: "Albert apron: Required Measurements"
- - -
***
<PatternMeasurements pattern='albert' />

View file

@ -1,6 +1,8 @@
- - -
***
title: "Albert apron: What You Need"
- - -
***
To make Albert, you will need the following:

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="641mm" height="866mm" viewBox="0 0 641.0000000000002 866"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75
@ -554,80 +574,50 @@ text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baselin
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(0, 100%, 35%);" data-sample-run="1" data-sample-runs="10" id="fs-113" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-113" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(0, 100%, 35%);" data-sample-run="1" data-sample-runs="10" id="fs-114" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-114" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-114" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-115" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-116" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-116" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-115" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-116" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-117" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-117" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
<path class="fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-117" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-118" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-119" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-119" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-118" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-118" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-120" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-121" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-122" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-122" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-119" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-120" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-121" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-121" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-122" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-122" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-123" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-124" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-125" d="M 0,0 L 215.5,0" />
<path class="fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-123" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-124" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-125" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-125" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-126" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-126" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-126" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-127" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-128" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-128" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-127" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-128" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-129" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-129" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
<path class="fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-129" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-130" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-131" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-131" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-130" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-130" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-132" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-133" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-134" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-134" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-131" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-132" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-133" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-133" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-134" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-134" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-135" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-136" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-137" d="M 0,0 L 215.5,0" />
<path class="fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-135" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-136" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-137" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-137" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-138" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-138" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-139" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-140" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-141" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-141" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-142" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-142" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-143" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-144" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-145" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-145" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-146" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-146" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-147" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-148" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-149" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-149" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-150" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-150" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-138" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-139" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-140" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-140" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
</g>
<!-- end of group #fs-part-pocket -->

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Before After
Before After

View file

@ -1,6 +1,8 @@
- - -
***
title: "Back opening"
- - -
***
Controls the amount of opening at the back of your apron.

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="324.85mm" height="1878.65mm" viewBox="0 0 324.85000000000025 1878.645493404662"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75
@ -554,80 +574,50 @@ text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baselin
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(0, 100%, 35%);" data-sample-run="1" data-sample-runs="10" id="fs-113" d="M 0,0 L 144.25,0" />
<text><textPath xlink:href="#fs-113" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(0, 100%, 35%);" data-sample-run="1" data-sample-runs="10" id="fs-114" d="M 0,33.18 L 15,33.18 L 15,111.07 L 0,111.07" />
<text><textPath xlink:href="#fs-114" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-114" d="M 0,153.75 L 153.75,153.75 L 153.75,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-115" d="M 0,153.75 L 153.75,153.75 L 153.75,0 L 0,0 z L 0,153.75 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-116" d="M 0,0 L 153.75,0" />
<text><textPath xlink:href="#fs-116" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-115" d="M 0,153.75 L 153.75,153.75 L 153.75,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-116" d="M 0,153.75 L 153.75,153.75 L 153.75,0 L 0,0 z L 0,153.75 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-117" d="M 0,0 L 153.75,0" />
<text><textPath xlink:href="#fs-117" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
<path class="fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-117" d="M 0,163.25 L 163.25,163.25 L 163.25,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-118" d="M 0,163.25 L 163.25,163.25 L 163.25,0 L 0,0 z L 0,163.25 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-119" d="M 0,0 L 163.25,0" />
<text><textPath xlink:href="#fs-119" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-118" d="M 0,35.36 L 15,35.36 L 15,118.39 L 0,118.39" />
<text><textPath xlink:href="#fs-118" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-120" d="M 0,172.75 L 172.75,172.75 L 172.75,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-121" d="M 0,172.75 L 172.75,172.75 L 172.75,0 L 0,0 z L 0,172.75 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-122" d="M 0,0 L 172.75,0" />
<text><textPath xlink:href="#fs-122" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-119" d="M 0,163.25 L 163.25,163.25 L 163.25,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-120" d="M 0,163.25 L 163.25,163.25 L 163.25,0 L 0,0 z L 0,163.25 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-121" d="M 0,0 L 163.25,0" />
<text><textPath xlink:href="#fs-121" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-122" d="M 0,37.55 L 15,37.55 L 15,125.7 L 0,125.7" />
<text><textPath xlink:href="#fs-122" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-123" d="M 0,172.75 L 172.75,172.75 L 172.75,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-124" d="M 0,172.75 L 172.75,172.75 L 172.75,0 L 0,0 z L 0,172.75 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-125" d="M 0,0 L 172.75,0" />
<path class="fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-123" d="M 0,182.25 L 182.25,182.25 L 182.25,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-124" d="M 0,182.25 L 182.25,182.25 L 182.25,0 L 0,0 z L 0,182.25 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-125" d="M 0,0 L 182.25,0" />
<text><textPath xlink:href="#fs-125" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-126" d="M 0,39.73 L 15,39.73 L 15,133.02 L 0,133.02" />
<text><textPath xlink:href="#fs-126" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-126" d="M 0,191.75 L 191.75,191.75 L 191.75,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-127" d="M 0,191.75 L 191.75,191.75 L 191.75,0 L 0,0 z L 0,191.75 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-128" d="M 0,0 L 191.75,0" />
<text><textPath xlink:href="#fs-128" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-127" d="M 0,182.25 L 182.25,182.25 L 182.25,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-128" d="M 0,182.25 L 182.25,182.25 L 182.25,0 L 0,0 z L 0,182.25 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-129" d="M 0,0 L 182.25,0" />
<text><textPath xlink:href="#fs-129" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
<path class="fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-129" d="M 0,201.25 L 201.25,201.25 L 201.25,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-130" d="M 0,201.25 L 201.25,201.25 L 201.25,0 L 0,0 z L 0,201.25 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-131" d="M 0,0 L 201.25,0" />
<text><textPath xlink:href="#fs-131" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-130" d="M 0,41.92 L 15,41.92 L 15,140.33 L 0,140.33" />
<text><textPath xlink:href="#fs-130" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-132" d="M 0,210.75 L 210.75,210.75 L 210.75,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-133" d="M 0,210.75 L 210.75,210.75 L 210.75,0 L 0,0 z L 0,210.75 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-134" d="M 0,0 L 210.75,0" />
<text><textPath xlink:href="#fs-134" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-131" d="M 0,191.75 L 191.75,191.75 L 191.75,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-132" d="M 0,191.75 L 191.75,191.75 L 191.75,0 L 0,0 z L 0,191.75 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-133" d="M 0,0 L 191.75,0" />
<text><textPath xlink:href="#fs-133" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-134" d="M 0,44.1 L 15,44.1 L 15,147.65 L 0,147.65" />
<text><textPath xlink:href="#fs-134" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-135" d="M 0,201.25 L 201.25,201.25 L 201.25,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-136" d="M 0,201.25 L 201.25,201.25 L 201.25,0 L 0,0 z L 0,201.25 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-137" d="M 0,0 L 201.25,0" />
<path class="fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-135" d="M 0,220.25 L 220.25,220.25 L 220.25,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-136" d="M 0,220.25 L 220.25,220.25 L 220.25,0 L 0,0 z L 0,220.25 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-137" d="M 0,0 L 220.25,0" />
<text><textPath xlink:href="#fs-137" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-138" d="M 0,46.29 L 15,46.29 L 15,154.96 L 0,154.96" />
<text><textPath xlink:href="#fs-138" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-139" d="M 0,210.75 L 210.75,210.75 L 210.75,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-140" d="M 0,210.75 L 210.75,210.75 L 210.75,0 L 0,0 z L 0,210.75 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-141" d="M 0,0 L 210.75,0" />
<text><textPath xlink:href="#fs-141" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-142" d="M 0,48.47 L 15,48.47 L 15,162.28 L 0,162.28" />
<text><textPath xlink:href="#fs-142" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-143" d="M 0,220.25 L 220.25,220.25 L 220.25,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-144" d="M 0,220.25 L 220.25,220.25 L 220.25,0 L 0,0 z L 0,220.25 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-145" d="M 0,0 L 220.25,0" />
<text><textPath xlink:href="#fs-145" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-146" d="M 0,50.66 L 15,50.66 L 15,169.59 L 0,169.59" />
<text><textPath xlink:href="#fs-146" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-147" d="M 0,229.75 L 229.75,229.75 L 229.75,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-148" d="M 0,229.75 L 229.75,229.75 L 229.75,0 L 0,0 z L 0,229.75 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-149" d="M 0,0 L 229.75,0" />
<text><textPath xlink:href="#fs-149" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-150" d="M 0,52.84 L 15,52.84 L 15,176.91 L 0,176.91" />
<text><textPath xlink:href="#fs-150" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-138" d="M 0,229.75 L 229.75,229.75 L 229.75,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-139" d="M 0,229.75 L 229.75,229.75 L 229.75,0 L 0,0 z L 0,229.75 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-140" d="M 0,0 L 229.75,0" />
<text><textPath xlink:href="#fs-140" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
</g>
<!-- end of group #fs-part-pocket -->

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Before After
Before After

View file

@ -1,6 +1,8 @@
- - -
***
title: "Bib length"
- - -
***
Controls the length of the _bib_ part of your apron.

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="605.35mm" height="866mm" viewBox="0 0 605.3500000000001 866"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75
@ -554,80 +574,50 @@ text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baselin
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(0, 100%, 35%);" data-sample-run="1" data-sample-runs="10" id="fs-113" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-113" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(0, 100%, 35%);" data-sample-run="1" data-sample-runs="10" id="fs-114" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-114" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-114" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-115" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-116" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-116" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-115" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-116" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-117" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-117" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
<path class="fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-117" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-118" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-119" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-119" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-118" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-118" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-120" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-121" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-122" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-122" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-119" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-120" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-121" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-121" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-122" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-122" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-123" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-124" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-125" d="M 0,0 L 215.5,0" />
<path class="fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-123" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-124" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-125" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-125" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-126" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-126" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-126" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-127" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-128" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-128" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-127" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-128" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-129" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-129" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
<path class="fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-129" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-130" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-131" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-131" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-130" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-130" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-132" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-133" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-134" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-134" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-131" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-132" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-133" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-133" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-134" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-134" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-135" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-136" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-137" d="M 0,0 L 215.5,0" />
<path class="fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-135" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-136" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-137" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-137" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-138" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-138" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-139" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-140" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-141" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-141" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-142" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-142" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-143" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-144" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-145" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-145" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-146" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-146" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-147" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-148" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-149" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-149" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-150" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-150" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-138" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-139" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-140" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-140" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
</g>
<!-- end of group #fs-part-pocket -->

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Before After
Before After

View file

@ -1,6 +1,8 @@
- - -
***
title: "Bib width"
- - -
***
Controls the width of the _bib_ part of your apron.

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="324.85mm" height="2128.94mm" viewBox="0 0 324.85000000000014 2128.940788380324"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75
@ -554,80 +574,50 @@ text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baselin
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(0, 100%, 35%);" data-sample-run="1" data-sample-runs="10" id="fs-113" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-113" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(0, 100%, 35%);" data-sample-run="1" data-sample-runs="10" id="fs-114" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-114" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-114" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-115" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-116" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-116" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-115" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-116" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-117" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-117" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
<path class="fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-117" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-118" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-119" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-119" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-118" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-118" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-120" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-121" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-122" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-122" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-119" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-120" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-121" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-121" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-122" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-122" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-123" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-124" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-125" d="M 0,0 L 215.5,0" />
<path class="fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-123" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-124" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-125" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-125" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-126" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-126" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-126" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-127" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-128" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-128" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-127" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-128" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-129" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-129" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
<path class="fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-129" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-130" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-131" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-131" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-130" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-130" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-132" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-133" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-134" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-134" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-131" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-132" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-133" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-133" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-134" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-134" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-135" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-136" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-137" d="M 0,0 L 215.5,0" />
<path class="fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-135" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-136" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-137" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-137" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-138" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-138" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-139" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-140" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-141" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-141" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-142" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-142" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-143" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-144" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-145" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-145" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-146" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-146" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-147" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-148" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-149" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-149" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-150" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-150" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-138" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-139" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-140" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-140" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
</g>
<!-- end of group #fs-part-pocket -->

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Before After
Before After

View file

@ -1,6 +1,8 @@
- - -
***
title: "Strap length"
- - -
***
Controls the length of the straps on your apron.

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="580.41mm" height="1010.25mm" viewBox="0 0 580.4125000000003 1010.25"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75
@ -554,80 +574,50 @@ text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baselin
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(0, 100%, 35%);" data-sample-run="1" data-sample-runs="10" id="fs-113" d="M 0,0 L 186.65,0" />
<text><textPath xlink:href="#fs-113" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(0, 100%, 35%);" data-sample-run="1" data-sample-runs="10" id="fs-114" d="M 0,42.93 L 15,42.93 L 15,143.72 L 0,143.72" />
<text><textPath xlink:href="#fs-114" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-114" d="M 0,193.86 L 193.86,193.86 L 193.86,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-115" d="M 0,193.86 L 193.86,193.86 L 193.86,0 L 0,0 z L 0,193.86 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-116" d="M 0,0 L 193.86,0" />
<text><textPath xlink:href="#fs-116" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-115" d="M 0,193.86 L 193.86,193.86 L 193.86,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-116" d="M 0,193.86 L 193.86,193.86 L 193.86,0 L 0,0 z L 0,193.86 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-117" d="M 0,0 L 193.86,0" />
<text><textPath xlink:href="#fs-117" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
<path class="fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-117" d="M 0,201.08 L 201.07,201.08 L 201.08,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-118" d="M 0,201.08 L 201.07,201.08 L 201.08,0 L 0,0 z L 0,201.08 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-119" d="M 0,0 L 201.08,0" />
<text><textPath xlink:href="#fs-119" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-118" d="M 0,44.59 L 15,44.59 L 15,149.27 L 0,149.27" />
<text><textPath xlink:href="#fs-118" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-120" d="M 0,208.29 L 208.29,208.29 L 208.29,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-121" d="M 0,208.29 L 208.29,208.29 L 208.29,0 L 0,0 z L 0,208.29 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-122" d="M 0,0 L 208.29,0" />
<text><textPath xlink:href="#fs-122" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-119" d="M 0,201.08 L 201.07,201.08 L 201.08,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-120" d="M 0,201.08 L 201.07,201.08 L 201.08,0 L 0,0 z L 0,201.08 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-121" d="M 0,0 L 201.08,0" />
<text><textPath xlink:href="#fs-121" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-122" d="M 0,46.25 L 15,46.25 L 15,154.83 L 0,154.83" />
<text><textPath xlink:href="#fs-122" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-123" d="M 0,208.29 L 208.29,208.29 L 208.29,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-124" d="M 0,208.29 L 208.29,208.29 L 208.29,0 L 0,0 z L 0,208.29 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-125" d="M 0,0 L 208.29,0" />
<path class="fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-123" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-124" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-125" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-125" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-126" d="M 0,47.91 L 15,47.91 L 15,160.38 L 0,160.38" />
<text><textPath xlink:href="#fs-126" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-126" d="M 0,222.71 L 222.71,222.71 L 222.71,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-127" d="M 0,222.71 L 222.71,222.71 L 222.71,0 L 0,0 z L 0,222.71 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-128" d="M 0,0 L 222.71,0" />
<text><textPath xlink:href="#fs-128" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-127" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-128" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-129" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-129" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
<path class="fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-129" d="M 0,229.93 L 229.92,229.93 L 229.93,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-130" d="M 0,229.93 L 229.92,229.93 L 229.93,0 L 0,0 z L 0,229.93 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-131" d="M 0,0 L 229.93,0" />
<text><textPath xlink:href="#fs-131" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-130" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-130" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-132" d="M 0,237.14 L 237.14,237.14 L 237.14,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-133" d="M 0,237.14 L 237.14,237.14 L 237.14,0 L 0,0 z L 0,237.14 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-134" d="M 0,0 L 237.14,0" />
<text><textPath xlink:href="#fs-134" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-131" d="M 0,222.71 L 222.71,222.71 L 222.71,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-132" d="M 0,222.71 L 222.71,222.71 L 222.71,0 L 0,0 z L 0,222.71 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-133" d="M 0,0 L 222.71,0" />
<text><textPath xlink:href="#fs-133" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-134" d="M 0,51.22 L 15,51.22 L 15,171.49 L 0,171.49" />
<text><textPath xlink:href="#fs-134" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-135" d="M 0,229.93 L 229.92,229.93 L 229.93,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-136" d="M 0,229.93 L 229.92,229.93 L 229.93,0 L 0,0 z L 0,229.93 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-137" d="M 0,0 L 229.93,0" />
<path class="fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-135" d="M 0,244.35 L 244.35,244.35 L 244.35,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-136" d="M 0,244.35 L 244.35,244.35 L 244.35,0 L 0,0 z L 0,244.35 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-137" d="M 0,0 L 244.35,0" />
<text><textPath xlink:href="#fs-137" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-138" d="M 0,52.88 L 15,52.88 L 15,177.04 L 0,177.04" />
<text><textPath xlink:href="#fs-138" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-139" d="M 0,237.14 L 237.14,237.14 L 237.14,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-140" d="M 0,237.14 L 237.14,237.14 L 237.14,0 L 0,0 z L 0,237.14 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-141" d="M 0,0 L 237.14,0" />
<text><textPath xlink:href="#fs-141" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-142" d="M 0,54.54 L 15,54.54 L 15,182.6 L 0,182.6" />
<text><textPath xlink:href="#fs-142" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-143" d="M 0,244.35 L 244.35,244.35 L 244.35,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-144" d="M 0,244.35 L 244.35,244.35 L 244.35,0 L 0,0 z L 0,244.35 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-145" d="M 0,0 L 244.35,0" />
<text><textPath xlink:href="#fs-145" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-146" d="M 0,56.2 L 15,56.2 L 15,188.15 L 0,188.15" />
<text><textPath xlink:href="#fs-146" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-147" d="M 0,251.56 L 251.56,251.56 L 251.56,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-148" d="M 0,251.56 L 251.56,251.56 L 251.56,0 L 0,0 z L 0,251.56 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-149" d="M 0,0 L 251.56,0" />
<text><textPath xlink:href="#fs-149" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-150" d="M 0,57.86 L 15,57.86 L 15,193.7 L 0,193.7" />
<text><textPath xlink:href="#fs-150" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-138" d="M 0,251.56 L 251.56,251.56 L 251.56,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-139" d="M 0,251.56 L 251.56,251.56 L 251.56,0 L 0,0 z L 0,251.56 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-140" d="M 0,0 L 251.56,0" />
<text><textPath xlink:href="#fs-140" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
</g>
<!-- end of group #fs-part-pocket -->

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Before After
Before After

View file

@ -1,6 +1,8 @@
- - -
***
title: "Length bonus"
- - -
***
How much longer than the default length to make your apron.

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="643.35mm" height="866mm" viewBox="0 0 643.3500000000001 866"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75
@ -554,80 +574,50 @@ text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baselin
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(0, 100%, 35%);" data-sample-run="1" data-sample-runs="10" id="fs-113" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-113" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(0, 100%, 35%);" data-sample-run="1" data-sample-runs="10" id="fs-114" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-114" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-114" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-115" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-116" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-116" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-115" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-116" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-117" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-117" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
<path class="fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-117" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-118" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-119" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-119" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(33, 100%, 35%);" data-sample-run="2" data-sample-runs="10" id="fs-118" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-118" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-120" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-121" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-122" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-122" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-119" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-120" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-121" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-121" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(66, 100%, 35%);" data-sample-run="3" data-sample-runs="10" id="fs-122" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-122" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-123" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-124" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-125" d="M 0,0 L 215.5,0" />
<path class="fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-123" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-124" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-125" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-125" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(99, 100%, 35%);" data-sample-run="4" data-sample-runs="10" id="fs-126" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-126" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-126" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-127" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-128" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-128" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-127" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-128" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-129" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-129" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
<path class="fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-129" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-130" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-131" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-131" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(132, 100%, 35%);" data-sample-run="5" data-sample-runs="10" id="fs-130" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-130" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-132" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-133" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-134" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-134" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-131" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-132" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-133" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-133" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(165, 100%, 35%);" data-sample-run="6" data-sample-runs="10" id="fs-134" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-134" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-135" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-136" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-137" d="M 0,0 L 215.5,0" />
<path class="fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-135" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-136" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-137" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-137" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(198, 100%, 35%);" data-sample-run="7" data-sample-runs="10" id="fs-138" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-138" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-139" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-140" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-141" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-141" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(231, 100%, 35%);" data-sample-run="8" data-sample-runs="10" id="fs-142" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-142" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-143" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-144" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-145" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-145" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(264, 100%, 35%);" data-sample-run="9" data-sample-runs="10" id="fs-146" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-146" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
</text>
<path class="fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-147" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-148" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-149" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-149" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="cutOnFold" data-text-class="center fill-note" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-150" d="M 0,49.57 L 15,49.57 L 15,165.94 L 0,165.94" />
<text><textPath xlink:href="#fs-150" startOffset="50%" ><tspan class="center fill-note">cutOnFold</tspan></textPath>
<path class="fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-138" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z" />
<path class="fabric fabric" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-139" d="M 0,215.5 L 215.5,215.5 L 215.5,0 L 0,0 z L 0,215.5 z" />
<path class="various dashed" data-text="hem" data-text-class="text-xs center" style="stroke: hsl(297, 100%, 35%);" data-sample-run="10" data-sample-runs="10" id="fs-140" d="M 0,0 L 215.5,0" />
<text><textPath xlink:href="#fs-140" startOffset="50%" ><tspan class="text-xs center">hem</tspan></textPath>
</text>
</g>
<!-- end of group #fs-part-pocket -->

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Before After
Before After

View file

@ -1,6 +1,8 @@
- - -
***
title: "Strap width"
- - -
***
Controls the width of the straps on your apron.

View file

@ -1,5 +1,7 @@
- - -
***
title: "Albert apron: Design Options"
- - -
***
<PatternOptions pattern='albert' />

View file

@ -1,5 +1,7 @@
- - -
***
title: "Albert apron"
- - -
***
<PatternDocs pattern='albert' />

View file

@ -1,5 +1,7 @@
- - -
***
title: "Bee bikini top: Required Measurements"
- - -
***
<PatternMeasurements pattern='bee' />

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="250.25mm" height="762.98mm" viewBox="0 0 250.24885284538894 762.9782492346121"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

View file

@ -2,7 +2,7 @@
title: "Armhole depth (Bella)"
---
---
***
Controls the armhole depth in the underlying Bella block Bee is based on

View file

@ -1,8 +1,10 @@
- - -
title: "Armhole depth (Bella)"
- - -
***
---
title: "Armhole depth (Bella)"
***
***
Controls the armhole depth in the underlying Bella block Bee is based on

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="250.15mm" height="763.01mm" viewBox="0 0 250.14792997243237 763.0071742908985"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

View file

@ -2,7 +2,7 @@
title: "Back dart height (Bella)"
---
---
***
Controls the back dart height in the underlying Bella block Bee is based on

View file

@ -1,8 +1,10 @@
- - -
title: "Back dart height (Bella)"
- - -
***
---
title: "Back dart height (Bella)"
***
***
Controls the back dart height in the underlying Bella block Bee is based on

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="249.89mm" height="762.96mm" viewBox="0 0 249.89049228889883 762.9603815600534"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

View file

@ -2,7 +2,7 @@
title: "Band Length (Cross back ties)"
---
---
***
Controls the length of the band around your chest for the cross back ties variation of Bee

View file

@ -1,8 +1,10 @@
- - -
title: "Band Length (Cross back ties)"
- - -
***
---
title: "Band Length (Cross back ties)"
***
***
Controls the length of the band around your chest for the cross back ties variation of Bee

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="249.89mm" height="762.96mm" viewBox="0 0 249.89049228889883 762.9603815600534"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Before After
Before After

View file

@ -2,7 +2,7 @@
title: "Band (chest) tie length colours"
---
---
***
Whether you want single color tie around your chest, or dual-coloured ones

View file

@ -1,8 +1,10 @@
- - -
title: "Band (chest) tie length colours"
- - -
***
---
title: "Band (chest) tie length colours"
***
***
Whether you want single color tie around your chest, or dual-coloured ones

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="249.89mm" height="775.96mm" viewBox="0 0 249.89049228889883 775.9603815600535"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Before After
Before After

View file

@ -2,7 +2,7 @@
title: "Band (chest) tie ends"
---
---
***
Whether you like straight or pointy ends on the tie around your chest

View file

@ -1,8 +1,10 @@
- - -
title: "Band (chest) tie ends"
- - -
***
---
title: "Band (chest) tie ends"
***
***
Whether you like straight or pointy ends on the tie around your chest

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="249.89mm" height="818.01mm" viewBox="0 0 249.89049228889883 818.0103815600532"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

View file

@ -2,7 +2,7 @@
title: "Band (chest) tie length"
---
---
***
Controls the length of the tie around your chest

View file

@ -1,8 +1,10 @@
- - -
title: "Band (chest) tie length"
- - -
***
---
title: "Band (chest) tie length"
***
***
Controls the length of the tie around your chest

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="258.07mm" height="781.71mm" viewBox="0 0 258.0702031282565 781.7061620797762"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

View file

@ -2,7 +2,7 @@
title: "Band (chest) tie width"
---
---
***
Controls the width of the tie/band around your chest

View file

@ -1,8 +1,10 @@
- - -
title: "Band (chest) tie width"
- - -
***
---
title: "Band (chest) tie width"
***
***
Controls the width of the tie/band around your chest

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="249.89mm" height="762.96mm" viewBox="0 0 249.89049228889883 762.9603815600534"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

View file

@ -2,7 +2,7 @@
title: "Show Bella"
---
---
***
Shows the outline of the Bella block Bee is based on

View file

@ -1,8 +1,10 @@
- - -
title: "Show Bella"
- - -
***
---
title: "Show Bella"
***
***
Shows the outline of the Bella block Bee is based on

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="255.58mm" height="774.49mm" viewBox="0 0 255.57877951235258 774.4882757329194"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

View file

@ -2,7 +2,7 @@
title: "Bottom depth"
---
---
***
Controls how far the bikini cup extends downwards

View file

@ -1,8 +1,10 @@
- - -
title: "Bottom depth"
- - -
***
---
title: "Bottom depth"
***
***
Controls how far the bikini cup extends downwards

View file

@ -2,7 +2,27 @@
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="2.21.3" freesewing:plugin-banner="2.21.3" freesewing:plugin-bartack="2.21.3" freesewing:plugin-buttons="2.21.3" freesewing:plugin-cutonfold="2.21.3" freesewing:plugin-dimension="2.21.3" freesewing:plugin-grainline="2.21.3" freesewing:plugin-logo="2.21.3" freesewing:plugin-mirror="2.21.3" freesewing:plugin-notches="2.21.3" freesewing:plugin-title="2.21.3" freesewing:plugin-scalebox="2.21.3" freesewing:plugin-round="2.21.3" freesewing:plugin-sprinkle="2.21.3" freesewing:plugin-measurements="2.21.3" class="freesewing" freesewing:plugin-theme="2.21.3" width="253.22mm" height="763.38mm" viewBox="0 0 253.2231093731766 763.3781787484954"
>
<style type="text/css"> <![CDATA[
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
text.title-nr {
font-size: 24pt;
font-weight: 700;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-name {
font-size: 7pt;
font-weight: 500;
text-anchor: middle;
dominant-baseline: reset-size;
}
text.title-pattern {
font-size: 4pt;
font-weight: 500;
dominant-baseline: reset-size;
text-anchor: middle;
font-style: italic;
}
/* Sample classes */
svg.freesewing path.sample {
stroke-width: 0.75

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

View file

@ -2,7 +2,7 @@
title: "Bust span ease"
---
---
***
Controls the bust span ease in the underlying Bella block Bee is based on

View file

@ -1,8 +1,10 @@
- - -
title: "Bust span ease"
- - -
***
---
title: "Bust span ease"
***
***
Controls the bust span ease in the underlying Bella block Bee is based on

Some files were not shown because too many files have changed in this diff Show more