You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A device file MUST include at least a layer named "Device".
The "Device" layer of the device file MAY include one or more svg:path or svg:polygon elements.
The device file MAY include a layer named "Connections" containing ONLY zero or more svg:line or svg:path elements. The two end-points of each svg:line element in the "Connections" layer MUST overlap two distinctsvg:path or svg:polygon elements in the "Device" layer, indicating that the two corresponding elements are "connected".
Two distinctsvg:path or svg:polygon elements in the "Device" layer are connected iff it is possible for a droplet to move between the respective electrodes on a fabricated DMF chip.
Layers and groups in the device file MUST NOT include a transform attribute.
All svg:path elements MUST use absolute (i.e., upper-case) commands.
Notes
To ensure requirement (4) is met, see the instructions in the User-guide.