We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 900a836 + dcc8bae commit abd3ba0Copy full SHA for abd3ba0
src/objects/p5.Graphics.js
@@ -57,6 +57,7 @@ define(function(require) {
57
this.drawingContext.fillStyle = '#FFFFFF';
58
this.drawingContext.strokeStyle = '#000000';
59
this.drawingContext.lineCap = constants.ROUND;
60
+ this.drawingContext.font = 'normal 12px sans-serif';
61
};
62
63
p5.Graphics.prototype = Object.create(p5.Element.prototype);
0 commit comments