Skip to content
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

layout issue #179

Open
jcayzac opened this issue Aug 4, 2022 · 9 comments
Open

layout issue #179

jcayzac opened this issue Aug 4, 2022 · 9 comments

Comments

@jcayzac
Copy link

jcayzac commented Aug 4, 2022

See the problem here under Sony Wallet:

image

Source code:

#background: #fff
#edges: rounded
#gravity: 1
#direction: right
#ranker: longest-path

#.bank: title=bold fill=#ff06
[<bank> BOY]
[<bank> Shinsei]
[<bank> Sony]
[<bank> Seven]

#.card: fill=#ccaa visual=table title=bold body=left
[<card> BOY Card|VISA Credit 🏧]
[<card> Rakuten Card|VISA Credit|Rakuten Points]
[<card> Sony Wallet|🏧VISA Debit|0.5% cashback]
[<card> Seven Card|🏧JCB Debit|Nanaco]
[<card> PayPay Card|🏧VISA Credit|PayPay Points]
[<card> Revolut Card|VISA Debit]

#.app: fill=#8cca title=bold
[<app> Revolut]
[<app> Binance]
[<app> FTX JP]
[<app> XUMM]
[<app> PayPay]
[<app> RPay]

[BOY](o-[BOY Card]
[Shinsei](o-[Rakuten Card]
[Sony](o-[Sony Wallet]
[PayPay](o-[PayPay Card]
[Seven](o-[PayPay]
[Seven](o-[Seven Card]
[Rakuten Card](o-[RPay]
[Sony Wallet](o-⚠️max out 50万円/month[Revolut]
[Revolut](o-[Revolut Card]

[<actor> Salary]

[Salary]->[BOY]
[BOY]-⏱monthly[<hidden> automatic_boy]
[automatic_boy]->[Shinsei]
[automatic_boy]->[Sony]
[automatic_boy]->[Seven]

[Revolut]-->[Shinsei]
#.ibkrin: visual=none
[Revolut]-[<ibkrin> ACH Routing;(free)]
[ACH Routing]->[Interactive Brokers LLC]
#.hsbcin: visual=none
[Revolut]-[<hsbcin>SWIFT;(free)]
[SWIFT]->[HSBC France]

[Binance]--[<label> Withdrawals:;SWIFT ($15)]
[Interactive Brokers LLC]--[Withdrawals:;SWIFT ($15)]

[Shinsei]->free[FTX JP]
[FTX JP]free ->XRP[XUMM]
[XUMM]0.000015% ->XRP[Binance]
@bdlabs
Copy link

bdlabs commented Feb 18, 2023

image
This is result for GraphicsSvg. The reason is the short color notation.
e.g. fill=#ccaa

@bdlabs
Copy link

bdlabs commented Feb 18, 2023

I fixed bug. #194
image

@skanaar
Copy link
Owner

skanaar commented Feb 20, 2023

Excellent, I will have a look at your PR.

@skanaar
Copy link
Owner

skanaar commented Mar 6, 2023

@bdlabs which SVG viewer are you using that gives you the diagram with black boxes?
Because I cannot reproduce that bug.

@bdlabs
Copy link

bdlabs commented Mar 18, 2023

Hi, @skanaar, I just checked, I have this problem in preview in phpstrom editor.
image

@skanaar
Copy link
Owner

skanaar commented Mar 19, 2023

OK! I can reproduce it in other JetBrains products. Wonder what SVG renderer they are using?

@bdlabs
Copy link

bdlabs commented Mar 21, 2023

Sorry. I haven't idea.

@jcayzac
Copy link
Author

jcayzac commented May 13, 2023

Hi @skanaar @bdlabs,
Sorry, I'm a bit confused as to why @bdlabs hijacked my layout bug report with an unrelated color issue.

@skanaar
Copy link
Owner

skanaar commented May 21, 2023

@jcayzac not sure what happened here really. Your issue with association labels is still a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants