Removed debug from ArcDraw to draw segments in different colors
This commit is contained in:
parent
b65a6abf87
commit
a8405cdabc
@ -343,8 +343,9 @@ public class VG_Arc : VG
|
|||||||
{
|
{
|
||||||
// Pen pn = new Pen(Brushes.Black,ToPoints(lnwid));
|
// Pen pn = new Pen(Brushes.Black,ToPoints(lnwid));
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
Pen pn = new Pen(myColors[iColor],ToPoints(lnwid));
|
//Pen pn = new Pen(myColors[iColor],ToPoints(lnwid));
|
||||||
iColor=(iColor+1)%myColors.Length;
|
//iColor=(iColor+1)%myColors.Length;
|
||||||
|
Pen pn = new Pen(Color.Black, ToPoints(lnwid));
|
||||||
#else
|
#else
|
||||||
Pen pn = new Pen(Color.Black,ToPoints(lnwid));
|
Pen pn = new Pen(Color.Black,ToPoints(lnwid));
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user