Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/shapes/poly/load/id/additionals.add.xml
169779 views
1
<additionals>
2
3
<!-- Without errors -->
4
<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"/>
5
6
<!-- non valid ID (missing) -->
7
<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"/>
8
9
<!-- non valid ID (invalid) -->
10
<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"/>
11
12
<!-- non valid ID (duplicated) -->
13
<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"/>
14
15
<!-- valid ID -->
16
<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"/>
17
18
</additionals>
19
20