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

Description Philip Rogers 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.
Comment 1 Stephen Chenney 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.
Comment 2 Brent Fulgham 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.