1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-08-15 08:00:31 +03:00

Fix mac build

This commit is contained in:
Alisa Mylnikova 2020-05-28 19:11:43 +07:00
parent 8d6607c307
commit 9abede7354

View File

@ -154,7 +154,7 @@ public extension Node {
}
extension UIBezierPath {
extension MBezierPath {
public func toMacaw() -> Path {
let fillRule: FillRule = self.usesEvenOddFillRule ? .evenodd : .nonzero