[Webkit-unassigned] [Bug 26380] SVG Filters and big sized filterRegions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 10 12:12:55 PST 2009


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





--- Comment #24 from Dirk Schulze <krit at webkit.org>  2009-11-10 12:12:54 PDT ---
(In reply to comment #23)
> (In reply to comment #22)
> > (In reply to comment #21)
> > > The viewPort size of the SVG, will depend on the <object> when you
> > > embed a SVG into a HTML.
> > This means, that the viewPort size is the size of the HTML-element <object>.
> 
> document()->view()->visibleContentRect() will return the content rect of the
> HTML document in the case of HTML with nested SVG.
Well, this example:

<html>
<div style="margin: 20px;">
<object data="filter.svg" type="image/svg+xml" width="5000">
</div>
</body></html>

gives me 0,0,5000,150 as contentRect, is it that what you mean?

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