* 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; shadowColor : String;
shadowOffsetX : Double; shadowOffsetX : Double;
shadowOffsetY : Double; shadowOffsetY : Double;
strokeStye : JSValue; strokeStyle : JSValue;
textAlign : String; textAlign : String;
textBaseline : String; textBaseline : String;
procedure arc(x,y, radius,startAngle,endAngle : TCanvasCoordType); overload; procedure arc(x,y, radius,startAngle,endAngle : TCanvasCoordType); overload;