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

Marks of bezier use stroke style for line #768

Open
lars-reimann opened this issue Dec 7, 2024 · 0 comments
Open

Marks of bezier use stroke style for line #768

lars-reimann opened this issue Dec 7, 2024 · 0 comments
Labels
bug 🐛 Something isn't working
Milestone

Comments

@lars-reimann
Copy link

The marks of a Bezier curve seem to use the stroke style for lines.

Code for reproduction:

set-style(
  line: (
    stroke: red,
  ),
  bezier: (
    stroke: blue,
    mark: (end: ">", fill: black, scale: 3)
  )
)

bezier(
  (0, 0),
  (1.4, -1.9),
  (-1, -1.95),
)

Output:

image

@johannes-wolf johannes-wolf added the bug 🐛 Something isn't working label Dec 7, 2024
@johannes-wolf johannes-wolf added this to the 0.3.2 milestone Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants