Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8104949 Poor Performance for Typical Apps
  3. JDK-8105595

Rectangles without arcWidth/arcHeight/rotation/shear/etc shouldn't use AA regardless of smooth

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P3 P3
    • fx1.2
    • None
    • javafx
    • None

      Rectangles without arcWidth/arcHeight and without rotate/shear shouldn't use AA regardless of the hint setting. Fairly simple painting time optimization. Most applications make heavy use of rectangles (though many of them also use rounded rects which won't benefit from this optimization). Some like "BrickBreaker" have 2500 such rectangles, and it would be nice if in that case they didn't have to get poor performance without manually setting those bricks to smooth:false.

            tdv Dmitri Trembovetski (Inactive)
            rbair Richard Bair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: