Created
August 14, 2013 12:01
-
-
Save lgrz/6230430 to your computer and use it in GitHub Desktop.
Exactly one relation for OmniGraffle place file in ~/Library/Application Support/OmniGraffle/Shapes
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
{ | |
arrowheads = ( | |
{ | |
Gap = 0.5; | |
LineGap = 1.0; | |
Name = ExactOne; | |
Path = { | |
elements = ( | |
{element = MOVETO; point = "{12, 6}"; }, | |
{element = CURVETO; control1 = "{3, 6}"; control2 = "{3, -6}"; point = "{12, -6}"; }, | |
); | |
}; | |
Width = 7; | |
ShouldExport = YES; | |
}, | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment