1
0
Fork 0

(fix): Correct description of how pluginBust works

This commit is contained in:
Benjamin F 2022-12-12 07:31:55 -08:00
parent 5981fa9be9
commit eb95a9bdac

View file

@ -66,13 +66,12 @@ they are derived from are provided:
## Measurements from pluginBust
In addition, the [pluginBust](/reference/plugins/bust) plugin from
`@freesewing/plugin-bust` will add and modify the following measurements
if the `underbust` measurement is provided:
`@freesewing/plugin-bust` will add and modify the following measurements.
| Measurement | Description | Required Measurements |
|-------------|-------------|-----------|
| `bust` | The original `chest` circumference is copied to `bust` and is used as the bust circumference | `underbust` |
| `chest` | `chest` is changed to the value of `highbust` | `underbust` |
| Measurement | Description |
|-------------|-------------|
| `bust` | Bust circumference (`bust` is set to the value of `chest`) |
| `chest` | (`chest` is changed to the value of `highBust`) |
<Tip>