[Webkit-unassigned] [Bug 36072] New: [OpenVG] Add support for decoding and drawing images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 12 14:16:06 PST 2010


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

           Summary: [OpenVG] Add support for decoding and drawing images
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jpetsovits at rim.com


Image support is still missing in the OpenVG backend (as is ImageBuffer and
lots of features, but those are subject to future bugs). As you might guess,
this patch has a shot at that shortcoming. It's currently duplicating memory -
both the decoded buffer and the VGImage are storing the same pixel data, which
is bad. But the patch is large enough already, so I'll wait with the "better"
version until this one has been landed. Image pattern drawing for
arbitrary-size images is also not quite trivial and will come in a follow-up
patch as well.

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