Module vector_image

Module vector_image 

Source
Expand description

Vector image is used to create images, that consists from a fixed set of basic primitives, such as lines, triangles, rectangles, etc. It could be used to create simple images that can be infinitely scaled without aliasing issues. See VectorImage docs for more info and usage examples.

Structs§

VectorImage
Vector image is used to create images, that consists from a fixed set of basic primitives, such as lines, triangles, rectangles, etc. It could be used to create simple images that can be infinitely scaled without aliasing issues.
VectorImageBuilder
Vector image builder creates VectorImage instances and adds them to the user interface.

Enums§

Primitive
Primitive is a simplest shape, that consists of one or multiple lines of the same thickness.