Skip to content

Instantly share code, notes, and snippets.

View rleddy's full-sized avatar

Richard Leddy rleddy

View GitHub Profile
@rleddy
rleddy / form-icecream.svg
Last active August 28, 2016 23:42
This is a further development of the previous gists. The date picker is improved a little. Also, you can select a window and load a colorful pure SVG form into the window. It has check boxes and radio buttons. An editable field has been borrowed and integrated.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rleddy
rleddy / index.html
Last active August 17, 2016 03:40
This is a date range picker done totally in SVG. This is known to work in Google Chrome at this time.
<!DOCTYPE html>
<meta charset="utf-8">
<style>
path {
pointer-events: all;
fill: none;
stroke: #666;
stroke-opacity: 0.2;
<!DOCTYPE html>
<meta charset="utf-8">
// d3 example by Richard Leddy (c) 2016
<style>
path {
pointer-events: all;
fill: none;