Skip to content

Instantly share code, notes, and snippets.

@djtriptych
djtriptych / README.md
Last active August 29, 2015 14:11 — forked from mbostock/.block

On hover, these arcs extend outward slightly and darken. Increasing the outer radius of the hovered arc temporarily exaggerates its area, but is useful for emphasis.

Note that the padding between adjacent arcs remains constant when arcs extend or contract. This is achieved by specifying an explicit arc.padRadius that is the same for all arcs, rather than relying on the default behavior which depends on the arc’s inner and outer radii.

@djtriptych
djtriptych / splice.xml
Created March 29, 2012 22:00 — forked from anonymous/splice.xml
Splicer job
<job>
<!-- The source URL for the PDF -->
<source href="http://1ticket.com/viewpdf2.asp?bypassid=%7BA0ECAFB4-B1DF-4DE7-BB96-DABA1C91BDCC%7D" />
<!-- The callback URL to call when the job is complete -->
<option name="callback" value="http://1ticket.com/callback.asp" />
<!-- When true ignore case when searching for matches -->
<option name="ignorecase" value="true" />
<!-- When false, allow substring matches -->
<option name="exact" value="false" />
<!-- A list of zero or more splices -->