* some basic tests

* corrected svg which didn't pass tests

* Updated apple_music.svg

* corrected offset=0

* updated README.md
This commit is contained in:
Jonathan
2020-11-08 12:42:38 +01:00
committed by GitHub
parent d93875eb31
commit 0f21dd68a1
13 changed files with 963 additions and 19 deletions

View File

@@ -1,6 +1,5 @@
<!DOCTYPE a[<!ENTITY z "linearGradient"><!ENTITY y "<stop offset='1'/>"><!ENTITY x "M199 359V199q0-9 10-11l138-28q11-2 12 10v122q0 15-45 20c-57 9-48 105 30 79 30-11 35-40 35-69V88s0-20-17-15l-170 35s-13 2-13 18v203q0 15-45 20c-57 9-48 105 30 79 30-11 35-40 35-69">]>
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Apple Music" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%" fill="#fff"/><style>stop:last-child{stop-color:#fff;stop-opacity:0}</style><linearGradient id="d" x1=".78" x2=".29" y1=".92" y2=".6"><stop stop-color="#39f"/>&y;</linearGradient><linearGradient id="e" x1=".75" x2=".93" y1=".16" y2=".59"><stop stop-color="#f66"/>&y;</linearGradient><path fill="#96f" d="&x;"/><path fill="url(#d)" d="&x;"/><path fill="url(#e)" d="&x;"/></svg>
rx="15%" fill="url(#g)"/><linearGradient id="g" x1=".5" y1=".99" x2=".5" y2=".02"><stop offset="0" stop-color="#FA233B"/><stop offset="1" stop-color="#FB5C74"/></linearGradient><path fill="#fff" d="M199 359V199q0-9 10-11l138-28q11-2 12 10v122q0 15-45 20c-57 9-48 105 30 79 30-11 35-40 35-69V88s0-20-17-15l-170 35s-13 2-13 18v203q0 15-45 20c-57 9-48 105 30 79 30-11 35-40 35-69"/></svg>

Before

Width:  |  Height:  |  Size: 780 B

After

Width:  |  Height:  |  Size: 515 B