-
Notifications
You must be signed in to change notification settings - Fork 74
Shape Gradient Fill #592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Sets the contents of the shape layer to an image generated from a gradient. |
Looks good. |
traviskirton
added a commit
that referenced
this issue
Jan 18, 2016
Includes: - Initializer for C4Shape(shape: C4Shape) - Initializer for C4Image() //empty image - Initializing contents of C4Shape to a {1,1} clear image, otherwise animating between nil and cgimageref doesn’t animate Fixes: #592
traviskirton
added a commit
that referenced
this issue
Jan 21, 2016
Includes: - Initializer for C4Shape(shape: C4Shape) - Initializer for C4Image() //empty image - Initializing contents of C4Shape to a {1,1} clear image, otherwise animating between nil and cgimageref doesn’t animate Fixes: #592
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's a starting point:
Possible solution:
Probably best to apply a C4Gradient object, while setting
nil
to strokeColor, etc.The text was updated successfully, but these errors were encountered: