Skip to content

Instantly share code, notes, and snippets.

@poezn
Created February 28, 2013 20:38
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 poezn/5059912 to your computer and use it in GitHub Desktop.
Save poezn/5059912 to your computer and use it in GitHub Desktop.
INFO 247 - Lab 6 - #4 SVG Elements
{"description":"INFO 247 - Lab 6 - #4 SVG Elements","endpoint":"","display":"svg","public":true,"require":[],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":15},"circles.svg":{"default":true,"vim":false,"emacs":false,"fontSize":15},"_.md":{"default":true,"vim":false,"emacs":false,"fontSize":15},"config.json":{"default":true,"vim":false,"emacs":false,"fontSize":15},"different_elements.svg":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"fullscreen":false,"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}
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
// School of Information, UC Berkeley
// INFO 247 Lab 6: D3.js
// http://blogs.ischool.berkeley.edu/i247s13/lab-6-d3-js/
// Tributary automatically added the contents of "circles.svg"
// to this page.
// YOUR TURN!!!
// change properties of existing SVG elements
// and draw new ones.
// See https://developer.mozilla.org/en-US/docs/SVG/Element for
// an extensive list of elements.
// Create new <text> elements
// Create new <rect> elements
// Create new <circle> elements
// Create new <ellipse> elements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment