* Add TensorFlow
* fix(2003bc4
): make W3C validator happier
Objection your Honor!
The offset attribute[^1] has an initial value and should not be required[^2];
but this (seems) to be SVG 2 and the W3C Validator goes up to SVG 1.1
(and the SVG 2 namespace is shared with the previous versions [^3]).
[^1]: https://svgwg.org/svg2-draft/pservers.html#StopElementOffsetAttribute
[^2]: https://www.w3.org/TR/SVG2/types.html#definitions
[^3]: https://www.w3.org/TR/SVG2/struct.html#Namespace
* Update README
---------
Co-authored-by: Terence Eden <edent@users.noreply.github.com>
11 lines
435 B
XML
11 lines
435 B
XML
<svg xmlns="http://www.w3.org/2000/svg"
|
|
aria-label="TensorFlow" role="img"
|
|
viewBox="0 0 512 512"><defs><linearGradient id="g"><stop
|
|
offset="0"
|
|
stop-color="#ff7200"/><stop
|
|
stop-color="#ffa200"
|
|
offset="1"/></linearGradient></defs><path
|
|
d="m0 0H512V512H0"
|
|
fill="#fff"/><path
|
|
fill="url(#g)"
|
|
d="M248.64 64 84.44 157.7v85l98.68-57V409.95l65.52 38V64Zm14.73 0V448l65.29-38V302l49.5 28.61v-73.9l-49.2-28.1V185.7l98.7 57v-85L263.36 64Z"/></svg> |