-
Notifications
You must be signed in to change notification settings - Fork 62
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
Texture #181
Conversation
getFillColor :: FillColor -> SomeColor | ||
getFillColor (FillColor c) = getLast . getRecommend $ c | ||
--getFillColor :: FillColor -> SomeColor | ||
--getFillColor (FillColor c) = getLast . getRecommend $ c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's delete this commented-out code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will do
re |
This branch should be merged before 1.2 is released since with the addition of Gradients, |
|
||
-- | A lens for setting or modifying the texture of an arrow | ||
-- head. | ||
-- | A lens for setting or modifying the texture of an arrowhead. For |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should mention another example here that uses solid
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's a good idea.
Eliminate
FillColor
andLineColor
-- must use gradients