개정판 92c9cab8
issue #0000 DIG test 오류 수정
Change-Id: If8c0d8e600350c6ac591324d3cc5667a1bc57c5e
MarkupToPDF/Controls/Polygon/PolygonControl.cs | ||
---|---|---|
464 | 464 |
break; |
465 | 465 |
case PaintSet.Hatch: |
466 | 466 |
{ |
467 |
Base_PolyPath.Fill = HatchMake.CreateHatchBrush(this.StrokeColor, this.LineSize * 0.1); |
|
467 |
var size = this.LineSize > 5 ? 5 : this.LineSize; |
|
468 |
Base_PolyPath.Fill = HatchMake.CreateHatchBrush(this.StrokeColor, 3 * 0.1); |
|
468 | 469 |
} |
469 | 470 |
break; |
470 | 471 |
default: |
내보내기 Unified diff