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

Curved rectangle outline/path fails to account for stroke-width #23

Open
jonathancrabtree opened this issue Dec 3, 2014 · 1 comment

Comments

@jonathancrabtree
Copy link
Owner

There's a slight bug that only becomes apparent at large stroke-width values, namely that the endpoint of the path drawn around each curved rectangle (the circleator rectangle glyph) needs to be adjusted to account for the stroke-width. In particular it needs to be extended by half the stroke-width value to ensure that no holes are left (see image below.)
sw-ex1

@jonathancrabtree
Copy link
Owner Author

BTW, fixing this is going to be a pain because it's probably going to result in all of the regression tests failing and needing to be manually examined.

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