Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created December 31, 2013 18:27
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 blitline-dev/8200545 to your computer and use it in GitHub Desktop.
Save blitline-dev/8200545 to your computer and use it in GitHub Desktop.
rectangle_example.js
{
"application_id": "YOUR_APP_ID",
"src": "http://cdn.blitline.com/filters/boys.jpeg",
"functions": [
{
"name": "ellipse",
"params": {
"x":250,
"y":150,
"x1":450,
"y1":200,
"stroke_width":5,
"color":"#ffffff",
"stroke_opacity" : 1.0,
"fill_color":"#ffffff",
"fill_opacity": 0.0
},
"save": {
"image_identifier": "MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment