• Zolnai Tamás's avatar
    Regression in rendering of flowChartPunchedTape custom shape · 04fa50e3
    Zolnai Tamás yazdı
    Regression from:
    20f8006e
    
    It's not a good idea to create the arc first in small
    resolution and scale it later, because the result won't
    be smooth (e.g. in case of flowChartPunchedTape).
    
    Both cloud and flowChartPunchedTape rendered well after
    that change. It seems the problem in case of cloud
    was with the arc tangent values which should be calculated
    based on the ARCANGLETO's original values before scaling.
    
    Change-Id: I0315afd0452108b6539b4b8ba271d1615810d985
    04fa50e3
EnhancedCustomShape2d.cxx 94.6 KB