[Webkit-unassigned] [Bug 19652] [CAIRO] wrong drawing of border-image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 9 04:43:57 PDT 2008


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


vbs85 at gmx.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22854|0                           |1
        is obsolete|                            |




------- Comment #8 from vbs85 at gmx.de  2008-09-09 04:43 PDT -------
Created an attachment (id=23291)
 --> (https://bugs.webkit.org/attachment.cgi?id=23291&action=view)
Cairo border-image

cairo_surface's are ref-counted in cairo. Thats why I put auto_ptr<ImageBuffer>
above the if-clause. Otherwise the image is cleaned-up to early and I get a
ref-count error (ref-count lower than zero).
But I measured the call and it takes only 0.000047s extra time as worst-case
(normaly 0.000009s).
I don't know (or understand) what you mean with nativeImageForCurrentFrame().
I need a cairo_suface_t* out of the imageBuffer and
nativeImageForCurrentFrame() can give it.

I haven't r? the patch, to discuss the changes again.


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



More information about the webkit-unassigned mailing list