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

fix: Stop defaulting to black in framebox package #17

Merged
merged 2 commits into from
Feb 5, 2024

Conversation

Omikhleia
Copy link
Owner

@Omikhleia Omikhleia commented Feb 5, 2024

The framebox package defaults to black when some color arguments to commands are not specified.
It should not be the case, in order to just use the default/current color at that point.

The issue also has to do with our DefaultPainter having a slightly different API than the RoughPainter: the latter admits "none" as a fill or stroke, wheras the former did not. Let's make a first attempt at homogenizing the low-level APIs there.

@Omikhleia Omikhleia added the bug Something isn't working label Feb 5, 2024
@Omikhleia Omikhleia added this to the 3.0 milestone Feb 5, 2024
It might have a bug (though I don't see it when printing the
graphics path out), or just be too demanding: from time to time
it crashes my PDF viewer.
@Omikhleia Omikhleia merged commit ebd9235 into main Feb 5, 2024
2 checks passed
@Omikhleia Omikhleia deleted the fix-no-black-default branch February 6, 2024 01:12
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

Successfully merging this pull request may close these issues.

1 participant