SVGlike
SVGlike is a vector graphics markup language designed to describe two-dimensional vector imagery in a compact, human-readable form. It is inspired by the SVG standard but emphasizes simplicity and performance for embedded systems and real-time rendering. SVGlike documents define scenes as a hierarchical set of elements that describe shapes, styles, transformations, and animations.
Core elements include shapes such as rectangles, circles, ellipses, lines, polylines, polygons, and paths; container groups;
SVGlike also defines a compact binary encoding (.svglb) to reduce file size and improve parsing speed in
Compared with SVG, SVGlike aims for a smaller feature surface, faster parsing, and closer integration with rendering