WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 10687
27078
<object> elements have a white background
https://bugs.webkit.org/show_bug.cgi?id=27078
Summary
<object> elements have a white background
vincent.quint
Reported
2009-07-08 05:42:54 PDT
I am embedding an SVG drawing in a XHTML page using an <object> element. The XHTML page has a blue background and the SVG has no background (its background is transparent). The SVG drawing should then be displayed with the same blue background as the XHTML page. Instead of that it has a white background. If I put the same SVG code inline in the XHTML page, without the <object> element, everything is fine. I guess the issue comes from the <object> element.
Attachments
A test case. You should not see any white area in this page.
(620 bytes, text/html)
2009-07-08 06:12 PDT
,
vincent.quint
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
vincent.quint
Comment 1
2009-07-08 06:12:39 PDT
Created
attachment 32450
[details]
A test case. You should not see any white area in this page.
Mark Rowe (bdash)
Comment 2
2009-07-12 10:48:52 PDT
***
Bug 27190
has been marked as a duplicate of this bug. ***
Cameron McCormack (:heycam)
Comment 3
2009-07-15 17:41:00 PDT
*** This bug has been marked as a duplicate of
bug 10687
***
Matthieu Chaton
Comment 4
2009-10-19 03:58:24 PDT
In fact it's not a duplicate of
bug 10687
I have a xhtml page, with the svg included this way : <object id='module_txt_1' style='z-index:10; position: absolute; top:0px; left:0px; background:red;' type='image/svg+xml' data='../accueil/module.svg'></object> you can see the result here :
http://v1.xeolia.com/webkit_pb.png
The problem doesn't occur when the object's type is not svg
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug