rebootcode / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

Chrome 19.0.1084.52 makes elements appear semitransparent, breaks opacity input #969

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Just a heads up from the latest crome, it broke the trunk build.

What steps will reproduce the problem?
1. Draw overlapping elements
2. Elements appear semitransparent, when transparency was not specified
3. Using the opacity slider doesn't have any effect

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

Elements should not appear semitransparent, the opacity input should work

In what browser did you experience this problem? (ALL, Firefox, Opera, etc)
Chrome. The rest (Safari included) work fine.

In what version of SVG-edit does the problem occur? (Latest trunk, 2.5.1,
etc)

It appears to be broken in all versions.

Perhaps this requires filing a bug on Chromium, but I can't reproduce it 
outside of SVG Edit. 

Original issue reported on code.google.com by duopi...@gmail.com on 28 May 2012 at 7:29

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by asyazwan on 28 May 2012 at 7:52

GoogleCodeExporter commented 8 years ago
If you fire up web inspector and change the value within the code it doesn't 
update the opacity either. I've tried to isolate the case in a jsfiddle but it 
doesn't manifest: http://jsfiddle.net/2BGL8/

Original comment by duopi...@gmail.com on 1 Jun 2012 at 8:27

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This was fixed by around Chrome 21. The problem was that the SVG animation that 
happens when you create a new element would not complete, leaving elements at 
around 0.98 opacity.

Original comment by duopi...@gmail.com on 29 Nov 2012 at 5:50