Bug 24033

Summary: Height and width defined for svg element are not honored
Product: WebKit Reporter: jasneet <jasneet>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: jasneet, zimmermann
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://upload.wikimedia.org/wikipedia/commons/6/63/A_large_blank_world_map_with_oceans_marked_in_blue.svg
Attachments:
Description Flags
reduced testcase none

Description jasneet 2009-02-19 11:38:51 PST
I Steps:
Go to http://upload.wikimedia.org/wikipedia/commons/6/63/A_large_blank_world_map_with_oceans_marked_in_blue.svg

II Issue:
SVG image dimensions is larger than screen/browser dimensions, vertical & 
horizontal scrollbars appear in FF3 but not in Safari and Chrome

III Conclusion : 
The width(4500) and height(2234) defined for the svg element are not being honored.

IV Other Browsers:
IE7: url doesn't open
FF3: ok

V Nightly tested: 41018

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=5876
Comment 1 jasneet 2009-02-19 11:39:06 PST
Created attachment 27801 [details]
reduced testcase
Comment 2 Nikolas Zimmermann 2010-02-09 07:53:48 PST

*** This bug has been marked as a duplicate of bug 11225 ***