I tried to capture a scene to a file: ```python scene = canvas() # created some stuff here ... scene.capture("test.jpg") ``` On linux, nothing happened.