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

HTML list markers should follow text antialiasing settings

XMLWordPrintable

      The markers in HTML lists rendered in JEditorPane are always rendered with antialiasing enabled. Antialiasing was enabled by JDK-8201925.

      Rendering of list markers should follow the settings for text antialiasing.

      To reproduce run the attached app:
      java ListsInHTML
      By default, Java uses LCD antialiasing for text and list markers are rendered with grayscale antialiasing.

      Disable antialiasing
      java -Dawt.useSystemAAFontSettings=off ListsInHTML
      but the list markers are still rendered with antialiasing enabled.

        1. ListsInHTML.java
          2 kB
          Alexey Ivanov
        2. ListsInHTML - LCD text AA.png
          21 kB
          Alexey Ivanov
        3. ListsInHTML - no text AA.png
          13 kB
          Alexey Ivanov
        4. no text AA - enlarged.png
          7 kB
          Alexey Ivanov

            aivanov Alexey Ivanov
            aivanov Alexey Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: