Skip to content

Instantly share code, notes, and snippets.

View bhousel's full-sized avatar

Bryan Housel bhousel

View GitHub Profile
@bhousel
bhousel / index.html
Last active November 30, 2015 22:29 — forked from tmcw/index.html
SVG Performance with paths and rounded coordinates
<!DOCTYPE html>
<meta charset="utf-8">
<title>SVG Swarm</title>
<style>
svg {
position: absolute;
top: 0;
}
@bhousel
bhousel / index.html
Last active November 30, 2015 22:29 — forked from tmcw/index.html
SVG Performance with paths and rounded but long coordinates
<!DOCTYPE html>
<meta charset="utf-8">
<title>SVG Swarm</title>
<style>
svg {
position: absolute;
top: 0;
}
@bhousel
bhousel / index.html
Last active November 30, 2015 22:30 — forked from tmcw/index.html
SVG Performance with paths and unrounded coordinates
<!DOCTYPE html>
<meta charset="utf-8">
<title>SVG Swarm</title>
<style>
svg {
position: absolute;
top: 0;
}