-
Notifications
You must be signed in to change notification settings - Fork 13
MicroDrop v2.0 device format
WIP Write description of MicroDrop v2.0 device file format.
Requirement levels in this document are defined according to International Engineering Task Force RFC 2119.
-
A device file MUST be a valid Inkscape Scalable Vector Graphic file.
-
A device file MUST include at least a layer named
"Device". -
The "Device" layer of the device file MAY include one or more
svg:pathorsvg:polygonelements. -
The device file MAY include a layer named
"Connections"containing ONLY zero or moresvg:lineorsvg:pathelements. The two end-points of eachsvg:lineelement in the "Connections" layer MUST overlap two distinctsvg:pathorsvg:polygonelements in the "Device" layer, indicating that the two corresponding elements are "connected". -
Two distinct
svg:pathorsvg:polygonelements 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
transformattribute. -
All
svg:pathelements MUST use absolute (i.e., upper-case) commands.
To ensure requirement (4) is met, see the instructions in the User-guide.