Draw text in chrome
in
Processing with Other Languages
•
2 years ago
Hello,
I am frenh, sorry for my mistakes.
I implement a little program with processing.js, i draw an ellipse and under a text :
fill(255);
ellipse(100, 100, 50, 50);
fill(0);
text("MyText", 100, 150);
Ellipse and text are ok when i run my program in firefox but in chrome the text is not displayed.
Have you got an idea ?
Thanks,
Damien.
I am frenh, sorry for my mistakes.
I implement a little program with processing.js, i draw an ellipse and under a text :
fill(255);
ellipse(100, 100, 50, 50);
fill(0);
text("MyText", 100, 150);
Ellipse and text are ok when i run my program in firefox but in chrome the text is not displayed.
Have you got an idea ?
Thanks,
Damien.
1