Skip to content

Comments

feat: Added option for custom image radius size#265

Open
snpshtwrx wants to merge 3 commits intoAloxaf:masterfrom
snpshtwrx:master
Open

feat: Added option for custom image radius size#265
snpshtwrx wants to merge 3 commits intoAloxaf:masterfrom
snpshtwrx:master

Conversation

@snpshtwrx
Copy link

  • 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
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.

1 participant