Path: blob/main/tests/netedit/elements/shapes/poly/load/id/additionals.add.xml
169779 views
<additionals>12<!-- Without errors -->3<poly id="poly_0" color="green" fill="0" layer="0.00" shape="-50.00,40.00 -40.00,40.00 -40.00,30.00 -50.00,30.00 -50.00,40.00"/>45<!-- non valid ID (missing) -->6<poly color="green" fill="0" layer="0.00" shape="-30.00,40.00 -20.00,40.00 -20.00,30.00 -30.00,30.00 -30.00,40.00"/>78<!-- non valid ID (invalid) -->9<poly id="%%%%;;$$$%" color="green" fill="0" layer="0.00" shape="-30.00,40.00 -20.00,40.00 -20.00,30.00 -30.00,30.00 -30.00,40.00"/>1011<!-- non valid ID (duplicated) -->12<poly id="poly_0" color="green" fill="0" layer="0.00" shape="-30.00,40.00 -20.00,40.00 -20.00,30.00 -30.00,30.00 -30.00,40.00"/>1314<!-- valid ID -->15<poly id="poly_1" color="green" fill="0" layer="0.00" shape="-30.00,40.00 -20.00,40.00 -20.00,30.00 -30.00,30.00 -30.00,40.00"/>1617</additionals>181920