개정판 2b69c140
issue #923: fixed that arrow of text is not filled with stroke color
Change-Id: Id9e0144d4fa8e923ef62f225832439b8a7682355
MarkupToPDF/Controls/Text/ArrowTextControl.cs | ||
---|---|---|
1014 | 1014 |
//20180910 LJY 각도에 따라. |
1015 | 1015 |
this.MidPoint = testP; |
1016 | 1016 |
instanceGroup.Children.Add(DrawSet.DrawArrow(testP, this.StartPoint, this.LineSize)); |
1017 |
instanceGroup.FillRule = FillRule.Nonzero; |
|
1018 |
this.Base_ArrowPath.Fill = this.StrokeColor; |
|
1019 |
this.Base_ArrowSubPath.Fill = this.StrokeColor; |
|
1017 | 1020 |
} |
1018 | 1021 |
else |
1019 | 1022 |
{ |
... | ... | |
1148 | 1151 |
connectorSMGeometry.EndPoint = testP; |
1149 | 1152 |
connectorMEGeometry.StartPoint = testP; |
1150 | 1153 |
instanceGroup.Children.Add(DrawSet.DrawArrow(testP, this.StartPoint, this.LineSize)); |
1154 |
instanceGroup.FillRule = FillRule.Nonzero; |
|
1155 |
this.Base_ArrowPath.Fill = this.StrokeColor; |
|
1156 |
this.Base_ArrowSubPath.Fill = this.StrokeColor; |
|
1151 | 1157 |
#endregion |
1152 | 1158 |
} |
1153 | 1159 |
|
내보내기 Unified diff