개정판 92c9cab8
issue #0000 DIG test 오류 수정
Change-Id: If8c0d8e600350c6ac591324d3cc5667a1bc57c5e
MarkupToPDF/Controls/Polygon/CloudControl.cs | ||
---|---|---|
582 | 582 |
} |
583 | 583 |
else |
584 | 584 |
{ |
585 |
Base_CloudPath.Fill = HatchMake.CreateHatchBrush(this.StrokeColor, this.LineSize * 0.1); |
|
586 |
Base_CloudSubPath.Fill = HatchMake.CreateHatchBrush(this.StrokeColor, this.LineSize * 0.1); |
|
585 |
var size = this.LineSize > 5 ? 5 : this.LineSize; |
|
586 |
Base_CloudPath.Fill = HatchMake.CreateHatchBrush(this.StrokeColor, size * 0.1); |
|
587 |
Base_CloudSubPath.Fill = HatchMake.CreateHatchBrush(this.StrokeColor, size * 0.1); |
|
587 | 588 |
Base_CloudSubPath.Stroke = new SolidColorBrush(Colors.Transparent); |
588 | 589 |
} |
589 | 590 |
} |
내보내기 Unified diff