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

wrong width/height in texture update

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 9
    • 8u60, 9
    • javafx
    • None

    Backports

      Description

        In BaseContext.flushVertexBuffer, the call to maskTex.update passes the physical width (maskText.getPhysicalWidth()) as the scanline stride instead of the contentWidth.

        As a consequence, the call to BaseContext.checkUpdateParams may fail because there are not enough elements in the buffer (the physical width can be higher than the content width).

        Attachments

          Issue Links

            Activity

              People

                jvos Johan Vos
                jvos Johan Vos
                Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: