From f70a29ca95108c94ea4cbd5eff65fb8e14247db6 Mon Sep 17 00:00:00 2001 From: Michael Reichert Date: Thu, 19 Sep 2019 21:24:54 +0200 Subject: [PATCH] remove clip-path CSS directive It had no effect except Inkscape returning with status code 1. --- hotosm2019/artwork/intro.svg | 8 -------- hotosm2019/artwork/outro.svg | 8 -------- hotosm2019/artwork/pause.svg | 8 -------- 3 files changed, 24 deletions(-) diff --git a/hotosm2019/artwork/intro.svg b/hotosm2019/artwork/intro.svg index 890e8bf..816c704 100644 --- a/hotosm2019/artwork/intro.svg +++ b/hotosm2019/artwork/intro.svg @@ -53,10 +53,6 @@ fill: #d73534; } - .g { - clip-path: url(#b); - } - .h { stroke: url(#c); } @@ -65,10 +61,6 @@ fill: #999696; } - .j { - clip-path: url(#e); - } - .k { fill: #333; } diff --git a/hotosm2019/artwork/outro.svg b/hotosm2019/artwork/outro.svg index 124e3a6..b4984ad 100644 --- a/hotosm2019/artwork/outro.svg +++ b/hotosm2019/artwork/outro.svg @@ -53,10 +53,6 @@ fill: #d73534; } - .g { - clip-path: url(#b); - } - .h { stroke: url(#c); } @@ -65,10 +61,6 @@ fill: #999696; } - .j { - clip-path: url(#e); - } - .k { fill: #333; } diff --git a/hotosm2019/artwork/pause.svg b/hotosm2019/artwork/pause.svg index a04d7d7..0005464 100644 --- a/hotosm2019/artwork/pause.svg +++ b/hotosm2019/artwork/pause.svg @@ -53,10 +53,6 @@ fill: #d73534; } - .g { - clip-path: url(#b); - } - .h { stroke: url(#c); } @@ -65,10 +61,6 @@ fill: #999696; } - .j { - clip-path: url(#e); - } - .k { fill: #333; }