add geometry tests

This commit is contained in:
Alexey Fedoseev
2024-04-25 10:54:23 +03:00
parent d4d7872713
commit cab6585b01
24 changed files with 87 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ int main(int argc, char** argv)
d.new_state_machine("G0", "SM2");
} catch (const Cyberiada::ParametersException&){
}
d.new_state_machine("SM2");
d.new_state_machine("SM2", Rect(1, 2, 300, 40));
try {
cout << d << endl;
d.save(string(argv[0]) + ".graphml", formatCyberiada10);