Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

[Javascript] Can't manage to display a canvas

Following one of the exemple from the documentation:

var myCanvas = Canvas();

myCanvas.circle({x: 50, y: 50, r: 100, fill: true, color:'red'});

myCanvas.show();

This code greets me with a white screen instead of a red circle. Am I missing something?

Using latest firefox with Opensesame 3.3.11

Comments

Sign In or Register to comment.