You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess the margins are somehow removed. Is this expected? And if so, how do I define margins and the size of my path? It's quite confusing, and I haven't found anything about this in the documentation.
I have found a solution by moving to 0,0 and then move the point that then will the size, like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Here I'm trying to draw a 50x50 square with a path inside a grid. The coordinate is chosen such as at it should be drawn in the center:
But this is how it looks like:
It's not what I'm expecting. If I try translating the path by 100 horizontal and 200 vertical units:
The result is identical:
If I set the aspect to uniform:
The whole grid is filled:
I guess the margins are somehow removed. Is this expected? And if so, how do I define margins and the size of my path? It's quite confusing, and I haven't found anything about this in the documentation.
I have found a solution by moving to 0,0 and then move the point that then will the size, like this:
It will then also be scaled properly:
Beta Was this translation helpful? Give feedback.
All reactions