Bug 23275 - Skia SVG pattern transform ignored
Summary: Skia SVG pattern transform ignored
Status: RESOLVED DUPLICATE of bug 21205
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-12 14:04 PST by Evan Stade
Modified: 2009-01-21 23:22 PST (History)
0 users

See Also:


Attachments
SkiaPatternTransform.diff (2.27 KB, patch)
2009-01-12 14:05 PST, Evan Stade
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Evan Stade 2009-01-12 14:04:32 PST
Pattern transform (e.g. x/y pattern boundaries) is ignored by SVGPaintServerPatternSkia.cpp, causing some pattern fills to be drawn incorrectly. The attached patch addresses this issue.
Comment 1 Evan Stade 2009-01-12 14:05:47 PST
Created attachment 26649 [details]
SkiaPatternTransform.diff
Comment 2 Eric Seidel (no email) 2009-01-12 14:52:59 PST
Comment on attachment 26649 [details]
SkiaPatternTransform.diff

Looks fine.  Hopefully this file will die soon once bug 21205 is finished.
Comment 3 Dirk Schulze 2009-01-21 23:22:29 PST
fixed in r40063.

*** This bug has been marked as a duplicate of 21205 ***