-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Misc. rendering errors for stateDiagram-2: TB bias, self-referring links, etc. #5827
Comments
BTW, when I say the self-referring links look "boxy", I'm comparing it to these: They look a LOT nicer, and the only gripe I have with them is that in a top-bottom direction biased diagram, I expect the "exits" to be at the bottom of the node, and the "entrances" be on the top – meaning that the directionality of the arrow has a bias/preference for going from the bottom of the originating box to the top of the target box – including if the arrows are targeted at the originating box (meaning, they are self-referring). I hope that makes sense? :-) (I've updated the OP with this) |
Is there a chance that any of the other rendering buts will be addressed soon? I'm noticing that more people are upgrading, which makes this a bit more difficult for me who would like to be able to present clear flowcharts (without strange rendering oddities). Is there anything I can do to assist? |
Just to chip in with some other examples... I've had to revert to using v11.0.2 again, since the self-referencing loops are just too janky. I'm trying to create Finite State Automata diagrams. This graph...
... looks kind of ok using v11.0.2 (the overlapping loops aren't ideal, but at least they are readable): ... but with v11.1 onwards, the self-referencing links are rendered with a sharp point, but more importantly, one covers the other: |
Description
I'm working on (and have published) a couple of stateDiagrams that seem to be broken with the v11.1.0 renderer.
Found:
You can find them "live" here: https://github.com/CPAN-Security/security.metacpan.org/blob/supplychain-sbom/docs/supplychain-sbom.md (using v11.1.0 as of 2022-09-06)
Expected:
This diagram differs in many ways from the "live" one, which uses the v10.0.9 renderer: https://security.metacpan.org/docs/supplychain-sbom.html#open-source-supply-chain-full-diagram
Regressions:
Apologies for using my own terms here; I hope you can still use this to figure out what I mean
Steps to reproduce
Please see the guthub source of the pages linked above: https://github.com/CPAN-Security/security.metacpan.org/blob/supplychain-sbom/docs/supplychain-sbom.md?plain=1#L203-L378
Screenshots
Expected:
Found:
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: