-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing shape in layer #220
Comments
It looks like the width of the drawing is only equal to the width of the square, so the triangle is cropped. A short term workaround is to draw a larger background square:
We'll look into the underlying bug! |
Thanks for the workaround. |
I believe this is related: https://www.maria.cloud/gist/cfd8e2fba4ae4048bf95513d7eaf9075 |
How can we take the bounding box of shapes in Maria? This might help to debug the issue. |
Note: Another useful workaround is to lastly render a transparent rectangle (using the color "transparent"). This appears to forces the bounding box to the dimensions of the lastly rendered item. |
@avidrucker sorry, no time this month to look into this |
That works me running the dev env... this issue should be closed. My question is, how old is the version deployed on maria.cloud? |
Issue:
I am trying to draw a triangle and a square on the same layer but only the square is drawn
Here is the code:
Here what maria renders
The text was updated successfully, but these errors were encountered: