개정판 5785141e
issue #000: CircleControl Thickness가 클 경우 수정
Change-Id: I674e6f1a6aeadd823c6ae24a3d8537554ca84397
MarkupToPDF/Controls/Shape/CircleControl.cs | ||
---|---|---|
402 | 402 |
//this.Width = Math.Abs(this.CircleGroup.Bounds.Right + 2); |
403 | 403 |
//this.Height = Math.Abs(this.CircleGroup.Bounds.Bottom + 2); |
404 | 404 |
this.Width = Math.Abs(this.CircleGroup.Bounds.Right + (this.LineSize / 2)); |
405 |
this.Height = Math.Abs(this.CircleGroup.Bounds.Bottom + +(this.LineSize / 2)); |
|
405 |
this.Height = Math.Abs(this.CircleGroup.Bounds.Bottom + +(this.LineSize / 2));
|
|
406 | 406 |
} |
407 | 407 |
catch (Exception) |
408 | 408 |
{ |
내보내기 Unified diff