Path: blob/main/tests/netedit/elements/shapes/jupedsim/obstacle/load/shape/additionals.add.xml
169781 views
<additionals>12<!-- non valid shape (missing) -->3<poly id="jps.obstacle_0" type="jupedsim.obstacle" />45<!-- non valid shape (dummy) -->6<poly id="jps.obstacle_1" type="jupedsim.obstacle" shape="dummyShape"/>78<!-- non valid valid shape (duplicated points)-->9<poly id="jps.obstacle_2" type="jupedsim.obstacle" shape="10.00,-40.00 20.00,-40.00 20.00,-50.00 20.00,-50.00 10.00,-50.00 10.00,-50.00 10.00,-40.00"/>1011<!-- valid valid shape (only 1 point)-->12<poly id="jps.obstacle_3" type="jupedsim.obstacle" shape="40.00,-40.00"/>1314<!-- valid valid shape 3 points, area 0-->15<poly id="jps.obstacle_4" type="jupedsim.obstacle" shape="-70.00,40.00 -60.00,40.00 -70.00,40.00 -60.00,40.00"/>1617<!-- valid shape (only 2 points)-->18<poly id="jps.obstacle_5" type="jupedsim.obstacle" shape="-70.00,20.00 -60.00,20.00"/>1920<!-- valid shape (duplicated with poly_0 shape) -->21<poly id="jps.obstacle_6" type="jupedsim.obstacle" shape="-50.00,40.00 -40.00,40.00 -40.00,30.00 -50.00,30.00 -50.00,40.00"/>2223</additionals>242526