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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 12:57:36 PDT 2010


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


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55345|review?                     |review-
               Flag|                            |




--- Comment #16 from Dirk Schulze <krit at webkit.org>  2010-05-07 12:57:36 PST ---
(From update of attachment 55345)
We should realy think about clipping here. I maybe mixed up this bug with
another clipping bug we had with pattern. On the other bug, we also clipped the
content of the pattern to viewPort, and that had the problems with determing
the correct drawing are on skewing.
Maybe this is not quite relevant here. We know the strokeBoundaries of the
target-element, and the tmpImageBuffer for the pattern don't need to be bigger
(after all transformations) than the strokeBoundaries of the target.
We need some test cases, but maybe Niko is right and we don't care about the
type of transformation, but just about the resulting size of the pattern.
And this is quite easy to check. We can transform the current boundaries of the
Pattern with the transfromation matrix of the pattern and clip it to the
strokeBoundaries of the target.

-- 
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