fix: 修改电子眼图标渲染

This commit is contained in:
xiaoyan 2023-08-23 14:45:05 +08:00
parent e30e824a1b
commit b05c1f9038
8 changed files with 16 additions and 5 deletions

View File

@ -333,7 +333,7 @@
"k": "geometry",
"v": "~",
"klib": "geometry",
"vlib": "generateDirectReferenceLine(3)"
"vlib": "generateDirectReferenceLine('',3)"
},
{
"k": "geometry",

View File

@ -2294,11 +2294,14 @@
<!--电子眼-->
<m v="OMDB_ELECTRONICEYE">
<caption dy="-30" fill="#0000FF" k="name" priority="0" size="12"
stroke="#ffffff" stroke-width="1.0"></caption>
<m k="eleceyeId">
<caption dy="-30" fill="#0000FF" k="name" priority="0" size="12"
stroke="#ffffff" stroke-width="1.0"></caption>
<symbol repeat="false" src="assets:omdb/4010/icon_electroniceye_4010.svg" symbol-height="24" symbol-width="24"></symbol>
</m>
<m k="type" v="angle">
<symbol repeat="false" repeat-gap="2000" repeat-start="0" rotate="true"
src="assets:omdb/icon_4010.svg" symbol-height="24" symbol-width="18"></symbol>
src="assets:omdb/4010/right.svg" symbol-height="24" symbol-width="24"></symbol>
</m>
<m k="type" v="s_2_e">
<line use="s2e" />

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" width="32mm" height="32mm" viewBox="0 0 90.7 90.7"><defs><style>.d{fill:#ca171d;stroke:#8b1c21;stroke-miterlimit:10;}.e{fill:#d7e2e3;opacity:0;}</style></defs><g id="c"><g><rect class="e" width="90.7" height="90.7"/><path class="d" d="M52.4,75.2l-7.3,14.6c-.2,.3-.6,.5-.9,.3-.1,0-.2-.2-.3-.3l-7.3-14.6c-.2-.3,0-.8,.3-.9,.2,0,.4,0,.5,0l7.1,2.5,7.1-2.5c.4-.1,.8,0,.9,.4,0,.2,0,.4,0,.5Z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 485 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" width="32mm" height="32mm" viewBox="0 0 90.7 90.7"><defs><style>.d{fill:#ca171d;stroke:#8b1c21;stroke-miterlimit:10;}.e{fill:#d7e2e3;opacity:0;}</style></defs><g id="c"><g><rect class="e" width="90.7" height="90.7"/><path class="d" d="M17.4,54.1l-14.6-7.3c-.3-.2-.5-.6-.3-.9,0-.1,.2-.2,.3-.3l14.6-7.3c.3-.2,.8,0,.9,.3,0,.2,0,.4,0,.5l-2.5,7.1,2.5,7.1c.1,.4,0,.8-.4,.9-.2,0-.4,0-.5,0Z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 484 B

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" width="32mm" height="32mm" viewBox="0 0 90.7 90.7"><defs><style>.d{fill:#ca171d;stroke:#8b1c21;stroke-miterlimit:10;}.e{fill:#d7e2e3;opacity:0;}</style></defs><g id="c"><g><rect class="e" width="90.7" height="90.7"/><path class="d" d="M73.3,39.5l14.6,7.3c.3,.2,.5,.6,.3,.9,0,.1-.2,.2-.3,.3l-14.6,7.3c-.3,.2-.8,0-.9-.3,0-.2,0-.4,0-.5l2.5-7.1-2.5-7.1c-.1-.4,0-.8,.4-.9,.2,0,.4,0,.5,0Z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 484 B

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" width="32mm" height="32mm" viewBox="0 0 90.7 90.7"><defs><style>.d{fill:#ca171d;stroke:#8b1c21;stroke-miterlimit:10;}.e{fill:#d7e2e3;opacity:0;}</style></defs><g id="c"><g><rect class="e" width="90.7" height="90.7"/><path class="d" d="M37.7,19.2l7.3-14.6c.2-.3,.6-.5,.9-.3,.1,0,.2,.2,.3,.3l7.3,14.6c.2,.3,0,.8-.3,.9-.2,0-.4,0-.5,0l-7.1-2.5-7.1,2.5c-.4,.1-.8,0-.9-.4,0-.2,0-.4,0-.5Z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 483 B

2
vtm

@ -1 +1 @@
Subproject commit f9efeaf09d3d912e2e21c7ebf8a6ad043c16f80c
Subproject commit c6a242fab870bc5b1b0e62856afc6350abe5ff3c