Skip to content

Wrong calculation for getRoundRect stroke width #534

@victor-wm

Description

@victor-wm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions