Bug 36070 - SVG Glyphs - transform path not context
Summary: SVG Glyphs - transform path not context
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-12 13:09 PST by Dirk Schulze
Modified: 2010-03-13 03:21 PST (History)
1 user (show)

See Also:


Attachments
Patch (482.31 KB, patch)
2010-03-12 13:09 PST, Dirk Schulze
no flags Details | Formatted Diff | Diff
Patch (485.08 KB, patch)
2010-03-12 13:41 PST, Dirk Schulze
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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+.