Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BigFatDog committed Mar 24, 2018
1 parent b4694b4 commit beebdb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
24 changes: 1 addition & 23 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,6 @@
</style>
</head>
<body>
<a class="card card-1" href="scientific-color.html">
<div class="title">Colorspace Network</div>
</a>

<a class="card card-1" href="colorspace-select.html">
<div class="title">Colorspace Selector</div>
</a>

<a class="card card-1" href="color-rects.html">
<div class="title">Color Tiles</div>
</a>
<a class="card card-1" href="twitter.html">
<div class="title">Twitter</div>
</a>

<a class="card card-1" href="./stack-overflow.html">
<div class="title">Stackoverflow</div>
</a>

<a class="card card-1" href="./keiko.html">
<div class="title">Keiko</div>
</a>

None
</body>
</html>
1 change: 0 additions & 1 deletion src/canvas/helper/radial-gradient.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { hsl } from 'd3-color';
import linearStops from '../../color/filter/linear-stops';

/**
Expand Down

0 comments on commit beebdb2

Please sign in to comment.