Bug 34339 - [OpenVG] Implement more graphics primitives
Summary: [OpenVG] Implement more graphics primitives
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 33987
  Show dependency treegraph
 
Reported: 2010-01-29 12:12 PST by Jakob Petsovits
Modified: 2010-01-29 16:49 PST (History)
0 users

See Also:


Attachments
Patch (16.17 KB, patch)
2010-01-29 12:17 PST, Jakob Petsovits
zimmermann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jakob Petsovits 2010-01-29 12:12:24 PST
[OpenVG] Implement more graphics primitives
Comment 1 Jakob Petsovits 2010-01-29 12:17:08 PST
Created attachment 47726 [details]
Patch
Comment 2 Jakob Petsovits 2010-01-29 12:27:21 PST
This patch should be pretty straightforward, and does exactly what the title says.

I'm also cleaning up some unnecessary indirections in GraphicsContextOpenVG's rectangle wrapper code, which don't make a lot of sense since (after the last patch has been changed from its original version) m_data is now the painter itself, instead of a wrapper class that holds the painter.

Please review, thanks!
Comment 3 Nikolas Zimmermann 2010-01-29 15:23:48 PST
Comment on attachment 47726 [details]
Patch

LGTM, r=me.
Comment 4 Jakob Petsovits 2010-01-29 16:49:09 PST
Committed r54089: <http://trac.webkit.org/changeset/54089>