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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 6 23:02:58 PDT 2010


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





--- Comment #8 from Dirk Schulze <krit at webkit.org>  2010-05-06 23:02:59 PST ---
(In reply to comment #7)
> > 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.
> 
> By the way, do you think it's possible to simply use
> GraphicsContext::setFillPattern() / GraphicsContext::applyFillPattern() instead
> of implementing it ourselves??

Not sure what you mean? We use  context->setFillPattern(patternData->pattern);
and context->fillPath(). Simiular to the HTML Canvas code.

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