fontico 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -2
- data/lib/fontico/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e650a7b2e4dd27bd57a0318811c9e5557b229c7b21151fd40b670f6d513532b1
|
|
4
|
+
data.tar.gz: 0a59aa8f304d339c3d5a151c3359473c585ef1c9fe438252d24147a19462c937
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07f21c106e47d7dbc23e73a0c8d091d7b9284bc6a32b0d2fde04a7fef5fc9d11e3b650a9e223dfd204214511d35ae454ffa67602e2e0e48426295456cd72d682
|
|
7
|
+
data.tar.gz: fccdc71296e585a335f9a7539234ced2cf6fe1e8f51721aa288825cb840e9a3866db1e31cd1c947e2293383828068dcd112263d31cfeffbfa2548c04e1be913a
|
data/README.md
CHANGED
|
@@ -34,6 +34,7 @@ icons:
|
|
|
34
34
|
menu: lucide/menu # -> icon("nav.menu")
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
+
Like pokemon, you gotta catch 'em all.
|
|
37
38
|
Any of [Iconify's 200k+ icons](https://icon-sets.iconify.design/) work as a
|
|
38
39
|
provider prefix. Your own SVGs go in `app/assets/icons/`, filename as slug.
|
|
39
40
|
|
|
@@ -95,7 +96,7 @@ First-party exports are not uniform the way vendor icons are, so everything
|
|
|
95
96
|
entering `app/assets/icons/` is normalised first:
|
|
96
97
|
|
|
97
98
|
| | |
|
|
98
|
-
|
|
99
|
+
| --- | --- |
|
|
99
100
|
| Editor chrome | `sodipodi:`, `inkscape:`, `<metadata>`, RDF, empty `<defs>` stripped |
|
|
100
101
|
| Ids | rewritten to `slug__id`, with `url(#…)`, `href`, `clip-path`, `mask` following |
|
|
101
102
|
| viewBox | any source box refitted into the target, centred, aspect preserved |
|
|
@@ -184,7 +185,7 @@ A font glyph is filled contours; it has no strokes and no colour. Each icon
|
|
|
184
185
|
takes one of three routes:
|
|
185
186
|
|
|
186
187
|
| | |
|
|
187
|
-
|
|
188
|
+
| --- | --- |
|
|
188
189
|
| **filled** | used as-is — Material Symbols, most Iconify sets, flat first-party exports |
|
|
189
190
|
| **extracted** | stroke-based, but the provider ships a font whose glyphs are already expanded — lifted from there, losslessly (Lucide) |
|
|
190
191
|
| **refused** | stroke-based with no provider font — the build stops and names the icon |
|
data/lib/fontico/version.rb
CHANGED