Skip to content

Instantly share code, notes, and snippets.

View jeffpflueger's full-sized avatar

Jeff Pflueger jeffpflueger

View GitHub Profile
@jeffpflueger
jeffpflueger / index.html
Created October 10, 2011 16:31
Experiment 1 with d3 and svgweb
<!DOCTYPE html>
<html>
<head>
<!-- SVG web to turn svg into flash for IE
This might not be working on bl.ocks.org for the following reasons:
1) MIME types not added to the bl.ocks.org webserver:
AddType text/x-component htc
AddType application/x-shockwave-flash swf
AddType image/svg+xml svg
@jeffpflueger
jeffpflueger / index.html
Created October 10, 2011 15:48
Experiments with d3 and svgweb
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?1.27.2"></script>
<style type="text/css">
path {
fill: none;
stroke: #000;
stroke-width: 7px;