-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change 'radius' key to 'compradius' and 'inputradius'.
Set their default values to 2 and 0, respectively. As part of error checking, only draw endpoints if radii size > 0; Documentation and code weren't matching when it came to color setting. Corrected color use (hex triplets instead of names). Refactored color handling and check for a monotone case. Put in background-colored rect (both postscript and svg) within the diagram. With radius split b/n comparator and input radius now, it also made sense to split stroke_width b/n comparator and input line with too. This in turn meant moving the text diagram settings to their own hash and function, to avoid name collision with the graph settings.
- Loading branch information
Showing
6 changed files
with
605 additions
and
209 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.