Guest User

Untitled

a guest
Oct 15th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <head>
  2. <script src="//cdnjs.cloudflare.com/ajax/libs/d3/4.8.0/d3.min.js"></script>
  3. <script src="//unpkg.com/d3-force-bounce"></script>
  4. <script src="//unpkg.com/d3-force-constant"></script>
  5.  
  6. <link rel="stylesheet" href="style.css">
  7. </head>
  8.  
  9. <body>
  10. <svg id="canvas">
  11. <defs>
  12. <radialGradient id="sphere-gradient">
  13. <stop offset="0%" stop-color="slategrey"></stop>
  14. <stop offset="100%" stop-color="darkslategrey"></stop>
  15. </radialGradient>
  16. </defs>
  17. </svg>
  18.  
  19. <script src="index.js"></script>
  20. </body>
Add Comment
Please, Sign In to add comment