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