Bilge Posted February 15, 2015 Share Posted February 15, 2015 How can I draw a line with drop shadow or inner glow? Link to comment Share on other sites More sharing options...
Abderrahmane TJ Posted February 15, 2015 Share Posted February 15, 2015 a drop shadow of a shape could be achieved by creating a clone of the shape filled with black. then blurring it. Example here http://jsbin.com/zeqoko/1/editan inner glow could be achieved by drawing a line around the edge of the shape, then blurring it. example here http://www.rgraph.net/blog/2013/april/an-example-of-html5-canvas-shadows.html#inner-shadows Link to comment Share on other sites More sharing options...
Bilge Posted February 15, 2015 Author Share Posted February 15, 2015 I'm aware of shadowBlur in Canvas2DContext but how does that help when using Phaser/Pixi which may be running in WebGL mode that does not support shadowBlur? Link to comment Share on other sites More sharing options...
Recommended Posts