Skip to content

Instantly share code, notes, and snippets.

@ConorOBrien-Foxx
Created June 30, 2016 03:15
Show Gist options
  • Save ConorOBrien-Foxx/03049e275ee4566e45b5f45407f8e9c9 to your computer and use it in GitHub Desktop.
Save ConorOBrien-Foxx/03049e275ee4566e45b5f45407f8e9c9 to your computer and use it in GitHub Desktop.
draft for misc.A of jolf
Misc = {};
Misc.A = function(width, height, corner, horizontal, vertical, fill){
var topCorner = corner[0] || corner;
var botCorner = corner[1] || corner;
var botHorizontal = horizontal[0] || horizontal;
var botHorizontal = horizontal[1] || horizontal;
var topPart = topCorner + hor
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment