Skip to content

Instantly share code, notes, and snippets.

@CMyae
Last active September 18, 2019 09:38
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 CMyae/fcb0c4e06dce30b81e03b6ff94dad312 to your computer and use it in GitHub Desktop.
Save CMyae/fcb0c4e06dce30b81e03b6ff94dad312 to your computer and use it in GitHub Desktop.
Fill background paint for bezier curve
pathPaint.apply {
isAntiAlias = true
style = Paint.Style.FILL
color = fillColor
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment