2021-10-17 18:26:00 +02:00
|
|
|
---
|
|
|
|
title: What are those symbols next to my measurements?
|
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2022-02-19 08:08:58 +01:00
|
|
|
You might have noticed these kind of icons next to your measurements: <Gauge val={0} theme='light' />
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
The value they represent shows how far the measurement deviates from the proportions we test our designs with:
|
|
|
|
|
|
|
|
| Icon | Description |
|
|
|
|
| ---- | ----------- |
|
|
|
|
| <Gauge val={-6} theme='light' /> | The value is **significantly lower** |
|
|
|
|
| <Gauge val={-4} theme='light' /> | The value is **a good bit lower** |
|
|
|
|
| <Gauge val={-2} theme='light' /> | The value is **a bit lower** |
|
|
|
|
| <Gauge val={-1} theme='light' /> | The value is **very close** |
|
|
|
|
| <Gauge val={1} theme='light' /> | The value is **very close** |
|
|
|
|
| <Gauge val={2} theme='light' /> | The value is **a bit higher** |
|
|
|
|
| <Gauge val={4} theme='light' /> | The value is **a good bit higher** |
|
|
|
|
| <Gauge val={6} theme='light' /> | The value is **significantly higher** |
|
|
|
|
|
|
|
|
These indicators serve a dual purpose:
|
|
|
|
|
2022-02-19 08:08:58 +01:00
|
|
|
- Help you spot mistakes in your measurements (you know best where your outliers are)
|
|
|
|
- Help you anticipate where our software might struggle to come up with good results
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
<Note>
|
|
|
|
|
|
|
|
##### There are no good or bad measurements
|
|
|
|
|
|
|
|
Designing patterns for a variety of shapes is hard work.
|
|
|
|
|
|
|
|
Unlike other pattern companies, we don't limit ourselves to a particular size range.
|
|
|
|
All people and all bodies are welcome here.
|
|
|
|
|
|
|
|
If it turns out it doesn't work for you, please [let us know](https://discord.freesewing.org/) and we'll try to do better.
|
|
|
|
|
|
|
|
</Note>
|