Last active
December 15, 2015 17:39
-
-
Save lizconlan/5297769 to your computer and use it in GitHub Desktop.
Omnigraffle - crow's foot with filled ball
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
{ | |
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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hack this into shapes.graffleshapes (in 5.4 this is in Contents > Frameworks > GraffleShapes.framework > Resources), preferably between CrowBall and BarBall