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

Add support for markers in-between fills/strokes #680

Merged
merged 3 commits into from
Nov 6, 2023

Conversation

LaurenzV
Copy link
Contributor

@LaurenzV LaurenzV commented Nov 4, 2023

Fixes #550.

Although you do mention in the issue that it's not possible to implement this without adding markers in usvg itself, so I'm not sure if I'm missing something obvious? 😅 But at least the test cases work as expected.

@RazrFalcon
Copy link
Collaborator

Good question. I guess I didn't wanted to duplicated paths or thought that stroke outlining would be required, but it should be fine now.

@LaurenzV
Copy link
Contributor Author

LaurenzV commented Nov 5, 2023

Yeah I mean the path duplication only happens for that specific case, so I guess it is worth to clone it just in this case so that the output is correct. ^^

@RazrFalcon RazrFalcon merged commit 96dd398 into linebender:master Nov 6, 2023
3 checks passed
@RazrFalcon
Copy link
Collaborator

Thanks!

@LaurenzV LaurenzV deleted the markers-paint-order branch November 6, 2023 11:37
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

Successfully merging this pull request may close these issues.

Figure out how to implement custom markers paint order
2 participants