svg_stack icon indicating copy to clipboard operation
svg_stack copied to clipboard

concatenate SVG files

Results 6 svg_stack issues
Sort by recently updated
recently updated
newest added

``` Traceback (most recent call last): File "/home/user/code/svg_stack/./svg_stack.py", line 28, in from six import string_types ModuleNotFoundError: No module named 'six' ```

There's not enough in the README to get started using the Python layout features. For instance, combing/concatenating layouts. In the CLI usage, you can definitely do ``` svg_stack.py --direction=h margin=0...

Rather than concatenating different .svg files like in the example. I would like to insert .svg files into a larger main figure. For that purpose, I have used the `addSVGNoLayout()`...

Hi, I run into the following error when I want to concatenate a bunch of svg files as follows svg_stack.py --direction=v --margin=100 Figure\ S1.svg Figure\ S2.svg Figure\ S3.svg Figure\ S4.svg...

exception content : `Traceback (most recent call last): File "/dat/svgStack/svg_stack.py", line 713, in main() File "/dat/svgStack/svg_stack.py", line 706, in main layout.addSVG(fname,alignment=AlignCenter) File "/dat/svgStack/svg_stack.py", line 632, in addSVG svg_file = SVGFile(svg_file)...

I'm running into scaling issues using svg_stack which seem to be caused by the change from 90dpi to 96dpi as the default for svg files. I have a python3 script...