We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d932a7 commit e470e77Copy full SHA for e470e77
Sources/SnapshotTesting/Snapshotting/CGPath.swift
@@ -153,6 +153,7 @@
153
154
private let defaultNumberFormatter: NumberFormatter = {
155
let numberFormatter = NumberFormatter()
156
+ numberFormatter.decimalSeparator = "."
157
numberFormatter.minimumFractionDigits = 1
158
numberFormatter.maximumFractionDigits = 3
159
return numberFormatter
Sources/SnapshotTesting/Snapshotting/NSBezierPath.swift
@@ -105,6 +105,7 @@
105
106
107
108
109
110
111
0 commit comments