From 4b3b8bd49bcf307fea05178e751b643d85ff4b56 Mon Sep 17 00:00:00 2001 From: Konstantin Molchanov Date: Tue, 22 Mar 2016 10:58:35 +0300 Subject: [PATCH 1/2] Attempt to add logo to flat-square template I'm really not sure this would work, I just copied a code chunk from flat. --- templates/flat-square-template.svg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/flat-square-template.svg b/templates/flat-square-template.svg index dc10083..b5ee24f 100644 --- a/templates/flat-square-template.svg +++ b/templates/flat-square-template.svg @@ -4,7 +4,12 @@ - {{=it.escapeXml(it.text[0])}} + {{?it.logo}} + + {{?}} + {{=it.escapeXml(it.text[0])}} + {{=it.escapeXml(it.text[0])}} + {{=it.escapeXml(it.text[1])}} {{=it.escapeXml(it.text[1])}} From 51021679b08048eca74acbc32ea30ed0f81fd897 Mon Sep 17 00:00:00 2001 From: Konstantin Molchanov Date: Tue, 19 Apr 2016 13:14:54 +0400 Subject: [PATCH 2/2] Template: Flat Square: Shadows removed, xlink namespace declaration added. --- templates/flat-square-template.svg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/flat-square-template.svg b/templates/flat-square-template.svg index b5ee24f..87d37ee 100644 --- a/templates/flat-square-template.svg +++ b/templates/flat-square-template.svg @@ -1,4 +1,4 @@ - + @@ -7,9 +7,7 @@ {{?it.logo}} {{?}} - {{=it.escapeXml(it.text[0])}} {{=it.escapeXml(it.text[0])}} - {{=it.escapeXml(it.text[1])}} {{=it.escapeXml(it.text[1])}}