mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
broadway: Ensure we begin a path when clipping
This commit is contained in:
parent
acd72d0961
commit
08f832908e
@ -257,6 +257,7 @@ function handleCommands(cmd_obj)
|
||||
|
||||
var context = surfaces[id];
|
||||
context.save();
|
||||
context.beginPath();
|
||||
|
||||
var minx;
|
||||
var miny;
|
||||
|
Loading…
Reference in New Issue
Block a user