* Fixed StrokeStyle typo

This commit is contained in:
michael 2018-05-01 09:51:29 +00:00
parent 2acf5c93dd
commit 016fb2628e

View File

@ -2205,7 +2205,7 @@ Type
shadowColor : String;
shadowOffsetX : Double;
shadowOffsetY : Double;
strokeStye : JSValue;
strokeStyle : JSValue;
textAlign : String;
textBaseline : String;
procedure arc(x,y, radius,startAngle,endAngle : TCanvasCoordType); overload;