Add tensorflow (#892)

* 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>
This commit is contained in:
Romain Dartigues
2025-07-02 15:18:09 +02:00
committed by GitHub
parent b4079008b0
commit 18eea1a8a7
6 changed files with 69 additions and 55 deletions

View File

@@ -0,0 +1 @@
<svg id="Artwork" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 266.79 269.02"><defs><style>.cls-1{fill:none;}.cls-2{clip-path:url(#clip-path);}.cls-3{fill:url(#linear-gradient);}.cls-4{clip-path:url(#clip-path-2);}.cls-5{fill:url(#linear-gradient-2);}</style><clipPath id="clip-path"><polygon class="cls-1" points="200.76 95.86 136.29 59.02 136.29 210 162.05 195.04 162.05 152.57 181.5 163.82 181.39 134.77 162.05 123.72 162.05 106.85 200.85 129.27 200.76 95.86"/></clipPath><linearGradient id="linear-gradient" x1="60.08" y1="134.33" x2="218.39" y2="134.33" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff6f00"/><stop offset="1" stop-color="#ffa800"/></linearGradient><clipPath id="clip-path-2"><polygon class="cls-1" points="66.03 95.86 130.5 59.02 130.5 210 104.74 195.04 104.74 106.85 65.94 129.27 66.03 95.86"/></clipPath><linearGradient id="linear-gradient-2" x1="59" y1="134.33" x2="217.32" y2="134.33" xlink:href="#linear-gradient"/></defs><title>FullColorPrimary Icon</title><g class="cls-2"><rect class="cls-3" x="60.08" y="58.47" width="158.31" height="151.72"/></g><g class="cls-4"><rect class="cls-5" x="59" y="58.47" width="158.31" height="151.72"/></g></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB