mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
LibWeb: Stub CanvasRenderingContext2D.clip
This is primarily required by Google Maps Street View, but the map view works without this.
This commit is contained in:
parent
27cc8742ce
commit
89c4e011e4
3 changed files with 11 additions and 0 deletions
|
@ -101,6 +101,7 @@ public:
|
|||
void transform(double a, double b, double c, double d, double e, double f);
|
||||
void set_transform(double a, double b, double c, double d, double e, double f);
|
||||
void reset_transform();
|
||||
void clip();
|
||||
|
||||
private:
|
||||
explicit CanvasRenderingContext2D(HTMLCanvasElement&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue