phetsims / color-vision

"Color Vision" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/color-vision
GNU General Public License v3.0
1 stars 7 forks source link

Different rendering of flashlights for each browser #80

Closed bryo5363 closed 9 years ago

bryo5363 commented 10 years ago

Test device: MacBook Pro

Operating System: OSX 10.8.5

Browser: Chrome 36.0.1985.143, Safari 6.1.5, Firefox 31.0

Problem description: Each browser presents different renderings of the flashlights

Steps to reproduce:

Severity:

Screenshots: Safari 6.1.5 screen shot 2014-08-28 at 4 46 31 pm

Chrome 36.0.1985.143 screen shot 2014-08-28 at 4 46 42 pm

Firefox 31.0 screen shot 2014-08-28 at 4 48 25 pm

Troubleshooting information (do not edit): Name: Color Vision URL: http://www.colorado.edu/physics/phet/dev/html/color-vision/1.0.0-rc.2/color-vision_en.html Version: 1.0.0-rc.2 Features missing: touch User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4 Language: en-us Window: 1024x596 Pixel Ratio: 1/1 WebGL: disabled

aaronsamuel137 commented 9 years ago

Down-sampling the flashlight image seemed to help this issue, but not get rid of it entirely. I don't think its a big deal at this point, but I'd like to get some feedback from others.

pixelzoom commented 9 years ago

It doesn't bother me any more than the other artifacts we get when we use scenery's 'svg' renderer with image files. And I don't think is is something that necessarily should be addressed in a sim-specific way. It needs to be addressed generally, because it keeps coming up repeatedly.

ariel-phet commented 9 years ago

Agree with @pixelzoom, this type of issue is noted in Scenery. Closing