Но я нашел способ рисовать векторную графику, используя flash, поверх html
air.Shape = window.runtime.flash.display.Shape;
this.shape = new air.Shape();
this.shape = new air.Shape();
this.shape.graphics.lineStyle(1,0);
this.shape.graphics.drawCircle(0,0,200);
this.shape.graphics.endFill();
window.nativeWindow.stage.addChild(this.shape);