Skip to content

Instantly share code, notes, and snippets.

View alexmwalker's full-sized avatar

Alex alexmwalker

View GitHub Profile
@croxton
croxton / circle.svg
Last active September 10, 2024 05:57
Passing parameters to a SVG when used as an object, while still being able to use as an image.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@alexmwalker
alexmwalker / dabblet.css
Created April 19, 2012 00:59
Click scoring for PONG
/**
* Click scoring for PONG
*/
body{overflow:hidden;
font-family:'Arial Narrow', sans-serif;
background:#000;
margin:0;
padding:0;
color:#0f0;