浏览代码

* Add filter to canvasrenderingcontext

Michael Van Canneyt 5 月之前
父节点
当前提交
f771f08f28
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/rtl/src/weborworker.pas

+ 1 - 0
packages/rtl/src/weborworker.pas

@@ -1677,6 +1677,7 @@ type
     FstrokeStylePattern: TJSCanvasPattern; external name 'strokeStyle';
   Public
     fillStyle : JSValue;
+    filter : string;
     font : string;
     globalAlpha : double;
     globalCompositeOperation : String;