Skip to content

Instantly share code, notes, and snippets.

@lizconlan
Last active December 15, 2015 17:39
Show Gist options
  • Save lizconlan/5297769 to your computer and use it in GitHub Desktop.
Save lizconlan/5297769 to your computer and use it in GitHub Desktop.
Omnigraffle - crow's foot with filled ball
{
Gap = 0;
LineGap = 0.5;
Name = CrowFilledBall;
Filled = YES;
Path = {
elements = (
{element = MOVETO; point = "{0, 0}"; },
{element = LINETO; point = "{12, 0}"; },
{element = CLOSE; },
{element = MOVETO; point = "{0, -4}"; },
{element = LINETO; point = "{10, 0}"; },
{element = CLOSE; },
{element = MOVETO; point = "{10, 0}"; },
{element = LINETO; point = "{0, 4}"; },
{element = CLOSE; },
{element = MOVETO; point = "{17.12132, -2.12132}"; },
{
control1 = "{18.29289, -0.949747}";
control2 = "{18.29289, 0.949747}";
element = CURVETO;
point = "{17.12132, 2.12132}";
},
{
control1 = "{15.94975, 3.29289}";
control2 = "{15.05025, 3.29289}";
element = CURVETO;
point = "{12.87868, 2.12132}";
},
{
control1 = "{11.707107, 0.949747}";
control2 = "{11.707107, -0.949747}";
element = CURVETO;
point = "{12.87868, -2.12132}";
},
{
control1 = "{14.05025, -3.29289}";
control2 = "{15.94975, -3.29289}";
element = CURVETO;
point = "{17.12132, -2.12132}";
},
{element = CLOSE; }
);
};
Width = 18;
}
@lizconlan
Copy link
Author

Hack this into shapes.graffleshapes (in 5.4 this is in Contents > Frameworks > GraffleShapes.framework > Resources), preferably between CrowBall and BarBall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment