Guest User

Untitled

a guest
Oct 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. this._gradient = this._ctx.createLinearGradient(0, this._canvasHeight, this._canvasWidth, 0)
  2. this._gradient.addColorStop('0', '#5320a2')
  3. this._gradient.addColorStop('1.0', '#b870ef')
Add Comment
Please, Sign In to add comment