Last active
September 18, 2019 09:38
-
-
Save CMyae/fcb0c4e06dce30b81e03b6ff94dad312 to your computer and use it in GitHub Desktop.
Fill background paint for bezier curve
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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