Revert "chore: Linting for markdown and js"
This reverts commit 1c92e0f655
.
This commit is contained in:
parent
994874fa72
commit
cba1ab19c8
6627 changed files with 25791 additions and 24211 deletions
|
@ -1,8 +1,8 @@
|
|||
***
|
||||
---
|
||||
title: flip
|
||||
---
|
||||
|
||||
## title: flip
|
||||
|
||||
The `flip` macro flips (mirrors) an entire part vertically around the Y-axis.\
|
||||
The `flip` macro flips (mirrors) an entire part vertically around the Y-axis.
|
||||
It takes no arguments, and is provided by the [flip plugin](/reference/plugins/flip).
|
||||
|
||||
```js
|
||||
|
@ -11,6 +11,8 @@ macro("flip")
|
|||
|
||||
Under the hood, this macro will:
|
||||
|
||||
* Go through all Points in your Part, and multiply their X-coordinate by -1
|
||||
* Go through all the Paths in your Part, and for each drawing operation will multiply the X-coordinare by -1
|
||||
* Go through all the Snippets in your Part and multiply the X-coordinate of the anchor point by -1
|
||||
- Go through all Points in your Part, and multiply their X-coordinate by -1
|
||||
- Go through all the Paths in your Part, and for each drawing operation will multiply the X-coordinare by -1
|
||||
- Go through all the Snippets in your Part and multiply the X-coordinate of the anchor point by -1
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue