mirror of
https://github.com/exyte/Macaw.git
synced 2024-11-13 13:14:20 +03:00
Changed Path bounds
This commit is contained in:
parent
55d3c0fbb6
commit
f057775b06
@ -13,6 +13,6 @@ open class Path: Locus {
|
||||
}
|
||||
|
||||
override open func bounds() -> Rect {
|
||||
return pathBounds(self)!
|
||||
return toCGPath().boundingBoxOfPath.toMacaw()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user