DialScrollLayout icon indicating copy to clipboard operation
DialScrollLayout copied to clipboard

Disable rotation around image center?

Open gerchicov-bp opened this issue 3 years ago • 0 comments

How your control looks like by default: https://i.pinimg.com/564x/c5/58/3c/c5583c9d4cc8498b958c19303b685706.jpg What I want to achieve: https://i.pinimg.com/564x/0c/b6/29/0cb629b7a7210cc0676e8d40fce20ed0.jpg The images are not rotated around their centers. With matrix transform it looks like as multiply on matrix which performs these steps: 1)moves an image to (0, 0) 2)rotates this image to the necessary angle 3)moves this image back to its position But how to achieve this with this control?

gerchicov-bp avatar Sep 22 '20 09:09 gerchicov-bp