Skip to content Skip to sidebar Skip to footer
Showing posts with the label Canvas

In A 2d Canvas, Is There A Way To Give A Sprite An Outline?

I'd like to give a sprite an outline when the character gets healed/damaged/whatever but I can&… Read more In A 2d Canvas, Is There A Way To Give A Sprite An Outline?

Kineticjs Fill With Pattern

I previously asked how to fill a shape with a checkerboard effect using html5 canvas. HTML5 Canvas … Read more Kineticjs Fill With Pattern

How To Draw Cloud Shape In Html5 Canvas?

I am working on drawing of different shapes using HTML5 Canvas & javascript. But i am not gettt… Read more How To Draw Cloud Shape In Html5 Canvas?

Horrible Canvas Getimagedata() / Putimagedata() Performance On Mobile

I'm doing a little HTML5 game and, while loading my sprites at the beginning of the map, I do s… Read more Horrible Canvas Getimagedata() / Putimagedata() Performance On Mobile

Canvas.todataurl() Download Size Limit

I am attempting to download an entire canvas image using canvas.toDataURL(). The image is a map re… Read more Canvas.todataurl() Download Size Limit

Slow Down For Loop To Animate Canvas

I'm trying to make something using canvas, where I can pass in a number, which would equal a ce… Read more Slow Down For Loop To Animate Canvas