This commit is contained in:
Yann Esposito (Yogsototh) 2012-12-07 23:50:13 +01:00
parent 032da3c24a
commit 09f811d367
2 changed files with 3 additions and 3 deletions

View file

@ -3,8 +3,8 @@ z1=(gu,0);
drawState(z0,"A");
drawState(z1,"B");
drawEdgeAngle(z1,z0,"f",-35);
drawEdge(z0,z1,"g");
drawEdgeAngle(z1,z0,"h",35);
drawEdgeAngle(z0,z1,"f",35);
drawEdge(z1,z0,"g");
drawEdgeAngle(z0,z1,"h",-35);
drawEdge(z0,z0,"id_A");
drawEdge(z1,z1,"id_B");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 KiB

After

Width:  |  Height:  |  Size: 292 KiB