Better description of add + fix regression form validation + fix http server not using strokeWidth + add doc about hardcoded
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
da7f5060e8
commit
d29d1f5054
6 changed files with 24 additions and 20 deletions
14
docs/Hardcoded.md
Normal file
14
docs/Hardcoded.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
> Here you will find the documentation of desastrous stuff that I made
|
||||
|
||||
# XPositionReference
|
||||
|
||||
XPositionReference is used as a fake horizontal offset indicator.
|
||||
|
||||
The truth is that the svg will always take the left for its transformations and the best for us is to do the same.
|
||||
|
||||
That's why everything that is shown to the user about XPositionReference is an illusion. Like for example:
|
||||
- The inputs, see `PropertiesOperations.ts`, `StaticForm`, `DynamicForm`.
|
||||
- Child dimensions, see `Container.ts`.
|
||||
|
||||
|
||||
Look for use of `transformX()` and `restoreX()`.
|
Loading…
Add table
Add a link
Reference in a new issue