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

Blue line color not consistent #84

Open
SuksAE opened this issue Mar 9, 2022 · 0 comments
Open

Blue line color not consistent #84

SuksAE opened this issue Mar 9, 2022 · 0 comments

Comments

@SuksAE
Copy link

SuksAE commented Mar 9, 2022

When exporting to SVG on WaveDrom Editor V2.9.1, lines with arrow (at least this seems to be the criteria) have a different blue tone than the other blue lines.
I don't know if this is on purpose - if not, then the blue color tone should be unified.

Thanks

{ signal: [
  { name: 'A', wave: '01..0..',  node: '.a..e..' },
  { name: 'B', wave: '0.1..0.',  node: '..b..d.', phase:0.5 },
  { name: 'C', wave: '0..1..0',  node: '...c..f' },
  {                              node: '...g..h' },
  {                              node: '...I..J',  phase:0.5 },
  { name: 'D', wave: '0..1..0',  phase:0.5 }
  ],
  edge: [
    'a->e #1','c|-g #2',  'I+J #3'
  ]
// line color of #1 is 0041c4ff
// line color of #2 and #3 is 0000ffff
}
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

1 participant