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

2D API does not use GDI PolyPolyline routine to accelerate rendering on win32

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 1.2.0
    • client-libs
    • None
    • 2d
    • sparc
    • solaris_2.5.1

      The 2D API lets the developer specify a single path with multiple disconnected
      subpaths. When rendering such a path via GDI, the implementation will try
      to construct a single polygon out of all of the subpaths by inserting
      segments between the subpaths that enclose no area to connect them.

      This step, while necessary to use X11 to accelerate rendering, is unnecessary
      when using GDI since it has a PolyPolyline rendering method.

            dfeldsunw Dmitry Feld (Inactive)
            flar Jim Graham
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: