Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View masuyama's full-sized avatar

MASUYAMA Kazuyuki masuyama

View GitHub Profile
#target "illustrator"
(function(){
var rect = (function() {
var rect = function(x, y, w, h) {
this.obj = null;
this.x = x;
this.y = y;
this.w = w;