Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8252949

Shape clip should use identity transform for drawing clip spans

XMLWordPrintable

    • 2d
    • x86_64
    • os_x

      Clip spans are rendered using identify transform in OpenGL, whereas in Metal, last set transform is used. This results in erroneous clip in some scenarios.

      Metal does not have pushMatrix and popMatrix equivalent APIs. Hence, the transformation matrix needs to be saved and restored using a temporary MTLTransform object.

            aghaisas Ajit Ghaisas
            aghaisas Ajit Ghaisas
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: