Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

How to add svg element into a certain position #117

Description

@daphna-kaplan

I am new to dealing with creating dynamic svg files so maybe it's obvious.
I have different drawings that I add paths to by:

dwg = svgwrite.Drawing(filename=save_path)
dwg.viewbox(width=view_width, height=view_height)
path = svgwrite.path.Path(p)
dwg.add(path)

I now need to "merge" the different drawing into one, where they are stacked one on top of the other (in the Y axis)
I can't find the right way to do so.

Any help is appreciated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions