nomnoml
nomnoml copied to clipboard
layout issue
See the problem here under Sony Wallet
:
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]
This is result for GraphicsSvg. The reason is the short color notation.
e.g. fill=#ccaa
I fixed bug. #194
Excellent, I will have a look at your PR.
@bdlabs which SVG viewer are you using that gives you the diagram with black boxes? Because I cannot reproduce that bug.
Hi, @skanaar, I just checked, I have this problem in preview in phpstrom editor.
OK! I can reproduce it in other JetBrains products. Wonder what SVG renderer they are using?
Sorry. I haven't idea.
Hi @skanaar @bdlabs, Sorry, I'm a bit confused as to why @bdlabs hijacked my layout bug report with an unrelated color issue.
@jcayzac not sure what happened here really. Your issue with association labels is still a problem.