프로젝트

일반

사용자정보

개정판 a9a82876

IDa9a82876cd54d6a80b6a761203fcb81c5798b3c2
상위 8acc4862
하위 762737cd

김태성이(가) 약 2달 전에 추가함

issue #00000 export시 페이지 이미지 흐려지는 현상 수정

Change-Id: Ic8e9111a195008f0de03040d9dda92b486c0b778

차이점 보기:

KCOM/Controls/AdornerFinal.xaml.cs
728 728
                {
729 729
                    IViewBox instance = currentControl as IViewBox;
730 730
                    List<Point> am = (currentControl as IPath).PointSet;
731
                    List<double> xSet = am.Select(p => p.X).ToList();
732
                    List<double> ySet = am.Select(p => p.Y).ToList();
733
                    if (xSet.Min() < minX) minX = xSet.Min();
734
                    if (ySet.Min() < minY) minY = ySet.Min();
735
                    if (xSet.Max() > maxX) maxX = xSet.Max();
736
                    if (ySet.Max() > maxY) maxY = ySet.Max();
731
                    
732
                    if (am.Count() > 0)
733
                    {
734
                        List<double> xSet = am.Select(p => p.X).ToList();
735
                        List<double> ySet = am.Select(p => p.Y).ToList();
736
                        if (xSet.Min() < minX) minX = xSet.Min();
737
                        if (ySet.Min() < minY) minY = ySet.Min();
738
                        if (xSet.Max() > maxX) maxX = xSet.Max();
739
                        if (ySet.Max() > maxY) maxY = ySet.Max();
740
                    }
737 741
                }
738 742
                else if ((currentControl as IPath).PathData == null)
739 743
                {

내보내기 Unified diff

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