... |
... |
@@ -95,7 +95,7 @@ In the same way, the styling of the lines can be changed by `\style{varname}{lin |
95 |
95 |
|
96 |
96 |
## Changing length of sliders |
97 |
97 |
|
98 |
|
-By default, sliders are positioned in the lower left corner of the canvas width a fixed width relative to the canvas width. |
|
98 |
+By default, sliders are positioned in the lower left corner of the canvas with a fixed width relative to the canvas width. |
99 |
99 |
The command `\sliderPositioning{varname}{<value>}` allows to change that behaviour for the mentioned slider. |
100 |
100 |
Currently, you can only change the width, by using as value e.g. `width:0.8`. Here, the number determines the width relative to the canvas width. |
101 |
101 |
Default value is `0.4`. |
102 |
102 |
|