* Add filter to canvasrenderingcontext

This commit is contained in:
Michael Van Canneyt 2025-03-21 10:04:25 +01:00
parent 254187c03c
commit f771f08f28

View File

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