https://github.com/rdkcentral/Lightning/blob/master/src/tools/Tools.mjs#L55 defines the canvas width as `w + strokeWidth + 2` but I think that was a mistake. The real size should have been `w + strokeWidth * 2` instead.