答案 0 :(得分:0)
尝试使用clipPath选项。
bb.generate({
...,
clipPath: false
});
编辑:
onafterinit
选项,它将按预期工作。onafterinit: function() {
this.mainArea.node().parentNode
.setAttribute("clip-path",
this.getClipPath.bind({config:{clipPath:true}})(this.clipId)
);
}