From 56087543c807e24ff7d3fd2d7b38050ae4bbb598 Mon Sep 17 00:00:00 2001 From: kumavis Date: Tue, 28 Jun 2016 13:03:16 -0700 Subject: [PATCH] clean - remove svg notifications doc --- svg-notifications.md | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 svg-notifications.md diff --git a/svg-notifications.md b/svg-notifications.md deleted file mode 100644 index 577e7d07c..000000000 --- a/svg-notifications.md +++ /dev/null @@ -1,38 +0,0 @@ -Chrome notifications allow you to show an SVG image via a data-uri - -Taking advantage of this might allow us to show nicely formatted notifications - -build a template using pure svg: - -```svg - - - - Domain: https://boardroom.to - From: 0xabcdef - To: 0xfedcba - Value: 1.025 Ether - Gas: 0.025 Ether - - -``` - -generate uri -`'data:image/svg+xml;charset=utf-8,'+encodeURIComponent(svgSrc)` - -or svg-embedded html: - -```svg - - - - -
- The quick brown fox jumps over the lazy dog. - Pack my box with five dozen liquor jugs -
- -
-
-```