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

wrong arc colour when using linecolor in PDFs #45

Open
r4lv opened this issue Jan 19, 2023 · 0 comments
Open

wrong arc colour when using linecolor in PDFs #45

r4lv opened this issue Jan 19, 2023 · 0 comments

Comments

@r4lv
Copy link

r4lv commented Jan 19, 2023

Let's take this example:

{
  network one {
      linecolor=green;
      A;
      x;
  }
  network two {
      B1;
      B2;
  }
  network three {
      linecolor=red;
      x;
  }
}

While the SVG output looks as expected, the PDF output has black arc segments instead of coloured ones. I marked them with a purple circle in the screenshots below:

screenshot-svg

screenshot-pdf-annotated

I'm preparing a PR to address this.

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