Closed Bug 231174 Opened 21 years ago Closed 21 years ago

transparence is rendered in White

Categories

(Core :: SVG, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 134708

People

(Reporter: blue_prawn, Assigned: alex)

Details

User-Agent:       Mozilla/5.0 (compatible; Konqueror/3.1; Linux)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031217

The transparence should be transparent, and not rendered in white. 
The transparent zones of the svg image should be rendered in the color of the background 
of the HTML page (or the background color of its container). 
 
But the container of the svg image (a div tag for exemple) could have something else than 
just a background color. Its style could be something like this: 
background: #78D url(image.png) repeat top left; 
 
So to resume the SVG images should react with an alpha chanel like PNG images, for their 
transparence! 
 

Reproducible: Always

Steps to Reproduce:
1. Just put only a circle in the middle of your SVG file. 
2. Put a background to your web page. 
 
Actual Results:  
Then you see the white color arround the circle and not the background color of the web 
page. 
 

Expected Results:  
No white instead of transparence. 

Sodipodi's export to PNG keeps the transparence of the SVG documents in the alpha chanel 
of the PNG files.
Can you atach a testcase or an URL of a testcase?

*** 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.