Bug 113162 - SVG filter sized incorrectly on first load
Summary: SVG filter sized incorrectly on first load
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Stephen Chenney
URL:
Keywords:
Depends on:
Blocks: 68469
  Show dependency treegraph
 
Reported: 2013-03-24 18:08 PDT by Philip Rogers
Modified: 2022-07-15 16:37 PDT (History)
5 users (show)

See Also:


Attachments
Testcase showing filter bug. (1.12 KB, text/html)
2013-03-24 18:08 PDT, Philip Rogers
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.