-
-
Save forresto/5795551 to your computer and use it in GitHub Desktop.
meemoo app: swirly paintbrush
This file contains 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
{ | |
"info": { | |
"author": "forresto", | |
"title": "swirly paintbrush", | |
"description": "paint to paint's stamp", | |
"parents": [ | |
"https://gist.github.com/5780965" | |
], | |
"url": "paint-stamp" | |
}, | |
"nodes": [ | |
{ | |
"id": 0, | |
"src": "meemoo:image/paint", | |
"x": 133, | |
"y": 95, | |
"w": 200, | |
"h": 210, | |
"state": { | |
"width": 100, | |
"height": 100, | |
"fill": "red", | |
"stroke": "rgb(0, 255, 255)", | |
"strokewidth": 30, | |
"tool": "smoothPencil", | |
"mode": "on", | |
"sendEvery": true | |
} | |
}, | |
{ | |
"id": 1, | |
"src": "meemoo:image/paint", | |
"x": 847, | |
"y": 113, | |
"w": 319, | |
"h": 317, | |
"state": { | |
"width": 300, | |
"height": 300, | |
"fill": "red", | |
"stroke": "rgb(0, 194, 238)", | |
"strokewidth": 10, | |
"tool": "stamp", | |
"mode": "on", | |
"sendEvery": false | |
} | |
}, | |
{ | |
"id": 2, | |
"src": "meemoo:image/transform", | |
"x": 517, | |
"y": 388, | |
"w": 200, | |
"h": 210, | |
"state": { | |
"width": 100, | |
"height": 100, | |
"scale": 1, | |
"translateX": 0, | |
"translateY": 0, | |
"rotate": 0, | |
"composite": "source-over", | |
"smoothing": "true" | |
} | |
}, | |
{ | |
"id": 3, | |
"src": "meemoo:time/tween", | |
"x": 149, | |
"y": 471, | |
"w": 200, | |
"h": 210, | |
"state": { | |
"from": 0, | |
"to": 1, | |
"duration": 0.5, | |
"type": "Linear", | |
"ease": "InOut", | |
"percent": 0, | |
"loop": true | |
} | |
} | |
], | |
"edges": [ | |
{ | |
"source": [ | |
3, | |
"value" | |
], | |
"target": [ | |
2, | |
"rotate" | |
] | |
}, | |
{ | |
"source": [ | |
0, | |
"image" | |
], | |
"target": [ | |
2, | |
"image" | |
] | |
}, | |
{ | |
"source": [ | |
2, | |
"image" | |
], | |
"target": [ | |
1, | |
"stamp" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment