forked from AuroraMiddleware/gtk
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