프로젝트

일반

사용자정보

개정판 2b69c140

ID2b69c140d390a2dfe64051b7558733dc09b5410c
상위 f513c215
하위 46d97584, cb494be9

백흠경이(가) 5년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)