Ver código fonte

* Add filter to canvasrenderingcontext

Michael Van Canneyt 5 meses atrás
pai
commit
f771f08f28
1 arquivos alterados com 1 adições e 0 exclusões
  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;