WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
43132
[GTK] Creating two paths at once is not supported
https://bugs.webkit.org/show_bug.cgi?id=43132
Summary
[GTK] Creating two paths at once is not supported
Martin Robinson
Reported
2010-07-28 11:39:12 PDT
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.
Attachments
Patch
(12.22 KB, patch)
2010-07-28 12:01 PDT
,
Martin Robinson
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Martin Robinson
Comment 1
2010-07-28 11:45:09 PDT
I was incorrect in my assumption about this bug, so I'm closing it.
Martin Robinson
Comment 2
2010-07-28 12:01:18 PDT
Created
attachment 62854
[details]
Patch
Martin Robinson
Comment 3
2010-07-28 12:48:32 PDT
Comment on
attachment 62854
[details]
Patch Uploaded this patch to the wrong bug. Clearing flags.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug