mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 17:07:45 +02:00
* Add filter to canvasrenderingcontext
This commit is contained in:
parent
254187c03c
commit
f771f08f28
@ -1677,6 +1677,7 @@ type
|
||||
FstrokeStylePattern: TJSCanvasPattern; external name 'strokeStyle';
|
||||
Public
|
||||
fillStyle : JSValue;
|
||||
filter : string;
|
||||
font : string;
|
||||
globalAlpha : double;
|
||||
globalCompositeOperation : String;
|
||||
|
Loading…
Reference in New Issue
Block a user