Bug 34339

Summary: [OpenVG] Implement more graphics primitives
Product: WebKit Reporter: Jakob Petsovits <jpetsovits>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: All   
Bug Depends on:    
Bug Blocks: 33987    
Attachments:
Description Flags
Patch zimmermann: review+

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>