Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/shapes/poly/load/linewidth/additionals.add.xml
169776 views
1
<additionals>
2
3
<!-- non valid lineWidth (missing) -->
4
<poly id="poly_0" color="green" fill="1" shape="-50.00,20.00 -40.00,20.00 -40.00,10.00 -50.00,10.00 -50.00,20.00"/>
5
6
<!-- non valid lineWidth (dummy) -->
7
<poly id="poly_1" color="green" fill="1" lineWidth="dummyLineWidth" shape="-50.00,0.00 -40.00,0.00 -40.00,-10.00 -50.00,-10.00 -50.00,0.00"/>
8
9
<!-- non valid lineWidth (negative) -->
10
<poly id="poly_2" color="green" fill="1" lineWidth="-3" shape="-50.00,-20.00 -40.00,-20.00 -40.00,-30.00 -50.00,-30.00 -50.00,-20.00"/>
11
12
<!-- valid lineWidth -->
13
<poly id="poly_3" color="green" fill="1" lineWidth="2.5" shape="-50.00,-20.00 -40.00,-20.00 -40.00,-30.00 -50.00,-30.00 -50.00,-20.00"/>
14
15
</additionals>
16
17