[Webkit-unassigned] [Bug 43132] New: [GTK] Creating two paths at once is not supported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 28 11:39:12 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43132

           Summary: [GTK] Creating two paths at once is not supported
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrobinson at webkit.org


It seems that WebCore/platform/graphics/cairo/CairoPath.h uses a static variable to create the surface containing it's path. This leads me to believe that creating two CairoPath structures at once will cause some unexpected behavior, as they share state. In a following patch, I would like to use CairoPath for another purpose, so I need to make more than one of them at a time.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list