Bug 113162

Summary: SVG filter sized incorrectly on first load
Product: WebKit Reporter: Philip Rogers <pdr>
Component: SVGAssignee: Stephen Chenney <schenney>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: bfulgham, fmalita, krit, schenney, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 68469    
Attachments:
Description Flags
Testcase showing filter bug. none

Philip Rogers
Reported 2013-03-24 18:08:55 PDT
Created attachment 194777 [details] Testcase showing filter bug. In the attached testcase, a filter with width=100% and height=100% (in a 300px*300px container) renders with a black line on first load. The same filter with width=300px and height=300px does not render the black line.
Attachments
Testcase showing filter bug. (1.12 KB, text/html)
2013-03-24 18:08 PDT, Philip Rogers
no flags
Stephen Chenney
Comment 1 2013-03-25 06:06:24 PDT
This is likely another issue with resources on first load not getting correct sizing because they do not, or cannot, force layout of the element that their size depends on. I have a similar open clipping bug from way back.
Brent Fulgham
Comment 2 2022-07-15 16:37:46 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.
Note You need to log in before you can comment on or make changes to this bug.