mustang2247 / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Pixel color distorsion in Firefox #448

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open this in Firefox and IE8:

http://cmv.selfip.com/KKpru/svg/helloworld.html

What is the expected output? What do you see instead?

Green lines are perfect under IE8.
But in Firefox, they apear distorsioned, as if it had a pixel alias problem.

What version of the product are you using? On what operating system,
browser, and version of Flash?

Firefox 3.5.7
IE 8.0.6001.18702
Flash player 10,0,42,34
SVGWEB: Beholder . I'm not sure. ¿How can I know?

Please provide any additional information below. Reduced test cases are
always appreciated!

I think it could be a Flah player issue. But I am not sure, because it
works fine with all other stuff.

Original issue reported on code.google.com by clama...@hotmail.com on 25 Jan 2010 at 5:22

GoogleCodeExporter commented 8 years ago
I believe this is a duplicate of Issue 156. 

The problem occurs when the the flash object is in transparent mode, which
is the default.

Work-Around:
Adding style="background-color:#ffffff" to the svg root element makes the
problem go away because the transparent option (wmode="transparent" on the
flash object) is not used when you specify a background color.

Original comment by grick23@gmail.com on 26 Jan 2010 at 10:15

GoogleCodeExporter commented 8 years ago
Did not receive any indication the workaround did not work so we'll assume this 
was
Issue 156.

Original comment by grick23@gmail.com on 28 Mar 2010 at 6:34