Explorar el Código

* Add filter to canvasrenderingcontext

Michael Van Canneyt hace 5 meses
padre
commit
f771f08f28
Se han modificado 1 ficheros con 1 adiciones y 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;