-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
heas size measured as width of head + joint
- Loading branch information
1 parent
9fc01b6
commit 1911ad3
Showing
2 changed files
with
25 additions
and
46 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
1911ad3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arrow head and tail sizes are specified as the width of the head + its joint. That way we can recapture the behavior of the
traversals we lost in converting to units. In particular we solve the uarrow problem by setting the headSize and tailSize to the same value.
Unfortunately, we missed a few things when converting arrows to measure.
These problems can be seen in image below where I made the head and tail translucent to show that the joint is not working.
I Also need to add some horizontal strut to make the arrow show up due to it's lack of envelope.
http://i.imgur.com/iQH5c2o.png