mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
plutovg is a standalone 2D vector graphics library providing path filling and stroking, gradients and text rendering. It is the renderer plutosvg is built on. Examples are not built: they are demo programs that are never installed. Signed-off-by: Alsey Coleman Miller <alseycmiller@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
8 lines
216 B
Plaintext
8 lines
216 B
Plaintext
config BR2_PACKAGE_PLUTOVG
|
|
bool "plutovg"
|
|
help
|
|
plutovg is a standalone 2D vector graphics library, providing
|
|
path filling and stroking, gradients, and text rendering.
|
|
|
|
https://github.com/sammycage/plutovg
|