Skip to content

Instantly share code, notes, and snippets.

@humaan
Created May 14, 2014 07:30
Show Gist options
  • Save humaan/86100f95d1b5b3929637 to your computer and use it in GitHub Desktop.
Save humaan/86100f95d1b5b3929637 to your computer and use it in GitHub Desktop.
Paths for Masks
//SVG Paths
var paths = {
...
//Additional paths for the masks
big_tent : 'M 17.3,27.6 23.7,27.6 20.5,22 zM0,0v41h41V0H0z M29.5,29h-18v-1.5h1.2l7.2-12.5l-1.5-2.6l0.9-0.5l1.2,2.1l1.2-2.1l0.9,0.5l-1.5,2.6l7.2,12.5h1.2V29z',
small_tent : 'M 20.1,21.3 20.9,21.3 20.5,20.7 zM0,0v41h41V0H0z M21.5,21.4h-2v-0.2h0.1l0.8-1.4l-0.2-0.3l0.1-0.1l0.1,0.2l0.1-0.2l0.1,0.1l-0.2,0.3l0.8,1.4h0.1V21.4z'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment