The "*-score" label generator
Omni-score is an exploration on the powers and limits of SVG by hand-crafted, programmatically manipulated, SVG document trees.
Ok, it's an online tool to generate rating labels inspired by the (in)famous Nutri-Score nutritional rating system.
With Omni-score you can:
- Customize the label caption
- Customize a caption (one-char at most, any Unicode char is ok 😃) and color for each grade
- Your customized label can be saved and/or shared simply by bookmarking or sharing the page url
- A gallery of pre-made templates is available
If and when I come back to code these would be the next features to be added:
- Downloading generated labels as SVG files
- Support for more than five grades in a label
You can share your custom *-score by opening an issue, to be considered for inclusion in the gallery section.
Of course you are welcome to open an issue to signal bugs, suggestions and especially glitches in the generated SVG.
Highlights:
- Score labels are generated starting from a
template
containung the minimal SVG label structure, and then dynamically updated according to configuration. - Configuration is stored and retrieved on the
location.hash