An open API service indexing awesome lists of open source software.

https://github.com/xyproto/tinysvg

:triangular_ruler: Package for generating TinySVG images
https://github.com/xyproto/tinysvg

generate svg tinysvg xml

Last synced: about 1 year ago
JSON representation

:triangular_ruler: Package for generating TinySVG images

Awesome Lists containing this project

README

          

# tinysvg ![Build](https://github.com/xyproto/tinysvg/workflows/Build/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/xyproto/tinysvg)](https://goreportcard.com/report/github.com/xyproto/tinysvg) [![GoDoc](https://godoc.org/github.com/xyproto/tinysvg?status.svg)](https://godoc.org/github.com/xyproto/tinysvg)

Construct SVG documents and images using Go.

This package mainly uses `[]byte` slices instead of strings, and does not indent the generated SVG data, for performance and compactness.

## General info

* Version: 1.1.1
* Author: Alexander F. Rødseth <xyproto@archlinux.org>
* License: BSD-3