MerrimanInd/drawpyo

Convinience function to add ParsedDiagram to Page

Open

#120 aperta il 28 dic 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (49 fork)auto 404
enhancementgood first issuehelp wanted

Metriche repository

Star
 (410 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor