Hi,
I had to do the similar update with a stereotyped use case and the above shapescript is not suitable so I ended up writing the following:
decoration composite
{
orientation="SE";
ellipse(-110,-30,-53,5); //left,top,right,bottom
ellipse(-23,-30,39,5);
moveto(-53,-15);
lineto(-23,-15);
}