Path: blob/main/tests/netedit/elements/shapes/poly/load/shape/additionals.add.xml
169780 views
<additionals>1<!-- non valid shape (missing) -->2<poly id="poly_01" color="green" fill="1" layer="0.00"/>34<!-- non valid shape (dummy) -->5<poly id="poly_02" color="green" fill="1" layer="0.00" shape="dummyShape"/>67<!-- non valid valid shape (duplicated points)-->8<poly id="poly_03" color="green" fill="1" layer="0.00" 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"/>910<!-- valid valid shape (only 1 point)-->11<poly id="poly_04" color="green" fill="1" layer="0.00" shape="40.00,-40.00"/>1213<!-- valid valid shape 3 points, area 0-->14<poly id="poly_05" color="green" fill="1" layer="0.00" shape="-70.00,40.00 -60.00,40.00 -70.00,40.00 -60.00,40.00"/>1516<!-- valid shape (only 2 points)-->17<poly id="poly_06" color="green" fill="1" layer="0.00" shape="-70.00,20.00 -60.00,20.00"/>1819<!-- valid shape (duplicated with poly_0 shape) -->20<poly id="poly_07" color="green" fill="1" layer="0.00" shape="-50.00,40.00 -40.00,40.00 -40.00,30.00 -50.00,30.00 -50.00,40.00"/>2122</additionals>232425