1
0
Fork 0

Revert "chore: Linting for markdown and js"

This reverts commit 1c92e0f655.
This commit is contained in:
joostdecock 2021-10-17 18:26:00 +02:00
parent 994874fa72
commit cba1ab19c8
6627 changed files with 25791 additions and 24211 deletions

View file

@ -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>