We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36aea94 commit 06135f8Copy full SHA for 06135f8
scripts/JSRootPainter.v6.js
@@ -3809,7 +3809,7 @@
3809
//rrr.setSize(sz.width, sz.height);
3810
//rrr.render(main.scene, main.camera);
3811
3812
- main.insert("g",".primitives_layer") // create special group
+ elem.insert("g",".primitives_layer") // create special group
3813
.attr("class","temp_saveaspng")
3814
.attr("transform", "translate(" + sz.x + "," + sz.y + ")")
3815
.node().appendChild(svg3d); // add code
0 commit comments