Shadow fill default should be true.

This commit is contained in:
photonstorm 2017-08-11 16:59:29 +01:00
parent 40952d633d
commit 5fe09c90a0

View file

@ -208,7 +208,7 @@ var TextStyle = new Class({
if (color === undefined) { color = '#000'; }
if (blur === undefined) { blur = 0; }
if (shadowStroke === undefined) { shadowStroke = false; }
if (shadowFill === undefined) { shadowFill = false; }
if (shadowFill === undefined) { shadowFill = true; }
this.shadowOffsetX = x;
this.shadowOffsetY = y;