deterministicIds property

bool deterministicIds

This option controls if the generated ids of nodes in the SVG are generated randomly or based on a seed. If set to false, the IDs are generated based on the current date and thus are not deterministic. This is the default behaviour. Notes: This matters if your files are checked into sourcecontrol e.g. git and should not change unless content is changed.

Implementation

external bool get deterministicIds;
void deterministicIds=(bool v)

Implementation

external set deterministicIds(bool v);