Bug 11912

Summary: Overriding visibility does not behave as expected
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://svg-whiz.com/svg/HideShow.svg
Attachments:
Description Flags
Fix (and 4 test cases) aroben: review+

Description Eric Seidel (no email) 2006-12-21 06:13:31 PST
Overriding visibility does not behave as expected

Click on the "visibility" circle in the middle of the bottom row.  Notice that the small green circle does not remain visible as expected.

Should be a simple fix.

Note that the small green circle remains clickable however.
Comment 1 Eric Seidel (no email) 2006-12-22 05:46:09 PST
Created attachment 11962 [details]
Fix (and 4 test cases)

The results here differ from Firefox.  I'm not sure which is correct (since the spec doesn't say much).  In any case, these tests exist to document our behavior.
Comment 2 Adam Roben (:aroben) 2006-12-22 09:55:50 PST
Comment on attachment 11962 [details]
Fix (and 4 test cases)

It would be great to have svn:eol-style native on the .svg files, and svn:mime-type image/png on the .png files.

r=me
Comment 3 Eric Seidel (no email) 2006-12-22 09:58:38 PST
r18390