https://kotlinlang.org logo
#compose
Title
# compose
k

Klaas Kabini

03/19/2020, 3:54 AM
I just updated to dev07 and tried to replace my custom RotateModifier with drawLayer modifier but realised that it does allow specifying the pivots points for the rotation. Will this be included in the next pre-alpha release?
l

Leland Richardson [G]

03/19/2020, 5:08 PM
just pinged someone about this. I believe this was sort of accidentally left out. It sounds like the refactoring around this is still in progress and in particular we are still uncoupling a few pieces, so where this API “lives” will be changing, but the API will stay basically the same (modulo forgotten APIs). I’d expect this property to be available soon, though
k

Klaas Kabini

03/19/2020, 6:42 PM
Thanks @Leland Richardson [G] for the info
k

Klaas Kabini

03/25/2020, 8:00 PM
I am glad to see that you guys are adding pivot x/y plus translation x/y to the DrawLayerModifier
l

Leland Richardson [G]

03/25/2020, 8:34 PM
👍 if there’s anything else that you need but we don’t support let us know. we are adding things gradually it sounds like