[Webkit-unassigned] [Bug 38704] SVG pattern size changed when resizing browser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 6 22:48:57 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38704





--- Comment #6 from Steven Lai <s3lance at hotmail.com>  2010-05-06 22:48:57 PST ---

> While scale and translation isn't a problem, determine the visible size of a
> pattern on skewing or rotation is realy difficult.

We should be able to deal with the easy case first: check if the affine
transform matrix to see if is in the form:
[ a 0 e ]
[ 0 d f ]
[ 0 0 1 ]
So that we know if there's no rotation and skewing. The decomposition of this
particular case is trivial.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list