Skip to content

Instantly share code, notes, and snippets.

@lgrz
Created August 14, 2013 12:01
Show Gist options
  • Save lgrz/6230430 to your computer and use it in GitHub Desktop.
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
{
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