Answer
Yes, The following functions can be used to transform graphic elements:
. rotate(float angle);
. scale(float x, float y);
. translate(float x, float y);
Answer
Answer
The following properties are used to customize the line:
lineCap: with any value form butt, round and square.
lineJoin: with any value from miter, round, bevel
lineWidth: any numeric value with 1 by default
miterLimit: Numeric value wi default value of 10