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;"
This commit is contained in:
leo60228 2020-06-08 18:12:20 -04:00 committed by GitHub
parent c66403b257
commit e0f55f374c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
114 changed files with 1667 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 40 40">
<g>
<path d="M24.187 9.657l5.658-5.654L32 6.16l-5.658 5.655z" stroke="white" stroke-linejoin="round" stroke-width="4px"/>
<circle cx="14" cy="22" r="14" stroke="white" stroke-linejoin="round" stroke-width="4px"/>
<path d="M19 11.342l5.658-5.657 5.657 5.658L24.657 17z" stroke="white" stroke-linejoin="round" stroke-width="4px"/>
<circle cx="32" cy="4" r="4" stroke="white" stroke-linejoin="round" stroke-width="4px"/>
<circle cx="32" cy="4" r="2" stroke="white" stroke-linejoin="round" stroke-width="4px"/>
</g>
<path fill="#CCD6DD" d="M24.187 9.657l5.658-5.654L32 6.16l-5.658 5.655z"/>
<circle fill="#31373D" cx="14" cy="22" r="14"/>
<path fill="#31373D" d="M19 11.342l5.658-5.657 5.657 5.658L24.657 17z"/>
<circle fill="#F18F26" cx="32" cy="4" r="4"/>
<circle fill="#FDCB58" cx="32" cy="4" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 926 B