Bug 36070

Summary: SVG Glyphs - transform path not context
Product: WebKit Reporter: Dirk Schulze <krit>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch none

Description Dirk Schulze 2010-03-12 13:09:46 PST
Created attachment 50625 [details]
Patch

SVGFont should transform the path of a glyph, not the context. Modifying the context causes wrong gradient transformations. This bug doesn't influence CG because we generally fill or stroke texts with a mask image. All other platforms provide a direct way to make the drawings.
Comment 1 Dirk Schulze 2010-03-12 13:41:47 PST
Created attachment 50627 [details]
Patch
Comment 2 Nikolas Zimmermann 2010-03-12 22:57:13 PST
Comment on attachment 50627 [details]
Patch

r=me.
Comment 3 Dirk Schulze 2010-03-12 23:04:54 PST
Commit(In reply to comment #2)
> (From update of attachment 50627 [details])
> r=me.

commit-queue? You want to get this as fast as possible, right? :-)
Comment 4 Dirk Schulze 2010-03-12 23:08:15 PST
Comment on attachment 50627 [details]
Patch

Clearing flags on attachment: 50627

Committed r55949: <http://trac.webkit.org/changeset/55949>
Comment 5 Dirk Schulze 2010-03-12 23:08:28 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Nikolas Zimmermann 2010-03-13 03:21:38 PST
Sorry, did not mean to set cq+.