开发者

JS Canvas has varying line width

开发者 https://www.devze.com 2023-01-27 09:36 出处:网络
For some reason, the lines in the left half of this seem thicker than the right side. Can any of you js and canvas gurus help me figure out what the problem is? What开发者_Go百科 can I do to make it s

For some reason, the lines in the left half of this seem thicker than the right side. Can any of you js and canvas gurus help me figure out what the problem is? What开发者_Go百科 can I do to make it so both halves of the tree have equal line widths? http://jsfiddle.net/msm595/ZxVne/18/

Thanks


This way? http://jsfiddle.net/8E9t3/

Basically, I made the stroke() occur only at the end.

0

精彩评论

暂无评论...
验证码 换一张
取 消