mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-18 02:49:09 +02:00
* Fixed StrokeStyle typo
This commit is contained in:
parent
2acf5c93dd
commit
016fb2628e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user