mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-07-10 06:42:43 +02:00
feat: update canvas zoom scale
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user