shadowOffsetY shifting of shadow vertically on Canvas

void gctx.shadowOffsetY=10;


Drag the sliders to change the shadowOffsetY position.

shadowOffsetX

shadowBlur

shadowColor

var my_canvas=$('#my_canvas').get(0)
var gctx = my_canvas.getContext("2d");
gctx.beginPath()
gctx.rect(20,20,150,100);
gctx.lineWidth=8;
gctx.shadowColor = 'black';
gctx.shadowOffsetX=0;
gctx.shadowOffsetY=25;
gctx.shadowBlur = 15;
gctx.stroke();

Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com




    Post your comments , suggestion , error , requirements etc here .




    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer