Replies: 2 comments 2 replies
-
I see what you are saying here. It might be because |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder if this is by design and I'm missing something. Can you folks have a look?
I was expecting the shape I generated from
py5.convert_shape(a_shapely_object)
to be drawn "from center" when usingpy5.shape_mode(py5.CENTER)
. But it doesn't seem to be affected by it.On the other hand, the behavior we get is drawing from the converted shape's "insertion point", that is, from the shape's internal origin coordinates, which might not be what one expects if one calls py5.CORNER mode either (and I wouldn't want to loose this "from shape's origin" option).
Beta Was this translation helpful? Give feedback.
All reactions