Explorar o código

* Add filter to canvasrenderingcontext

Michael Van Canneyt hai 5 meses
pai
achega
f771f08f28
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;