• Radek Doulik's avatar
    added ARCANGLETO command implementation, optimization, fixes, debug · fcdc9c4f
    Radek Doulik yazdı
      - added new ARCANGLETO command needed for PPTX custom shapes import
      - added added placeholder for unimplemented QUADRATICCURVETO command,
        skip it's data at least so that we don't break other things for now
      - cache equations results to optimize custom shapes calculation
        PPTX import creates such equations that made system busy for long
        time, this removes that issue
      - added lot of debug output to help with debugging of complex imported
        custom shapes
    fcdc9c4f
EnhancedCustomShape2d.cxx 93.9 KB