1
0
Fork 0

fix(markdown): Correct and normalize utils docs

This commit is contained in:
Benjamin Fan 2024-02-21 20:26:36 -08:00
parent 1c38b4518b
commit 8075a4bd14
6 changed files with 19 additions and 16 deletions

View file

@ -1,8 +1,8 @@
---
title: generateStackTransform
title: utils.generateStackTransform()
---
This method will generate the SVG transform to implement a given layout configuration on [a stack](/reference/api/stack).
The `utils.generateStackTransform()` function will generate the SVG transform to implement a given layout configuration on [a stack](/reference/api/stack).
## Signature
@ -28,7 +28,7 @@ In other words, it rotates the stack.
The fourth and fifth parameters flip the part along the X or Y axis respectively.
<Note compact>
This is a low-level method to facilitate intervening in the pattern layout late in the draft process.
This is a low-level function to facilitate intervening in the pattern layout late in the draft process.
It is unlikely you will want to use this.
</Note>