DmitryBaranovskiy / raphael

JavaScript Vector Library
https://dmitrybaranovskiy.github.io/raphael/
MIT License
11.27k stars 1.67k forks source link

Curve not properly drawn when control near curve start #375

Closed grunlowen closed 11 years ago

grunlowen commented 13 years ago

When the first control is near the curve start, the curve is distorted and not properly drawn. This can be seen with the examples given. http://raphaeljs.com/curver.html - To see the issue with this example, extend one of the lines out, and then bring the first control just to the left or right of the curve start point. The curve just past the start point will shrink. Of course it is easier to see / much more prominent when using thicker curves.

This error does not occur at the curve end.

grunlowen commented 13 years ago

This issue seen in Chrome 13.0.782.107 m on a Windows XP system. Does not show up in either Firefox 3.5 or IE 8 on the same system.

grunlowen commented 13 years ago

Wanted to comment, not comment and close. Opps.

tomasAlabes commented 11 years ago

Is this happening in the latest version?