Spot the bug - #151: Particle Trail Canvas

Tiny canvas bug in this one.

const canvas = document.querySelector('canvas');
const ctx = canvas.getContext('2d');
ctx.fillStyle = '#ff6b6b';
ctx.fillReact(20, 20, 60, 60);

Reply with what is broken and how you would fix it.