프로젝트

일반

사용자정보

개정판 fff20522

IDfff205229123ccdfc8445fca0c6848446194ce0f
상위 fcec1a35
하위 610cb8c8

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

issue #937: fixed to use DrawCloud of DrawSet_Cloud instead of DrawCloud of DrawSet_DrawString

Change-Id: Ifd6413753d0405321057fcce41031717c7573927

차이점 보기:

FinalService/KCOM_FinalService/MarkupToPDF/MarkupToPDF.cs
736 736
                                                bool reverse = (area < 0);
737 737
                                                if (PaintStyle == PaintSet.None)
738 738
                                                {
739
                                                    Controls_PDF.HoneyPDFLib_DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, true, !reverse, Opacity);
739
                                                    Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, true, !reverse, false, Opacity);
740 740
                                                }
741 741
                                                else
742 742
                                                {
743
                                                    Controls_PDF.HoneyPDFLib_DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, false, !reverse, Opacity);
743
                                                    Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, false, !reverse, false, Opacity);
744 744
                                                }
745 745
                                            }
746 746
                                            break;
......
774 774

  
775 775
                                                        if (PaintStyle == PaintSet.None)
776 776
                                                        {
777
                                                            Controls_PDF.HoneyPDFLib_DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, true, !reverse, Opacity);
777
                                                            Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, true, !reverse, false, Opacity);
778 778
                                                        }
779 779
                                                        else
780 780
                                                        {
781
                                                            Controls_PDF.HoneyPDFLib_DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, false, !reverse, Opacity);
781
                                                            Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, false, !reverse, false, Opacity);
782 782
                                                        }
783 783
                                                    }
784 784
                                                    else

내보내기 Unified diff

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