Add icons from Excalidraw libraries to diagrams. This script reads an icon JSON file from an Excalidraw library, transforms its coordinates to a target position, generates unique IDs, and adds it to ...
requires_geos_35 = pytest.mark.skipif(geos_version < (3, 5, 0), reason='GEOS >= 3.5.0 is required.') ...