-
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
New attributes: fill-opacity, stroke-opacity #248
Comments
The fill and stroke opacities can be different by chaining the opacity of the |
Can you give me an example how to set the fill and stroke opacity separately? |
Hmm, if you want to set just the fill opacity for everything in a diagram after you're already set the fill colour, that would be more difficult. If you know the fill opacity when you're setting the fill colour it's just |
@tkvogt Is this still an issue, or did you figure out a workaround? |
Am 11.09.2015 um 22:59 schrieb Brent Yorgey:
|
I don't think this should be too hard to implement. The hardest part will just be changing backends to support it. But that can be done incrementally. I will see if I can get around to this sometime soon. |
SVG differentiates between fill-opacity and stroke-opacity. It would be handy to have this for the svg parser in diagrams-input. Of course this could be implemented by overlaying two diagrams: One where fill is mempty and one where the outline linewidth is set to 0. But this depends on solving issue issue 247.
The text was updated successfully, but these errors were encountered: