Skip to content

Strange stroke behavior #11

@achatina

Description

@achatina

Very strange showing on Android of a stroke with corners. Take a look on top right and bottom right corners
This is code:

val bgFormInputError = DrawableBuilder()
        .cornerRadius(16)
        .solidColor(bgColor)
        .strokeColor(strokeBgColor)
        .strokeWidth(2)
        .build()

изображение

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions