kinimesi
kinimesi
## About ## Description of changes ## Pre-Merge checklist - [x] The project was correctly built with `npm run build:all`. - [ ] If there was any conflict, it was...
Set opacity attribute of images. Right now, the opacity is always `1` in converted SVG files, try the following: ```js ctx.globalAlpha = 0.5; var img = new Image(); img.src =...
Reproduce: Assume **B** is a compartment which is the child of another compartment **A**. - collapse compartment *B* - hide compartment *A* - save the graph - load it back...
Reproduce: - select a compartment and hide it - export it as plain SBGNML - load it back into newt Edges in the previously hidden compartment are not saved or...
Reproduce: - collapse a compartment - export it as CellDesigner file - load it into CellDesigner The children of previously collapsed compartment are shown in the CellDesigner, but the compartment...