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,16 +1,15 @@
|
|||
***
|
||||
|
||||
---
|
||||
title: Coordinate system
|
||||
order: 30
|
||||
---------
|
||||
---
|
||||
|
||||
In FreeSewing -- and in SVG -- coordinates are like text in a book.
|
||||
You start at the top on the left side, and going to the right
|
||||
In FreeSewing -- and in SVG -- coordinates are like text in a book.
|
||||
You start at the top on the left side, and going to the right
|
||||
and downwards means going ahead.
|
||||
|
||||
<Example part="docs_coords" caption="The SVG coordinate system" />
|
||||
|
||||
Which means that on the X-axis, `20` is further to the right than `10`.\
|
||||
Which means that on the X-axis, `20` is further to the right than `10`.
|
||||
Likewise, on the Y-axis, `50` is lower than `20`.
|
||||
|
||||
<Note>
|
||||
|
@ -22,3 +21,4 @@ This is a common point of confusion so keep in mind that the Y-axis may
|
|||
not behave as you would have intuitively expected.
|
||||
|
||||
</Note>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue