From e0f55f374caa90ab946bd48bdf8770d51930047b Mon Sep 17 00:00:00 2001 From: leo60228 Date: Mon, 8 Jun 2020 18:12:20 -0400 Subject: Add emojis:generate_borders Rake task (#13773) * Add emojis:generate_borders Rake task * Address review * Border all dark emoji * Combine stroke with filter to reduce artifacting * Cleanup Camera with Flash * Add stroke-linejoin="round" The previous filter and tweaks were effectively a poor imitation of it. There are no artifacts for any dark emoji now! * Set stroke-width using property This fixes old versions of Firefox. * Store emoji in string instead of array * Use separate arguments for each path segment * Remove "background: black;" --- public/emoji/26be_border.svg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/emoji/26be_border.svg (limited to 'public/emoji/26be_border.svg') diff --git a/public/emoji/26be_border.svg b/public/emoji/26be_border.svg new file mode 100644 index 000000000..25954deac --- /dev/null +++ b/public/emoji/26be_border.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + -- cgit