We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ad0c3 commit cfe0115Copy full SHA for cfe0115
1 file changed
Examples/UICatalog/Scenarios/MandelbrotImageView.cs
@@ -6,7 +6,7 @@ internal sealed class MandelbrotImageView : ImageView
6
{
7
internal const int DefaultColumns = 30;
8
internal const int DefaultRows = 20;
9
- internal const double MinimumSpan = 0.05;
+ internal const double MinimumSpan = double.Epsilon;
10
internal const int MinimumIterations = 8;
11
12
private const double DEFAULT_CENTER_X = -0.5;
0 commit comments