Skip to content

Commit 6a096f0

Browse files
author
gtoast
committed
Merge remote-tracking branch 'processing/master'
2 parents 62e38c0 + c9f074b commit 6a096f0

File tree

5 files changed

+205
-189
lines changed

5 files changed

+205
-189
lines changed

src/core/p5.Renderer2D.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ p5.Renderer2D.prototype._renderText = function(p, line, x, y, maxY) {
11851185
}
11861186
else { // an opentype font, let it handle the rendering
11871187

1188-
this._textFont._renderPath(line, x, y);
1188+
this._textFont._renderPath(line, x, y, { renderer: this });
11891189
}
11901190

11911191
p.pop();

0 commit comments

Comments
 (0)