[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:31:25 PDT 2010


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





--- Comment #4 from Dirk Schulze <krit at webkit.org>  2010-05-06 22:31:25 PST ---
(In reply to comment #3)
> So the problem is, that the pattern is cut to the actual viewport, but doesn't
> rebuild if the size of the windows changes or if we scroll a bit.
> 
> I looked at an older revision, and even the size of the pattern changes with
> resizing the window. That is wrong to.
> 
> My proposal is to not clip to viewport anymore on creating a pattern in
> RenderSVGResourcePattern.cpp.

Clipping itself is realy dangerous. I thougt about at least clipping to the
size of the target element, but we have to respect pattern transformations.
While scale and translation isn't a problem, determin the visible size of a
pattern on skewing or rotation is realy difficult.

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