MerrimanInd/drawpyo
Ver no GitHubConvinience function to add ParsedDiagram to Page
Open
#120 aberto em 28 de dez. de 2025
enhancementgood first issuehelp wanted
Métricas do repositório
- Stars
- (410 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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.