feat: update canvas zoom scale

This commit is contained in:
dscyrescotti
2024-05-15 13:43:22 +07:00
parent c0c039ebfe
commit 3ad8075a28
5 changed files with 6 additions and 8 deletions
@@ -32,7 +32,7 @@ class DrawingView: UIView {
}
func updateDrawableSize(with size: CGSize) {
renderView.drawableSize = size.multiply(by: 2.0)
renderView.drawableSize = size.multiply(by: 3)
}
override func gestureRecognizerShouldBegin(_ gestureRecognizer: UIGestureRecognizer) -> Bool {