Skip to content

Commit

Permalink
Merge pull request #357 from f3dm76/task/reversedDashes
Browse files Browse the repository at this point in the history
Fix #356: Path's stroke-dasharray is reversed
  • Loading branch information
ystrot authored May 14, 2018
2 parents 7c03c5d + 770f4d1 commit 23fe575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/render/RenderUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class RenderUtils {
return path
}
}
return toBezierPath(locus).reversing().cgPath
return toBezierPath(locus).cgPath
}

class func toBezierPath(_ locus: Locus) -> MBezierPath {
Expand Down

0 comments on commit 23fe575

Please sign in to comment.