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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 27 17:18:34 PDT 2008


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22854|review?                     |review-
               Flag|                            |




------- Comment #7 from eric at webkit.org  2008-08-27 17:18 PDT -------
(From update of attachment 22854)
You can force a FloatSize to an IntSize using IntSize(floatSize);

nativeImageForCurrentFrame is supposed to return a pointer to a cached frame
image, so you shouldn't be releasing it.  Does cairo intentionally have a
different memory management model for this?  Maybe Images aren't ref-counted in
Cairo?


-- 
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