antimatter15 / jsgif

Save a HTML5 Canvas to GIF and Animations. A port of as3gif GIFPlayer to JS
http://antimatter15.com/
MIT License
1.07k stars 138 forks source link

Pixel width black line on left edge of GIF #25

Open Koosmann opened 8 years ago

Koosmann commented 8 years ago

I'm creating a 600x600 gif with image data (and using .setSize(600, 600)) and the gif looks great, but there's a pixel width black line on the left edge of the image, any idea about what's happening or how I could fix this? (note: the images being added do not have the black line)