Various fixes

This commit is contained in:
Ilya Laktyushin
2022-12-25 21:16:27 +04:00
parent c98abdd025
commit 4afc8c1af3
5 changed files with 56 additions and 89 deletions

View File

@@ -76,8 +76,8 @@ final class NeonTool: DrawingElement {
let renderColor: UIColor
private var pathStarted = false
private let path = UIBezierPath()
private var activePath: UIBezierPath?
private let path = UIBezierPath()
private var activePath: UIBezierPath?
private var addedPaths = 0
fileprivate var renderPath: CGPath?