Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Last active January 28, 2021 07:32
Show Gist options
  • Save akexorcist/391c99c3938101695699030bd8872940 to your computer and use it in GitHub Desktop.
Save akexorcist/391c99c3938101695699030bd8872940 to your computer and use it in GitHub Desktop.
x1 = area_width - ((corner_radius * 2) + (border_width / 2))
y1 = border_width / 2
x2 = area_width - (border_width / 2)
y2 = (corner_radius * 2) + (border_width / 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment