프로젝트

일반

사용자정보

개정판 97def53a

ID97def53aafe67068ac5f9b2ad79c3cd4b09b9a72
상위 484bd949
하위 7a9ae8bd

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

issue #937: fixed arrow is missing because of line size conversion

Change-Id: I0e482c7bbb73d3c0367b5570b85613d923ea1478

차이점 보기:

FinalService/KCOM_FinalService/MarkupToPDF/MarkupToPDF.cs
520 520
                                                        switch (control.LineStyleSet)
521 521
                                                        {
522 522
                                                            case LineStyleSet.ArrowLine:
523
                                                                Controls_PDF.HoneyPDFLib_DrawSet_Arrow.SingleAllow(EndPoint, StartPoint, (int)LineSize, contentByte, _SetColor, Opacity);
523
                                                                Controls_PDF.HoneyPDFLib_DrawSet_Arrow.SingleAllow(EndPoint, StartPoint, LineSize, contentByte, _SetColor, Opacity);
524 524
                                                                break;
525 525
                                                            case LineStyleSet.CancelLine:
526 526
                                                                {
......
537 537
                                                                break;
538 538
                                                            case LineStyleSet.TwinLine:
539 539
                                                                {
540
                                                                    Controls_PDF.HoneyPDFLib_DrawSet_Arrow.SingleAllow(EndPoint, StartPoint, (int)LineSize, contentByte, _SetColor, Opacity);
541
                                                                    Controls_PDF.HoneyPDFLib_DrawSet_Arrow.SingleAllow(StartPoint, EndPoint, (int)LineSize, contentByte, _SetColor, Opacity);
540
                                                                    Controls_PDF.HoneyPDFLib_DrawSet_Arrow.SingleAllow(EndPoint, StartPoint, LineSize, contentByte, _SetColor, Opacity);
541
                                                                    Controls_PDF.HoneyPDFLib_DrawSet_Arrow.SingleAllow(StartPoint, EndPoint, LineSize, contentByte, _SetColor, Opacity);
542 542
                                                                }
543 543
                                                                break;
544 544
                                                            case LineStyleSet.DimLine:
545 545
                                                                {
546
                                                                    Controls_PDF.HoneyPDFLib_DrawSet_Arrow.DimAllow(StartPoint, EndPoint, (int)LineSize, contentByte, _SetColor, Opacity);
547
                                                                    Controls_PDF.HoneyPDFLib_DrawSet_Arrow.SingleAllow(EndPoint, StartPoint, (int)LineSize, contentByte, _SetColor, Opacity);
548
                                                                    Controls_PDF.HoneyPDFLib_DrawSet_Arrow.SingleAllow(StartPoint, EndPoint, (int)LineSize, contentByte, _SetColor, Opacity);
546
                                                                    Controls_PDF.HoneyPDFLib_DrawSet_Arrow.DimAllow(StartPoint, EndPoint, LineSize, contentByte, _SetColor, Opacity);
547
                                                                    Controls_PDF.HoneyPDFLib_DrawSet_Arrow.SingleAllow(EndPoint, StartPoint, LineSize, contentByte, _SetColor, Opacity);
548
                                                                    Controls_PDF.HoneyPDFLib_DrawSet_Arrow.SingleAllow(StartPoint, EndPoint, LineSize, contentByte, _SetColor, Opacity);
549 549
                                                                }
550 550
                                                                break;
551 551
                                                            default:

내보내기 Unified diff

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