StickerView icon indicating copy to clipboard operation
StickerView copied to clipboard

how to split zoom mode and rotate mode

Open kyky04 opened this issue 7 years ago • 2 comments

kyky04 avatar Apr 08 '17 18:04 kyky04

currently not support

wuapnjie avatar Apr 12 '17 03:04 wuapnjie

moveMatrix.postRotate(newRotation - oldRotation, midPoint.x, midPoint.y); remove this line to prevent rotation moveMatrix.postScale(sx, sy, midPoint.x, midPoint.y); remove this line to prevent zooming in method zoomAndRotateSticker of class StickerView

PriteshBhanderi avatar Aug 11 '18 09:08 PriteshBhanderi