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

Remove stroke from bg rect #18

Merged
merged 1 commit into from
Dec 14, 2023
Merged

Remove stroke from bg rect #18

merged 1 commit into from
Dec 14, 2023

Conversation

patrislav1
Copy link
Collaborator

The 1px stroke around the background rects exceeds the area supposed to be filled. Remove stroke so only the area defined by CharacterBoxSize is filled.

@wader
Copy link
Owner

wader commented Dec 14, 2023

Good catch, wonder why i was there hmm. Can the stroke-width be removed also?

btw you can update test output with go test ./… -update verify it looks ok then just git add them

@wader
Copy link
Owner

wader commented Dec 14, 2023

Nope probably can't remove, default value is 1px it seems

@wader
Copy link
Owner

wader commented Dec 14, 2023

Looks ok locally so i'll merge and updated the tests

@wader wader merged commit 5c58fcd into wader:master Dec 14, 2023
1 check failed
@patrislav1 patrislav1 deleted the fix-bg-rect branch December 15, 2023 06:40
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.

2 participants