Skip to content

Instantly share code, notes, and snippets.

@fievx
Created September 23, 2018 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fievx/3b4c6ce80040cb2af7e58c159c959b89 to your computer and use it in GitHub Desktop.
Save fievx/3b4c6ce80040cb2af7e58c159c959b89 to your computer and use it in GitHub Desktop.
override fun draw(canvas: Canvas) {
if (shapePath != null) {
canvas.clipPath(shapePath)
}
super.draw(canvas)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment