KingPsychopath / explorercanvas

Automatically exported from code.google.com/p/explorercanvas
Apache License 2.0
0 stars 0 forks source link

Rounded strokes becomes angular when resizing the browser window #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Please go to "http://www.ruzee.com/files/liquid-canvas/demo.html"
2. Resize the browser window
3. Notice that the curved strokes becomes square when resizing the browser 
(Example 7)

What is the expected output? What do you see instead?
I would expect no change to the curvature of a stroke during a window 
resize

What version of the product are you using? On what operating system?
Latest excanvas together with  the jquery 1.3.2

Please provide any additional information below.

Original issue reported on code.google.com by ulrik....@gmail.com on 2 Oct 2009 at 6:00

GoogleCodeExporter commented 9 years ago
The problem is present in Firefox too, so this is a bug in the LiquidCanvas 
library.

Original comment by fabien.menager on 19 Oct 2009 at 2:45

GoogleCodeExporter commented 9 years ago
True. The rounded corners gets shrinked by a += operator when resizing turning 
the 
corner radius into a sqare corner.

Original comment by ulrik....@gmail.com on 19 Oct 2009 at 4:10