-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
added attributes to grammar #74
base: master
Are you sure you want to change the base?
Conversation
release process instructions adding correct min files based on standard make foo updated ebnf diagram
looking at this further, maybe it makes sense to sync attribute names more to graphviz attribute names instead of raphael.js, that way we can address issue #31 also (i.e. connector color, actor color, etc ...)? graphviz aattributes (http://www.graphviz.org/doc/info/attrs.html) |
i've committed new changes that will permit one to control colors of actors, actor strokes, signal colors, note, and font color via attribute names from graphviz |
👍 |
This looks fantastic! Any chance for a merge? |
This is cool, but I avoided merging as it introduces a new syntax that I'm unsure about supporting in the future. For example, we currently use Raphael that generates VML in IE, and SVG elsewhere. I'd rather change to something like svg.io dropping old IE support. Then we can use the styling native to SVG. |
I'm very interested in this sort of functionality. Might I observe that MS have dropped support for IE7, IE8 and IE10 (On all platforms) and IE9 (on anything other than Vista or Server 2008) as of today. Perhaps this helps pave the way for "Dropping old IE support" |
Hi there, I would love to see this coming up in a future release. Thanks in advance ! |
If no merge possible to see this coming up in a future release, I assume the only solution is through css attribut like onclick event.. |
hi, I did the same thing as you did, but the effect didn't appear. Sequence_diagrams didn't support it.Can you list the complete code? |
This feature will permit one to use attributes that raphael.js provides, which will allow us to modify how text looks and behaves.
extended syntax can look like this: