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