我正在做一个从AngularJS到Angular8的迁移项目// get the pattern from SVG document and set the stroke color文件中获取一个pattern元素,并向其添加一个fill颜色,然后将其应用于已单击的DOM元素: <pattern id="striped" <rect width=&
现在做一个在处理程序试图使目标形状可移动的过程中。HandleMouseDown(event) foo = new dojox.gfx.Moveable(event.target);然而,我一直得到"this.shape.connect不是一个函数“,我认为这是因为event.target是一个svg而不是一个gfx