svg_rect_new
if (!(td_ctx.cpu_sw_rect = svg_rect_new("generic")))
if (!(td_ctx.thread_rect = svg_rect_new("thread")))
if (!(td_ctx.inactive_rect = svg_rect_new("inactive")))
struct svg_rect *svg_rect_new(const char *);