26 const char *
const p =
agget(g,
"aspect");
28 if (!p || sscanf(p,
"%lf,%d", &(
double){0}, &(int){0}) <= 0) {
31 agwarningf(
"the aspect attribute has been disabled due to implementation "
32 "flaws - attribute ignored.\n");
void setAspect(Agraph_t *g)
char * agget(void *obj, char *name)
void agwarningf(const char *fmt,...)