From d49fd32b0fd26d8065008107916dcffa3e4c1875 Mon Sep 17 00:00:00 2001 From: Joschi Kuphal Date: Wed, 18 Jun 2014 20:22:44 +0200 Subject: [PATCH] Added new HTML output format for rendering an inline SVG HTML implementation (#1) --- tmpl/sprite.html | 111 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 1 deletion(-) mode change 120000 => 100644 tmpl/sprite.html diff --git a/tmpl/sprite.html b/tmpl/sprite.html deleted file mode 120000 index b35fbb7..0000000 --- a/tmpl/sprite.html +++ /dev/null @@ -1 +0,0 @@ -../../svg-sprite/tmpl/sprite.html \ No newline at end of file diff --git a/tmpl/sprite.html b/tmpl/sprite.html new file mode 100644 index 0000000..f79bd6e --- /dev/null +++ b/tmpl/sprite.html @@ -0,0 +1,110 @@ + + + + + + + SVG sprite preview | svg-sprite + + + + + + + + + + +{{> inline}} + + +
+

SVG sprite preview

+

This preview features two methods of using the generated sprite in conjunction with inline SVG. Please have a look at the HTML source for further details and be aware of the following constraints:

+ +
+
+ + +

A) Inline SVG with embedded sprite

+ + + + +

B) Inline SVG with external sprite (IE 9-11 with polyfill only)

+ + +
+ + +