Skip to content

Update _svg.py to solve issue 378

Per issue 378, get_unique_id() will get stuck in an infinite loop if the document has too many elements. This modifies the default value of size to scale logarithmically with the number of elements.

Merge request reports