diff --git a/source/Ox.Image/Ox.Image.js b/source/Ox.Image/Ox.Image.js index 7055c329..c521f225 100644 --- a/source/Ox.Image/Ox.Image.js +++ b/source/Ox.Image/Ox.Image.js @@ -82,7 +82,7 @@ Ox.load.Image = function(options, callback) { that.context.strokeStyle = options.width === 0 ? 'rgba(0, 0, 0, 0)' : options.color || 'rgb(0, 0, 0)'; that.context.fillStyle = options.fill || 'rgba(0, 0, 0, 0)'; - that.context.lineWidthWidth = options.width !== void 0 + that.context.lineWidth = options.width !== void 0 ? options.width : 1; }