strokeStyle() to add colour to lines on Canvas



Drag the sliders to change the X, Y postion and height width values for the rectangle. Click the colour table to select a colour for strokeStyle.
                
                
                
                

Copy Hex value
void gctx.strokeStyle = colour | gradient | pattern;
Options :
strokeStyle = colour
Specify a colour as shown in this demo
strokeStyle = gradient
strokeStyle = pattern
(object) Image , video etc and to generate repeat image
var my_canvas=$('#my_canvas').get(0)
var gctx = my_canvas.getContext("2d");
gctx.beginPath();
gctx.strokeStyle = 'red';
gctx.fillRect(20,20,50,50);

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