Skip to content

Commit 5b0dee6

Browse files
committed
Show empty triangles in pink.
1 parent edba6a7 commit 5b0dee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TessBed/Canvas.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected override void OnPaint(PaintEventArgs pe)
7070
using (var brushPoint = new SolidBrush(Color.FromArgb(255, 0, 0, 0)))
7171
using (var penOutput = new Pen(Color.FromArgb(32, 0, 0, 0), 1.0f))
7272
using (var penPolys = new Pen(Color.FromArgb(64, 0, 0, 0), 1.0f))
73-
using (var penZeroArea = new Pen(Color.FromArgb(255, 255, 0, 0), 1.0f))
73+
using (var penZeroArea = new Pen(Color.FromArgb(255, 255, 0, 255), 2.0f))
7474
using (var brushPolys = new SolidBrush(Color.FromArgb(64, 255, 207, 130)))
7575
{
7676
penWinding.EndCap = LineCap.ArrowAnchor;

0 commit comments

Comments
 (0)