Yes IE uses vml, all other browsers support SVG for graphics. So since it is a vml related error, it will only occur in IE7/8 (IE9 adds svg support i believe).
if you
alert(dojox.gfx.renderer);
it will tell you vml or svg (and provides a handy switch case for dealing with ie7/8 issues