调整中央隔离带渲染错误
This commit is contained in:
parent
21605c8bbd
commit
57538774fe
@ -1555,7 +1555,7 @@
|
||||
|
||||
<!-- 物理车道数 -->
|
||||
<m v="OMDB_PHY_LANENUM">
|
||||
<text use="road" size="10" ></text>
|
||||
<text use="road" size="12" ></text>
|
||||
</m>
|
||||
|
||||
<!-- 车信 -->
|
||||
@ -1626,22 +1626,40 @@
|
||||
<!-- 中央隔离带 -->
|
||||
<m v="OMDB_LINK_MEDIAN">
|
||||
<m k="medianSurface" v="0">
|
||||
<area use="obj-area" hasDirect="true" stroke="#00ffdd" stroke-width="1" ></area>
|
||||
<line stroke="#889b86" width="0.5"/>
|
||||
<!--
|
||||
<area use="obj-area" hasDirect="true" stroke="#00000000" stroke-width="1" src="assets:omdb/icon_2071_0.svg"></area>
|
||||
-->
|
||||
</m>
|
||||
<m k="medianSurface" v="1">
|
||||
<area use="obj-area" hasDirect="true" stroke="#00ffdd" stroke-width="1" ></area>
|
||||
<line stroke="#45aa04" width="0.5"/>
|
||||
<!--
|
||||
<area use="obj-area" hasDirect="true" stroke="#00000000" stroke-width="1" src="assets:omdb/icon_2071_1.svg"></area>
|
||||
-->
|
||||
</m>
|
||||
<m k="medianSurface" v="2">
|
||||
<area use="obj-area" hasDirect="true" stroke="#00ffdd" stroke-width="1" ></area>
|
||||
<line stroke="#134c05" width="0.5"/>
|
||||
<!--
|
||||
<area use="obj-area" hasDirect="true" stroke="#00000000" stroke-width="1" src="assets:omdb/icon_2071_2.svg"></area>
|
||||
-->
|
||||
</m>
|
||||
<m k="medianSurface" v="3">
|
||||
<area use="obj-area" hasDirect="true" stroke="#00ffdd" stroke-width="1" ></area>
|
||||
<line stroke="#889b86" width="0.5"/>
|
||||
<!--
|
||||
<area use="obj-area" hasDirect="true" stroke="#ffffff" stroke-width="1" src="assets:omdb/icon_2071_0.svg"></area>
|
||||
-->
|
||||
</m>
|
||||
<m k="medianSurface" v="4">
|
||||
<area use="obj-area" hasDirect="true" stroke="#00ffdd" stroke-width="1" ></area>
|
||||
<line stroke="#45aa04" width="0.5"/>
|
||||
<!--
|
||||
<area use="obj-area" hasDirect="true" stroke="#ffffff" stroke-width="1" src="assets:omdb/icon_2071_1.svg"></area>
|
||||
-->
|
||||
</m>
|
||||
<m k="medianSurface" v="5">
|
||||
<area use="obj-area" hasDirect="true" stroke="#00ffdd" stroke-width="1" ></area>
|
||||
<line stroke="#134c05" width="0.5"/>
|
||||
<!--
|
||||
<area use="obj-area" hasDirect="true" stroke="#ffffff" stroke-width="1" src="assets:omdb/icon_2071_2.svg"></area>
|
||||
-->
|
||||
</m>
|
||||
</m>
|
||||
|
||||
|
@ -1 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><defs><style>.d{fill:#45aa04;stroke-width:0px;}</style></defs><g id="c"><rect class="d" width="18" height="18"/></g></svg>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="b" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
||||
<defs>
|
||||
<style>.d{fill:#45aa04;stroke-width:0px;}</style>
|
||||
</defs>
|
||||
<g id="c">
|
||||
<rect class="d" width="18" height="18" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 291 B |
@ -1 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><defs><style>.d{fill:#134c05;stroke-width:0px;}</style></defs><g id="c"><rect class="d" width="18" height="18"/></g></svg>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="b" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
||||
<defs>
|
||||
<style>.d{fill:#134c05;stroke-width:0px;}</style>
|
||||
</defs>
|
||||
<g id="c">
|
||||
<rect class="d" width="18" height="18" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 291 B |
Loading…
x
Reference in New Issue
Block a user