Skip to content

Instantly share code, notes, and snippets.

View AmeliaBR's full-sized avatar

Amelia Bellamy-Royds AmeliaBR

View GitHub Profile
@AmeliaBR
AmeliaBR / index.html
Created July 10, 2016 00:58 — forked from anonymous/index.html
SVG shadow tree event listener test // source http://jsbin.com/dubazuzoke
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>SVG shadow tree event listener test</title>
</head>
<body>
<svg>
<circle id="c" cx="50" cy="50" r="40" />