MerrimanInd/drawpyo

Convinience function to add ParsedDiagram to Page

Open

#120 geöffnet am 28. Dez. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (49 Forks)auto 404
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (410 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Currently the user has to add edges and objects to a page themselves after importing a diagram from drawio-file.

It would be helpful to be able to do this process by calling parsed_diagram_instance.add_to(page, offset, ...).

This would help to simplify user scripts and avoid redundant code on their end.

Contributor Guide