Bug 69261

Summary: SVG Pattern tile pixelated on patternTransform
Product: WebKit Reporter: Dirk Schulze <krit>
Component: SVGAssignee: Dirk Schulze <krit>
Status: RESOLVED FIXED    
Severity: Normal CC: longsonr, rniwa, thorton, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
pixelated SVG Pattern
none
Patch none

Dirk Schulze
Reported 2011-10-03 08:31:27 PDT
Created attachment 109487 [details] pixelated SVG Pattern SVG pattern tile pixelated on patternTransform with scaling.
Attachments
pixelated SVG Pattern (281 bytes, image/svg+xml)
2011-10-03 08:31 PDT, Dirk Schulze
no flags
Patch (124.66 KB, patch)
2011-10-03 12:33 PDT, Dirk Schulze
no flags
Dirk Schulze
Comment 1 2011-10-03 11:56:43 PDT
I have a patch for this problem.
Dirk Schulze
Comment 2 2011-10-03 12:33:20 PDT
Rob Buis
Comment 3 2011-10-03 12:41:55 PDT
Comment on attachment 109509 [details] Patch Looks good, r=me.
Dirk Schulze
Comment 4 2011-10-03 12:53:46 PDT
Comment on attachment 109509 [details] Patch Clearing flags on attachment: 109509 Committed r96530: <http://trac.webkit.org/changeset/96530>
Dirk Schulze
Comment 5 2011-10-03 12:53:54 PDT
All reviewed patches have been landed. Closing bug.
Ryosuke Niwa
Comment 6 2011-10-03 15:50:56 PDT
Leopard build fix attempt in http://trac.webkit.org/changeset/96551.
Robert Longson
Comment 7 2011-10-04 01:46:07 PDT
What would happen if the pattern transform had a negative scale component?
Dirk Schulze
Comment 8 2011-10-04 02:34:39 PDT
(In reply to comment #7) > What would happen if the pattern transform had a negative scale component? The same like for a positive scale component, but the patter tile gets flipped: scale(-1, 1) -> left gets to right and right to left. No other influence to the tile. You can try it with the next nightly build.
Note You need to log in before you can comment on or make changes to this bug.