Browse Source

* Fixed StrokeStyle typo

michael 7 years ago
parent
commit
016fb2628e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl/web.pas

+ 1 - 1
packages/rtl/web.pas

@@ -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;