Skip to content

Instantly share code, notes, and snippets.

@cmackay
Created January 29, 2016 18:20
Show Gist options
  • Select an option

  • Save cmackay/ee3af0fe73c83dd6dba3 to your computer and use it in GitHub Desktop.

Select an option

Save cmackay/ee3af0fe73c83dd6dba3 to your computer and use it in GitHub Desktop.

Revisions

  1. cmackay revised this gist Jan 29, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions _.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    [ <a href="http://tributary.io/inlet/ee3af0fe73c83dd6dba3">Launch: form mask</a> ] ee3af0fe73c83dd6dba3 by cmackay<br>[ <a href="http://tributary.io/inlet/4653053">Launch: test</a> ] 4653053 by enjalot<br>[ <a href="http://tributary.io/inlet/4652017">Launch: test</a> ] 4652017 by enjalot<br>[ <a href="http://tributary.io/inlet/4582399">Launch: test</a> ] 4582399 by enjalot<br>
  2. cmackay created this gist Jan 29, 2016.
    1 change: 1 addition & 0 deletions config.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"description":"form mask","endpoint":"","display":"svg","public":true,"require":[],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12},"_.md":{"default":true,"vim":false,"emacs":false,"fontSize":12},"config.json":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"period","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01,"tab":"edit","display_percent":0.7,"thumbnail":"http://i.imgur.com/Z4ghHZY.png","fullscreen":false,"ajax-caching":true}
    10 changes: 10 additions & 0 deletions inlet.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    var svg = d3.select("svg")

    svg.append("rect")
    .attr({
    width: 100,
    height: 100,
    x: 200,
    y: 62,
    fill: "#3BA360"
    });