HTML5 canvas t-shirt will not be completely filled

The t-shirt I drew on the HTML5 canvas will not be completely filled and I think it doesn't fit the bezier curve. Can anyone help me determine where, how I would like to get the entire t-shirt filled in, and I am struggling to figure out how.

HTML:

<canvas id="toolsCanvas" width=300 height=53></canvas>
<canvas id="drawingCanvas" width="520" height="429"></canvas>

      

Live demo: http://jsfiddle.net/rtnq8mjL/6/

+3


source to share





All Articles