![]() |
microvg
2.0.0
microvg
|
MicroVG library low level API: implementation of path. More...
#include "microvg_configuration.h"
Go to the source code of this file.
MicroVG library low level API: implementation of path.
This implementation uses a 32-bit "integer" value to store a path command and a 32-bit "float" value to store each command parameter.
The encoding can be overrided, see "[optional]: weak functions" in "microvg_path.h"
Definition in file LLVG_PATH_impl.c.