hi all
i've new problem
i've two code
the one's to draw an Icon
an the other's to draw a circle
how to make it work together, the circle be a background of Icon
1.img = RendererIconFactory.createIcon(this.data.da...@nodeicon,32);
2.cc = RendererIconFactory.createIcon("primitive::circle",
this.data.da...@nodesize,
int(this.data.da...@nodecolor));
Thanks
cholid.r

