Go to the documentation of this file.
16 #ifndef _RL_SVG_ANIMATOR_
17 #define _RL_SVG_ANIMATOR_
31 rlSvgPosition(
float sx_init,
float a_init,
float x0_init,
float y0_init,
float cx_init,
float cy_init);
35 void setInit(
float x0_init,
float y0_init,
float w_init,
float h_init);
36 void move(
float x,
float y);
68 int svgPrintf(
const char *objectname,
const char *tag,
const char *format, ...);
70 int svgRecursivePrintf(
const char *objectname,
const char *tag,
const char *format, ...);
72 int svgSearchAndReplace(
const char *objectname,
const char *tag,
const char *before,
const char *after);
76 int svgTextPrintf(
const char *objectname,
const char *format, ...);
90 int show(
const char *objectname,
int state);
92 int setMatrix(
const char *objectname,
float sx,
float alpha,
float x0,
float y0,
float cx,
float cy);
101 int setXY0(
float x0,
float y0);
131 int tcpsend(
const char *buf,
int len);