Canvas arc CCW setting
Posted: 16 Mar 2014 22:32
Im not experienced with html5 canvas but I have reasons to believe the CCW setting in
canvas_arc(c, x, y, r, start, end,ccw)
doesnt work!
If it did, shouldnt I be able to get the "larger" part of the "circle" instead of the small one in my attached example? it seems as though the parser always chooses the "shorter" route for the path...is that even possible? I tried switching the CCW setting, I even tried switching the end-start points....but still.....
canvas_arc(c, x, y, r, start, end,ccw)
doesnt work!
If it did, shouldnt I be able to get the "larger" part of the "circle" instead of the small one in my attached example? it seems as though the parser always chooses the "shorter" route for the path...is that even possible? I tried switching the CCW setting, I even tried switching the end-start points....but still.....