Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created December 31, 2013 18:26
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/8200526 to your computer and use it in GitHub Desktop.
Save blitline-dev/8200526 to your computer and use it in GitHub Desktop.
ellipse_example.js
{
"application_id": "YOUR_APP_ID",
"src": "http://cdn.blitline.com/filters/boys.jpeg",
"functions": [
{
"name": "ellipse",
"params": {
"origin_x": 250,
"origin_y": 150,
"ellipse_width": 450,
"ellipse_height": 200,
"stroke_width": 20,
"color": "#ffffff",
"stroke_opacity": 0.5,
"fill_color": "#ff0000",
"fill_opacity": 0.3
},
"save": {
"image_identifier": "MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment