mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 13:37:47 +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';
|
FstrokeStylePattern: TJSCanvasPattern; external name 'strokeStyle';
|
||||||
Public
|
Public
|
||||||
fillStyle : JSValue;
|
fillStyle : JSValue;
|
||||||
|
filter : string;
|
||||||
font : string;
|
font : string;
|
||||||
globalAlpha : double;
|
globalAlpha : double;
|
||||||
globalCompositeOperation : String;
|
globalCompositeOperation : String;
|
||||||
|
Loading…
Reference in New Issue
Block a user