mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-26 07:40:10 +01:00
script: Missed break for creating unbounded recording surfaces.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
0c6b892ce3
commit
2c885a2753
1 changed files with 1 additions and 0 deletions
|
|
@ -6085,6 +6085,7 @@ _record (csi_t *ctx)
|
|||
switch (array->stack.len) {
|
||||
case 0:
|
||||
r = NULL;
|
||||
break;
|
||||
case 2:
|
||||
extents.x = extents.y = 0;
|
||||
extents.width = _csi_object_as_real (&array->stack.objects[0]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue