Skip to content

Instantly share code, notes, and snippets.

@forresto
Forked from anonymous/paint-stamp.json
Last active December 18, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forresto/5795551 to your computer and use it in GitHub Desktop.
Save forresto/5795551 to your computer and use it in GitHub Desktop.
meemoo app: swirly paintbrush
{
"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