feat: Added option for custom image radius size#265
Open
snpshtwrx wants to merge 3 commits intoAloxaf:masterfrom
Open
feat: Added option for custom image radius size#265snpshtwrx wants to merge 3 commits intoAloxaf:masterfrom
snpshtwrx wants to merge 3 commits intoAloxaf:masterfrom
Conversation
snpshtwrx
commented
Jan 21, 2025
- New argument --corner-radius
- If no value is provided defaults to 12 (previously hardcoded value)
- Warns if value is larger than MAX_RADIUS_RECOMMENDATION -> there may be some overlap a radius larger than 26
- If round_corner is set to false the value of corner_radius will be ignored
- Setting corner_radius to 0 is equivalent to setting round_corner to false
* New argument --corner-radius * If no value is provided defaults to 12 (previously hardcoded value) * Warns if value is larger than MAX_RADIUS_RECOMMENDATION -> there may be some overlap a radius larger than 26 * If round_corner is set to false the value of corner_radius will be ignored * Setting corner_radius to 0 is equivalent to setting round_corner to false
* Support for columnar highlights, e.g. to highlight only the condition of `while(i < 10)` (assuming the stmt is in line 1) supply --highlight-cols 1,7,12 * You can supply multiple triples by separating each triple with a semicolon (e.g. "1,7,12;2,10,25") * Triples are specified in the following manner: #line,#start_col,#end_col
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.