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

Blur Show Effect - Html5 Canvas

I want to create a blur show effect like : http://www.flasheff.com/patternsshowcase/ (FESBlur). I&#… Read more Blur Show Effect - Html5 Canvas

Canvas Draws Lines Too Thick

I want to draw lines on my canvas element at every 48px high. Here's my code (a little jquery s… Read more Canvas Draws Lines Too Thick

Canvas Has Inconsistent Pixel Grid Across Browsers When Using Drawimage()

I recognize that Canvas drawImage is inexplicably offset by 1 Pixel is a very similar issue, but I … Read more Canvas Has Inconsistent Pixel Grid Across Browsers When Using Drawimage()

Circle Made By Canvas Arc Is Misbehaving In Ie10 And Fine In Chrome--confirm?

[Edit: Sent bug report: received reply that closePath is required an arc-->circle drawings] So I… Read more Circle Made By Canvas Arc Is Misbehaving In Ie10 And Fine In Chrome--confirm?

Rotating Images & Pixel Collision Detection

I've got this game in this plunker. When the swords are not rotating, it all works fine (you ca… Read more Rotating Images & Pixel Collision Detection

Canvas Doesn't Draw Edge Correctly When Extract Image From Sprite Image

I tried to use ctx.drawImage(image, sx, sy, sWidth, sHeight, dx, dy, dWidth, dHeight); API to extra… Read more Canvas Doesn't Draw Edge Correctly When Extract Image From Sprite Image

Easeljs Keyboard Ticker Problems

I'm experimenting with EaselJS for the first time, and I'm trying to make a normal square m… Read more Easeljs Keyboard Ticker Problems

Add Css Resize Property To Canvas Element

Can the CSS resize property be applied to canvas elements? Using the MDN document as a reference, t… Read more Add Css Resize Property To Canvas Element