Skip to content

Commit c373f8c

Browse files
authored
asymmetric offsets are supported by fx and fy
1 parent 41aceae commit c373f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,12 @@ The position scales (*x*, *y*, *fx*, and *fy*) support additional options:
225225
* *scale*.**inset** - inset the default range by the specified amount in pixels
226226
* *scale*.**round** - round the output value to the nearest integer (whole pixel)
227227

228-
The *x* scale supports asymmetric insets for more precision. Replace inset by:
228+
The *x* and *fx* scales support asymmetric insets for more precision. Replace inset by:
229229

230230
* *scale*.**insetLeft** - insets the start of the default range by the specified number of pixels
231231
* *scale*.**insetRight** - insets the end of the default range by the specified number of pixels
232232

233-
Similarly, the *y* scale supports asymmetric insets with:
233+
Similarly, the *y* and *fy* scales support asymmetric insets with:
234234

235235
* *scale*.**insetTop** - insets the top of the default range by the specified number of pixels
236236
* *scale*.**insetBottom** - insets the bottom of the default range by the specified number of pixels

0 commit comments

Comments
 (0)