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 c83f4e3 + 493d693 commit 8f55c67Copy full SHA for 8f55c67
src/core/p5.Renderer.js
@@ -86,9 +86,7 @@ class Renderer extends p5.Element {
86
_textAlign: this._textAlign,
87
_textBaseline: this._textBaseline,
88
_textStyle: this._textStyle,
89
- _textWrap: this._textWrap,
90
- _colorMode: this._colorMode,
91
- _colorMaxes: this._colorMaxes.slice()
+ _textWrap: this._textWrap
92
}
93
};
94
0 commit comments