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

Support symbol stroke outline #9

Closed
jonmmease opened this issue Jan 1, 2024 · 1 comment
Closed

Support symbol stroke outline #9

jonmmease opened this issue Jan 1, 2024 · 1 comment

Comments

@jonmmease
Copy link
Owner

We need to support the stroke width and color for symbol marks.

One subtly is that stroke width is constant as the symbol size varies, so we can't simply compute the stroke vertices on the CPU and then transform them in the vertex shader. lyon should be helpful here as it provides vertex normals when creating stroke tessellations. This will allow us to resize the stroke width to compensate for size scaling.

@jonmmease
Copy link
Owner Author

Done in #12

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