Closed
Bug 244061
Opened 21 years ago
Closed 21 years ago
Add a way to use a transparent background for the SVG element in XUL
Categories
(Core :: SVG, enhancement)
Core
SVG
Tracking
()
RESOLVED
DUPLICATE
of bug 134708
People
(Reporter: mark, Assigned: alex)
Details
Attachments
(1 file)
460 bytes,
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
I want to be able to have a XUL stack in which there are two independent SVG
elements, something like
<xul:stack>
<svg:svg id="svg1">
.
.
</svg:svg>
<svg:svg id="svg2">
.
.
</svg:svg>
</xul:stack>
in order to have svg2 imposed over svg1. In the current implementation this is
not possible because the background color of svg2 hides svg1.
Note: I'm an SVG newbi so it is very possible that I missed something at this
huge standard.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•21 years ago
|
||
What is exactly your problem? Could you elaborate a bit? You know about
'background:transparent'?
OS: Windows XP → All
Hardware: PC → All
Summary: RFE: Add a way to use a transparent background for the SVG element in XUL → Add a way to use a transparent background for the SVG element in XUL
Reporter | ||
Comment 2•21 years ago
|
||
The atachment uses background:transparent to make the background of the SVG
element transparent. The result should be a black line over a green background
but all I get is a black line over a white background. If this attribute is
supposed to work as I understand, then there is a bug in 1.7 RC2.
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 134708 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•