From a310df91e14bf8e6638ba2a20b0070879e3504dd Mon Sep 17 00:00:00 2001 From: qiji4215 <qiji4215@navinfo.com> Date: Tue, 22 Aug 2023 11:19:45 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=93=81=E8=B7=AF?= =?UTF-8?q?=E9=81=93=E5=8F=A3=E6=B8=B2=E6=9F=93=E4=B8=9A=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/assets/omdb_config.json | 23 +++++++++++-- .../com/navinfo/omqs/db/ImportOMDBHelper.kt | 30 ++++++++++++++++ .../src/main/assets/editormarker.xml | 34 ++++++++----------- .../src/main/assets/omdb/icon_1007_0.svg | 1 + .../collect/library/enums/DataCodeEnum.kt | 3 ++ 5 files changed, 68 insertions(+), 23 deletions(-) create mode 100644 collect-library/src/main/assets/omdb/icon_1007_0.svg diff --git a/app/src/main/assets/omdb_config.json b/app/src/main/assets/omdb_config.json index 09cfbb01..f255bebc 100644 --- a/app/src/main/assets/omdb_config.json +++ b/app/src/main/assets/omdb_config.json @@ -2,12 +2,28 @@ { "tableGroupName": "普通图层", "tableMap" : { + "1007": { + "table": "OMDB_NODE_FORM", + "code": 1007, + "name": "点形态", + "zoomMin": 15, + "zoomMax": 20, + "checkLinkId": false + }, + "1007_PA": { + "table": "OMDB_NODE_PA", + "code": 1007, + "name": "点形态PA", + "zoomMin": 15, + "zoomMax": 20, + "checkLinkId": false + }, "1012": { "table": "OMDB_CHECKPOINT", "code": 1012, "name": "检查点", "zoomMin": 15, - "zoomMax": 19 + "zoomMax": 20 }, "2001": { "table": "OMDB_RD_LINK", @@ -141,7 +157,8 @@ "code": 3016, "name": "停止位置", "zoomMin": 18, - "zoomMax": 20 + "zoomMax": 20, + "checkLinkId": false }, "4001": { "table": "OMDB_INTERSECTION", @@ -359,7 +376,7 @@ "code": 2004, "name": "道路属性", "zoomMin": 15, - "zoomMax": 19, + "zoomMax": 20, "transformer": [ { "k": "geometry", diff --git a/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt b/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt index e54d170f..f163c774 100644 --- a/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt +++ b/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt @@ -390,6 +390,36 @@ class ImportOMDBHelper @AssistedInject constructor( } } } + }else if(renderEntity.table == DataCodeEnum.OMDB_NODE_FORM.name){//特殊处理,因为code相同,使用表名判断 + //过滤不需要渲染的要素 + var formOfWay = renderEntity.properties["formOfWay"] + if(formOfWay!=null&&formOfWay=="30"){ + renderEntity.enable=2 + }else{ + Log.e("qj","过滤不显示数据${renderEntity.table}") + continue + } + }else if(renderEntity.table == DataCodeEnum.OMDB_NODE_PA.name){//特殊处理,因为code相同,使用表名判断 + //过滤不需要渲染的要素 + var attributeType = renderEntity.properties["attributeType"] + if(attributeType!=null&&attributeType=="30"){ + renderEntity.enable=2 + }else{ + Log.e("qj","过滤不显示数据${renderEntity.table}") + continue + } + }else if(renderEntity.code == DataCodeEnum.OMDB_OBJECT_STOPLOCATION.code){ + //过滤不需要渲染的要素 + var locationType = renderEntity.properties["locationType"] + if(locationType!=null){ + when (locationType) { + "3","4"->{ + renderEntity.enable=0 + Log.e("qj","过滤不显示数据${renderEntity.table}") + continue + } + } + } } listResult.add(renderEntity) diff --git a/collect-library/src/main/assets/editormarker.xml b/collect-library/src/main/assets/editormarker.xml index d571b5e0..bba9dfa9 100644 --- a/collect-library/src/main/assets/editormarker.xml +++ b/collect-library/src/main/assets/editormarker.xml @@ -1987,12 +1987,23 @@ </m> <!-- 检查点 --> - <m v="OMDB_CHECKPOINT"> + <m v="OMDB_NODE_FORM"> <symbol src="assets:omdb/icon_1012_0.svg" symbol-height="56" symbol-width="56"></symbol> </m> + <!-- 铁路路口 --> + <m v="OMDB_NODE_FORM"> + <symbol src="assets:omdb/icon_1007_0.svg" symbol-height="56" + symbol-width="56"></symbol> + </m> + <!-- 铁路路口 --> + <m v="OMDB_NODE_PA"> + <symbol src="assets:omdb/icon_1007_0.svg" symbol-height="56" + symbol-width="56"></symbol> + </m> + <!-- 道路边界类型 --> <m v="OMDB_RDBOUND_BOUNDARYTYPE"> <outline-layer id="boundaryType" stroke="#8e44ad" width="0.1" /> @@ -2193,10 +2204,10 @@ <m k="locationType" v="1"> <m k="color" v="1"> - <line stroke="#ffffff" use="boundaryType" width="0.1"/> + <line stroke="#ffffff" repeat-start="2" use="boundaryType" width="0.1"/> </m> <m k="color" v="9"> - <line stroke="#eccc68" use="boundaryType" width="0.1"/> + <line stroke="#eccc68" repeat-start="2" use="boundaryType" width="0.1"/> </m> </m> @@ -2208,23 +2219,6 @@ <symbol repeat="true" repeat-gap="1" repeat-start="2" src="assets:omdb/icon_3016_1.svg" symbol-width="5" symbol-height="24"></symbol> </m> </m> - <!--虚线不做渲染--> -<!-- <m k="locationType" v="3"> - <m k="color" v="1"> - <symbol repeat="true" repeat-gap="4" repeat-start="0" src="assets:omdb/icon_2013_3.svg" symbol-width="10" symbol-height="4"></symbol> - </m> - <m k="color" v="9"> - <symbol repeat="true" repeat-gap="4" repeat-start="0" src="assets:omdb/icon_2013_3.svg" symbol-width="10" symbol-height="4"></symbol> - </m> - </m> - <m k="locationType" v="4"> - <m k="color" v="1"> - <line dasharray="1,1,1,1" repeat-start="0" stroke="#ffffff" width="0.1"/> - </m> - <m k="color" v="9"> - <line dasharray="1,1,1,1" repeat-start="0" stroke="#eccc68" width="0.1"/> - </m> - </m>--> </m> <!--常规点限速--> diff --git a/collect-library/src/main/assets/omdb/icon_1007_0.svg b/collect-library/src/main/assets/omdb/icon_1007_0.svg new file mode 100644 index 00000000..37555e34 --- /dev/null +++ b/collect-library/src/main/assets/omdb/icon_1007_0.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" width="124.7" height="124.7" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 124.7 124.7"><defs><style>.h{fill:url(#f);}.i{fill:#eb0c00;}.j{fill:#fff;}.k,.l{fill:#535a60;}.m{fill:#262d34;isolation:isolate;opacity:.2;}.n{fill:url(#g);stroke:#8b9fae;stroke-miterlimit:10;stroke-width:1px;}.l{opacity:0;}</style><linearGradient id="f" x1="60.1" y1="50.7" x2="64.9" y2="50.7" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#989898"/><stop offset="0" stop-color="#a3a3a3"/><stop offset=".1" stop-color="#c4c5c5"/><stop offset=".2" stop-color="#d8d9d9"/><stop offset=".3" stop-color="#e0e1e1"/><stop offset=".4" stop-color="#dbdcdc"/><stop offset=".5" stop-color="#cccece"/><stop offset=".6" stop-color="#b5b6b7"/><stop offset=".7" stop-color="#949697"/><stop offset=".8" stop-color="#6a6c6f"/><stop offset=".8" stop-color="#3f4246"/><stop offset="1" stop-color="#404247"/><stop offset="1" stop-color="#43434a"/></linearGradient><linearGradient id="g" x1="-33" y1="219.1" x2="13.4" y2="219.1" gradientTransform="translate(-144.3 -36.2) rotate(-76.1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#afbacb"/><stop offset=".1" stop-color="#c1ccda"/><stop offset=".4" stop-color="#d9e6f0"/><stop offset=".5" stop-color="#e3f0f8"/><stop offset=".6" stop-color="#dde9f2"/><stop offset=".8" stop-color="#ccd8e4"/><stop offset="1" stop-color="#b1bbcc"/><stop offset="1" stop-color="#aeb8c9"/></linearGradient></defs><g id="c"><rect class="l" width="124.7" height="124.7"/><g><ellipse id="d" class="m" cx="62.4" cy="62.1" rx="14.4" ry="3.7"/><ellipse id="e" class="k" cx="62.4" cy="62.1" rx="7.5" ry="3"/><path class="h" d="M62.4,38.6h0c1.4,0,2.6,1.2,2.6,2.6v19.2c0,1.4-1.1,2.5-2.5,2.5h-.3c-1.4,0-2.5-1.1-2.5-2.5v-19.3c0-1.4,1.2-2.6,2.6-2.6Z"/><g><path class="n" d="M64.8,2.6l22.1,36.4c1.1,1.9-.2,4.3-2.4,4.3H40.3c-2.2,0-3.6-2.4-2.4-4.3L59.9,2.6c1.1-1.8,3.7-1.8,4.8,0Z"/><g><path class="j" d="M40.4,41.7c-.3,0-.4-.2-.5-.3,0-.1-.1-.4,0-.6L61.8,5.9c.1-.2,.3-.3,.5-.3s.4,0,.5,.3l21.8,34.9c.2,.2,0,.5,0,.6,0,.1-.2,.3-.5,.3H40.4Z"/><path class="i" d="M62.3,9.4l18.8,30.1H43.4L62.3,9.4m0-6c-.9,0-1.8,.4-2.4,1.3l-21.8,34.9c-1.2,1.9,.2,4.3,2.4,4.3h43.7c2.2,0,3.6-2.5,2.4-4.3L64.7,4.8c-.6-.9-1.5-1.3-2.4-1.3h0Z"/></g></g><g><circle cx="57" cy="36.7" r="1.3"/><circle cx="61.6" cy="36.7" r="1.3"/><circle cx="66.4" cy="36.7" r="1.3"/><path d="M65.4,20c-.3,0-.6,0-.9,.2-.4-.6-1-1-1.8-1s-1.5,.4-1.8,1.1c-.2,0-.4,0-.6,0-1.8,0-3.2,1.4-3.2,3.2s0,.8,.2,1.2c-.1,0-.3,0-.4,0-.8,0-1.4,.6-1.4,1.4s0,.2,0,.3c-.4,.1-.7,.5-.7,1s.5,1,1,1,1-.4,1-.9c0,0,0,0,0,0,.4,0,.8-.2,1.1-.5,.2,.5,.7,.9,1.4,.9s1.3-.5,1.4-1.1c1.3-.2,2.4-1.3,2.6-2.6,.4,.6,1.2,1,2,1,1.3,0,2.4-1.1,2.4-2.4,0-1.3-1.1-2.4-2.4-2.4Z"/><path d="M53.8,30.3s-.3,1.4-.3,2.5,.3,2.6,.3,2.6h-.4v.8h2.1v-1.1h12.4v1.1h3.4v-1.2h-.5v-5h.5v-.7h-5.2v1h-1.2v-.3c0-.4-.3-.7-.7-.7s-.7,.3-.7,.7v.3h-1.8c0-.4-.3-.7-.7-.7s-.7,.3-.7,.7h-3.9v-1.6h-1.7v1.6"/></g></g></g></svg> \ No newline at end of file diff --git a/collect-library/src/main/java/com/navinfo/collect/library/enums/DataCodeEnum.kt b/collect-library/src/main/java/com/navinfo/collect/library/enums/DataCodeEnum.kt index 539457f9..26e298de 100644 --- a/collect-library/src/main/java/com/navinfo/collect/library/enums/DataCodeEnum.kt +++ b/collect-library/src/main/java/com/navinfo/collect/library/enums/DataCodeEnum.kt @@ -4,6 +4,8 @@ package com.navinfo.collect.library.enums * 要素枚举定义 * */ enum class DataCodeEnum(var tableName: String, var code: String) { + OMDB_NODE_FORM("点形态", "1007"), + OMDB_NODE_PA("点形态PA", "1007"), OMDB_CHECKPOINT("检查点", "1012"), OMDB_RD_LINK("道路线", "2001"), OMDB_RD_LINK_FUNCTION_CLASS("道路功能等级", "2002"), @@ -53,6 +55,7 @@ enum class DataCodeEnum(var tableName: String, var code: String) { OMDB_LINK_FORM2_11("风景路线", "2206-11"), OMDB_LINK_FORM2_12("车辆测试路段", "2206-12"), OMDB_LINK_FORM2_13("驾照考试路段", "2206-13"), + OMDB_OBJECT_STOPLOCATION("停止位置", "3016"), OMDB_INTERSECTION("路口", "4001"), OMDB_SPEEDLIMIT("常规点限速", "4002"), OMDB_SPEEDLIMIT_COND("条件点限速", "4003"), From b3bb83032b4746337e32ab0a5f5e57bc68f815af Mon Sep 17 00:00:00 2001 From: xiaoyan <xiaoyan159@163.com> Date: Tue, 22 Aug 2023 13:54:14 +0800 Subject: [PATCH 2/8] =?UTF-8?q?fix:=20omdb=5Fconfig=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=BC=95=E5=85=A53D=20Z=E8=BD=B4=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8F=82=E6=95=B0=EF=BC=8C=E9=BB=98=E8=AE=A4=E4=B8=8D?= =?UTF-8?q?=E5=BC=95=E5=85=A5=EF=BC=8C=E5=A6=82=E6=9E=9C=E5=BC=95=E5=85=A5?= =?UTF-8?q?=EF=BC=8C=E6=95=B0=E6=8D=AE=E6=8C=89=E7=85=A73D=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/assets/omdb_config.json | 33 +++++++++++++++++++ .../com/navinfo/omqs/bean/ImportConfig.kt | 1 + .../com/navinfo/omqs/db/ImportOMDBHelper.kt | 24 ++++++++++++-- .../library/data/entity/RenderEntity.kt | 3 +- .../library/map/source/OMDBDataDecoder.java | 2 +- .../map/source/OMDBReferenceDecoder.java | 2 +- 6 files changed, 58 insertions(+), 7 deletions(-) diff --git a/app/src/main/assets/omdb_config.json b/app/src/main/assets/omdb_config.json index 5a0c499c..a44618ba 100644 --- a/app/src/main/assets/omdb_config.json +++ b/app/src/main/assets/omdb_config.json @@ -129,6 +129,39 @@ "zoomMax": 20, "transformer2Code": "" }, + "3005":{ + "table": "OMDB_TRAFFIC_SIGN", + "code": 3005, + "name": "交通标牌", + "is3D": true, + "transformer": [ + { + "k": "geometry", + "v": "~", + "klib": "geometry", + "vlib": "normalizationTrafficSignHeight()" + },{ + "k": "geometry", + "v": "~", + "klib": "geometry", + "vlib": "generateDirectReferenceLine('', 0.2)" + } + ] + }, + "3006":{ + "table": "OMDB_POLE", + "code": 3006, + "name": "杆状物", + "is3D": true, + "transformer": [ + { + "k": "geometry", + "v": "~", + "klib": "geometry", + "vlib": "normalizationPoleHeight()" + } + ] + }, "3012":{ "table": "OMDB_FILL_AREA", "code": 3012, diff --git a/app/src/main/java/com/navinfo/omqs/bean/ImportConfig.kt b/app/src/main/java/com/navinfo/omqs/bean/ImportConfig.kt index e58488f2..43adbc9f 100644 --- a/app/src/main/java/com/navinfo/omqs/bean/ImportConfig.kt +++ b/app/src/main/java/com/navinfo/omqs/bean/ImportConfig.kt @@ -125,6 +125,7 @@ class TableInfo { val name: String = "" var checked : Boolean = true var transformer: MutableList<Transform> = mutableListOf() + var is3D : Boolean = false // 是否支持3D,默认情况下都不支持3D,在数据导入阶段会自动抹去Z轴高程信息 } class Transform { diff --git a/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt b/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt index 3460f39c..c098506e 100644 --- a/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt +++ b/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt @@ -12,6 +12,7 @@ import com.google.gson.reflect.TypeToken import com.navinfo.collect.library.data.entity.RenderEntity import com.navinfo.collect.library.data.entity.TaskBean import com.navinfo.collect.library.enums.DataCodeEnum +import com.navinfo.collect.library.utils.GeometryTools import com.navinfo.omqs.Constant import com.navinfo.omqs.bean.ImportConfig import com.navinfo.omqs.db.deep.LinkList @@ -23,6 +24,7 @@ import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.flow.flow import kotlinx.coroutines.withContext +import org.locationtech.jts.geom.Geometry import org.spatialite.database.SQLiteDatabase import java.io.File import javax.inject.Inject @@ -173,8 +175,6 @@ class ImportOMDBHelper @AssistedInject constructor( .toMutableMap() map["qi_table"] = currentConfig.table map["qi_name"] = currentConfig.name - map["qi_code"] = - if (currentConfig.code == 0) currentConfig.code else currentEntry.key map["qi_code"] = if (currentConfig.code == 0) currentConfig.code else currentEntry.key map["qi_zoomMin"] = currentConfig.zoomMin map["qi_zoomMax"] = currentConfig.zoomMax @@ -189,8 +189,26 @@ class ImportOMDBHelper @AssistedInject constructor( renderEntity.zoomMin = map["qi_zoomMin"].toString().toInt() renderEntity.zoomMax = map["qi_zoomMax"].toString().toInt() - // 其他数据插入到Properties中 renderEntity.geometry = map["geometry"].toString() + // 其他数据插入到Properties中 + if (!currentConfig.is3D) { // 如果是非3d要素,则自动将Z轴坐标全部置为0 + val coordinates = renderEntity.wkt?.coordinates?.map { + coordinate -> coordinate.z = 0.0 + coordinate + }?.toTypedArray() + var newGeometry: Geometry? = null + if (renderEntity.wkt?.geometryType == Geometry.TYPENAME_POINT) { + newGeometry = GeometryTools.createPoint(coordinates!![0].x, coordinates!![0].y) + } else if (renderEntity.wkt?.geometryType == Geometry.TYPENAME_LINESTRING) { + newGeometry = GeometryTools.createLineString(coordinates) + } else if (renderEntity.wkt?.geometryType == Geometry.TYPENAME_POLYGON) { + newGeometry = GeometryTools.createLineString(coordinates) + } + if (newGeometry!=null) { + renderEntity.geometry = newGeometry.toString() + } + } + for ((key, value) in map) { when (value) { is String -> renderEntity.properties.put(key, value) diff --git a/collect-library/src/main/java/com/navinfo/collect/library/data/entity/RenderEntity.kt b/collect-library/src/main/java/com/navinfo/collect/library/data/entity/RenderEntity.kt index df1dc506..c389d360 100644 --- a/collect-library/src/main/java/com/navinfo/collect/library/data/entity/RenderEntity.kt +++ b/collect-library/src/main/java/com/navinfo/collect/library/data/entity/RenderEntity.kt @@ -25,8 +25,7 @@ open class RenderEntity() : RealmObject(), Parcelable { lateinit var name: String //要素名 lateinit var table: String //要素表名 var code: String = "0" // 要素编码 - var geometry: String = - "" // 要素渲染参考的geometry,该数据可能会在导入预处理环节被修改,原始geometry会保存在properties的geometry字段下 + var geometry: String = "" // 要素渲染参考的geometry,该数据可能会在导入预处理环节被修改,原始geometry会保存在properties的geometry字段下 get() { wkt = GeometryTools.createGeometry(field) return field diff --git a/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBDataDecoder.java b/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBDataDecoder.java index 08146a9b..892764bb 100644 --- a/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBDataDecoder.java +++ b/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBDataDecoder.java @@ -146,7 +146,7 @@ public class OMDBDataDecoder extends TileDecoder { for (int i = 0; i < length; i++) { // double z = longitudeToX(MercatorProjection.pixelXToLongitudeWithScale(MercatorProjection.metersToPixelsWithScale((float) coordinates[i].z, coordinates[i].y, mTileScale), mTileScale))* mTileScale/8; mMapElement.addPoint((float) ((longitudeToX(coordinates[i].x) - mTileX) * mTileScale), - (float) ((latitudeToY(coordinates[i].y) - mTileY) * mTileScale), 0); + (float) ((latitudeToY(coordinates[i].y) - mTileY) * mTileScale), (float) coordinates[i].z); } // int length = removeLast ? coordinates.length - 1 : coordinates.length; diff --git a/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBReferenceDecoder.java b/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBReferenceDecoder.java index cc4d43dd..9eedf666 100644 --- a/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBReferenceDecoder.java +++ b/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBReferenceDecoder.java @@ -143,7 +143,7 @@ public class OMDBReferenceDecoder extends TileDecoder { // 将Z坐标的米转换为屏幕像素坐标 // double z = longitudeToX(MercatorProjection.pixelXToLongitudeWithScale(MercatorProjection.metersToPixelsWithScale((float) coordinates[i].z, coordinates[i].y, mTileScale), mTileScale))* mTileScale/8; mMapElement.addPoint((float) ((longitudeToX(coordinates[i].x) - mTileX) * mTileScale), - (float) ((latitudeToY(coordinates[i].y) - mTileY) * mTileScale), 0); + (float) ((latitudeToY(coordinates[i].y) - mTileY) * mTileScale), (float) coordinates[i].z); } // int length = removeLast ? coordinates.length - 1 : coordinates.length; From 9ba310428f9e6f6fa1de448354c73f5bff7c4874 Mon Sep 17 00:00:00 2001 From: qiji4215 <qiji4215@navinfo.com> Date: Tue, 22 Aug 2023 17:44:37 +0800 Subject: [PATCH 3/8] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=81=93=E8=B7=AF?= =?UTF-8?q?=E6=96=BD=E5=B7=A5=E5=8F=8A=E8=BD=A6=E9=81=93=E6=96=BD=E5=B7=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/assets/omdb_config.json | 24 ++++++++++++++++ .../com/navinfo/omqs/db/ImportOMDBHelper.kt | 2 ++ .../src/main/assets/editormarker.xml | 28 ++++++++++++++++++- .../src/main/assets/omdb/icon_2017_0.svg | 1 + .../src/main/assets/omdb/icon_4023_0.svg | 1 + .../collect/library/enums/DataCodeEnum.kt | 7 +++-- vtm | 2 +- 7 files changed, 61 insertions(+), 4 deletions(-) create mode 100644 collect-library/src/main/assets/omdb/icon_2017_0.svg create mode 100644 collect-library/src/main/assets/omdb/icon_4023_0.svg diff --git a/app/src/main/assets/omdb_config.json b/app/src/main/assets/omdb_config.json index f255bebc..8c9c787d 100644 --- a/app/src/main/assets/omdb_config.json +++ b/app/src/main/assets/omdb_config.json @@ -88,6 +88,13 @@ } ] }, + "2017": { + "table": "OMDB_LINK_CONSTRUCTION", + "code": 2017, + "name": "道路施工", + "zoomMin": 15, + "zoomMax": 17 + }, "2019": { "table": "OMDB_LINK_SPEEDLIMIT", "code": 2019, @@ -122,6 +129,14 @@ "zoomMax": 20, "checkLinkId": false }, + "2090":{ + "table": "OMDB_LANE_CONSTRUCTION", + "code": 2090, + "name": "道路边界类型", + "zoomMin": 18, + "zoomMax": 20, + "checkLinkId": false + }, "2201":{ "table": "OMDB_BRIDGE", "code": 2201, @@ -319,6 +334,15 @@ "transformer": [ ] }, + "4023": { + "table": "OMDB_TOLLGATE", + "code": 4023, + "name": "收费站", + "zoomMin": 15, + "zoomMax": 20, + "transformer": [ + ] + }, "4601":{ "table": "OMDB_LANEINFO", "code": 4601, diff --git a/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt b/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt index f163c774..0259b13e 100644 --- a/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt +++ b/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt @@ -395,6 +395,7 @@ class ImportOMDBHelper @AssistedInject constructor( var formOfWay = renderEntity.properties["formOfWay"] if(formOfWay!=null&&formOfWay=="30"){ renderEntity.enable=2 + renderEntity.code = DataCodeEnum.OMDB_NODE_FORM.code }else{ Log.e("qj","过滤不显示数据${renderEntity.table}") continue @@ -404,6 +405,7 @@ class ImportOMDBHelper @AssistedInject constructor( var attributeType = renderEntity.properties["attributeType"] if(attributeType!=null&&attributeType=="30"){ renderEntity.enable=2 + renderEntity.code = DataCodeEnum.OMDB_NODE_PA.code }else{ Log.e("qj","过滤不显示数据${renderEntity.table}") continue diff --git a/collect-library/src/main/assets/editormarker.xml b/collect-library/src/main/assets/editormarker.xml index bba9dfa9..4780e800 100644 --- a/collect-library/src/main/assets/editormarker.xml +++ b/collect-library/src/main/assets/editormarker.xml @@ -2003,7 +2003,21 @@ <symbol src="assets:omdb/icon_1007_0.svg" symbol-height="56" symbol-width="56"></symbol> </m> - + <!-- 收费站 --> + <m v="OMDB_TOLLGATE"> + <m k="angle"> + <symbol repeat="false" repeat-start="0" rotate="false" + src="assets:omdb/icon_4023_0.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_arrow_right.svg" symbol-height="64" + symbol-width="64"></symbol> + </m> + <m k="type" v="s_2_e"> + <line use="s2e" /> + </m>--> + </m> <!-- 道路边界类型 --> <m v="OMDB_RDBOUND_BOUNDARYTYPE"> <outline-layer id="boundaryType" stroke="#8e44ad" width="0.1" /> @@ -2221,6 +2235,18 @@ </m> </m> + <!-- 道路施工 --> + <m v="OMDB_LINK_CONSTRUCTION"> + <line stroke="#FF0000" width="0.5" /> + <symbol repeat="true" repeat-start="0" repeat-gap="32" src="assets:omdb/icon_2017_0.svg"></symbol> + </m> + + <!-- 车道施工 --> + <m v="OMDB_LANE_CONSTRUCTION"> + <line stroke="#FF0000" width="0.5" /> + <symbol repeat="true" repeat-start="0" repeat-gap="32" src="assets:omdb/icon_2017_0.svg"></symbol> + </m> + <!--常规点限速--> <m v="OMDB_SPEEDLIMIT"> <m k="speedFlag" v="0"> diff --git a/collect-library/src/main/assets/omdb/icon_2017_0.svg b/collect-library/src/main/assets/omdb/icon_2017_0.svg new file mode 100644 index 00000000..819c9f5b --- /dev/null +++ b/collect-library/src/main/assets/omdb/icon_2017_0.svg @@ -0,0 +1 @@ +<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1692696109420" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11756" width="32" height="32" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M537.6 409.6a51.2 51.2 0 1 1-2.7904 102.3232c2.9952 3.3024 5.8368 7.04 8.5504 11.2128 2.0992 7.9104 4.224 16.384 6.3232 24.9856l4.7616 19.456c6.8608 27.904 13.7216 53.9136 20.5824 63.232 9.7024 13.184 16.4096 32.384 14.7456 46.5408l-0.6656 3.7376 52.8128 25.1392 3.5072-3.584c6.1696-3.1488 9.6256-6.2976 15.104-4.608l2.5088 1.024 14.08 7.168c7.04 0 7.04-3.584 7.04-10.7776-20.4288-31.2576 1.9712-69.248 35.328-68.4288l3.4048 0.2304 35.2-57.4464c9.984-13.568 16.7936-20.736 23.4496-6.3488l1.1776 2.7648L972.8 918.016 128 921.6l31.6672-57.4464 154.88-3.584c-6.8096-45.312 46.0288-188.672 84.5568-246.272l3.456-5.0176-28.16-53.8368c-7.04-14.336 0-28.7232 28.16-43.0848 21.12-10.752 42.24-21.5296 63.36-25.1136a88.9088 88.9088 0 0 1 28.2368 0.5888A51.2 51.2 0 0 1 537.6 409.6z m-40.0128 242.7648l17.6128 28.7232c10.5728 14.336 17.6128 32.3072 14.08 50.2528 0 51.5072-3.2256 103.0144-15.8208 123.1104l-1.792 2.5344h28.16v10.752h10.5728c-3.5072-14.336 3.5072-25.088 14.08-32.2816 14.08-3.584 17.6128-17.9712 17.6128-39.5008 31.6672-25.1136 56.32-35.8912 70.4-14.336 6.4-6.5536 12.8-7.1424 24.4736-4.5056l3.6608 0.896v-14.336l-28.16-17.9712c-6.2464 0-9.728-2.816-10.4192-8.4992l-0.128-2.2784v-10.752l-144.3072-71.808zM224.6912 97.28l2.9952 0.1792c16.0256 2.4064 28.16 22.3232 24.2944 42.24L120.32 829.5168c-3.84 19.9168-20.3776 33.9968-36.4032 32.0512-16.0512-1.9456-28.16-22.3232-24.32-42.24L191.2576 129.5104c3.8656-19.9168 20.4032-33.9968 36.4288-32.0512z m198.9888 576.6144c-19.3536 59.2384-44.6464 118.4768-73.1136 169.4208l-7.8592 13.6704 130.2528-3.584c-9.9072-30.2848-7.424-76.3648-4.1728-123.392l0.64-9.4464-45.7472-46.6688z m116.1472-68.1984c-3.2256 13.2608-15.488 29.568-14.592 37.632l0.512 1.8688 42.24 21.5296c-14.08-17.9456-21.12-39.4752-28.16-61.0304z m-91.52-71.7824c-24.6272 0-38.7072 10.752-17.5872 32.3072 0-10.752 7.04-25.1392 17.6128-32.3072zM658.0736 99.328c16.0256-1.3312 32.5632 8.448 36.4288 22.3744l91.0592 331.8784c3.8656 14.2336-8.2688 28.16-24.32 29.4912-16 1.3568-32.512-8.448-36.4032-22.3744L633.7792 128.8448c-3.8656-13.9008 6.3232-26.7776 24.2944-29.4912zM452.096 129.9968c16.0256 0 28.16 7.7824 28.16 19.9168v156.9024c0 9.728-12.1344 19.9168-28.16 19.9168-16.0256 0-28.16-7.7824-28.16-19.9168V149.9392c0-9.728 12.1344-19.9168 28.16-19.9168z" fill="#FF0000" p-id="11757" data-spm-anchor-id="a313x.search_index.0.i16.1f1e3a81TbBd6K" class=""></path></svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/icon_4023_0.svg b/collect-library/src/main/assets/omdb/icon_4023_0.svg new file mode 100644 index 00000000..d59830e7 --- /dev/null +++ b/collect-library/src/main/assets/omdb/icon_4023_0.svg @@ -0,0 +1 @@ +<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1692693298865" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10694" xmlns:xlink="http://www.w3.org/1999/xlink" width="56" height="56"><path d="M512 0c187.733333 0 341.333333 146.773333 341.333333 329.386667v11.946666c-3.413333 109.226667-66.56 230.4-168.96 354.986667-49.493333 58.026667-102.4 114.346667-160.426666 163.84l-11.946667 10.24-11.946667-10.24-15.36-13.653333c-51.2-46.08-100.693333-97.28-145.066666-150.186667C237.226667 571.733333 175.786667 448.853333 170.666667 341.333333v-11.946666C170.666667 150.186667 319.146667 3.413333 503.466667 0h8.533333z" fill="#2D54EC" p-id="10695"></path><path d="M609.28 455.68h29.013333c8.533333 0 10.24-6.826667 11.946667-15.36 0-6.826667-8.533333-13.653333-17.066667-13.653333h-11.946666c0-1.706667-1.706667-1.706667-3.413334-3.413334l-42.666666-39.253333c-1.706667-1.706667-5.12-5.12-5.12-3.413333-5.12-11.946667-18.773333-20.48-32.426667-20.48H477.866667c-20.48 0-23.893333 8.533333-23.893334 27.306666v83.626667h112.64V426.666667l25.6 18.773333 5.12 5.12c1.706667 3.413333 5.12 5.12 11.946667 5.12z m-95.573333-109.226667c25.6 0 47.786667-20.48 47.786666-44.373333 0-25.6-20.48-44.373333-47.786666-44.373333-25.6 0-47.786667 20.48-47.786667 44.373333 0 23.893333 20.48 44.373333 47.786667 44.373333z m107.52-112.64v46.08h18.773333V187.733333H375.466667v358.4h264.533333v-76.8h-18.773333v27.306667H413.013333V233.813333h208.213334z" fill="#FFFFFF" p-id="10696"></path><path d="M204.8 921.6a307.2 102.4 0 1 0 614.4 0 307.2 102.4 0 1 0-614.4 0Z" fill="#2D54EC" opacity=".366" p-id="10697"></path><path d="M409.6 921.6a102.4 34.133333 0 1 0 204.8 0 102.4 34.133333 0 1 0-204.8 0Z" fill="#2D54EC" p-id="10698"></path></svg> \ No newline at end of file diff --git a/collect-library/src/main/java/com/navinfo/collect/library/enums/DataCodeEnum.kt b/collect-library/src/main/java/com/navinfo/collect/library/enums/DataCodeEnum.kt index 26e298de..ad6c96bb 100644 --- a/collect-library/src/main/java/com/navinfo/collect/library/enums/DataCodeEnum.kt +++ b/collect-library/src/main/java/com/navinfo/collect/library/enums/DataCodeEnum.kt @@ -4,8 +4,8 @@ package com.navinfo.collect.library.enums * 要素枚举定义 * */ enum class DataCodeEnum(var tableName: String, var code: String) { - OMDB_NODE_FORM("点形态", "1007"), - OMDB_NODE_PA("点形态PA", "1007"), + OMDB_NODE_FORM("点形态", "1007-6"), + OMDB_NODE_PA("点形态PA", "1007-6"), OMDB_CHECKPOINT("检查点", "1012"), OMDB_RD_LINK("道路线", "2001"), OMDB_RD_LINK_FUNCTION_CLASS("道路功能等级", "2002"), @@ -18,6 +18,7 @@ enum class DataCodeEnum(var tableName: String, var code: String) { OMDB_LINK_DIRECT("道路方向", "2010"), OMDB_LINK_NAME("道路名", "2011"), OMDB_LANE_MARK_BOUNDARYTYPE("车道边界类型", "2013"), + OMDB_LINK_CONSTRUCTION("道路施工", "2017"), OMDB_LINK_SPEEDLIMIT("常规线限速", "2019"), OMDB_LINK_SPEEDLIMIT_COND("条件线限速", "2020"), OMDB_LINK_SPEEDLIMIT_VAR("可变线限速", "2021"), @@ -34,6 +35,7 @@ enum class DataCodeEnum(var tableName: String, var code: String) { OMDB_LANE_NUM("车道数", "2041"), OMDB_VIADUCT("高架", "2043"), OMDB_RDBOUND_BOUNDARYTYPE("道路边界类型", "2083"), + OMDB_LANE_CONSTRUCTION("车道施工", "2090"), OMDB_BRIDGE("桥", "2201"), OMDB_TUNNEL("隧道", "2202"), OMDB_ROUNDABOUT("环岛", "2204"), @@ -63,6 +65,7 @@ enum class DataCodeEnum(var tableName: String, var code: String) { OMDB_RESTRICTION("普通交限", "4006"), OMDB_ELECTRONICEYE("电子眼", "4010"), OMDB_TRAFFICLIGHT("交通灯", "4022"), + OMDB_TOLLGATE("收费站", "4023"), OMDB_LANEINFO("车信", "4601"), OMDB_LANE_LINK_LG("车道中心线", "5001"); diff --git a/vtm b/vtm index bd83adb7..ebe23ed7 160000 --- a/vtm +++ b/vtm @@ -1 +1 @@ -Subproject commit bd83adb7df464686b3f19e8a08aeef2cb49f5c17 +Subproject commit ebe23ed7731e301669b2b4ea03918e313a63617e From d05222e65f6ad1a612c8bbe8a818a09a9b27ce61 Mon Sep 17 00:00:00 2001 From: xiaoyan <xiaoyan159@163.com> Date: Wed, 23 Aug 2023 13:57:17 +0800 Subject: [PATCH 4/8] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0marker=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=8E=8B=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collect-library/resources/rendertheme.xsd | 2 ++ .../collect/library/map/cluster/ClusterMarkerRenderer.kt | 4 ++-- vtm | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/collect-library/resources/rendertheme.xsd b/collect-library/resources/rendertheme.xsd index 299bd87c..84aa0c05 100644 --- a/collect-library/resources/rendertheme.xsd +++ b/collect-library/resources/rendertheme.xsd @@ -254,6 +254,8 @@ <xs:attribute name="repeat-gap" default="200" type="xs:float" use="optional"/> <xs:attribute name="repeat-start" default="30" type="xs:float" use="optional"/> <xs:attribute name="rotate" default="true" type="xs:boolean" use="optional"/> + <!-- 设置是否支持图标压盖,如果为true,则同点位图标不避让,允许压盖,否则支持自动避让 --> + <xs:attribute name="gland" default="false" type="xs:boolean" use="optional"/> </xs:complexType> <xs:complexType name="extrusion"> diff --git a/collect-library/src/main/java/com/navinfo/collect/library/map/cluster/ClusterMarkerRenderer.kt b/collect-library/src/main/java/com/navinfo/collect/library/map/cluster/ClusterMarkerRenderer.kt index 878482ea..d9711c6b 100644 --- a/collect-library/src/main/java/com/navinfo/collect/library/map/cluster/ClusterMarkerRenderer.kt +++ b/collect-library/src/main/java/com/navinfo/collect/library/map/cluster/ClusterMarkerRenderer.kt @@ -317,7 +317,7 @@ open class ClusterMarkerRenderer : MarkerRenderer { // this item will act as a cluster, just use a proper bitmap // depending on cluster size, instead of its marker val bitmap = getClusterBitmap(it.clusterSize + 1) - s.set(it.x, it.y, bitmap, true) + s.set(it.x, it.y, bitmap, true, false) s.offset = PointF(0.5f, 0.5f) s.billboard = true // could be a parameter } else { @@ -325,7 +325,7 @@ open class ClusterMarkerRenderer : MarkerRenderer { var symbol: MarkerSymbol? = it.item.marker if (symbol == null) symbol = mDefaultMarker symbol?.let { symbol -> - s.set(it.x, it.y, symbol.bitmap, true) + s.set(it.x, it.y, symbol.bitmap, true, false) s.offset = symbol.hotspot s.billboard = symbol.isBillboard } diff --git a/vtm b/vtm index 33ba2c17..f9efeaf0 160000 --- a/vtm +++ b/vtm @@ -1 +1 @@ -Subproject commit 33ba2c17cea19d445f71d2e78fda6ad459aa4822 +Subproject commit f9efeaf09d3d912e2e21c7ebf8a6ad043c16f80c From 5614f513f7ad80fa43321902d1213e0b14c07465 Mon Sep 17 00:00:00 2001 From: qiji4215 <qiji4215@navinfo.com> Date: Wed, 23 Aug 2023 14:08:09 +0800 Subject: [PATCH 5/8] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=81=93=E8=B7=AF?= =?UTF-8?q?=E6=96=BD=E5=B7=A5/=E8=BD=A6=E9=81=93=E6=96=BD=E5=B7=A5?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E4=B8=9A=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/assets/omdb_config.json | 2 +- .../com/navinfo/omqs/db/ImportOMDBHelper.kt | 6 ++++ .../com/navinfo/omqs/db/ImportPreProcess.kt | 12 +++++-- .../src/main/assets/editormarker.xml | 31 ++++++++++++------- .../src/main/assets/omdb/icon_2017_0.svg | 2 +- .../src/main/assets/omdb/icon_2017_1.svg | 1 + .../src/main/assets/omdb/icon_2017_2.svg | 1 + .../src/main/assets/omdb/icon_4023_0.svg | 2 +- .../src/main/assets/omdb/icon_4023_1.svg | 25 +++++++++++++++ vtm | 2 +- 10 files changed, 66 insertions(+), 18 deletions(-) create mode 100644 collect-library/src/main/assets/omdb/icon_2017_1.svg create mode 100644 collect-library/src/main/assets/omdb/icon_2017_2.svg create mode 100644 collect-library/src/main/assets/omdb/icon_4023_1.svg diff --git a/app/src/main/assets/omdb_config.json b/app/src/main/assets/omdb_config.json index 8c9c787d..0f278b52 100644 --- a/app/src/main/assets/omdb_config.json +++ b/app/src/main/assets/omdb_config.json @@ -132,7 +132,7 @@ "2090":{ "table": "OMDB_LANE_CONSTRUCTION", "code": 2090, - "name": "道路边界类型", + "name": "车道施工", "zoomMin": 18, "zoomMax": 20, "checkLinkId": false diff --git a/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt b/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt index 0259b13e..83d80bcb 100644 --- a/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt +++ b/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt @@ -422,6 +422,12 @@ class ImportOMDBHelper @AssistedInject constructor( } } } + }else if(renderEntity.code == DataCodeEnum.OMDB_LANE_CONSTRUCTION.code){ + //特殊处理空数据,渲染原则使用 + var startTime = renderEntity.properties["startTime"] + if(startTime==null||startTime=="") { + renderEntity.properties["startTime"] = "null" + } } listResult.add(renderEntity) diff --git a/app/src/main/java/com/navinfo/omqs/db/ImportPreProcess.kt b/app/src/main/java/com/navinfo/omqs/db/ImportPreProcess.kt index 7bc86ec1..774e1120 100644 --- a/app/src/main/java/com/navinfo/omqs/db/ImportPreProcess.kt +++ b/app/src/main/java/com/navinfo/omqs/db/ImportPreProcess.kt @@ -231,7 +231,11 @@ class ImportPreProcess { if (renderEntity.table == table) { Log.e("qj","generateS2EReferencePoint===开始") if (renderEntity.properties.containsKey(proKey)) { - startReference.properties["type"] = "s_2_p_${renderEntity.properties[proKey]}" + if(renderEntity.properties[proKey]!=""){ + startReference.properties["type"] = "s_2_p_${renderEntity.properties[proKey]}" + }else{ + startReference.properties["type"] = "s_2_p_0" + } Log.e("qj","generateS2EReferencePoint===s_2_p_${renderEntity.properties[proKey]}") } } else { @@ -258,7 +262,11 @@ class ImportPreProcess { endReference.properties["qi_table"] = renderEntity.table if (renderEntity.table == table) { if (renderEntity.properties.containsKey(proKey)) { - endReference.properties["type"] = "e_2_p_${renderEntity.properties[proKey]}" + if(renderEntity.properties[proKey]!=""){ + endReference.properties["type"] = "e_2_p_${renderEntity.properties[proKey]}" + }else{ + endReference.properties["type"] = "e_2_p_0" + } } } else { endReference.properties["type"] = "e_2_p" diff --git a/collect-library/src/main/assets/editormarker.xml b/collect-library/src/main/assets/editormarker.xml index 4780e800..069de8ad 100644 --- a/collect-library/src/main/assets/editormarker.xml +++ b/collect-library/src/main/assets/editormarker.xml @@ -2007,7 +2007,7 @@ <m v="OMDB_TOLLGATE"> <m k="angle"> <symbol repeat="false" repeat-start="0" rotate="false" - src="assets:omdb/icon_4023_0.svg" symbol-height="24" symbol-width="24"></symbol> + src="assets:omdb/icon_4023_0.svg" symbol-height="56" symbol-width="56"></symbol> </m> <!-- <m k="type" v="angle"> <symbol repeat="false" repeat-gap="2000" repeat-start="0" rotate="true" @@ -2235,17 +2235,6 @@ </m> </m> - <!-- 道路施工 --> - <m v="OMDB_LINK_CONSTRUCTION"> - <line stroke="#FF0000" width="0.5" /> - <symbol repeat="true" repeat-start="0" repeat-gap="32" src="assets:omdb/icon_2017_0.svg"></symbol> - </m> - - <!-- 车道施工 --> - <m v="OMDB_LANE_CONSTRUCTION"> - <line stroke="#FF0000" width="0.5" /> - <symbol repeat="true" repeat-start="0" repeat-gap="32" src="assets:omdb/icon_2017_0.svg"></symbol> - </m> <!--常规点限速--> <m v="OMDB_SPEEDLIMIT"> @@ -2338,5 +2327,23 @@ <!-- <area use="obj-area" repeat="false"></area>--> <!-- <symbol src="assets:omdb/icon_fill_area_3012.svg"></symbol>--> </m> + + <!-- 道路施工 --> + <m v="OMDB_LINK_CONSTRUCTION"> + <line stroke="#FF0000" width="1" /> + <symbol repeat="true" repeat-start="0" src="assets:omdb/icon_2017_1.svg"></symbol> + </m> + + <!-- 车道施工 --> + <m v="OMDB_LANE_CONSTRUCTION"> + <line stroke="#eccc68" width="0.1" /> + <m k="startTime" v="null"> + <symbol repeat="true" repeat-start="0" repeat-gap="100" src="assets:omdb/icon_2017_1.svg"></symbol> + </m> + <m k="startTime" v="-|null"> + <symbol repeat="true" repeat-start="0" repeat-gap="100" src="assets:omdb/icon_2017_2.svg"></symbol> + </m> + </m> + </m> </rendertheme> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/icon_2017_0.svg b/collect-library/src/main/assets/omdb/icon_2017_0.svg index 819c9f5b..13e9c47a 100644 --- a/collect-library/src/main/assets/omdb/icon_2017_0.svg +++ b/collect-library/src/main/assets/omdb/icon_2017_0.svg @@ -1 +1 @@ -<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1692696109420" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11756" width="32" height="32" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M537.6 409.6a51.2 51.2 0 1 1-2.7904 102.3232c2.9952 3.3024 5.8368 7.04 8.5504 11.2128 2.0992 7.9104 4.224 16.384 6.3232 24.9856l4.7616 19.456c6.8608 27.904 13.7216 53.9136 20.5824 63.232 9.7024 13.184 16.4096 32.384 14.7456 46.5408l-0.6656 3.7376 52.8128 25.1392 3.5072-3.584c6.1696-3.1488 9.6256-6.2976 15.104-4.608l2.5088 1.024 14.08 7.168c7.04 0 7.04-3.584 7.04-10.7776-20.4288-31.2576 1.9712-69.248 35.328-68.4288l3.4048 0.2304 35.2-57.4464c9.984-13.568 16.7936-20.736 23.4496-6.3488l1.1776 2.7648L972.8 918.016 128 921.6l31.6672-57.4464 154.88-3.584c-6.8096-45.312 46.0288-188.672 84.5568-246.272l3.456-5.0176-28.16-53.8368c-7.04-14.336 0-28.7232 28.16-43.0848 21.12-10.752 42.24-21.5296 63.36-25.1136a88.9088 88.9088 0 0 1 28.2368 0.5888A51.2 51.2 0 0 1 537.6 409.6z m-40.0128 242.7648l17.6128 28.7232c10.5728 14.336 17.6128 32.3072 14.08 50.2528 0 51.5072-3.2256 103.0144-15.8208 123.1104l-1.792 2.5344h28.16v10.752h10.5728c-3.5072-14.336 3.5072-25.088 14.08-32.2816 14.08-3.584 17.6128-17.9712 17.6128-39.5008 31.6672-25.1136 56.32-35.8912 70.4-14.336 6.4-6.5536 12.8-7.1424 24.4736-4.5056l3.6608 0.896v-14.336l-28.16-17.9712c-6.2464 0-9.728-2.816-10.4192-8.4992l-0.128-2.2784v-10.752l-144.3072-71.808zM224.6912 97.28l2.9952 0.1792c16.0256 2.4064 28.16 22.3232 24.2944 42.24L120.32 829.5168c-3.84 19.9168-20.3776 33.9968-36.4032 32.0512-16.0512-1.9456-28.16-22.3232-24.32-42.24L191.2576 129.5104c3.8656-19.9168 20.4032-33.9968 36.4288-32.0512z m198.9888 576.6144c-19.3536 59.2384-44.6464 118.4768-73.1136 169.4208l-7.8592 13.6704 130.2528-3.584c-9.9072-30.2848-7.424-76.3648-4.1728-123.392l0.64-9.4464-45.7472-46.6688z m116.1472-68.1984c-3.2256 13.2608-15.488 29.568-14.592 37.632l0.512 1.8688 42.24 21.5296c-14.08-17.9456-21.12-39.4752-28.16-61.0304z m-91.52-71.7824c-24.6272 0-38.7072 10.752-17.5872 32.3072 0-10.752 7.04-25.1392 17.6128-32.3072zM658.0736 99.328c16.0256-1.3312 32.5632 8.448 36.4288 22.3744l91.0592 331.8784c3.8656 14.2336-8.2688 28.16-24.32 29.4912-16 1.3568-32.512-8.448-36.4032-22.3744L633.7792 128.8448c-3.8656-13.9008 6.3232-26.7776 24.2944-29.4912zM452.096 129.9968c16.0256 0 28.16 7.7824 28.16 19.9168v156.9024c0 9.728-12.1344 19.9168-28.16 19.9168-16.0256 0-28.16-7.7824-28.16-19.9168V149.9392c0-9.728 12.1344-19.9168 28.16-19.9168z" fill="#FF0000" p-id="11757" data-spm-anchor-id="a313x.search_index.0.i16.1f1e3a81TbBd6K" class=""></path></svg> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" width="39.7" height="39.7" viewBox="0 0 39.7 39.7"><defs><style>.d{fill:#fff;}.e{fill:#919191;}.f{fill:#7c7d7d;}.g{fill:#a01f38;}.h{fill:#c9233b;}.i{fill:#dad7e5;}.j{fill:#425b72;}.k{fill:#1a232b;}</style></defs><g id="c"><g><path class="g" d="M39.7,19.8c0,11-8.9,19.8-19.8,19.8C1.6,39.7-7.2,16.6,7.1,4.6c12.7-10.7,32.6-1.7,32.6,15.2Z"/><path class="h" d="M39.7,19.8c0,4.7-1.6,9.2-4.6,12.8-8.8,6.6-18.6,5.6-25.3,.1C1.3,25.8,0,13.3,7,4.8c0,0,0-.1,.1-.2,12.7-10.7,32.6-1.7,32.6,15.2Z"/><path class="i" d="M34.7,19.8c0,8.2-6.7,14.9-14.9,14.8-8.2,0-14.9-6.7-14.8-14.9,0-7.7,5.9-14.1,13.6-14.8,8.2-.7,15.4,5.4,16.1,13.6,0,.4,0,.9,0,1.3Z"/><path class="d" d="M34.7,19.8c0,4.5-2.3,8.7-3.6,9.5-6.7,4.8-16,3.3-20.8-3.4-3.7-5.2-3.7-12.2,0-17.4,.8-1.3,5-3.6,9.5-3.6,8.2,0,14.9,6.7,14.9,14.9Z"/><path class="e" d="M21.1,5v2.5c0,.7-.6,1.2-1.2,1.2s-1.2-.6-1.2-1.2v-2.5c.8,0,1.7,0,2.5,0Z"/><path class="f" d="M10.2,12l-1.7-1.7c.5-.6,1.1-1.2,1.8-1.7l1.7,1.7c.5,.5,.5,1.3,0,1.8s-1.3,.5-1.8,0Z"/><path class="f" d="M7.5,21.1h-2.5c0-.8,0-1.7,0-2.5h2.5c.7,0,1.2,.6,1.2,1.2s-.6,1.2-1.2,1.2Z"/><path class="f" d="M12,29.5l-1.7,1.7c-.6-.5-1.2-1.1-1.7-1.7l1.7-1.7c.5-.5,1.3-.5,1.8,0,.5,.5,.5,1.3,0,1.8h0Z"/><path class="f" d="M21.1,32.2v2.5c-.8,0-1.7,0-2.5,0v-2.5c0-.7,.6-1.2,1.2-1.2s1.2,.6,1.2,1.2Z"/><path class="f" d="M31.2,29.4c-.5,.6-1.1,1.2-1.7,1.8l-1.7-1.7c-.5-.5-.5-1.3,0-1.8,.5-.5,1.3-.5,1.8,0h0l1.7,1.7Z"/><path class="e" d="M34.7,21.1h-2.5c-.7,0-1.2-.6-1.2-1.2s.6-1.2,1.2-1.2h2.5c0,.8,0,1.7,0,2.5Z"/><path class="e" d="M31.2,10.2c-1.9,1.9-1.9,2.1-2.6,2.1-.7,0-1.2-.5-1.2-1.2,0-.3,.1-.7,.4-.9l1.7-1.7c.6,.5,1.2,1.1,1.7,1.7Z"/><path class="e" d="M18.6,18.6v-6.2c0-.7,.6-1.2,1.2-1.2s1.2,.6,1.2,1.2v6.2c0,.7-.6,1.2-1.2,1.2s-1.2-.6-1.2-1.2Z"/><path class="e" d="M24.8,21.1h-3.7c-.7,0-1.2-.6-1.2-1.2s.6-1.2,1.2-1.2h3.7c.7,0,1.2,.6,1.2,1.2s-.6,1.2-1.2,1.2Z"/><path class="e" d="M10.2,12l-1.2-1.2c.4-.8,.8-1.5,1.3-2.2l1.6,1.6c.5,.5,.5,1.3,0,1.8-.5,.5-1.3,.5-1.8,0Z"/><path class="e" d="M7.9,21c-.2-.8-.3-1.6-.4-2.4,.7,0,1.2,.6,1.2,1.3,0,.5-.3,.9-.8,1.1Z"/><path class="e" d="M12.3,28.3c-.3-.3-.6-.6-.9-.9,.5,.1,.8,.5,.9,.9Z"/><path class="e" d="M21.1,32.2c-.8,0-1.6-.2-2.4-.4,.3-.6,1-.9,1.6-.7,.4,.2,.7,.6,.8,1.1Z"/><path class="e" d="M31.1,29.3c-.7,.5-1.4,1-2.2,1.3l-1.2-1.2c-.5-.5-.5-1.3,0-1.8,.5-.5,1.3-.5,1.8,0l1.6,1.7Z"/><path class="k" d="M22.3,19.8c0,1.4-1.1,2.5-2.5,2.5-1.4,0-2.5-1.1-2.5-2.5,0-1,.6-1.9,1.5-2.3,1.2-.6,2.7,0,3.3,1.2,.1,.3,.2,.7,.2,1Z"/><path class="j" d="M22.1,20.9c-1.3,.6-2.7,0-3.3-1.3-.3-.6-.3-1.4,0-2,1.3-.6,2.7,0,3.3,1.3,.3,.6,.3,1.4,0,2Z"/></g></g></svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/icon_2017_1.svg b/collect-library/src/main/assets/omdb/icon_2017_1.svg new file mode 100644 index 00000000..9b5dc50f --- /dev/null +++ b/collect-library/src/main/assets/omdb/icon_2017_1.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" width="45.4" height="39.7" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 45.4 39.7"><defs><style>.p{fill:url(#i);}.q{fill:url(#o);}.r{fill:url(#n);}.s{fill:url(#f);}.t{fill:none;}.u{fill:url(#j);}.u,.v{stroke:#706a69;stroke-miterlimit:10;stroke-width:.3px;}.v{fill:url(#l);}.w{fill:#ffc840;}.x{fill:#ff4649;}.y{fill:#333;}.z{fill:#535a60;}.aa{fill:#262d34;isolation:isolate;opacity:.2;}.ab{clip-path:url(#k);}.ac{clip-path:url(#m);}</style><linearGradient id="f" x1="31" y1="21.8" x2="33.7" y2="21.8" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#989898"/><stop offset=".1" stop-color="#c1c1c1"/><stop offset=".3" stop-color="#e3e3e3"/><stop offset=".4" stop-color="#f7f7f7"/><stop offset=".5" stop-color="#fff"/><stop offset=".6" stop-color="#fbfbfb"/><stop offset=".6" stop-color="#f1f2f2"/><stop offset=".7" stop-color="#e0e1e2"/><stop offset=".8" stop-color="#c9c9cb"/><stop offset=".8" stop-color="#aaabad"/><stop offset=".9" stop-color="#848689"/><stop offset="1" stop-color="#585b5e"/><stop offset="1" stop-color="#3f4246"/></linearGradient><linearGradient id="i" x1="10.6" y1="21.8" x2="13.2" y2="21.8" xlink:href="#f"/><linearGradient id="j" x1="1.9" y1="12.9" x2="43.5" y2="12.9" xlink:href="#f"/><clipPath id="k"><rect class="t" x="2.9" y="9.6" width="39.7" height="7.2" rx=".2" ry=".2"/></clipPath><linearGradient id="l" x1="1.9" y1="24.4" x2="43.5" y2="24.4" xlink:href="#f"/><clipPath id="m"><rect class="t" x="2.5" y="21.1" width="40.5" height="7.2" rx=".2" ry=".2"/></clipPath><radialGradient id="n" cx="11" cy="1.1" fx="11" fy="1.1" r="1.7" gradientTransform="translate(1.6 4.1) scale(.9)" gradientUnits="userSpaceOnUse"><stop offset=".5" stop-color="#fff"/><stop offset=".5" stop-color="#fffdf4"/><stop offset=".8" stop-color="#ffea93"/><stop offset=".9" stop-color="#ffdf56"/><stop offset="1" stop-color="#ffdb3f"/></radialGradient><radialGradient id="o" cx="33" fx="33" xlink:href="#n"/></defs><g id="c"><g><rect class="t" width="45.4" height="39.7"/><g><ellipse id="d" class="aa" cx="32.3" cy="37" rx="5.6" ry="1.5"/><ellipse id="e" class="z" cx="32.3" cy="37" rx="2.9" ry="1.2"/><path class="s" d="M31.3,6.5h1.9c.3,0,.5,.2,.5,.5v29.4c0,.3-.2,.5-.5,.5h-2c-.3,0-.5-.2-.5-.5V7.1c0-.3,.2-.5,.5-.5Z"/></g><g><ellipse id="g" class="aa" cx="11.8" cy="37.1" rx="5.6" ry="1.4"/><ellipse id="h" class="z" cx="11.8" cy="37.1" rx="2.9" ry="1.1"/><path class="p" d="M10.9,6.5h1.9c.3,0,.5,.2,.5,.5v29.5c0,.3-.2,.5-.5,.5h-2c-.3,0-.5-.2-.5-.5V7.1c0-.3,.2-.5,.5-.5Z"/></g><rect class="u" x="1.9" y="8.3" width="41.6" height="9.1" rx=".2" ry=".2"/><rect x="1.9" y="9" width="41.6" height="8.5" rx=".2" ry=".2"/><rect class="w" x="2.5" y="9.6" width="40.5" height="7.2" rx=".2" ry=".2"/><g class="ab"><polygon class="y" points="6.4 18.7 2.3 17.7 9.8 6.6 13.9 7.6 6.4 18.7"/><polygon class="y" points="16.3 19.1 11.9 18.1 19.5 7 23.8 8 16.3 19.1"/><polygon class="y" points="35.6 19 31.3 18 38.9 6.9 43.2 7.9 35.6 19"/><polygon class="y" points="26.1 18.5 21.6 17.5 29.3 6.4 33.8 7.5 26.1 18.5"/></g><rect class="v" x="1.9" y="19.8" width="41.6" height="9.1" rx=".2" ry=".2"/><rect x="1.9" y="20.5" width="41.6" height="8.5" rx=".2" ry=".2"/><rect class="w" x="2.5" y="21.1" width="40.5" height="7.2" rx=".2" ry=".2"/><g class="ac"><polygon class="y" points="6.1 30.2 1.9 29.2 9.5 18.1 13.8 19.1 6.1 30.2"/><polygon class="y" points="16.2 30.6 11.8 29.6 19.5 18.5 23.9 19.5 16.2 30.6"/><polygon class="y" points="35.9 30.5 31.5 29.5 39.2 18.4 43.6 19.4 35.9 30.5"/><polygon class="y" points="26.2 30.1 21.6 29 29.4 17.9 34 19 26.2 30.1"/></g><g><circle class="x" cx="11.9" cy="5.1" r="2.3"/><circle class="r" cx="11.9" cy="5.1" r="1.4"/></g><g><circle class="x" cx="32.3" cy="5.1" r="2.3"/><circle class="q" cx="32.3" cy="5.1" r="1.4"/></g></g></g></svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/icon_2017_2.svg b/collect-library/src/main/assets/omdb/icon_2017_2.svg new file mode 100644 index 00000000..f4e92eb2 --- /dev/null +++ b/collect-library/src/main/assets/omdb/icon_2017_2.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" width="73.7" height="39.7" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 73.7 39.7"><defs><style>.p{fill:url(#i);}.q{fill:url(#o);}.r{fill:url(#n);}.s{fill:url(#f);}.t{fill:none;}.u{fill:url(#j);}.u,.v{stroke:#706a69;stroke-miterlimit:10;stroke-width:.3px;}.v{fill:url(#l);}.w{fill:#fff;}.x{fill:#ffc840;}.y{fill:#ff4649;}.z{fill:#919191;}.aa{fill:#7c7d7d;}.ab{fill:#a01f38;}.ac{fill:#333;}.ad{fill:#c9233b;}.ae{fill:#dad7e5;}.af{fill:#425b72;}.ag{fill:#1a232b;}.ah{fill:#535a60;}.ai{fill:#262d34;isolation:isolate;opacity:.2;}.aj{clip-path:url(#k);}.ak{clip-path:url(#m);}</style><linearGradient id="f" x1="32.6" y1="21.8" x2="35.2" y2="21.8" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#989898"/><stop offset=".1" stop-color="#c1c1c1"/><stop offset=".3" stop-color="#e3e3e3"/><stop offset=".4" stop-color="#f7f7f7"/><stop offset=".5" stop-color="#fff"/><stop offset=".6" stop-color="#fbfbfb"/><stop offset=".6" stop-color="#f1f2f2"/><stop offset=".7" stop-color="#e0e1e2"/><stop offset=".8" stop-color="#c9c9cb"/><stop offset=".8" stop-color="#aaabad"/><stop offset=".9" stop-color="#848689"/><stop offset="1" stop-color="#585b5e"/><stop offset="1" stop-color="#3f4246"/></linearGradient><linearGradient id="i" x1="12.1" y1="21.9" x2="14.8" y2="21.9" xlink:href="#f"/><linearGradient id="j" x1="3.4" y1="13" x2="45" y2="13" xlink:href="#f"/><clipPath id="k"><rect class="t" x="4.4" y="9.7" width="39.7" height="7.2" rx=".2" ry=".2"/></clipPath><linearGradient id="l" x1="3.4" y1="24.5" x2="45.1" y2="24.5" xlink:href="#f"/><clipPath id="m"><rect class="t" x="4" y="21.2" width="40.5" height="7.2" rx=".2" ry=".2"/></clipPath><radialGradient id="n" cx="12.6" cy="6.5" fx="12.6" fy="6.5" r="1.7" gradientTransform="translate(1.7 -.9) scale(.9)" gradientUnits="userSpaceOnUse"><stop offset=".5" stop-color="#fff"/><stop offset=".5" stop-color="#fffdf4"/><stop offset=".8" stop-color="#ffea93"/><stop offset=".9" stop-color="#ffdf56"/><stop offset="1" stop-color="#ffdb3f"/></radialGradient><radialGradient id="o" cx="34.6" fx="34.6" xlink:href="#n"/></defs><g id="c"><g><rect class="t" width="73.7" height="39.7"/><g><ellipse id="d" class="ai" cx="33.8" cy="37" rx="5.6" ry="1.5"/><ellipse id="e" class="ah" cx="33.8" cy="37" rx="2.9" ry="1.2"/><path class="s" d="M32.9,6.6h1.9c.3,0,.5,.2,.5,.5v29.4c0,.3-.2,.5-.5,.5h-2c-.3,0-.5-.2-.5-.5V7.1c0-.3,.2-.5,.5-.5Z"/></g><g><ellipse id="g" class="ai" cx="13.4" cy="37.1" rx="5.6" ry="1.4"/><ellipse id="h" class="ah" cx="13.4" cy="37.1" rx="2.9" ry="1.1"/><path class="p" d="M12.4,6.6h1.9c.3,0,.5,.2,.5,.5v29.5c0,.3-.2,.5-.5,.5h-2c-.3,0-.5-.2-.5-.5V7.1c0-.3,.2-.5,.5-.5Z"/></g><rect class="u" x="3.4" y="8.4" width="41.6" height="9.1" rx=".2" ry=".2"/><rect x="3.4" y="9" width="41.6" height="8.5" rx=".2" ry=".2"/><rect class="x" x="4" y="9.7" width="40.5" height="7.2" rx=".2" ry=".2"/><g class="aj"><polygon class="ac" points="8 18.7 3.8 17.8 11.3 6.7 15.5 7.6 8 18.7"/><polygon class="ac" points="17.8 19.2 13.5 18.1 21.1 7.1 25.4 8.1 17.8 19.2"/><polygon class="ac" points="37.2 19.1 32.9 18 40.4 7 44.7 8 37.2 19.1"/><polygon class="ac" points="27.7 18.6 23.2 17.5 30.8 6.5 35.3 7.6 27.7 18.6"/></g><rect class="v" x="3.4" y="19.9" width="41.6" height="9.1" rx=".2" ry=".2"/><rect x="3.4" y="20.6" width="41.6" height="8.5" rx=".2" ry=".2"/><rect class="x" x="4" y="21.2" width="40.5" height="7.2" rx=".2" ry=".2"/><g class="ak"><polygon class="ac" points="7.7 30.3 3.4 29.3 11.1 18.2 15.3 19.2 7.7 30.3"/><polygon class="ac" points="17.7 30.7 13.3 29.7 21 18.6 25.4 19.6 17.7 30.7"/><polygon class="ac" points="37.4 30.6 33 29.6 40.7 18.5 45.1 19.5 37.4 30.6"/><polygon class="ac" points="27.8 30.2 23.2 29.1 31 18 35.5 19.1 27.8 30.2"/></g><g><circle class="y" cx="13.4" cy="5.2" r="2.3"/><circle class="r" cx="13.4" cy="5.2" r="1.4"/></g><g><circle class="y" cx="33.8" cy="5.2" r="2.3"/><circle class="q" cx="33.8" cy="5.2" r="1.4"/></g></g><g><path class="ab" d="M72,17.5c0,6.7-5.4,12-12,12-11.1,0-16.4-14-7.7-21.3,7.7-6.5,19.8-1,19.8,9.2Z"/><path class="ad" d="M72,17.5c0,2.8-1,5.6-2.8,7.7-5.3,4-11.3,3.4-15.3,0-5.1-4.2-5.9-11.8-1.7-16.9,0,0,0,0,0-.1,7.7-6.5,19.8-1,19.8,9.2Z"/><path class="ae" d="M69,17.5c0,5-4.1,9-9.1,9-5,0-9-4.1-9-9.1,0-4.7,3.6-8.6,8.3-9,5-.4,9.3,3.3,9.8,8.2,0,.3,0,.5,0,.8Z"/><path class="w" d="M69,17.5c0,2.7-1.4,5.3-2.2,5.8-4,2.9-9.7,2-12.6-2.1-2.3-3.2-2.3-7.4,0-10.6,.5-.8,3-2.2,5.8-2.2,5,0,9,4,9,9Z"/><path class="z" d="M60.7,8.5v1.5c0,.4-.3,.8-.8,.8s-.8-.3-.8-.8v-1.5c.5,0,1,0,1.5,0Z"/><path class="aa" d="M54.1,12.8l-1-1c.3-.4,.7-.7,1.1-1.1l1,1c.3,.3,.3,.8,0,1.1s-.8,.3-1.1,0Z"/><path class="aa" d="M52.4,18.3h-1.5c0-.5,0-1,0-1.5h1.5c.4,0,.8,.3,.8,.8s-.3,.8-.8,.8Z"/><path class="aa" d="M55.2,23.4l-1,1c-.4-.3-.7-.7-1.1-1.1l1-1c.3-.3,.8-.3,1.1,0,.3,.3,.3,.8,0,1.1h0Z"/><path class="aa" d="M60.7,25.1v1.5c-.5,0-1,0-1.5,0v-1.5c0-.4,.3-.8,.8-.8s.8,.3,.8,.8Z"/><path class="aa" d="M66.9,23.4c-.3,.4-.7,.7-1.1,1.1l-1-1c-.3-.3-.3-.8,0-1.1,.3-.3,.8-.3,1.1,0h0l1,1Z"/><path class="z" d="M69,18.3h-1.5c-.4,0-.8-.3-.8-.8s.3-.8,.8-.8h1.5c0,.5,0,1,0,1.5Z"/><path class="z" d="M66.9,11.7c-1.2,1.2-1.2,1.3-1.6,1.3-.4,0-.8-.3-.8-.7,0-.2,0-.4,.2-.5l1-1c.4,.3,.7,.7,1.1,1.1Z"/><path class="z" d="M59.2,16.8v-3.8c0-.4,.3-.8,.8-.8s.8,.3,.8,.8v3.8c0,.4-.3,.8-.8,.8s-.8-.3-.8-.8Z"/><path class="z" d="M63,18.3h-2.3c-.4,0-.8-.3-.8-.8s.3-.8,.8-.8h2.3c.4,0,.8,.3,.8,.8s-.3,.8-.8,.8Z"/><path class="z" d="M54.1,12.8l-.8-.8c.2-.5,.5-.9,.8-1.3l1,1c.3,.3,.3,.8,0,1.1-.3,.3-.8,.3-1.1,0Z"/><path class="z" d="M52.7,18.2c-.1-.5-.2-1-.2-1.5,.4,0,.7,.4,.7,.8,0,.3-.2,.6-.5,.7Z"/><path class="z" d="M55.4,22.7c-.2-.2-.4-.4-.6-.6,.3,0,.5,.3,.6,.6Z"/><path class="z" d="M60.7,25.1c-.5,0-1-.1-1.4-.2,.2-.4,.6-.6,1-.4,.3,.1,.4,.4,.5,.6Z"/><path class="z" d="M66.8,23.3c-.4,.3-.9,.6-1.3,.8l-.8-.8c-.3-.3-.3-.8,0-1.1,.3-.3,.8-.3,1.1,0l1,1Z"/><path class="ag" d="M61.5,17.5c0,.8-.7,1.5-1.5,1.5-.8,0-1.5-.7-1.5-1.5,0-.6,.3-1.1,.9-1.4,.8-.3,1.6,0,2,.8,0,.2,.1,.4,.1,.6Z"/><path class="af" d="M61.3,18.2c-.8,.3-1.6,0-2-.8-.2-.4-.2-.8,0-1.2,.8-.3,1.6,0,2,.8,.2,.4,.2,.8,0,1.2Z"/></g></g></svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/icon_4023_0.svg b/collect-library/src/main/assets/omdb/icon_4023_0.svg index d59830e7..1bd2dffb 100644 --- a/collect-library/src/main/assets/omdb/icon_4023_0.svg +++ b/collect-library/src/main/assets/omdb/icon_4023_0.svg @@ -1 +1 @@ -<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1692693298865" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10694" xmlns:xlink="http://www.w3.org/1999/xlink" width="56" height="56"><path d="M512 0c187.733333 0 341.333333 146.773333 341.333333 329.386667v11.946666c-3.413333 109.226667-66.56 230.4-168.96 354.986667-49.493333 58.026667-102.4 114.346667-160.426666 163.84l-11.946667 10.24-11.946667-10.24-15.36-13.653333c-51.2-46.08-100.693333-97.28-145.066666-150.186667C237.226667 571.733333 175.786667 448.853333 170.666667 341.333333v-11.946666C170.666667 150.186667 319.146667 3.413333 503.466667 0h8.533333z" fill="#2D54EC" p-id="10695"></path><path d="M609.28 455.68h29.013333c8.533333 0 10.24-6.826667 11.946667-15.36 0-6.826667-8.533333-13.653333-17.066667-13.653333h-11.946666c0-1.706667-1.706667-1.706667-3.413334-3.413334l-42.666666-39.253333c-1.706667-1.706667-5.12-5.12-5.12-3.413333-5.12-11.946667-18.773333-20.48-32.426667-20.48H477.866667c-20.48 0-23.893333 8.533333-23.893334 27.306666v83.626667h112.64V426.666667l25.6 18.773333 5.12 5.12c1.706667 3.413333 5.12 5.12 11.946667 5.12z m-95.573333-109.226667c25.6 0 47.786667-20.48 47.786666-44.373333 0-25.6-20.48-44.373333-47.786666-44.373333-25.6 0-47.786667 20.48-47.786667 44.373333 0 23.893333 20.48 44.373333 47.786667 44.373333z m107.52-112.64v46.08h18.773333V187.733333H375.466667v358.4h264.533333v-76.8h-18.773333v27.306667H413.013333V233.813333h208.213334z" fill="#FFFFFF" p-id="10696"></path><path d="M204.8 921.6a307.2 102.4 0 1 0 614.4 0 307.2 102.4 0 1 0-614.4 0Z" fill="#2D54EC" opacity=".366" p-id="10697"></path><path d="M409.6 921.6a102.4 34.133333 0 1 0 204.8 0 102.4 34.133333 0 1 0-204.8 0Z" fill="#2D54EC" p-id="10698"></path></svg> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" width="124.7" height="124.7" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 124.7 124.7"><defs><style>.i{fill:url(#f);}.j{fill:#fff;}.k{fill:#1566e8;}.l,.m{fill:#535a60;}.n{fill:#262d34;isolation:isolate;opacity:.2;}.o{fill:url(#g);stroke:#8b9fae;stroke-miterlimit:10;stroke-width:1px;}.m{opacity:0;}</style><linearGradient id="f" x1="60.1" y1="50.4" x2="64.9" y2="50.4" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#989898"/><stop offset="0" stop-color="#a3a3a3"/><stop offset=".1" stop-color="#c4c5c5"/><stop offset=".2" stop-color="#d8d9d9"/><stop offset=".3" stop-color="#e0e1e1"/><stop offset=".4" stop-color="#dbdcdc"/><stop offset=".5" stop-color="#cccece"/><stop offset=".6" stop-color="#b5b6b7"/><stop offset=".7" stop-color="#949697"/><stop offset=".8" stop-color="#6a6c6f"/><stop offset=".8" stop-color="#3f4246"/><stop offset="1" stop-color="#404247"/><stop offset="1" stop-color="#43434a"/></linearGradient><linearGradient id="g" x1="40.1" y1="23.8" x2="84.6" y2="23.8" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#afbacb"/><stop offset=".1" stop-color="#c1ccda"/><stop offset=".4" stop-color="#d9e6f0"/><stop offset=".5" stop-color="#e3f0f8"/><stop offset=".6" stop-color="#dde9f2"/><stop offset=".8" stop-color="#ccd8e4"/><stop offset="1" stop-color="#b1bbcc"/><stop offset="1" stop-color="#aeb8c9"/></linearGradient></defs><g id="c"><g><rect class="m" y="0" width="124.7" height="124.7"/><g><ellipse id="d" class="n" cx="62.4" cy="61.8" rx="14.4" ry="3.7"/><ellipse id="e" class="l" cx="62.4" cy="61.8" rx="7.5" ry="3"/><path class="i" d="M62.4,38.3h0c1.4,0,2.6,1.2,2.6,2.6v19.2c0,1.4-1.1,2.5-2.5,2.5h-.3c-1.4,0-2.5-1.1-2.5-2.5v-19.3c0-1.4,1.2-2.6,2.6-2.6Z"/><rect class="o" x="40.1" y=".5" width="44.5" height="46.6" rx="14.4" ry="14.4"/><rect class="k" x="40.6" y="2.6" width="43.5" height="44" rx="14.1" ry="14.1"/><path id="h" class="j" d="M46,10.1c-.3,0-.6-.2-.7-.4s0-.6,.1-.8c1.3-1.6,3-2.9,4.8-3.9,.2,0,.4-.1,.6,0,.2,0,.4,.2,.5,.4,.2,.4,0,.9-.3,1.1-1.7,.9-3.1,2.1-4.3,3.5-.2,.2-.4,.3-.6,.3h0Zm-1.8,2.6c-.1,0-.3,0-.4-.1-.2-.1-.3-.3-.4-.5,0-.2,0-.4,.1-.6l.3-.4c.1-.2,.3-.3,.5-.4,.2,0,.4,0,.6,0,.2,.1,.3,.3,.4,.5s0,.4-.1,.6l-.3,.4c-.1,.2-.4,.4-.7,.4h0Z"/><g><path class="j" d="M68.5,35.5h-16.3V13.7h16.3v3.6h2v-5.3h-20.2v25.2h20.2v-3.5h-2v1.8Z"/><path class="j" d="M57.3,19.7c0,2.1,1.7,3.7,3.8,3.7s3.8-1.7,3.8-3.7-1.7-3.7-3.8-3.7-3.8,1.7-3.8,3.7h0Z"/><path class="j" d="M73.3,29.4s0,0-.1,0h0s-3.6,0-3.6,0l-5.3-5.2h-6.7s-1.3,.2-2.4,2v6.1h10.6v-2.5s.3-.1,.6,0c.4,.1,2.5,2.5,2.5,2.5h4.6c.5-.1,.9-.7,.9-1.4,0-.8-.5-1.4-1.1-1.4h0Zm2.4,0h3.2v2.7h-3.2v-2.7Z"/></g></g></g></g></svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/icon_4023_1.svg b/collect-library/src/main/assets/omdb/icon_4023_1.svg new file mode 100644 index 00000000..f7e002c8 --- /dev/null +++ b/collect-library/src/main/assets/omdb/icon_4023_1.svg @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="b" xmlns="http://www.w3.org/2000/svg" width="59.2" height="59.2" viewBox="0 0 59.2 59.2"> + <defs> + <style> + .d{fill:#1566e8;stroke:#fff;stroke-miterlimit:10;stroke-width:2.5px;}.e,.f{fill:#fff;}.f{font-family:AlibabaPuHuiTiB-GBpc-EUC-H, + 'Alibaba PuHuiTi';font-size:12px;} + </style> + </defs> + <g id="c"> + <g> + <circle class="d" cx="29.6" cy="29.6" r="28.3" /> + <g> + <path class="e" + d="M34.5,48.2H18.2V26.5h16.3v3.6h2v-5.3H16.2v25.2h20.2v-3.5h-2v1.8Z" /> + <path class="e" + d="M23.2,32.4c0,2.1,1.7,3.7,3.8,3.7s3.8-1.7,3.8-3.7-1.7-3.7-3.8-3.7-3.8,1.7-3.8,3.7h0Z" /> + <path class="e" + d="M39.3,42.2s0,0-.1,0h0s-3.6,0-3.6,0l-5.3-5.2h-6.7s-1.3,.2-2.4,2v6.1h10.6v-2.5s.3-.1,.6,0c.4,.1,2.5,2.5,2.5,2.5h4.6c.5-.1,.9-.7,.9-1.4,0-.8-.5-1.4-1.1-1.4h0Zm2.4,0h3.2v2.7h-3.2v-2.7Z" /> + </g> + <text class="f" transform="translate(12.3 19.9)"> + <tspan x="0" y="0">收费站</tspan> + </text> + </g> + </g> +</svg> \ No newline at end of file diff --git a/vtm b/vtm index ebe23ed7..c06df01a 160000 --- a/vtm +++ b/vtm @@ -1 +1 @@ -Subproject commit ebe23ed7731e301669b2b4ea03918e313a63617e +Subproject commit c06df01add423f5ef3beda3201597c96b57d983a From 207c61184da2d318d64206263121178ebe6f9e67 Mon Sep 17 00:00:00 2001 From: qiji4215 <qiji4215@navinfo.com> Date: Wed, 23 Aug 2023 14:18:11 +0800 Subject: [PATCH 6/8] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=9D=9E=E9=81=BF?= =?UTF-8?q?=E8=AE=A9=E5=B1=9E=E6=80=A7=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/assets/editormarker.xml | 20 +++++++++---------- vtm | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/collect-library/src/main/assets/editormarker.xml b/collect-library/src/main/assets/editormarker.xml index 069de8ad..f134f5de 100644 --- a/collect-library/src/main/assets/editormarker.xml +++ b/collect-library/src/main/assets/editormarker.xml @@ -2166,11 +2166,11 @@ <line dasharray="4,4" stroke="#4624FF" width="0.4" /> </m> <m k="type" v="s_2_p"> - <symbol repeat="false" repeat-start="0" rotate="false" + <symbol repeat="false" repeat-start="0" rotate="false" gland="true" src="assets:omdb/icon_2202_0.svg" symbol-height="24" symbol-width="24"></symbol> </m> <m k="type" v="e_2_p"> - <symbol repeat="false" repeat-start="0" rotate="false" + <symbol repeat="false" repeat-start="0" rotate="false" gland="true" src="assets:omdb/icon_2202_1.svg" symbol-height="24" symbol-width="24"></symbol> </m> </m> @@ -2182,27 +2182,27 @@ <lineSymbol repeat-gap="24" repeat-start="0" symbol-height="24" src="assets:omdb/icon_2201_1.svg" /> </m> <m k="type" v="s_2_p_1"> - <symbol repeat="false" repeat-start="0" rotate="false" + <symbol repeat="false" repeat-start="0" rotate="false" gland="true" src="assets:omdb/icon_2201_1_1.svg" symbol-height="56" symbol-width="56"></symbol> </m> <m k="type" v="e_2_p_1"> - <symbol repeat="false" repeat-start="0" rotate="false" + <symbol repeat="false" repeat-start="0" rotate="false" gland="true" src="assets:omdb/icon_2201_1_2.svg" symbol-height="56" symbol-width="56"></symbol> </m> <m k="type" v="s_2_p_2"> - <symbol repeat="false" repeat-start="0" rotate="false" + <symbol repeat="false" repeat-start="0" rotate="false" gland="true" src="assets:omdb/icon_2201_2_1.svg" symbol-height="56" symbol-width="56"></symbol> </m> <m k="type" v="e_2_p_2"> - <symbol repeat="false" repeat-start="0" rotate="false" + <symbol repeat="false" repeat-start="0" rotate="false" gland="true" src="assets:omdb/icon_2201_2_2.svg" symbol-height="56" symbol-width="56"></symbol> </m> <m k="type" v="s_2_p_3"> - <symbol repeat="false" repeat-start="0" rotate="false" + <symbol repeat="false" repeat-start="0" rotate="false" gland="true" src="assets:omdb/icon_2201_3_1.svg" symbol-height="56" symbol-width="56"></symbol> </m> <m k="type" v="e_2_p_3"> - <symbol repeat="false" repeat-start="0" rotate="false" + <symbol repeat="false" repeat-start="0" rotate="false" gland="true" src="assets:omdb/icon_2201_3_2.svg" symbol-height="56" symbol-width="56"></symbol> </m> </m> @@ -2338,10 +2338,10 @@ <m v="OMDB_LANE_CONSTRUCTION"> <line stroke="#eccc68" width="0.1" /> <m k="startTime" v="null"> - <symbol repeat="true" repeat-start="0" repeat-gap="100" src="assets:omdb/icon_2017_1.svg"></symbol> + <symbol repeat="true" repeat-start="0" gland="true" repeat-gap="100" src="assets:omdb/icon_2017_1.svg"></symbol> </m> <m k="startTime" v="-|null"> - <symbol repeat="true" repeat-start="0" repeat-gap="100" src="assets:omdb/icon_2017_2.svg"></symbol> + <symbol repeat="true" repeat-start="0" repeat-gap="100" gland="true" src="assets:omdb/icon_2017_2.svg"></symbol> </m> </m> diff --git a/vtm b/vtm index c06df01a..46142c01 160000 --- a/vtm +++ b/vtm @@ -1 +1 @@ -Subproject commit c06df01add423f5ef3beda3201597c96b57d983a +Subproject commit 46142c01c32056db6a661aad7e565c3c607c372f From b05c1f9038dd7b63ca4a15f4a75ca9c059f6a0d6 Mon Sep 17 00:00:00 2001 From: xiaoyan <xiaoyan159@163.com> Date: Wed, 23 Aug 2023 14:45:05 +0800 Subject: [PATCH 7/8] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=94=B5=E5=AD=90?= =?UTF-8?q?=E7=9C=BC=E5=9B=BE=E6=A0=87=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/assets/omdb_config.json | 2 +- collect-library/src/main/assets/editormarker.xml | 9 ++++++--- collect-library/src/main/assets/omdb/4010/down.svg | 1 + .../main/assets/omdb/4010/icon_electroniceye_4010.svg | 4 ++++ collect-library/src/main/assets/omdb/4010/left.svg | 1 + collect-library/src/main/assets/omdb/4010/right.svg | 1 + collect-library/src/main/assets/omdb/4010/top.svg | 1 + vtm | 2 +- 8 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 collect-library/src/main/assets/omdb/4010/down.svg create mode 100644 collect-library/src/main/assets/omdb/4010/icon_electroniceye_4010.svg create mode 100644 collect-library/src/main/assets/omdb/4010/left.svg create mode 100644 collect-library/src/main/assets/omdb/4010/right.svg create mode 100644 collect-library/src/main/assets/omdb/4010/top.svg diff --git a/app/src/main/assets/omdb_config.json b/app/src/main/assets/omdb_config.json index 55b5705a..3414f1c2 100644 --- a/app/src/main/assets/omdb_config.json +++ b/app/src/main/assets/omdb_config.json @@ -333,7 +333,7 @@ "k": "geometry", "v": "~", "klib": "geometry", - "vlib": "generateDirectReferenceLine(3)" + "vlib": "generateDirectReferenceLine('',3)" }, { "k": "geometry", diff --git a/collect-library/src/main/assets/editormarker.xml b/collect-library/src/main/assets/editormarker.xml index bba9dfa9..ade3a752 100644 --- a/collect-library/src/main/assets/editormarker.xml +++ b/collect-library/src/main/assets/editormarker.xml @@ -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" /> diff --git a/collect-library/src/main/assets/omdb/4010/down.svg b/collect-library/src/main/assets/omdb/4010/down.svg new file mode 100644 index 00000000..af9695ad --- /dev/null +++ b/collect-library/src/main/assets/omdb/4010/down.svg @@ -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> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/4010/icon_electroniceye_4010.svg b/collect-library/src/main/assets/omdb/4010/icon_electroniceye_4010.svg new file mode 100644 index 00000000..074675df --- /dev/null +++ b/collect-library/src/main/assets/omdb/4010/icon_electroniceye_4010.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="b" xmlns="http://www.w3.org/2000/svg" width="32mm" height="32mm" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 90.7 90.7"> + <defs> + <style>.n{fill:url(#j);}.o{fill:url(#m);}.p{fill:url(#k);}.q{fill:url(#l);}.r{fill:url(#f);}.s{fill:#fff;}.t{fill:#fdfefe;}.u{fill:#8b9798;}.v,.w{fill:#d7e2e3;}.x{fill:#9aabad;}.y{fill:#3d444c;}.z{fill:#272d35;isolation:isolate;opacity:.2;}.aa{fill:url(#g);stroke:#8ba0ae;}.aa,.ab{stroke-miterlimit:10;stroke-width:1px;}.ab{fill:url(#h);stroke:#161b20;}.w{opacity:0;}</style><linearGradient id="f" x1="43.1" y1="75.6" x2="47.9" y2="75.6" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#999899"/><stop offset=".2" stop-color="#7e7e80"/><stop offset=".4" stop-color="#5b5d60"/><stop offset=".6" stop-color="#46494d"/><stop offset=".8" stop-color="#3f4246"/><stop offset="1" stop-color="#404247"/><stop offset="1" stop-color="#43434a"/></linearGradient><linearGradient id="g" x1="23.1" y1="49" x2="67.6" y2="49" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b1bbcb"/><stop offset=".1" stop-color="#c2cddb"/><stop offset=".4" stop-color="#dbe7f0"/><stop offset=".5" stop-color="#e4f1f9"/><stop offset=".6" stop-color="#deeaf3"/><stop offset=".8" stop-color="#cdd9e5"/><stop offset="1" stop-color="#b1bccd"/><stop offset="1" stop-color="#aeb9ca"/></linearGradient><linearGradient id="h" x1="23.6" y1="49.8" x2="67.1" y2="49.8" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#403c42"/><stop offset=".1" stop-color="#3c4353"/><stop offset=".3" stop-color="#3a475d"/><stop offset=".5" stop-color="#344256"/><stop offset=".7" stop-color="#233445"/><stop offset="1" stop-color="#0d212d"/></linearGradient><linearGradient id="j" x1="41.1" y1="53.4" x2="46.6" y2="53.4" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#647779"/><stop offset=".6" stop-color="#93a2a3"/><stop offset="1" stop-color="#c1cccc"/></linearGradient><linearGradient id="k" x1="31.8" y1="58.9" x2="44.1" y2="58.9" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#647779"/><stop offset="0" stop-color="#6b7d7f"/><stop offset=".1" stop-color="#859597"/><stop offset=".2" stop-color="#9ba9aa"/><stop offset=".3" stop-color="#acb9b9"/><stop offset=".4" stop-color="#b8c4c4"/><stop offset=".6" stop-color="#bfcaca"/><stop offset="1" stop-color="#c1cccc"/></linearGradient><linearGradient id="l" x1="33.9" y1="63.5" x2="47.1" y2="54.9" xlink:href="#k"/><linearGradient id="m" x1="52.8" y1="48.4" x2="56.3" y2="55.2" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#647779"/><stop offset=".1" stop-color="#718384"/><stop offset=".3" stop-color="#8e9d9e"/><stop offset=".4" stop-color="#a4b2b2"/><stop offset=".6" stop-color="#b4c0c0"/><stop offset=".8" stop-color="#bec9c9"/><stop offset="1" stop-color="#c1cccc"/></linearGradient></defs><g id="c"><g><rect class="w" width="90.7" height="90.7"/><g><ellipse id="d" class="z" cx="45.4" cy="87" rx="14.4" ry="3.7"/><ellipse id="e" class="y" cx="45.4" cy="87" rx="7.5" ry="3"/><path class="r" d="M45.4,63.5h0c1.4,0,2.6,1.2,2.6,2.6v19.2c0,1.4-1.1,2.5-2.5,2.5h-.3c-1.4,0-2.5-1.1-2.5-2.5v-19.3c0-1.4,1.2-2.6,2.6-2.6Z"/><rect class="aa" x="23.1" y="25.7" width="44.5" height="46.6" rx="14.4" ry="14.4"/><rect class="ab" x="23.6" y="27.8" width="43.5" height="44" rx="14.1" ry="14.1"/><path id="i" class="s" d="M29,36.5c-.3,0-.6-.2-.7-.4s0-.6,.1-.8c1.3-1.6,3-2.9,4.8-3.9,.2,0,.4-.1,.6,0,.2,0,.4,.2,.5,.4,.2,.4,0,.9-.3,1.1-1.7,.9-3.1,2.1-4.3,3.5-.2,.2-.4,.3-.6,.3h0Zm-1.8,2.6c-.1,0-.3,0-.4-.1-.2-.1-.3-.3-.4-.5,0-.2,0-.4,.1-.6l.3-.4c.1-.2,.3-.3,.5-.4,.2,0,.4,0,.6,0,.2,.1,.3,.3,.4,.5s0,.4-.1,.6l-.3,.4c-.1,.2-.4,.4-.7,.4h0Z"/><g><path class="t" d="M47.8,50.1l-15.1-7.5c-.5-.3-.8-.8-.7-1.4l.7-3.2c.1-.6,.6-1,1.2-1l8.1,.2s0,0,0,0l18.8,8.1c.2,0,.1,.4,0,.4l-7.9-.4c0,0-.1,0-.2,0l-3.5,4.2c-.4,.4-1,.6-1.5,.3Z"/><path class="x" d="M32.7,44.7v1.2c0,.1,0,.3,.2,.3l2.7,1.4c.3,.1,.6,0,.6-.3v-1.4c0-.2,0-.3-.2-.4l-2.7-1.3c-.3-.1-.6,0-.6,.4Z"/><path class="x" d="M37.3,46.3l10.5,5.2c.1,0,.2,.2,.2,.4v1.3c0,.3-.3,.5-.6,.4l-10.5-5.1c-.1,0-.2-.2-.2-.4v-1.3c0-.3,.3-.5,.6-.3Z"/><path class="u" d="M60,46.4h2.8c.3,.1,.5,.5,.3,.8l-3.3,4.1c-.1,.1-.3,.2-.4,.1h0c-.2,0-.3-.3-.2-.6l.2-.5s0,0,0-.1l.2-3.4c0-.2,.2-.4,.4-.4Z"/><path class="n" d="M43.9,52.4l2.7,1.3v.7h-5.5v-.9s1.4,1,2.7-1Z"/><path class="p" d="M31.8,55v8.2c0,.2,.2,.4,.4,.4h.1c.2,0,.3-.1,.4-.3l.5-2.4c0-.1,.1-.2,.2-.3l10.4-4.3c.1,0,.2-.2,.2-.4v-1.7s-3,0-3,0v1.5c0,.2-.1,.3-.3,.4l-7.2,2.5c-.2,0-.5,0-.5-.3l-.6-3.5c0-.2-.2-.3-.4-.3h0c-.2,0-.4,.2-.4,.4Z"/><path class="u" d="M33.3,55.2l.5,2.4c0,.2,.3,.4,.5,.3l3.8-1.3c.2,0,.3-.3,.2-.5l-.4-1.1c0-.2-.2-.3-.4-.3h-3.9c-.3,0-.4,.2-.4,.4Z"/><path class="q" d="M44.7,54.2h1.9s0,2.1,0,2.1c0,.2-.1,.5-.4,.6l-7.2,3.8c-.2,0-.3,.2-.3,.4l-.5,1.9c0,.3-.3,.5-.6,.5h-3.3c-.4,0-.8-.4-.7-.8l.3-1.6c0-.2,.2-.4,.4-.5l9.9-4c.2-.1,.4-.3,.4-.6v-1.9Z"/><path class="x" d="M40.2,50.5l3.2,1.6s-.4,1.4-1.8,1.1c0,0-1.2-.3-1.4-2.7Z"/><path class="o" d="M58.7,46.3l-5.2-.2s0,0,0,0c-.6,0-4.7,5.3-4.7,5.3,0,0,0,.2,0,.2l-.2,2.3c0,.2,.1,.3,.3,.3l6.8,.3c.4,0,.7-.2,.9-.5l2.2-3.7c0-.1,.1-.3,.1-.5l.2-3.3c0-.2-.1-.3-.3-.3Zm-2.4,3l-.6,2.1c-.1,.4-.5,.7-.9,.6h-2.5c-.6-.1-1-.7-.8-1.2l.6-2.1c.1-.4,.5-.7,.9-.7h2.6c.6,0,1,.7,.8,1.2Z"/></g><path class="v" d="M52.8,45.5l-3.5,4.3c-.4,.4-1,.6-1.5,.2l-15.1-7.5c-.5-.2-.8-.7-.7-1.3l.7-3.2c.1-.6,.6-1,1.2-1"/></g></g></g></svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/4010/left.svg b/collect-library/src/main/assets/omdb/4010/left.svg new file mode 100644 index 00000000..58e2c48e --- /dev/null +++ b/collect-library/src/main/assets/omdb/4010/left.svg @@ -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> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/4010/right.svg b/collect-library/src/main/assets/omdb/4010/right.svg new file mode 100644 index 00000000..27301104 --- /dev/null +++ b/collect-library/src/main/assets/omdb/4010/right.svg @@ -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> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/4010/top.svg b/collect-library/src/main/assets/omdb/4010/top.svg new file mode 100644 index 00000000..62a3398e --- /dev/null +++ b/collect-library/src/main/assets/omdb/4010/top.svg @@ -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> \ No newline at end of file diff --git a/vtm b/vtm index f9efeaf0..c6a242fa 160000 --- a/vtm +++ b/vtm @@ -1 +1 @@ -Subproject commit f9efeaf09d3d912e2e21c7ebf8a6ad043c16f80c +Subproject commit c6a242fab870bc5b1b0e62856afc6350abe5ff3c From 5a9cbd09e6deb8bab2e3c7ecd6f942a3c6ecd2af Mon Sep 17 00:00:00 2001 From: xiaoyan <xiaoyan159@163.com> Date: Thu, 24 Aug 2023 14:27:31 +0800 Subject: [PATCH 8/8] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E8=AD=A6?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF=E5=9B=BE=E6=A0=87=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/assets/omdb_config.json | 33 ++++++++ .../com/navinfo/omqs/bean/ImportConfig.kt | 2 +- .../com/navinfo/omqs/db/ImportOMDBHelper.kt | 3 +- .../com/navinfo/omqs/db/ImportPreProcess.kt | 81 +++++++++++++++++++ .../personalcenter/PersonalCenterFragment.kt | 2 +- .../personalcenter/PersonalCenterViewModel.kt | 2 +- collect-library/resources/rendertheme.xsd | 2 + .../src/main/assets/editormarker.xml | 11 +++ .../assets/omdb/appendix/1105_00101_0.svg | 30 +++++++ .../assets/omdb/appendix/1105_00202_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00203_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00204_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00205_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00206_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00207_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00208_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00209_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00210_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00211_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00212_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00213_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00214_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00215_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00216_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00217_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00219_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00221_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00223_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00225_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00302_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00303_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00304_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00305_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00306_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00307_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00308_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00309_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00310_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00311_0.svg | 1 + .../assets/omdb/appendix/1105_00312_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00313_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00314_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00315_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00316_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00317_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00319_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00321_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00323_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00325_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00402_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00403_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00404_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00405_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00406_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00407_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00408_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00409_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00410_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00411_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00412_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00413_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00414_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00415_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00416_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00417_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00419_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00421_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00423_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00425_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_00502_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00503_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00504_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00505_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00506_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00507_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00508_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00509_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00510_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00511_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00512_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00513_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00514_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00515_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00516_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00517_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00518_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00519_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00520_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00521_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00522_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00523_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00524_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00525_0.svg | 18 +++++ .../assets/omdb/appendix/1105_00602_0.svg | 28 +++++++ .../assets/omdb/appendix/1105_00702_0.svg | 37 +++++++++ .../assets/omdb/appendix/1105_00802_0.svg | 16 ++++ .../assets/omdb/appendix/1105_00902_0.svg | 23 ++++++ .../assets/omdb/appendix/1105_00903_0.svg | 23 ++++++ .../assets/omdb/appendix/1105_01002_0.svg | 26 ++++++ .../assets/omdb/appendix/1105_01003_0.svg | 33 ++++++++ .../assets/omdb/appendix/1105_01004_0.svg | 32 ++++++++ .../assets/omdb/appendix/1105_01102_0.svg | 28 +++++++ .../assets/omdb/appendix/1105_01103_0.svg | 35 ++++++++ .../assets/omdb/appendix/1105_01203_0.svg | 37 +++++++++ .../assets/omdb/appendix/1105_01302_0.svg | 36 +++++++++ .../assets/omdb/appendix/1105_01402_0.svg | 27 +++++++ .../assets/omdb/appendix/1105_01403_0.svg | 27 +++++++ .../assets/omdb/appendix/1105_01602_0.svg | 26 ++++++ .../assets/omdb/appendix/1105_01702_0.svg | 23 ++++++ .../assets/omdb/appendix/1105_01703_0.svg | 44 ++++++++++ .../assets/omdb/appendix/1105_02002_0.svg | 26 ++++++ .../assets/omdb/appendix/1105_02003_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_02004_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_02102_0.svg | 29 +++++++ .../assets/omdb/appendix/1105_02202_0.svg | 37 +++++++++ .../assets/omdb/appendix/1105_02302_0.svg | 31 +++++++ .../assets/omdb/appendix/1105_02517_0.svg | 15 ++++ .../assets/omdb/appendix/1105_02902_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_03102_0.svg | 18 +++++ .../assets/omdb/appendix/1105_03103_0.svg | 18 +++++ .../assets/omdb/appendix/1105_03104_0.svg | 18 +++++ .../assets/omdb/appendix/1105_03105_0.svg | 18 +++++ .../assets/omdb/appendix/1105_03106_0.svg | 18 +++++ .../assets/omdb/appendix/1105_03107_0.svg | 18 +++++ .../assets/omdb/appendix/1105_03108_0.svg | 18 +++++ .../assets/omdb/appendix/1105_03109_0.svg | 18 +++++ .../assets/omdb/appendix/1105_03110_0.svg | 18 +++++ .../assets/omdb/appendix/1105_03111_0.svg | 18 +++++ .../assets/omdb/appendix/1105_03112_0.svg | 18 +++++ .../assets/omdb/appendix/1105_03113_0.svg | 18 +++++ .../assets/omdb/appendix/1105_03114_0.svg | 19 +++++ .../assets/omdb/appendix/1105_03202_0.svg | 28 +++++++ .../assets/omdb/appendix/1105_03203_0.svg | 17 ++++ .../assets/omdb/appendix/1105_03302_0.svg | 26 ++++++ .../assets/omdb/appendix/1105_03402_0.svg | 23 ++++++ .../assets/omdb/appendix/1105_03403_0.svg | 23 ++++++ .../assets/omdb/appendix/1105_03502_0.svg | 23 ++++++ .../assets/omdb/appendix/1105_03602_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_03702_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_03802_0.svg | 33 ++++++++ .../assets/omdb/appendix/1105_03902_0.svg | 33 ++++++++ .../assets/omdb/appendix/1105_04002_0.svg | 29 +++++++ .../assets/omdb/appendix/1105_04102_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_04103_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_04202_0.svg | 46 +++++++++++ .../assets/omdb/appendix/1105_04203_0.svg | 47 +++++++++++ .../assets/omdb/appendix/1105_04302_0.svg | 27 +++++++ .../assets/omdb/appendix/1105_04402_0.svg | 20 +++++ .../assets/omdb/appendix/1105_04502_0.svg | 33 ++++++++ .../assets/omdb/appendix/1105_04602_0.svg | 22 +++++ .../assets/omdb/appendix/1105_04702_0.svg | 22 +++++ .../assets/omdb/appendix/1105_04802_0.svg | 19 +++++ .../assets/omdb/appendix/1105_04902_0.svg | 19 +++++ .../assets/omdb/appendix/1105_05002_0.svg | 34 ++++++++ .../assets/omdb/appendix/1105_05102_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_05103_0.svg | 42 ++++++++++ .../assets/omdb/appendix/1105_05202_0.svg | 18 +++++ .../assets/omdb/appendix/1105_05302_0.svg | 43 ++++++++++ .../assets/omdb/appendix/1105_05502_0.svg | 24 ++++++ .../assets/omdb/appendix/1105_05503_0.svg | 26 ++++++ .../assets/omdb/appendix/1105_05504_0.svg | 26 ++++++ .../assets/omdb/appendix/1105_05602_0.svg | 22 +++++ .../assets/omdb/appendix/1105_05603_0.svg | 21 +++++ .../assets/omdb/appendix/1105_05604_0.svg | 20 +++++ .../assets/omdb/appendix/1105_05605_0.svg | 16 ++++ .../assets/omdb/appendix/1105_05702_0.svg | 29 +++++++ .../assets/omdb/appendix/1105_05802_0.svg | 39 +++++++++ .../assets/omdb/appendix/1105_05902_0.svg | 40 +++++++++ .../assets/omdb/appendix/1105_06002_0.svg | 35 ++++++++ .../assets/omdb/appendix/1105_06102_0.svg | 34 ++++++++ .../assets/omdb/appendix/1105_06103_0.svg | 32 ++++++++ .../assets/omdb/appendix/1105_06202_0.svg | 20 +++++ .../assets/omdb/appendix/1105_06203_0.svg | 20 +++++ .../assets/omdb/appendix/1105_06502_0.svg | 26 ++++++ .../assets/omdb/appendix/1105_06602_0.svg | 21 +++++ .../assets/omdb/appendix/1105_06802_0.svg | 25 ++++++ .../assets/omdb/appendix/1105_07302_0.svg | 21 +++++ .../assets/omdb/appendix/1105_07502_0.svg | 19 +++++ .../assets/omdb/appendix/1105_07602_0.svg | 32 ++++++++ .../assets/omdb/appendix/1105_08501_0.svg | 21 +++++ .../assets/omdb/appendix/1105_09102_0.svg | 21 +++++ .../assets/omdb/appendix/1105_09103_0.svg | 27 +++++++ .../assets/omdb/appendix/1105_09202_0.svg | 23 ++++++ .../assets/omdb/appendix/1105_09302_0.svg | 26 ++++++ .../assets/omdb/appendix/1105_09402_0.svg | 28 +++++++ .../assets/omdb/appendix/1105_09402_2.svg | 28 +++++++ .../assets/omdb/appendix/1105_09502_0.svg | 30 +++++++ .../assets/omdb/appendix/1105_09601_0.svg | 41 ++++++++++ .../assets/omdb/appendix/1105_09702_0.svg | 48 +++++++++++ .../library/map/source/OMDBDataDecoder.java | 2 +- .../map/source/OMDBReferenceDecoder.java | 2 +- 191 files changed, 4313 insertions(+), 6 deletions(-) create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00101_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00202_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00203_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00204_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00205_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00206_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00207_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00208_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00209_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00210_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00211_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00212_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00213_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00214_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00215_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00216_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00217_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00219_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00221_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00223_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00225_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00302_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00303_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00304_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00305_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00306_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00307_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00308_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00309_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00310_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00311_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00312_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00313_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00314_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00315_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00316_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00317_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00319_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00321_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00323_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00325_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00402_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00403_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00404_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00405_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00406_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00407_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00408_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00409_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00410_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00411_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00412_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00413_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00414_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00415_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00416_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00417_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00419_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00421_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00423_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00425_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00502_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00503_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00504_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00505_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00506_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00507_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00508_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00509_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00510_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00511_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00512_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00513_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00514_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00515_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00516_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00517_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00518_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00519_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00520_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00521_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00522_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00523_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00524_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00525_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00602_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00702_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00802_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00902_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_00903_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_01002_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_01003_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_01004_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_01102_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_01103_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_01203_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_01302_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_01402_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_01403_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_01602_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_01702_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_01703_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_02002_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_02003_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_02004_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_02102_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_02202_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_02302_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_02517_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_02902_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03102_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03103_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03104_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03105_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03106_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03107_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03108_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03109_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03110_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03111_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03112_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03113_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03114_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03202_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03203_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03302_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03402_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03403_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03502_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03602_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03702_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03802_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_03902_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_04002_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_04102_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_04103_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_04202_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_04203_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_04302_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_04402_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_04502_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_04602_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_04702_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_04802_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_04902_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_05002_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_05102_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_05103_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_05202_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_05302_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_05502_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_05503_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_05504_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_05602_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_05603_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_05604_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_05605_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_05702_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_05802_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_05902_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_06002_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_06102_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_06103_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_06202_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_06203_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_06502_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_06602_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_06802_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_07302_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_07502_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_07602_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_08501_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_09102_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_09103_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_09202_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_09302_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_09402_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_09402_2.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_09502_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_09601_0.svg create mode 100644 collect-library/src/main/assets/omdb/appendix/1105_09702_0.svg diff --git a/app/src/main/assets/omdb_config.json b/app/src/main/assets/omdb_config.json index cf436fe1..08bf4e2b 100644 --- a/app/src/main/assets/omdb_config.json +++ b/app/src/main/assets/omdb_config.json @@ -325,6 +325,39 @@ } ] }, + "4009":{ + "table": "OMDB_WARNINGSIGN", + "code": 4009, + "name": "警示信息", + "zoomMin": 15, + "zoomMax": 20, + "transformer": [ + { + "k": "geometry", + "v": "~", + "klib": "geometry", + "vlib": "translateRight()" + }, + { + "k": "geometry", + "v": "~", + "klib": "geometry", + "vlib": "generateS2EReferenceLine()" + }, + { + "k": "geometry", + "v": "~", + "klib": "geometry", + "vlib": "generateDirectReferenceLine('',3)" + }, + { + "k": "geometry", + "v": "~", + "klib": "geometry", + "vlib": "obtainReferenceDynamicSrc('assets:omdb/appendix/1105_','_0.svg','typeCode')" + } + ] + }, "4010":{ "table": "OMDB_ELECTRONICEYE", "code": 4010, diff --git a/app/src/main/java/com/navinfo/omqs/bean/ImportConfig.kt b/app/src/main/java/com/navinfo/omqs/bean/ImportConfig.kt index 43adbc9f..b2cd1aa5 100644 --- a/app/src/main/java/com/navinfo/omqs/bean/ImportConfig.kt +++ b/app/src/main/java/com/navinfo/omqs/bean/ImportConfig.kt @@ -57,7 +57,7 @@ class ImportConfig { for ((index, value) in params.withIndex()) { // 前2个参数确定为对象本身和RenderEntity,因此自定义参数从index+2开始设置 if (methodParams.size>index+2) { - callByParams[methodParams[index+2]] = value + callByParams[methodParams[index+2]] = value.replace("'", "") } } when(val result = method.callBy(callByParams)) { // 如果方法返回的数据类型是boolean,且返回为false,则该数据不处理 diff --git a/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt b/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt index 978f7352..ff43946c 100644 --- a/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt +++ b/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt @@ -146,6 +146,7 @@ class ImportOMDBHelper @AssistedInject constructor( val realm = Realm.getDefaultInstance() // 先获取当前配置的所有图层的个数,方便后续计算数据解析进度 var tableNum = 0 + var processIndex = 0 for (importConfig in importConfigList) { tableNum += importConfig.tableMap.size } @@ -457,7 +458,7 @@ class ImportOMDBHelper @AssistedInject constructor( } } // 1个文件发送一次flow流 - emit("${index + 1}/${tableNum}") + emit("${++processIndex}/${tableNum}") // 如果当前解析的是OMDB_RD_LINK数据,将其缓存在预处理类中,以便后续处理其他要素时使用 if (currentConfig.table == "OMDB_RD_LINK") { importConfig.preProcess.cacheRdLink = diff --git a/app/src/main/java/com/navinfo/omqs/db/ImportPreProcess.kt b/app/src/main/java/com/navinfo/omqs/db/ImportPreProcess.kt index 774e1120..1a62c9b0 100644 --- a/app/src/main/java/com/navinfo/omqs/db/ImportPreProcess.kt +++ b/app/src/main/java/com/navinfo/omqs/db/ImportPreProcess.kt @@ -661,4 +661,85 @@ class ImportPreProcess { WKTWriter(3).write(GeometryTools.getPolygonGeometry(geometry.coordinates)) } } + + /** + * 生成动态src字段-辅助图层,一般用于显示带角度的图标 + * @param renderEntity 要被处理的RenderEntity + * @param prefix 图片的前缀(一般还需要指定图片对应的文件夹) + * @param suffix 图片的后缀(根据codeName获取到的code后,匹配图片的后缀,还包含code码后的其他字符串内容) + * @param codeName 数据对应的code字段的字段名 + * */ + fun obtainReferenceDynamicSrc(renderEntity: RenderEntity, prefix: String, suffix: String, codeName: String) { + if (codeName.isNullOrBlank()) { + return + } + + // 根据数据或angle计算方向对应的角度和偏移量 + val geometry = renderEntity.wkt + var radian = 0.0 // geometry的角度,如果是点,获取angle,如果是线,获取最后两个点的方向 + var pointStartArray = mutableListOf<Coordinate>() + if (Geometry.TYPENAME_POINT == geometry?.geometryType) { + val point = Coordinate(geometry?.coordinate) + pointStartArray.add(point) + var angle = + if (renderEntity?.properties?.get("angle") == null) 0.0 else renderEntity?.properties?.get( + "angle" + )?.toDouble()!! + // angle角度为与正北方向的顺时针夹角,将其转换为与X轴正方向的逆时针夹角,即为正东方向的夹角 + angle = (450 - angle) % 360 + radian = Math.toRadians(angle) + } else if (Geometry.TYPENAME_LINESTRING == geometry?.geometryType) { + var coordinates = geometry.coordinates + val p1: Coordinate = coordinates.get(coordinates.size - 2) + val p2: Coordinate = coordinates.get(coordinates.size - 1) + // 计算线段的方向 + radian = Angle.angle(p1, p2) + pointStartArray.add(p1) + } else if (Geometry.TYPENAME_POLYGON == geometry?.geometryType) { + // 记录下面数据的每一个点位 + pointStartArray.addAll(geometry.coordinates) + // 获取当前的面数据对应的方向信息 + var angle = if (renderEntity?.properties?.get("angle") == null) { + if (renderEntity?.properties?.get("heading") == null) { + 0.0 + } else { + renderEntity?.properties?.get("heading")?.toDouble()!! + } + } else renderEntity?.properties?.get("angle")?.toDouble()!! + + angle = (450 - angle) % 360 + radian = Math.toRadians(angle) + } + + // 计算偏移距离 + var dx: Double = GeometryTools.convertDistanceToDegree( + defaultTranslateDistance, + geometry?.coordinate?.y!! + ) * Math.cos(radian) + var dy: Double = GeometryTools.convertDistanceToDegree( + defaultTranslateDistance, + geometry?.coordinate?.y!! + ) * Math.sin(radian) + + for (pointStart in pointStartArray) { + val coorEnd = Coordinate(pointStart.getX() + dx, pointStart.getY() + dy, pointStart.z) + + val dynamicSrcReference = ReferenceEntity() + dynamicSrcReference.renderEntityId = renderEntity.id + dynamicSrcReference.name = "${renderEntity.name}动态icon" + dynamicSrcReference.table = renderEntity.table + dynamicSrcReference.zoomMin = renderEntity.zoomMin + dynamicSrcReference.zoomMax = renderEntity.zoomMax + dynamicSrcReference.taskId = renderEntity.taskId + dynamicSrcReference.enable = renderEntity.enable + // 与原有方向指向平行的线 + dynamicSrcReference.geometry = + WKTWriter(3).write(GeometryTools.createLineString(arrayOf(pointStart, coorEnd))) + dynamicSrcReference.properties["qi_table"] = renderEntity.table + dynamicSrcReference.properties["type"] = "dynamicSrc" + val code = renderEntity.properties[codeName] + dynamicSrcReference.properties["src"] = "${prefix}${code}${suffix}" + Realm.getDefaultInstance().insert(dynamicSrcReference) + } + } } \ No newline at end of file diff --git a/app/src/main/java/com/navinfo/omqs/ui/fragment/personalcenter/PersonalCenterFragment.kt b/app/src/main/java/com/navinfo/omqs/ui/fragment/personalcenter/PersonalCenterFragment.kt index 4aaf660a..eeafd079 100644 --- a/app/src/main/java/com/navinfo/omqs/ui/fragment/personalcenter/PersonalCenterFragment.kt +++ b/app/src/main/java/com/navinfo/omqs/ui/fragment/personalcenter/PersonalCenterFragment.kt @@ -129,7 +129,7 @@ class PersonalCenterFragment(private var indoorDataListener: ((Boolean) -> Unit? // 定位到指定位置 niMapController.mMapView.vtmMap.animator() // .animateTo(GeoPoint( 40.05108004733645, 116.29187746293708 )) - .animateTo(GeoPoint( 40.45403725443716, 115.81488271796577)) + .animateTo(GeoPoint( 40.45250049995882, 115.85967482434108 )) } R.id.personal_center_menu_open_all_layer -> { MapParamUtils.setDataLayerEnum(DataLayerEnum.SHOW_ALL_LAYERS) diff --git a/app/src/main/java/com/navinfo/omqs/ui/fragment/personalcenter/PersonalCenterViewModel.kt b/app/src/main/java/com/navinfo/omqs/ui/fragment/personalcenter/PersonalCenterViewModel.kt index 40ce76a4..6d4ab7ba 100644 --- a/app/src/main/java/com/navinfo/omqs/ui/fragment/personalcenter/PersonalCenterViewModel.kt +++ b/app/src/main/java/com/navinfo/omqs/ui/fragment/personalcenter/PersonalCenterViewModel.kt @@ -171,7 +171,7 @@ class PersonalCenterViewModel @Inject constructor( } } else { val newTask = TaskBean() - newTask.id = 9999 + newTask.id = -1 importOMDBHelper.importOmdbZipFile(importOMDBHelper.omdbFile, newTask).collect { Log.d("importOMDBData", it) } diff --git a/collect-library/resources/rendertheme.xsd b/collect-library/resources/rendertheme.xsd index 84aa0c05..52a05322 100644 --- a/collect-library/resources/rendertheme.xsd +++ b/collect-library/resources/rendertheme.xsd @@ -256,6 +256,8 @@ <xs:attribute name="rotate" default="true" type="xs:boolean" use="optional"/> <!-- 设置是否支持图标压盖,如果为true,则同点位图标不避让,允许压盖,否则支持自动避让 --> <xs:attribute name="gland" default="false" type="xs:boolean" use="optional"/> + <!-- 原图标旋转角度,默认情况下应该使用以X轴为正方向的图标,此处可设置原图标的旋转角度,在渲染时自动对图标进行旋转,仅支持线要素 --> + <xs:attribute name="degree" default="0" type="xs:float" use="optional"/> </xs:complexType> <xs:complexType name="extrusion"> diff --git a/collect-library/src/main/assets/editormarker.xml b/collect-library/src/main/assets/editormarker.xml index 07064918..2bceef42 100644 --- a/collect-library/src/main/assets/editormarker.xml +++ b/collect-library/src/main/assets/editormarker.xml @@ -2348,5 +2348,16 @@ </m> </m> + <!-- 警示信息 --> + <m v="OMDB_WARNINGSIGN"> + <m k="type" v="dynamicSrc"> + <symbol repeat="false" repeat-gap="2000" repeat-start="0" rotate="true" + src="@src" symbol-height="24" symbol-width="24" degree="90"></symbol> + </m> + <m k="type" v="s_2_e"> + <line use="s2e" /> + </m> + </m> + </m> </rendertheme> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00101_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00101_0.svg new file mode 100644 index 00000000..7e87f75d --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00101_0.svg @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="30px" height="28px" viewBox="0 0 30 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>qita_icon</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0.0002 0.672 29.465 0.672 29.465 27.9996 0.0002 27.9996"></polygon> + </defs> + <g id="待定" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="工具栏汇总复制" transform="translate(-432.000000, -394.000000)"> + <g id="qita_icon-2" transform="translate(432.000000, 393.000000)"> + <g id="qita_icon"> + <g id="编组复制-25"> + <g id="编组" transform="translate(0.000000, 0.328000)"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-2"></g> + <path d="M28.5572,27.9986 C29.0572,27.9986 29.4652,27.5706 29.4652,27.0356 C29.4652,26.8666 29.4212,26.6986 29.3432,26.5536 L15.5192,1.1546 C15.3582,0.8566 15.0582,0.6716 14.7302,0.6716 C14.4082,0.6716 14.1062,0.8566 13.9452,1.1546 L0.1172,26.5546 C0.0432,26.6996 0.0002,26.8686 0.0002,27.0366 C0.0002,27.5666 0.4062,27.9996 0.9092,27.9996 L28.5572,27.9986 Z" id="Fill-1" fill="#100808" mask="url(#mask-2)"></path> + </g> + <polygon id="Fill-3" fill="#F7BD42" points="25.4156 25.4369 4.0526 25.4369 14.7326 5.8169"></polygon> + </g> + <circle id="椭圆形" fill="#000000" cx="10.3" cy="19.3" r="1.3"></circle> + <circle id="椭圆形复制-9" fill="#000000" cx="14.8" cy="19.3" r="1.3"></circle> + <circle id="椭圆形复制-10" fill="#000000" cx="19.3" cy="19.3" r="1.3"></circle> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00202_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00202_0.svg new file mode 100644 index 00000000..bff240e7 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00202_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>5</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-209.000000, -1408.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="5" transform="translate(2.000000, 2.000000)"> + <circle id="椭圆形复制-180" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="5复制-8" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="6" y="13">5</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00203_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00203_0.svg new file mode 100644 index 00000000..9bfa2209 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00203_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>10</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-248.000000, -1408.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="10" transform="translate(41.000000, 2.000000)"> + <circle id="椭圆形复制-192" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="10复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="4" y="13">10</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00204_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00204_0.svg new file mode 100644 index 00000000..7e315d1e --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00204_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>15</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-287.000000, -1408.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="15" transform="translate(80.000000, 2.000000)"> + <circle id="椭圆形复制-185" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="15复制-9" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="4" y="13">15</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00205_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00205_0.svg new file mode 100644 index 00000000..e8612af9 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00205_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>20</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-326.000000, -1408.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="20" transform="translate(119.000000, 2.000000)"> + <circle id="椭圆形复制-197" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="20复制-9" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="3" y="13">20</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00206_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00206_0.svg new file mode 100644 index 00000000..8f921718 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00206_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>25</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-366.000000, -1408.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="25" transform="translate(159.000000, 2.000000)"> + <circle id="椭圆形复制-182" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="25复制-8" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="3" y="13">25</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00207_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00207_0.svg new file mode 100644 index 00000000..50c4bb82 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00207_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>30</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-405.000000, -1408.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="30" transform="translate(198.000000, 2.000000)"> + <circle id="椭圆形复制-194" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="30复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="3" y="13">30</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00208_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00208_0.svg new file mode 100644 index 00000000..8d6e9067 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00208_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>35</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-444.000000, -1408.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="35" transform="translate(237.000000, 2.000000)"> + <circle id="椭圆形复制-189" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="35复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="3" y="13">35</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00209_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00209_0.svg new file mode 100644 index 00000000..6c34a3b9 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00209_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>40</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-483.000000, -1408.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="40" transform="translate(276.000000, 2.000000)"> + <circle id="椭圆形复制-201" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="40复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="3" y="13">40</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00210_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00210_0.svg new file mode 100644 index 00000000..ff4828c9 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00210_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>45</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-523.000000, -1408.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="45" transform="translate(316.000000, 2.000000)"> + <circle id="椭圆形复制-187" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="45复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="3" y="13">45</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00211_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00211_0.svg new file mode 100644 index 00000000..4e96b91d --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00211_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>50</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-562.000000, -1408.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="50" transform="translate(355.000000, 2.000000)"> + <circle id="椭圆形复制-199" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="50复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="3" y="13">50</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00212_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00212_0.svg new file mode 100644 index 00000000..7f157620 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00212_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>55</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-603.000000, -1408.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="55" transform="translate(396.000000, 2.000000)"> + <circle id="椭圆形复制-184" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="55复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="3" y="13">55</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00213_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00213_0.svg new file mode 100644 index 00000000..4ace59d8 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00213_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>60</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-642.000000, -1408.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="60" transform="translate(435.000000, 2.000000)"> + <circle id="椭圆形复制-196" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="60复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="3" y="13">60</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00214_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00214_0.svg new file mode 100644 index 00000000..39d7bdfe --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00214_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>65</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-209.000000, -1452.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="65" transform="translate(2.000000, 46.000000)"> + <circle id="椭圆形复制-191" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="65复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="3" y="13">65</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00215_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00215_0.svg new file mode 100644 index 00000000..f1553c54 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00215_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>70</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-248.000000, -1452.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="70" transform="translate(41.000000, 46.000000)"> + <circle id="椭圆形复制-203" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="70复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="3" y="13">70</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00216_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00216_0.svg new file mode 100644 index 00000000..cda62769 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00216_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>75</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-287.000000, -1452.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="75" transform="translate(80.000000, 46.000000)"> + <circle id="椭圆形复制-181" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="75复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="3" y="13">75</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00217_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00217_0.svg new file mode 100644 index 00000000..3b6ed314 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00217_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>80</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-326.000000, -1452.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="80" transform="translate(119.000000, 46.000000)"> + <circle id="椭圆形复制-193" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="80复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="3" y="13">80</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00219_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00219_0.svg new file mode 100644 index 00000000..b65be5f7 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00219_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>90</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-405.000000, -1452.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="90" transform="translate(198.000000, 46.000000)"> + <circle id="椭圆形复制-198" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="90复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="3" y="13">90</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00221_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00221_0.svg new file mode 100644 index 00000000..5719804c --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00221_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>100</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-483.000000, -1452.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="100" transform="translate(276.000000, 46.000000)"> + <circle id="椭圆形复制-195" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="100复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="1" y="13">100</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00223_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00223_0.svg new file mode 100644 index 00000000..71a9cd3a --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00223_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>110</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-562.000000, -1452.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="110" transform="translate(355.000000, 46.000000)"> + <circle id="椭圆形复制-202" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="110复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="2" y="13">110</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00225_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00225_0.svg new file mode 100644 index 00000000..c6cf1b54 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00225_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>120</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-642.000000, -1452.000000)"> + <g id="编组-4" transform="translate(209.000000, 1408.000000)"> + <g id="120" transform="translate(435.000000, 46.000000)"> + <circle id="椭圆形复制-200" stroke="#DA021B" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="120复制-7" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#DA0520"> + <tspan x="1" y="13">120</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00302_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00302_0.svg new file mode 100644 index 00000000..fe1924e1 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00302_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>5</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-211.000000, -1215.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="5"> + <circle id="椭圆形复制-51" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="5复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="8" y="15">5</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00303_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00303_0.svg new file mode 100644 index 00000000..3fd61853 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00303_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>10</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-250.000000, -1215.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="10" transform="translate(39.000000, 0.000000)"> + <circle id="椭圆形复制-63" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="10复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="6" y="15">10</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00304_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00304_0.svg new file mode 100644 index 00000000..8cccfaf2 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00304_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>15</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-289.000000, -1215.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="15" transform="translate(78.000000, 0.000000)"> + <circle id="椭圆形复制-56" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="15复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="6" y="15">15</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00305_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00305_0.svg new file mode 100644 index 00000000..99a6f31b --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00305_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>20</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-328.000000, -1215.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="20" transform="translate(117.000000, 0.000000)"> + <circle id="椭圆形复制-68" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="20复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="5" y="15">20</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00306_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00306_0.svg new file mode 100644 index 00000000..297f6e4d --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00306_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>25</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-368.000000, -1215.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="25" transform="translate(157.000000, 0.000000)"> + <circle id="椭圆形复制-53" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="25复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="5" y="15">25</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00307_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00307_0.svg new file mode 100644 index 00000000..47225c57 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00307_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>30</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-407.000000, -1215.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="30" transform="translate(196.000000, 0.000000)"> + <circle id="椭圆形复制-65" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="30复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="5" y="15">30</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00308_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00308_0.svg new file mode 100644 index 00000000..3b53dd72 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00308_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>35</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-446.000000, -1215.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="35" transform="translate(235.000000, 0.000000)"> + <circle id="椭圆形复制-60" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="35复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="5" y="15">35</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00309_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00309_0.svg new file mode 100644 index 00000000..a3b2904c --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00309_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>40</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-485.000000, -1215.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="40" transform="translate(274.000000, 0.000000)"> + <circle id="椭圆形复制-72" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="40复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="5" y="15">40</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00310_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00310_0.svg new file mode 100644 index 00000000..10203443 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00310_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>45</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-525.000000, -1215.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="45" transform="translate(314.000000, 0.000000)"> + <circle id="椭圆形复制-58" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="45复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="5" y="15">45</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00311_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00311_0.svg new file mode 100644 index 00000000..516d7d19 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00311_0.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><defs><style>.h{fill:#7074ff;}.i{fill:#ececec;font-family:PingFangHK-Medium-B5pc-H, 'PingFang HK';font-size:10px;font-weight:500;isolation:isolate;}</style></defs><g id="c"><g id="d"><g id="e"><g id="f"><circle id="g" class="h" cx="11" cy="11" r="11"/><text class="i" transform="translate(5 15)"><tspan x="0" y="0">50</tspan></text></g></g></g></g></svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00312_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00312_0.svg new file mode 100644 index 00000000..d106b2a5 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00312_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>55</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-605.000000, -1215.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="55" transform="translate(394.000000, 0.000000)"> + <circle id="椭圆形复制-55" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="55复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="5" y="15">55</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00313_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00313_0.svg new file mode 100644 index 00000000..6bf4f79b --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00313_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>60</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-644.000000, -1215.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="60" transform="translate(433.000000, 0.000000)"> + <circle id="椭圆形复制-67" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="60复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="5" y="15">60</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00314_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00314_0.svg new file mode 100644 index 00000000..8b5ebab7 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00314_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>65</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-211.000000, -1259.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="65" transform="translate(0.000000, 44.000000)"> + <circle id="椭圆形复制-62" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="65复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="5" y="15">65</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00315_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00315_0.svg new file mode 100644 index 00000000..ae128900 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00315_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>70</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-250.000000, -1259.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="70" transform="translate(39.000000, 44.000000)"> + <circle id="椭圆形复制-74" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="70复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="5" y="15">70</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00316_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00316_0.svg new file mode 100644 index 00000000..f094221f --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00316_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>75</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-289.000000, -1259.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="75" transform="translate(78.000000, 44.000000)"> + <circle id="椭圆形复制-52" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="75复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="5" y="15">75</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00317_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00317_0.svg new file mode 100644 index 00000000..ddf59b25 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00317_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>80</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-328.000000, -1259.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="80" transform="translate(117.000000, 44.000000)"> + <circle id="椭圆形复制-64" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="80复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="5" y="15">80</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00319_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00319_0.svg new file mode 100644 index 00000000..2b3cc653 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00319_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>90</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-407.000000, -1259.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="90" transform="translate(196.000000, 44.000000)"> + <circle id="椭圆形复制-69" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="90复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="5" y="15">90</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00321_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00321_0.svg new file mode 100644 index 00000000..4316b1fe --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00321_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>100</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-485.000000, -1259.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="100" transform="translate(274.000000, 44.000000)"> + <circle id="椭圆形复制-66" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="100复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="15">100</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00323_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00323_0.svg new file mode 100644 index 00000000..7a477213 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00323_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>110</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-564.000000, -1259.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="110" transform="translate(353.000000, 44.000000)"> + <circle id="椭圆形复制-73" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="110复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="4" y="15">110</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00325_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00325_0.svg new file mode 100644 index 00000000..3a72d160 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00325_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>120</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-644.000000, -1259.000000)"> + <g id="编组-3" transform="translate(211.000000, 1215.000000)"> + <g id="120" transform="translate(433.000000, 44.000000)"> + <circle id="椭圆形复制-71" fill="#7074FF" cx="11" cy="11" r="11"></circle> + <text id="120复制-2" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="15">120</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00402_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00402_0.svg new file mode 100644 index 00000000..cb72ddc7 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00402_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>5</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1130.000000, -1546.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="5" transform="translate(42.000000, 2.000000)"> + <circle id="椭圆形复制-104" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="5复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="6" y="13">5</tspan> + </text> + <g id="编组-8复制-4" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00403_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00403_0.svg new file mode 100644 index 00000000..f3d6aaae --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00403_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>10</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1169.000000, -1546.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="10" transform="translate(81.000000, 2.000000)"> + <circle id="椭圆形复制-116" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="10复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="4" y="13">10</tspan> + </text> + <g id="编组-8复制-8" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00404_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00404_0.svg new file mode 100644 index 00000000..e55f25f4 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00404_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>15</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1201.000000, -1546.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="15" transform="translate(113.000000, 2.000000)"> + <circle id="椭圆形复制-109" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="15复制-6" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="4" y="13">15</tspan> + </text> + <g id="编组-8复制-9" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00405_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00405_0.svg new file mode 100644 index 00000000..a32556d1 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00405_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>20</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1240.000000, -1546.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="20" transform="translate(152.000000, 2.000000)"> + <circle id="椭圆形复制-121" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="20复制-6" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="13">20</tspan> + </text> + <g id="编组-8复制-10" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00406_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00406_0.svg new file mode 100644 index 00000000..4903727f --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00406_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>25</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1280.000000, -1546.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="25" transform="translate(192.000000, 2.000000)"> + <circle id="椭圆形复制-106" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="25复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="13">25</tspan> + </text> + <g id="编组-8复制-11" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00407_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00407_0.svg new file mode 100644 index 00000000..fec0a258 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00407_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>30</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1319.000000, -1546.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="30" transform="translate(231.000000, 2.000000)"> + <circle id="椭圆形复制-118" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="30复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="13">30</tspan> + </text> + <g id="编组-8复制-15" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00408_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00408_0.svg new file mode 100644 index 00000000..030eb003 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00408_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>35</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1358.000000, -1546.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="35" transform="translate(270.000000, 2.000000)"> + <circle id="椭圆形复制-113" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="35复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="13">35</tspan> + </text> + <g id="编组-8复制-16" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00409_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00409_0.svg new file mode 100644 index 00000000..e96cc3fb --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00409_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>40</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1397.000000, -1546.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="40" transform="translate(309.000000, 2.000000)"> + <circle id="椭圆形复制-125" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="40复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="13">40</tspan> + </text> + <g id="编组-8复制-19" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00410_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00410_0.svg new file mode 100644 index 00000000..1b73ec5a --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00410_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>45</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1437.000000, -1546.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="45" transform="translate(349.000000, 2.000000)"> + <circle id="椭圆形复制-111" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="45复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="13">45</tspan> + </text> + <g id="编组-8复制-22" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00411_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00411_0.svg new file mode 100644 index 00000000..f473e1a0 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00411_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>50</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1477.000000, -1546.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="50" transform="translate(389.000000, 2.000000)"> + <circle id="椭圆形复制-123" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="50复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="13">50</tspan> + </text> + <g id="编组-8复制-23" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00412_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00412_0.svg new file mode 100644 index 00000000..becb06bc --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00412_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>55</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1517.000000, -1546.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="55" transform="translate(429.000000, 2.000000)"> + <circle id="椭圆形复制-108" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="55复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="13">55</tspan> + </text> + <g id="编组-8复制-24" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00413_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00413_0.svg new file mode 100644 index 00000000..f1c311bb --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00413_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>60</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1556.000000, -1546.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="60" transform="translate(468.000000, 2.000000)"> + <circle id="椭圆形复制-120" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="60复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="13">60</tspan> + </text> + <g id="编组-8复制-25" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00414_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00414_0.svg new file mode 100644 index 00000000..889e13c8 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00414_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>65</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1091.000000, -1590.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="65" transform="translate(3.000000, 46.000000)"> + <circle id="椭圆形复制-115" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="65复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="13">65</tspan> + </text> + <g id="编组-8复制-5" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00415_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00415_0.svg new file mode 100644 index 00000000..fdaa41d5 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00415_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>70</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1130.000000, -1590.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="70" transform="translate(42.000000, 46.000000)"> + <circle id="椭圆形复制-127" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="70复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="13">70</tspan> + </text> + <g id="编组-8复制-6" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00416_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00416_0.svg new file mode 100644 index 00000000..c52a556f --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00416_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>75</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1169.000000, -1590.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="75" transform="translate(81.000000, 46.000000)"> + <circle id="椭圆形复制-105" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="75复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="13">75</tspan> + </text> + <g id="编组-8复制-7" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00417_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00417_0.svg new file mode 100644 index 00000000..55ae0c12 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00417_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>80</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1208.000000, -1590.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="80" transform="translate(120.000000, 46.000000)"> + <circle id="椭圆形复制-117" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="80复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="13">80</tspan> + </text> + <g id="编组-8复制-14" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00419_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00419_0.svg new file mode 100644 index 00000000..c63105e0 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00419_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>90</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1287.000000, -1590.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="90" transform="translate(199.000000, 46.000000)"> + <circle id="椭圆形复制-122" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="90复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="3" y="13">90</tspan> + </text> + <g id="编组-8复制-12" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00421_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00421_0.svg new file mode 100644 index 00000000..f0cc600b --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00421_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>100</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1365.000000, -1590.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="100" transform="translate(277.000000, 46.000000)"> + <circle id="椭圆形复制-119" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="100复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="1" y="13">100</tspan> + </text> + <g id="编组-8复制-17" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00423_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00423_0.svg new file mode 100644 index 00000000..ea911c6d --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00423_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>110</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1444.000000, -1590.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="110" transform="translate(356.000000, 46.000000)"> + <circle id="椭圆形复制-126" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="110复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="2" y="13">110</tspan> + </text> + <g id="编组-8复制-21" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00425_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00425_0.svg new file mode 100644 index 00000000..993a68a6 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00425_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>120</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-1524.000000, -1590.000000)"> + <g id="编组-17复制" transform="translate(1090.000000, 1546.000000)"> + <g id="120" transform="translate(436.000000, 46.000000)"> + <circle id="椭圆形复制-124" stroke="#CBCBCB" stroke-width="1.5" cx="9" cy="9" r="9.75"></circle> + <text id="120复制-4" font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#ECECEC"> + <tspan x="1" y="13">120</tspan> + </text> + <g id="编组-8复制-26" transform="translate(1.000000, 1.000000)" stroke="#CBCBCB" stroke-width="0.5"> + <path d="M14,1 L1,14" id="Stroke-5复制"></path> + <path d="M13,0 L0,13" id="Stroke-7复制"></path> + <path d="M15,2 L2,15" id="Stroke-9复制"></path> + <path d="M16,3 L3,16" id="Stroke-13复制"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00502_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00502_0.svg new file mode 100644 index 00000000..fb176866 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00502_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>5</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-215.000000, -1623.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="5"> + <rect id="矩形" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="9" y="12">5</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00503_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00503_0.svg new file mode 100644 index 00000000..0ab39aee --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00503_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>10</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-254.000000, -1623.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="10" transform="translate(39.000000, 0.000000)"> + <rect id="矩形复制-2" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="7" y="12">10</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00504_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00504_0.svg new file mode 100644 index 00000000..d240755c --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00504_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>15</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-293.000000, -1623.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="15" transform="translate(78.000000, 0.000000)"> + <rect id="矩形复制-5" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="7" y="12">15</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00505_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00505_0.svg new file mode 100644 index 00000000..8ff6eee6 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00505_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>20</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-332.000000, -1623.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="20" transform="translate(117.000000, 0.000000)"> + <rect id="矩形复制-6" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">20</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00506_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00506_0.svg new file mode 100644 index 00000000..d35c8d6c --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00506_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>25</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-369.000000, -1623.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="25" transform="translate(154.000000, 0.000000)"> + <rect id="矩形复制-7" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">25</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00507_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00507_0.svg new file mode 100644 index 00000000..b79f3a67 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00507_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>30</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-406.000000, -1623.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="30" transform="translate(191.000000, 0.000000)"> + <rect id="矩形复制-8" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">30</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00508_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00508_0.svg new file mode 100644 index 00000000..c21730e0 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00508_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>35</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-443.000000, -1623.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="35" transform="translate(228.000000, 0.000000)"> + <rect id="矩形复制-9" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">35</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00509_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00509_0.svg new file mode 100644 index 00000000..a42aba43 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00509_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>40</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-480.000000, -1623.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="40" transform="translate(265.000000, 0.000000)"> + <rect id="矩形复制-10" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">40</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00510_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00510_0.svg new file mode 100644 index 00000000..7e8b1876 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00510_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>45</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-517.000000, -1623.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="45" transform="translate(302.000000, 0.000000)"> + <rect id="矩形复制-11" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">45</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00511_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00511_0.svg new file mode 100644 index 00000000..1241d539 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00511_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>50</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-554.000000, -1623.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="50" transform="translate(339.000000, 0.000000)"> + <rect id="矩形复制-12" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">50</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00512_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00512_0.svg new file mode 100644 index 00000000..5390908a --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00512_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>55</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-591.000000, -1623.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="55" transform="translate(376.000000, 0.000000)"> + <rect id="矩形复制-13" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">55</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00513_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00513_0.svg new file mode 100644 index 00000000..77804efc --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00513_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>60</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-628.000000, -1623.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="60" transform="translate(413.000000, 0.000000)"> + <rect id="矩形复制-14" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">60</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00514_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00514_0.svg new file mode 100644 index 00000000..e30c17c8 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00514_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>65</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-215.000000, -1664.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="65" transform="translate(0.000000, 41.000000)"> + <rect id="矩形复制-15" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">65</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00515_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00515_0.svg new file mode 100644 index 00000000..01bddeb7 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00515_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>70</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-254.000000, -1664.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="70" transform="translate(39.000000, 41.000000)"> + <rect id="矩形复制-16" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">70</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00516_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00516_0.svg new file mode 100644 index 00000000..bc44da8f --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00516_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>75</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-293.000000, -1664.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="75" transform="translate(78.000000, 41.000000)"> + <rect id="矩形复制-17" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">75</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00517_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00517_0.svg new file mode 100644 index 00000000..12ca4014 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00517_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>80</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-332.000000, -1664.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="80" transform="translate(117.000000, 41.000000)"> + <rect id="矩形复制-17" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">80</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00518_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00518_0.svg new file mode 100644 index 00000000..022a511a --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00518_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>85</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-369.000000, -1664.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="85" transform="translate(154.000000, 41.000000)"> + <rect id="矩形复制-20" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">85</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00519_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00519_0.svg new file mode 100644 index 00000000..96d27cae --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00519_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>90</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-406.000000, -1664.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="90" transform="translate(191.000000, 41.000000)"> + <rect id="矩形复制-21" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">90</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00520_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00520_0.svg new file mode 100644 index 00000000..67a5c85f --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00520_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>95</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-443.000000, -1664.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="95" transform="translate(228.000000, 41.000000)"> + <rect id="矩形复制-22" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="6" y="12">95</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00521_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00521_0.svg new file mode 100644 index 00000000..567e4108 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00521_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>100</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-480.000000, -1664.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="100" transform="translate(265.000000, 41.000000)"> + <rect id="矩形复制-23" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="4" y="12">100</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00522_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00522_0.svg new file mode 100644 index 00000000..cb4516d8 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00522_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>105</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-517.000000, -1664.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="105" transform="translate(302.000000, 41.000000)"> + <rect id="矩形复制-24" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="4" y="12">105</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00523_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00523_0.svg new file mode 100644 index 00000000..cf010303 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00523_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>110</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-554.000000, -1664.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="110" transform="translate(339.000000, 41.000000)"> + <rect id="矩形复制-25" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="5" y="12">110</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00524_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00524_0.svg new file mode 100644 index 00000000..cec0054f --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00524_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>115</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-591.000000, -1664.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="115" transform="translate(376.000000, 41.000000)"> + <rect id="矩形复制-26" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="5" y="12">115</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00525_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00525_0.svg new file mode 100644 index 00000000..94dd4ffa --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00525_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>120</title> + <desc>Created with Sketch.</desc> + <g id="--" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="icon-汇总说明" transform="translate(-628.000000, -1664.000000)"> + <g id="编组-25" transform="translate(215.000000, 1623.000000)"> + <g id="120" transform="translate(413.000000, 41.000000)"> + <rect id="矩形复制-27" stroke="#6D6D6D" fill="#FFFC7D" x="0.5" y="0.5" width="23" height="15"></rect> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="10" font-weight="500" fill="#000000"> + <tspan x="4" y="12">120</tspan> + </text> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00602_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00602_0.svg new file mode 100644 index 00000000..f91574d3 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00602_0.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾圭€瑰嫭鍣磋ぐ鎺戠倞闁哄啫鐗婇崑鎰版煕濞嗗繘宕伴幇纾藉ù锝嗗灊閸氭煕鐎d户闁瑰箍鍨归埞鎴犫偓锝忕床婵犵數濮撮敃銈夊箠閹扮増鏅繝濠傚暊閺€浠嬫煃閳轰礁鏆㈢痪鍋撶紓鍌氬€烽懗鑸垫叏闂堟稓鏆嗙紒瀣仢鐓ょ紒鐘茬秺閺岋綁骞囩徊璇测攽濞叉牠鍩為幋锔芥櫖闁告洖鎽嬫繝纰樷偓鎶芥煙閸嬫捇骞栨潏鍓ф偧闁绘挻鎹囬弻锝夋偐閸欏绐涢梺绋块幐姝岀亱闂佸憡鍔栧Σ姊洪柅鐐插閸樼敻姊洪懝鏉垮惞婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾剧懓鐎f崳闁绘閵嗘帒閿濆懍澹曟俊銈囧Х閸嬬偤鎮ч悩鑼嫚濞村濠电偛妫欓崝鏇㈠礉閸涘瓨鈷戦梻鍫熺〒缁犲啿鈹戦弨杈╃矉閹烘鍤冮柍鍝勫暟閿涙繃绻涙潏鍓у缂佺懇瀹暶洪悡娆撴煕濞戞﹫鏀婚柛濠冨姍閺" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path id="path14_8_" fill="#FEFEFE" stroke="#D91C0F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d=" + M1.478,15.001c0,7.454,6.066,13.52,13.522,13.52s13.522-6.064,13.522-13.52S22.459,1.48,15,1.48 + C7.545,1.48,1.478,7.546,1.478,15.001z"/> + <g> + <path id="path3387_3_" sodipodi:nodetypes="cczcczccscccccccccscczcczccc" stroke="#000000" stroke-width="0.25" d=" + M15.771,25.621l-2.306-0.798c0,0-1.258-0.461-2.427-0.922c-0.721-0.25-1.032-0.43-1.254-1.478v-1.95c0,0,0.013-0.022-0.002-0.967 + c-0.015-0.919,1.237-1.53,1.237-1.53l4.749-3.345c0,0,0.708-0.333,1.532-1.302c0.885-1.041,0.859-2.367,0.859-2.367l0.019-4.127 + l4.221,3.882l0.067-2.41L17.16,3.367L10.269,8.3l0.072,2.301l5.922-3.884L16.265,8.6c0,0,0.057,2.125-0.278,3.073 + c-0.261,0.745-1.458,1.317-1.458,1.317l-5.027,3.549c0,0-0.921,0.476-1.221,1.119c-0.33,0.702-0.265,2.527-0.265,2.527 + l0.031,1.487c-0.017-2.804-0.039,0.735,0.089,1.684c0.132,0.943,0.937,1.31,1.649,1.545l5.938,2.289L15.771,25.621z"/> + <path id="path3194" sodipodi:nodetypes="cccccccccc" stroke="#000000" stroke-width="0.5" d="M19.257,25.448l0.007-7.581 + l3.112,2.217l0.044-1.419l-3.716-3.054l-3.647,3.056l0.041,1.484l2.975-2.215l-0.017,7.515L19.257,25.448z"/> + </g> + <rect x="14.072" y="1.841" fill="#D91C0F" width="1.852" height="26.317"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00702_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00702_0.svg new file mode 100644 index 00000000..32552175 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00702_0.svg @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾圭€瑰嫭鍣磋ぐ鎺戠倞闁哄啫鐗婇崑鎰版煕濞嗗繘宕伴幇纾藉ù锝嗗灊閸氭煕鐎d户闁瑰箍鍨归埞鎴犫偓锝忕床婵犵數濮撮敃銈夊箠閹扮増鏅繝濠傚暊閺€浠嬫煃閳轰礁鏆㈢痪鍋撶紓鍌氬€烽懗鑸垫叏闂堟稓鏆嗙紒瀣仢鐓ょ紒鐘茬秺閺岋綁骞囩徊璇测攽濞叉牠鍩為幋锔芥櫖闁告洖鎽嬫繝纰樷偓鎶芥煙閸嬫捇骞栨潏鍓ф偧闁绘挻鎹囬弻锝夋偐閸欏绐涢梺绋块幐姝岀亱闂佸憡鍔栧Σ姊洪柅鐐插閸樼敻姊洪懝鏉垮惞婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾剧懓鐎f崳闁绘閵嗘帒閿濆懍澹曟俊銈囧Х閸嬬偤鎮ч悩鑼嫚濞村濠电偛妫欓崝鏇㈠礉閸涘瓨鈷戦梻鍫熺〒缁犲啿鈹戦弨杈╃矉閹烘鍤冮柍鍝勫暟閿涙繃绻涙潏鍓у缂佺懇瀹暶洪悡娆撴煕濞戞﹫鏀婚柛濠冨姍閺" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path id="path14_9_" fill="#FEFEFE" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d=" + M1.478,15c0,7.454,6.064,13.52,13.524,13.52c7.455,0,13.52-6.064,13.52-13.52S22.459,1.479,15.002,1.479 + C7.543,1.481,1.478,7.543,1.478,15z"/> + <g opacity="0.75"> + + <line fill="none" stroke="#000000" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" x1="3.883" y1="21.057" x2="24.258" y2="6.702"/> + + <line fill="none" stroke="#000000" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" x1="4.655" y1="22.484" x2="25.03" y2="8.128"/> + + <line fill="none" stroke="#000000" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" x1="5.62" y1="23.951" x2="25.995" y2="9.595"/> + + <line fill="none" stroke="#000000" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" x1="6.507" y1="25.381" x2="26.882" y2="11.025"/> + </g> + <g> + <path id="path3387_1_" sodipodi:nodetypes="cczcczccscccccccccscczcczccc" stroke="#000000" stroke-width="0.25" d="M15.769,25.62 + l-2.304-0.798c0,0-1.261-0.461-2.428-0.922c-0.722-0.25-1.032-0.43-1.254-1.478v-1.95c0,0,0.013-0.022-0.002-0.967 + c-0.015-0.919,1.237-1.53,1.237-1.53l4.751-3.345c0,0,0.706-0.333,1.53-1.302c0.887-1.043,0.863-2.367,0.863-2.367l0.017-4.127 + l4.223,3.882l0.065-2.41l-5.305-4.938l-6.892,4.933l0.072,2.301l5.922-3.884l0.002,1.884c0,0,0.057,2.125-0.274,3.073 + c-0.265,0.745-1.458,1.317-1.458,1.317l-5.038,3.547c0,0-0.921,0.476-1.219,1.119c-0.332,0.702-0.267,2.527-0.267,2.527 + l0.035,1.487c-0.02-2.804-0.041,0.735,0.089,1.684c0.13,0.943,0.935,1.31,1.647,1.545l5.938,2.289L15.769,25.62z"/> + <path id="path3194_1_" sodipodi:nodetypes="cccccccccc" stroke="#000000" stroke-width="0.5" d="M19.257,25.446l0.007-7.581 + l3.114,2.217l0.044-1.419l-3.716-3.053l-3.649,3.056l0.041,1.484l2.977-2.215l-0.019,7.515L19.257,25.446z"/> + </g> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00802_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00802_0.svg new file mode 100644 index 00000000..2ef7ffd7 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00802_0.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>jinzhishiru-icon</title> + <desc>Created with Sketch.</desc> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-861.000000, -341.000000)" fill-rule="nonzero"> + <g id="jinzhishiru-icon-2" transform="translate(861.000000, 341.000000)"> + <g id="jinzhishiru-icon"> + <path d="M0,10 C6.76353751e-16,15.5228475 4.4771525,20 10,20 C15.5228475,20 20,15.5228475 20,10 C20,4.4771525 15.5228475,3.38176876e-16 10,0 C4.4771525,-3.38176876e-16 6.76353751e-16,4.4771525 0,10 Z" id="路径" fill="#FF090B"></path> + <polygon id="路径" fill="#FFFFFF" points="2 8 19 8 19 12 2 12"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00902_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00902_0.svg new file mode 100644 index 00000000..6037b248 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00902_0.svg @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M1.175,28.664c-0.5,0-0.909-0.428-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.213,1.819 + C14.374,1.521,14.676,1.336,15,1.336c0.322,0,0.624,0.185,0.785,0.483l13.829,25.399c0.074,0.146,0.119,0.315,0.119,0.483 + c0,0.53-0.406,0.963-0.913,0.963H1.175z"/> + <polygon fill="#F7BD42" points="4.318,25.775 25.679,25.775 15,6.155 "/> + </g> + <path d="M17.031,14.05l-1.235-1.311l-5.162,2.539l3.31,4.56l-0.367-3.114c0.659,0.3,5.073,1.428,4.027,2.489 + c-2.471,2.512-5.238,5.116-5.238,5.116l1.143,1.134c4.345-4.338,4.705-4.657,5.685-5.829c0.207-0.248,1.024-1.756-1.3-2.79 + c-1.823-0.815-2.443-1.043-3.688-1.365L17.031,14.05z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_00903_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_00903_0.svg new file mode 100644 index 00000000..1a387447 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_00903_0.svg @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M28.825,28.664c0.502,0,0.909-0.428,0.909-0.963c0-0.169-0.044-0.337-0.122-0.483L15.787,1.819 + C15.626,1.521,15.324,1.336,15,1.336c-0.322,0-0.624,0.185-0.785,0.483L0.387,27.218c-0.074,0.146-0.12,0.315-0.12,0.483 + c0,0.53,0.408,0.963,0.913,0.963H28.825z"/> + <polygon fill="#F7BD42" points="25.682,25.775 4.321,25.775 15,6.155 "/> + </g> + <path d="M12.971,14.05l1.235-1.311l5.162,2.539l-3.31,4.56l0.367-3.114c-0.661,0.3-5.073,1.428-4.027,2.489 + c2.471,2.512,5.236,5.116,5.236,5.116l-1.141,1.134c-4.347-4.338-4.705-4.657-5.685-5.829c-0.209-0.248-1.024-1.756,1.3-2.79 + c1.821-0.815,2.441-1.043,3.688-1.365L12.971,14.05z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_01002_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_01002_0.svg new file mode 100644 index 00000000..28dceab5 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_01002_0.svg @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="28px" height="25px" viewBox="0 0 28 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>zhuyiyeshengdonwu_icon</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0 0.473 28 0.473 28 25 0 25"></polygon> + </defs> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-208.000000, -614.000000)"> + <g id="zhuyiyeshengdonwu_icon-2" transform="translate(208.000000, 613.000000)"> + <g id="zhuyiyeshengdonwu_icon"> + <g id="编组" transform="translate(0.000000, 0.527500)"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-2"></g> + <path d="M13.9918,25.0001 L1.1738,25.0001 C0.5958,25.0001 0.1108,24.5751 0.0148,24.0051 C-0.0422,23.6551 0.0688,23.3591 0.2418,23.0681 C0.5398,22.5651 0.8268,22.0581 1.1188,21.5521 C1.4778,20.9331 1.8388,20.3131 2.1968,19.6941 C2.5548,19.0741 2.9118,18.4531 3.2698,17.8331 C3.6048,17.2551 3.9408,16.6791 4.2758,16.1011 C4.6028,15.5361 4.9288,14.9681 5.2558,14.4021 C5.5328,13.9221 5.8128,13.4441 6.0898,12.9641 C6.2918,12.6161 6.4888,12.2651 6.6898,11.9161 C6.8798,11.5881 7.0708,11.2621 7.2608,10.9351 C7.5618,10.4131 7.8638,9.8911 8.1648,9.3691 C8.4218,8.9241 8.6768,8.4791 8.9338,8.0351 C9.2518,7.4851 9.5728,6.9381 9.8898,6.3881 C10.2908,5.6951 10.6878,5.0011 11.0888,4.3091 C11.3958,3.7761 11.7088,3.2451 12.0168,2.7121 C12.3248,2.1811 12.6318,1.6501 12.9348,1.1171 C13.1058,0.8151 13.3498,0.6081 13.6858,0.5151 C14.1528,0.3851 14.7068,0.5571 14.9698,0.9821 C15.2558,1.4431 15.5198,1.9181 15.7928,2.3881 C16.0348,2.8041 16.2748,3.2211 16.5148,3.6381 C16.9088,4.3211 17.3018,5.0051 17.6958,5.6881 C17.9378,6.1071 18.1838,6.5241 18.4268,6.9421 C18.8578,7.6891 19.2888,8.4361 19.7198,9.1831 C20.0878,9.8191 20.4558,10.4561 20.8238,11.0921 C21.0628,11.5061 21.3038,11.9191 21.5428,12.3331 C21.9968,13.1171 22.4488,13.9011 22.9018,14.6851 C23.2458,15.2791 23.5908,15.8731 23.9328,16.4671 C24.2848,17.0791 24.6348,17.6911 24.9878,18.3021 C25.3548,18.9381 25.7258,19.5721 26.0948,20.2081 C26.4848,20.8841 26.8738,21.5621 27.2638,22.2381 C27.4618,22.5801 27.6668,22.9171 27.8568,23.2621 C28.0058,23.5311 28.0388,23.8211 27.9548,24.1181 C27.8318,24.5581 27.5448,24.8381 27.1078,24.9641 C27.0258,24.9871 26.9368,24.9991 26.8508,24.9991 C22.5648,25.0001 18.2788,25.0001 13.9918,25.0001" id="Fill-1" fill="#231916" mask="url(#mask-2)"></path> + </g> + <path d="M25.276,23.5276 C21.555,17.0956 17.843,10.6776 14.121,4.2406 C10.397,10.6806 6.687,17.0986 2.97,23.5276 L25.276,23.5276 Z" id="Fill-3" fill="#E7D642"></path> + <path d="M18.522,16.7512 C18.619,16.6572 18.787,16.7712 19.148,16.6162 C19.423,16.4992 19.46,16.3592 19.514,16.1052 C19.578,15.8082 19.251,15.4792 19.182,15.4872 C19.115,15.4962 19.184,15.7542 19.103,15.9422 C18.949,16.3012 18.918,16.2962 18.67,16.4342 C18.299,16.6392 18.197,16.5042 18.197,16.5042 C17.874,16.1232 17.482,16.0302 16.835,15.9702 C16.457,15.9352 15.974,15.4192 15.457,15.2242 C14.952,15.0342 14.391,14.3252 14.294,13.9192 C14.119,13.2062 14.213,12.6732 14.218,12.1702 C14.22,11.9942 14.226,11.6862 14.203,11.5352 C14.203,11.5352 14.425,11.5472 14.48,11.5382 C14.534,11.5282 14.784,11.0912 14.714,11.0602 C14.645,11.0282 14.442,11.0742 14.262,11.1192 C14.099,11.1592 14.488,10.6352 14.546,10.3102 C14.568,10.1872 14.745,10.0442 14.764,9.7472 C14.776,9.5712 14.744,9.4062 14.668,9.4032 C14.563,9.3982 14.646,9.5752 14.616,9.7312 C14.511,10.2672 14.253,10.3882 13.999,9.3852 C13.944,9.1732 14.081,8.8782 13.98,8.8822 C13.879,8.8862 13.791,9.2172 13.796,9.3932 C13.803,9.5692 13.799,9.4682 13.782,9.6702 C13.625,9.5002 13.503,9.3392 13.432,9.0792 C13.35,8.7782 13.494,8.5222 13.369,8.5272 C13.267,8.5312 13.205,8.8862 13.231,9.0862 C13.253,9.2592 13.293,9.3862 13.377,9.6352 C13.198,9.5662 13.071,9.4872 12.975,9.3342 C12.869,9.1642 12.924,8.9312 12.824,8.9352 C12.723,8.9392 12.753,9.0882 12.756,9.1642 C12.786,9.9442 14.107,9.7582 14.097,10.6652 C14.089,11.4202 13.419,11.1002 12.99,11.1962 C12.762,11.2442 12.769,11.4062 12.189,11.3992 C12.064,11.3982 11.883,11.3572 11.836,11.4462 C11.769,11.5742 12.009,11.7142 12.006,11.9772 C12.005,12.0902 12.145,12.0742 12.24,12.1062 C12.334,12.1392 12.866,12.1842 12.877,12.4102 C12.883,12.5282 12.842,13.1672 12.892,13.6742 C12.923,14.0002 12.36,14.5442 12.35,15.4412 C12.35,15.4412 12.171,15.3812 11.654,15.1862 C11.157,14.9992 10.673,15.0122 10.575,15.0682 C10.49,15.1172 10.466,15.4792 10.513,15.5272 C10.56,15.5752 10.734,15.7542 10.826,16.0392 C10.904,16.2832 10.872,16.9792 10.872,16.9792 C10.872,16.9792 11.035,17.1482 11.082,17.1642 C11.128,17.1812 11.141,17.1712 11.201,17.2572 C11.256,17.3392 11.262,17.3852 11.262,17.3852 L11.57,17.7282 C11.57,17.7282 11.652,17.3402 11.625,17.2552 C11.606,17.1982 11.431,17.0762 11.366,17.0052 C11.226,16.8552 11.242,16.6022 11.238,16.3422 C11.235,16.0792 11.134,15.7552 11.186,15.7472 C11.238,15.7392 11.536,15.8912 11.848,16.0992 C12.162,16.3072 12.31,16.4352 12.529,16.5022 C12.98,16.6412 13.159,16.8932 13.584,17.0012 C13.986,17.1042 16.207,17.4692 16.503,17.9512 C16.627,18.1542 16.708,18.5132 17.006,18.7692 C17.649,19.2802 18.374,19.5792 18.791,20.3242 C18.919,20.5532 18.959,21.3842 19.006,21.6872 C19.031,21.7622 19.158,21.9342 19.385,22.1002 C19.596,22.2522 19.577,22.5242 19.878,22.5272 L19.884,22.0232 C19.737,21.9342 19.536,21.9112 19.466,21.4542 C19.432,21.2232 19.411,20.7782 19.416,20.3632 C19.423,19.6102 18.465,19.5292 18.418,18.4662 C18.398,17.9932 18.616,17.9072 18.621,17.4092 C18.625,17.0652 18.345,16.9252 18.522,16.7512" id="Fill-5" fill="#231916"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_01003_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_01003_0.svg new file mode 100644 index 00000000..7ece269c --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_01003_0.svg @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M1.174,28.664c-0.502,0-0.908-0.428-0.908-0.963c0-0.169,0.044-0.337,0.122-0.483L14.213,1.819 + C14.374,1.521,14.676,1.336,15,1.336s0.624,0.185,0.785,0.483l13.827,25.399c0.074,0.146,0.12,0.315,0.12,0.483 + c0,0.53-0.408,0.963-0.913,0.963H1.174z"/> + <polygon fill="#F7BD42" points="4.318,25.775 25.68,25.775 15,6.153 "/> + </g> + <path d="M10.69,17.493c0.096,0.056,0.193,0.243,0.408,0.282c0.524,0.089,1.361,0.309,1.749,0.367 + c0.613,0.091,4.738-0.059,7.222-0.004c0.311,0.007,0.554,0.27,0.546,0.532c-0.007,0.285-0.057,2.599-0.039,4.12 + c0.002,0.211,0.28,0.087,0.087,0.713c-0.028,0.093-0.354-0.267-0.35-0.369c-0.011-0.052,0.039-0.154,0.03-0.204 + c-0.019-0.117-0.046-0.039-0.041-0.17c0-0.715,0.035-3.408,0.035-3.408c0.006-0.206-0.302-0.213-0.298-0.007 + c0.039,2.023,0.015,4.031-0.08,6.05c0,0.052-0.054,0.072-0.106,0.063c-0.3-0.031-0.659,0.039-0.659-0.063 + c0-0.144,0.163-0.409,0.265-0.633c0.128-0.307,0.117-0.656,0.12-1.021c0.002-0.061-0.265-1.072-0.735-1.195 + c-0.217-0.057-0.513,0-0.774-0.098c-0.339-0.12-0.474-0.495-0.832-0.498c-0.011,0-1.906,0.02-2.808,0.009 + c-0.739-0.009-0.504,1.502-0.624,2.197c-0.013,0.072-0.122,0.159-0.124,0.209c-0.163,0.309,0.293,0.767,0.078,1.013 + c-0.091,0.102-0.587,0.072-0.585-0.031c0.004-0.183,0.117-0.483,0.144-0.671c0.087-0.565,0.087-1.087-0.094-1.636 + c-0.198-0.42-0.191-0.897-0.545-1.115c-0.357-0.215-0.611-0.482-0.811-0.796c-0.046-0.106-0.052-0.246-0.148-0.313 + c-0.506-0.389-0.876-0.811-1.308-1.235c-0.27-0.261-0.83-0.043-1.143,0.109c-0.169,0.061-0.567-0.232-0.476-0.437 + c0.117-0.261,0.787-1.467,0.758-1.436c0.065-0.082,0.113-0.202,0.059-0.307c-0.05-0.159-0.289-0.137-0.274-0.256 + C9.35,17.088,10.254,17.243,10.69,17.493z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_01004_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_01004_0.svg new file mode 100644 index 00000000..ea40913a --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_01004_0.svg @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="28px" height="25px" viewBox="0 0 28 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>zhuyibaohudonwu_icon</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0 0.473 27.9999347 0.473 27.9999347 25 0 25"></polygon> + </defs> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-268.000000, -613.000000)"> + <g id="zhuyibaohudonwu_icon-2" transform="translate(268.000000, 612.000000)"> + <g id="zhuyibaohudonwu_icon"> + <g id="编组" transform="translate(0.000000, 0.527500)"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-2"></g> + <path d="M13.9921,25.0001 L1.1741,25.0001 C0.5951,25.0001 0.1101,24.5751 0.0151,24.0051 C-0.0429,23.6551 0.0691,23.3591 0.2421,23.0681 C0.5391,22.5651 0.8271,22.0581 1.1191,21.5521 C1.4771,20.9331 1.8381,20.3131 2.1971,19.6941 C2.5551,19.0741 2.9121,18.4531 3.2701,17.8331 C3.6041,17.2551 3.9411,16.6791 4.2751,16.1011 C4.6031,15.5351 4.9291,14.9681 5.2561,14.4021 C5.5331,13.9221 5.8121,13.4441 6.0901,12.9641 C6.2911,12.6161 6.4891,12.2651 6.6901,11.9161 C6.8791,11.5881 7.0701,11.2621 7.2601,10.9351 C7.5621,10.4131 7.8631,9.8911 8.1651,9.3691 C8.4221,8.9241 8.6771,8.4791 8.9331,8.0351 C9.2521,7.4851 9.5721,6.9381 9.8901,6.3881 C10.2911,5.6951 10.6871,5.0011 11.0881,4.3091 C11.3961,3.7761 11.7091,3.2451 12.0171,2.7121 C12.3251,2.1811 12.6321,1.6501 12.9341,1.1171 C13.1061,0.8151 13.3501,0.6081 13.6851,0.5151 C14.1521,0.3851 14.7061,0.5571 14.9701,0.9821 C15.2561,1.4431 15.5201,1.9181 15.7931,2.3881 C16.0341,2.8041 16.2751,3.2211 16.5151,3.6381 C16.9091,4.3211 17.3021,5.0051 17.6961,5.6881 C17.9381,6.1071 18.1831,6.5241 18.4261,6.9421 C18.8581,7.6891 19.2881,8.4361 19.7201,9.1831 C20.0881,9.8191 20.4561,10.4561 20.8241,11.0921 C21.0631,11.5061 21.3041,11.9191 21.5431,12.3331 C21.9961,13.1171 22.4491,13.9011 22.9021,14.6851 C23.2461,15.2791 23.5901,15.8731 23.9321,16.4671 C24.2851,17.0791 24.6351,17.6911 24.9871,18.3021 C25.3551,18.9381 25.7261,19.5721 26.0941,20.2081 C26.4851,20.8841 26.8741,21.5621 27.2631,22.2381 C27.4611,22.5801 27.6661,22.9171 27.8571,23.2621 C28.0061,23.5311 28.0381,23.8211 27.9551,24.1181 C27.8321,24.5581 27.5441,24.8381 27.1071,24.9641 C27.0251,24.9871 26.9371,24.9991 26.8511,24.9991 C22.5651,25.0001 18.2781,25.0001 13.9921,25.0001" id="Fill-1" fill="#231916" mask="url(#mask-2)"></path> + </g> + <path d="M25.2753,23.5276 C21.5553,17.0956 17.8433,10.6776 14.1203,4.2406 C10.3973,10.6806 6.6873,17.0986 2.9703,23.5276 L25.2753,23.5276 Z" id="Fill-3" fill="#E7D642"></path> + <path d="M9.9159,17.0559 C9.6429,16.4649 9.7639,15.7629 9.8919,15.3289 C9.8359,15.3549 9.7809,15.3829 9.7269,15.4099 C8.6349,15.9839 7.8499,16.8589 7.5209,17.8669 C7.4999,17.9279 7.4779,17.9879 7.4589,18.0489 C7.2909,18.6139 7.1799,19.1879 7.1269,19.7669 C7.0739,20.1789 7.1149,20.5949 7.2479,20.9939 C7.3959,21.5089 7.9179,21.9009 8.5709,21.9899 C10.4309,22.2389 10.0919,21.5909 9.9439,21.1379 C9.8219,20.7709 10.2849,20.2579 10.4699,20.0699 C10.4719,20.0679 10.4719,20.0679 10.4719,20.0659 C10.8149,18.7499 10.3179,17.9239 9.9159,17.0559" id="Fill-5" fill="#1A1210"></path> + <path d="M16.3788,13.7576 C15.5398,13.6646 14.1998,13.8096 12.6568,14.2586 C12.0668,15.0686 10.7368,17.1856 11.4078,19.0206 C11.5558,19.4206 11.6708,19.7746 11.7768,20.0886 L11.7768,20.0906 C12.2788,21.6086 12.4828,22.1886 14.3278,22.4666 C16.5548,22.8006 16.1618,21.6566 15.6448,21.2886 C15.1278,20.9196 14.9928,19.6686 14.9928,19.6686 C15.1748,19.5496 15.3428,19.4206 15.4968,19.2786 C15.4968,19.2786 16.0528,19.9376 15.8618,20.5656 C15.6708,21.1936 16.0948,21.5166 17.3158,21.4836 C18.4538,21.4526 19.3178,20.0866 18.5708,18.3756" id="Fill-7" fill="#1A1210"></path> + <path d="M12.6572,14.259 C11.6932,14.542 10.7672,14.9 9.8912,15.329 C9.7632,15.763 9.6422,16.465 9.9162,17.056 C10.3182,17.924 10.8152,18.75 10.4712,20.066 L10.4742,20.066 C10.5132,20.073 10.5542,20.08 10.6022,20.085 C10.9922,20.131 11.3872,20.133 11.7772,20.09 L11.7772,20.089 C11.6712,19.774 11.5552,19.421 11.4082,19.02 C10.7372,17.186 12.0662,15.068 12.6572,14.259" id="Fill-9" fill="#EAEDED"></path> + <path d="M18.2773,14.7078 C18.2893,14.8628 18.3923,15.0058 18.5603,15.1028 C18.7283,15.1998 18.9463,15.2398 19.1583,15.2138 C19.2073,15.2108 19.2563,15.2028 19.3023,15.1908 C19.9383,15.0238 19.5933,14.1078 18.8723,14.0408 C18.7133,14.0148 18.5463,14.0488 18.4293,14.1308 C18.4213,14.1368 18.4143,14.1448 18.4063,14.1508 C18.1903,14.3428 18.2773,14.7078 18.2773,14.7078" id="Fill-11" fill="#1A1210"></path> + <path d="M16.995,16.9553 C17.204,16.7403 17.289,16.4323 17.04,16.2093 C16.999,16.1723 16.958,16.1433 16.918,16.1213 C16.528,15.9053 16.17,16.3003 16.099,16.3733 C15.791,16.6983 15.917,17.1743 16.405,17.2103 C16.614,17.2263 16.84,17.1163 16.995,16.9553" id="Fill-13" fill="#1A1210"></path> + <path d="M18.5195,17.1946 C18.5285,17.2156 18.5655,17.3016 18.5715,17.3156 C18.6275,17.3976 18.7755,17.3246 18.9155,17.2136 C19.0265,17.1266 19.1205,17.0266 19.1925,16.9166 C19.3535,16.6266 18.9955,15.9746 18.5175,16.2156 C18.3825,16.3096 18.2645,16.4166 18.1655,16.5346 C18.1825,16.5626 18.2025,16.5896 18.2175,16.6156 C18.3265,16.8056 18.4305,16.9976 18.5195,17.1946" id="Fill-15" fill="#1A1210"></path> + <path d="M16.0995,16.3738 C16.1695,16.2998 16.5285,15.9058 16.9175,16.1218 C16.9575,16.1438 16.9985,16.1728 17.0395,16.2088 C17.2885,16.4328 17.2035,16.7398 16.9955,16.9558 C16.8395,17.1168 16.6145,17.2258 16.4055,17.2098 C15.9165,17.1738 15.7905,16.6988 16.0995,16.3738 M15.3695,15.3468 C15.3185,15.3238 15.2075,15.2488 15.2005,15.2408 C14.9455,15.0508 14.7625,14.7888 14.8955,14.5098 C15.0285,14.2268 15.3885,13.9068 15.7945,13.8928 C15.8195,13.8928 15.8445,13.8928 15.8695,13.8948 C15.9525,13.8988 16.0345,13.9118 16.1125,13.9348 C16.4535,14.0278 16.7445,14.2768 16.6725,14.5648 C16.5955,14.8248 16.4035,15.0528 16.1315,15.2078 C15.9815,15.2958 15.8055,15.3518 15.6205,15.3708 C15.5365,15.3838 15.4485,15.3758 15.3695,15.3468 M17.5045,17.8518 L18.0795,17.8838 C18.2005,17.8878 18.2935,17.9678 18.2895,18.0628 C18.2865,18.1588 18.1855,18.2328 18.0655,18.2298 L18.0655,18.2288 L18.0495,18.2288 L17.4745,18.1968 C17.3545,18.1898 17.2645,18.1068 17.2725,18.0118 C17.2815,17.9168 17.3855,17.8448 17.5045,17.8518 M18.5175,16.2158 C18.9955,15.9748 19.3535,16.6258 19.1925,16.9158 C19.1205,17.0258 19.0265,17.1268 18.9145,17.2138 C18.7755,17.3248 18.6275,17.3968 18.5715,17.3158 C18.5655,17.3018 18.3265,16.8058 18.2175,16.6158 C18.2025,16.5898 18.1825,16.5618 18.1645,16.5348 C18.2645,16.4158 18.3825,16.3098 18.5175,16.2158 M18.4295,14.1308 C18.5455,14.0488 18.7125,14.0148 18.8715,14.0408 C19.5935,14.1078 19.9385,15.0238 19.3025,15.1908 C19.2555,15.2028 19.2065,15.2108 19.1585,15.2138 C18.9465,15.2398 18.7285,15.1998 18.5605,15.1028 C18.3925,15.0058 18.2885,14.8628 18.2775,14.7078 C18.2775,14.7078 18.1905,14.3428 18.4065,14.1508 C18.4135,14.1448 18.4205,14.1368 18.4295,14.1308 M16.6905,18.3278 L16.6905,18.3288 C16.6995,18.3788 16.7165,18.4268 16.7445,18.4728 C16.8465,18.6488 17.1025,18.7918 17.6455,18.8098 C17.9235,18.8338 18.2025,18.7698 18.4215,18.6318 C18.6445,18.4518 18.6955,18.0828 18.6955,18.0828 C18.6955,18.0828 18.6985,18.0558 18.6975,18.0558 C18.7125,18.0508 18.9825,17.9298 19.0925,17.8638 C19.6405,17.5408 20.0965,16.9718 19.7685,15.9488 C19.6995,15.7278 19.6035,15.5128 19.4815,15.3068 C20.2265,15.0908 19.8235,13.9048 18.9775,13.8168 C18.7905,13.7838 18.5955,13.8278 18.4575,13.9348 C17.9365,13.6738 17.6075,13.5918 16.9955,13.5298 C16.8385,13.5218 16.1505,13.5218 16.0515,13.7158 C15.9785,13.6918 15.7615,13.6918 15.7615,13.6918 C15.2605,13.7358 14.8375,14.0048 14.6715,14.3838 C14.5225,14.7278 14.6565,15.1098 15.0075,15.3438 C15.0075,15.3438 15.1095,15.4138 15.1495,15.4368 C14.2895,17.4058 15.2935,18.0868 16.3035,18.2768 C16.4305,18.2998 16.5595,18.3168 16.6905,18.3278" id="Fill-17" fill="#EAEDED"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_01102_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_01102_0.svg new file mode 100644 index 00000000..6ca4cdfa --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_01102_0.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="28px" height="25px" viewBox="0 0 28 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>zhuyifeijidonche_icon</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0 0.473 28 0.473 28 25 0 25"></polygon> + </defs> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-791.000000, -671.000000)"> + <g id="zhuyiyeshengdonwu_icon-2复制" transform="translate(791.000000, 670.000000)"> + <g id="zhuyifeijidonche_icon"> + <g id="编组" transform="translate(0.000000, 0.527500)"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-2"></g> + <path d="M13.9918,25.0001 L1.1738,25.0001 C0.5958,25.0001 0.1108,24.5751 0.0148,24.0051 C-0.0422,23.6551 0.0688,23.3591 0.2418,23.0681 C0.5398,22.5651 0.8268,22.0581 1.1188,21.5521 C1.4778,20.9331 1.8388,20.3131 2.1968,19.6941 C2.5548,19.0741 2.9118,18.4531 3.2698,17.8331 C3.6048,17.2551 3.9408,16.6791 4.2758,16.1011 C4.6028,15.5361 4.9288,14.9681 5.2558,14.4021 C5.5328,13.9221 5.8128,13.4441 6.0898,12.9641 C6.2918,12.6161 6.4888,12.2651 6.6898,11.9161 C6.8798,11.5881 7.0708,11.2621 7.2608,10.9351 C7.5618,10.4131 7.8638,9.8911 8.1648,9.3691 C8.4218,8.9241 8.6768,8.4791 8.9338,8.0351 C9.2518,7.4851 9.5728,6.9381 9.8898,6.3881 C10.2908,5.6951 10.6878,5.0011 11.0888,4.3091 C11.3958,3.7761 11.7088,3.2451 12.0168,2.7121 C12.3248,2.1811 12.6318,1.6501 12.9348,1.1171 C13.1058,0.8151 13.3498,0.6081 13.6858,0.5151 C14.1528,0.3851 14.7068,0.5571 14.9698,0.9821 C15.2558,1.4431 15.5198,1.9181 15.7928,2.3881 C16.0348,2.8041 16.2748,3.2211 16.5148,3.6381 C16.9088,4.3211 17.3018,5.0051 17.6958,5.6881 C17.9378,6.1071 18.1838,6.5241 18.4268,6.9421 C18.8578,7.6891 19.2888,8.4361 19.7198,9.1831 C20.0878,9.8191 20.4558,10.4561 20.8238,11.0921 C21.0628,11.5061 21.3038,11.9191 21.5428,12.3331 C21.9968,13.1171 22.4488,13.9011 22.9018,14.6851 C23.2458,15.2791 23.5908,15.8731 23.9328,16.4671 C24.2848,17.0791 24.6348,17.6911 24.9878,18.3021 C25.3548,18.9381 25.7258,19.5721 26.0948,20.2081 C26.4848,20.8841 26.8738,21.5621 27.2638,22.2381 C27.4618,22.5801 27.6668,22.9171 27.8568,23.2621 C28.0058,23.5311 28.0388,23.8211 27.9548,24.1181 C27.8318,24.5581 27.5448,24.8381 27.1078,24.9641 C27.0258,24.9871 26.9368,24.9991 26.8508,24.9991 C22.5648,25.0001 18.2788,25.0001 13.9918,25.0001" id="Fill-1" fill="#231916" mask="url(#mask-2)"></path> + </g> + <path d="M25.276,23.5276 C21.555,17.0956 17.843,10.6776 14.121,4.2406 C10.397,10.6806 6.687,17.0986 2.97,23.5276 L25.276,23.5276 Z" id="Fill-3" fill="#E7D642"></path> + <g id="自行车-(1)" transform="translate(8.000000, 14.000000)" fill="#000000" fill-rule="nonzero"> + <path d="M9,3 C8.8772,3 8.7568,3.0096 8.638,3.024 L7.6708,0 L6,0 C5.7790861,0 5.6,0.1790861 5.6,0.4 C5.6,0.6209139 5.7790861,0.8 6,0.8 L7.0864,0.8 L7.352,1.6304 L3.2508,4.1108 L2.3672,2.7 L2.8,2.7 C3.0209139,2.7 3.2,2.5209139 3.2,2.3 C3.2,2.0790861 3.0209139,1.9 2.8,1.9 L0.8,1.9 C0.5790861,1.9 0.4,2.0790861 0.4,2.3 C0.4,2.5209139 0.5790861,2.7 0.8,2.7 L1.4232,2.7 L2.368,4.2084 C2.3124,4.2044 2.2568,4.2 2.2,4.2 C0.9868,4.2 0,5.1872 0,6.4 C0,7.6128 0.9868,8.6 2.2,8.6 C3.4132,8.6 4.4,7.6128 4.4,6.4 C4.39951658,5.78469956 4.14058768,5.19790049 3.6864,4.7828 L7.6028,2.4136 L7.8628,3.2256 C6.7708,3.6748 6,4.7484 6,6 C6,7.6544 7.3456,9 9,9 C10.6544,9 12,7.6544 12,6 C12,4.3456 10.6544,3 9,3 Z M2.2,7.8 C1.428,7.8 0.8,7.172 0.8,6.4 C0.8,5.628 1.428,5 2.2,5 C2.972,5 3.6,5.628 3.6,6.4 C3.6,7.172 2.972,7.8 2.2,7.8 Z M9,8.2 C7.78561311,8.19845736 6.80154264,7.21438689 6.8,6 C6.80133272,5.13105191 7.31355839,4.34414543 8.1076,3.9912 L8.8168,6.208 C8.8603864,6.34404674 8.97324197,6.44650605 9.1128551,6.47678249 C9.25246823,6.50705892 9.39762838,6.46055279 9.49365511,6.35478248 C9.58968184,6.24901218 9.62198641,6.10004674 9.5784,5.964 L8.888,3.8056 C8.9252,3.804 8.9624,3.8 9,3.8 C10.2128,3.8 11.2,4.7872 11.2,6 C11.2,7.2128 10.2128,8.2 9,8.2 Z" id="形状"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_01103_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_01103_0.svg new file mode 100644 index 00000000..e15c8fdc --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_01103_0.svg @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="30px" height="28px" viewBox="0 0 30 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>1</title> + <desc>Created with Sketch.</desc> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-957.000000, -337.000000)"> + <g id="1" transform="translate(957.000000, 337.000000)"> + <g> + <g id="编组-17" fill-rule="nonzero"> + <g id="zhuyidiandonzixingche_icon"> + <g id="1105_02004_0复制-2"> + <g id="编组"> + <path d="M28.825,27.664 C29.325,27.664 29.733,27.236 29.733,26.701 C29.733,26.532 29.69,26.364 29.611,26.218 L15.787,0.819 C15.628,0.521 15.326,0.336 15,0.336 C14.676,0.336 14.374,0.521 14.215,0.819 L0.387,26.218 C0.311,26.364 0.268,26.533 0.268,26.701 C0.268,27.231 0.676,27.664 1.179,27.664 L28.825,27.664 Z" id="路径" fill="#100808"></path> + <polygon id="路径" fill="#F7BD42" points="25.682 24.775 4.323 24.775 15.001 5.153"></polygon> + </g> + </g> + </g> + </g> + <rect id="矩形" fill="#110B0F" x="10" y="18" width="1" height="1"></rect> + <rect id="矩形" fill="#110B0F" x="16" y="20" width="3.4" height="1"></rect> + <rect id="矩形" fill="#110B0F" x="13" y="15" width="2.3" height="1" rx="0.5"></rect> + <path d="M13.0238772,15.1189433 L13.0238772,15.1189433 C13.2181457,15.1870631 13.3204095,15.3997709 13.2522897,15.5940394 C13.2511057,15.5974161 13.2498731,15.6007756 13.2485923,15.6041168 L11.2075047,20.9287997 C11.1310348,21.1282903 10.9097637,21.2307752 10.7081539,21.1600813 L10.7081539,21.1600813 C10.5138854,21.0919615 10.4116216,20.8792537 10.4797414,20.6849852 C10.4809254,20.6816085 10.482158,20.678249 10.4834388,20.6749078 L12.5245264,15.3502249 C12.6009963,15.1507343 12.8222674,15.0482493 13.0238772,15.1189433 Z" id="矩形" fill="#110B0F" transform="translate(11.866016, 18.139512) rotate(9.000000) translate(-11.866016, -18.139512) "></path> + <circle id="椭圆形" stroke="#110B0F" stroke-width="0.8" cx="10.5" cy="20.5" r="1.9"></circle> + <circle id="椭圆形复制-3" stroke="#110B0F" stroke-width="0.8" cx="19.5" cy="20.5" r="1.9"></circle> + <circle id="椭圆形复制-4" stroke="#110B0F" stroke-width="0.6" cx="15.5" cy="20.5" r="1"></circle> + <polygon id="路径-145" fill="#110B0F" points="17 17 21.1136169 17 21.1136169 17.8326762 18.6327829 17.8326762 17.8003435 18.19581"></polygon> + <polygon id="路径-146" fill="#110B0F" points="12.2986551 17.1039947 14.2659174 17 15.0724915 18.3514154 14.5014856 19.5944275 14.8045289 20.4383745 14.5014856 21 12.5496403 17.844446 12 17.844446"></polygon> + <polygon id="路径-147" fill="#110B0F" points="16.4636512 18.9915836 16.8697427 19.4355014 16.24435 19.8794191 16.1494196 19.697609"></polygon> + <path d="M14.1449829,21.7674162 L14.8783207,22.1736639 L15,21.4310481 C14.9953433,21.2102726 14.9115994,21.1504314 14.7487683,21.2515243 C14.5859372,21.3526173 14.3846754,21.5245812 14.1449829,21.7674162 Z" id="路径-148" fill="#110B0F"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_01203_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_01203_0.svg new file mode 100644 index 00000000..55e165c5 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_01203_0.svg @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="29px" height="29px" viewBox="0 0 29 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>1105_06802_0复制 2</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0 28.541 28.544 28.541 28.544 0 0 0"></polygon> + <polygon id="path-3" points="0 28.541 28.544 28.541 28.544 0 0 0"></polygon> + </defs> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-235.000000, -338.000000)"> + <g id="01203" transform="translate(235.000000, 338.000000)"> + <g id="1105_06802_0复制-2"> + <path d="M1.083333,14.271 C1.083333,21.725 7.149333,27.791 14.605333,27.791 C22.061333,27.791 28.127333,21.727 28.127333,14.271 C28.127333,6.815 22.064333,0.75 14.605333,0.75 C7.150333,0.75 1.083333,6.816 1.083333,14.271" id="Fill-1" fill="#FEFEFE" fill-rule="nonzero"></path> + <path d="M1.083333,14.271 C1.083333,21.725 7.149333,27.791 14.605333,27.791 C22.061333,27.791 28.127333,21.727 28.127333,14.271 C28.127333,6.815 22.064333,0.75 14.605333,0.75 C7.150333,0.75 1.083333,6.816 1.083333,14.271 Z" id="Stroke-3" stroke="#D91C0F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> + <g id="Fill-3复制-Clipped" transform="translate(0.333333, 0.000000)"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="path-1"></g> + </g> + <g id="Fill-13-Clipped" transform="translate(0.333333, 0.000000)"> + <g id="机动车" transform="translate(4.666667, 6.000000)" fill-rule="nonzero"> + <polygon id="路径" fill="#FFFFFF" opacity="0.01" points="0 0 17 0 17 17 0 17"></polygon> + <path d="M7.28111388,2.12949546 C8.41505387,1.95683485 9.56800421,1.95683485 10.7019442,2.12949546 C11.4992846,2.29199328 12.2968917,2.42199153 13.0464983,2.6332387 C13.6049172,2.77861464 14.0506551,3.20512342 14.2267754,3.76259856 C14.551045,4.69398191 14.8913146,5.6175112 15.2475845,6.53264476 C15.3113184,6.68701769 15.5027867,6.91451464 15.6142544,6.89826486 C16.2477418,6.78999504 16.8501961,7.21603027 16.9699997,7.85700201 C17.0100001,8.02220813 17.0100001,8.19526831 16.9699997,8.36074525 L16.0606583,8.61261688 C16.1171922,8.93490422 16.1545258,9.26044153 16.1726593,9.58733298 L16.1726593,14.087981 C16.1624468,14.3600183 16.0674878,14.6217451 15.9014569,14.835471 C15.0598495,15.0006771 14.1966418,15.0169269 13.3494343,14.8842203 C12.7595624,14.5023504 13.1262323,13.860484 12.9350306,13.340491 L5.18376197,13.340491 C5.03229396,13.8929836 4.94455985,14.8192212 4.76909162,14.8842203 C3.90375062,15.0385932 3.01867611,15.0385932 2.15333511,14.8842203 C1.96968812,14.635572 1.86914624,14.3337954 1.86639924,14.0229818 C1.81839881,13.3729906 1.81839881,12.7554988 1.81839881,12.1217573 C1.81839881,10.943919 1.81839881,9.76608058 1.86639924,8.57984648 L1.02105841,8.35234953 C0.992980529,8.22117486 0.992980529,8.08540455 1.02105841,7.95422987 C1.26026053,7.30423858 1.57919669,6.80076617 2.4005373,6.87389019 C2.49653815,6.87389019 2.67973978,6.6788928 2.73547361,6.53264476 C3.04030447,5.80845957 3.30647086,5.06811039 3.532814,4.31482033 C3.83793755,3.20313881 4.79281472,2.40230656 5.92536854,2.30824306 C6.36403909,2.22699415 6.81870979,2.17011991 7.25711367,2.09699589 L7.28111388,2.12949546 L7.28111388,2.12949546 Z M3.75628265,7.15013648 C7.19480443,7.89143996 10.7482533,7.89143996 14.1867751,7.15013648 C13.8918391,6.24827357 13.5969032,5.44390936 13.3894347,4.63169108 C13.2634451,3.99383759 12.7061439,3.53889685 12.0656896,3.55108056 C10.4150083,3.47795654 8.75632695,3.42108231 7.10564566,3.40483253 C6.56624436,3.42638549 6.03107596,3.51089845 5.5106982,3.65670415 C5.27069607,3.70680764 5.06109421,3.85332651 4.9285597,4.0629487 C4.48188908,5.04606052 4.14721945,6.06167191 3.75628265,7.15013648 L3.75628265,7.15013648 Z M4.43415532,10.9845434 C4.71949119,11.0002515 5.00562705,10.9840018 5.28749622,10.9357941 C5.50801396,10.8837806 5.69637972,10.7390468 5.80563414,10.5376744 C5.8456345,10.415801 5.6621662,10.1151801 5.50269812,10.042056 C4.85412318,9.73245275 4.18847446,9.46117088 3.50908046,9.22956694 C3.17414416,9.11581847 2.7914741,9.14019314 2.71174006,9.61956171 C2.55227198,10.3264272 2.71174006,10.716422 3.22987799,10.8301705 C3.63654826,10.9114194 4.02721838,10.9276692 4.47388901,10.9682936 L4.43388865,10.9845434 L4.43415532,10.9845434 Z M13.6289035,10.9845434 C14.0487967,10.9540029 14.466691,10.899753 14.8806479,10.8220456 C15.4787865,10.6839224 15.3510521,10.1883041 15.3353186,9.75768486 C15.3193184,9.32706563 15.0961165,9.12394336 14.7689136,9.22144205 C13.9500918,9.46961195 13.1505518,9.77920955 12.3768924,10.1476796 C12.0256893,10.3183023 12.1534237,10.789546 12.5520939,10.8789198 C12.9086304,10.9333566 13.2683669,10.9658562 13.6286368,10.9764185 L13.6286368,10.9845434 L13.6289035,10.9845434 Z" id="形状" fill="#1E1E28"></path> + </g> + <mask id="mask-4" fill="white"> + <use xlink:href="#path-3"></use> + </mask> + <g id="path-1"></g> + <polygon id="Fill-13" fill="#D91C0F" fill-rule="nonzero" mask="url(#mask-4)" transform="translate(14.270000, 14.269500) rotate(-45.000000) translate(-14.270000, -14.269500) " points="13.344 27.428 15.196 27.428 15.196 1.111 13.344 1.111"></polygon> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_01302_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_01302_0.svg new file mode 100644 index 00000000..ca11f6cc --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_01302_0.svg @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="41px" height="47px" viewBox="0 0 41 47" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>G15</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-207.000000, -817.000000)"> + <g id="01302" transform="translate(207.000000, 817.000000)"> + <g id="G15"> + <rect id="矩形" stroke="#004B27" x="0.5" y="0.5" width="40" height="46" rx="2"></rect> + <rect id="矩形" stroke="#FFFFFF" fill="#004B27" x="1.5" y="1.5" width="38" height="44" rx="1"></rect> + <g id="编组-15" transform="translate(12.000000, 3.000000)"> + <text id="G15" font-family="Monaco" font-size="8" font-weight="normal" letter-spacing="0.449999988" fill="#FFFFFF"> + <tspan x="2" y="12">G</tspan> + <tspan x="7.25078124" y="12" font-family="PingFangSC-Regular, PingFang SC">1</tspan> + <tspan x="10.9087812" y="12" font-family="PingFangSC-Regular, PingFang SC">5</tspan> + </text> + <path d="M2,0 L16,0 C17.1045695,-2.02906125e-16 18,0.8954305 18,2 L18,4 L0,4 L0,2 C-1.3527075e-16,0.8954305 0.8954305,2.02906125e-16 2,0 Z" id="矩形" fill="#BF3F2A"></path> + <rect id="矩形" stroke="#FFFFFF" stroke-width="0.6" x="0.3" y="0.3" width="17.4" height="14.4" rx="2"></rect> + <text id="国-家-高-速" font-family="PingFangSC-Semibold, PingFang SC" font-size="2" font-weight="500" letter-spacing="-0.0375" fill="#FFFFFF"> + <tspan x="4" y="3">国 家 高 速</tspan> + </text> + </g> + <g id="编组-11" transform="translate(11.000000, 21.000000)"> + <polygon id="路径-99" fill="#FFFFFF" points="7.99578972 -1.0125234e-12 9.30184345 -1.0125234e-12 9.14866234 21.7029446 4.35627226 21.7029446"></polygon> + <polygon id="路径-100" fill="#FFFFFF" points="10.3639023 -1.8189894e-12 11.5621688 -1.8189894e-12 15.3000604 21.7029446 10.3639023 21.7029446"></polygon> + <path d="M1.64822467,8.21035117 L18.1433078,8.21035117" id="路径-101" stroke="#FFFFFF"></path> + <path d="M3.78239463,8.69663356 L3.78239463,9.5" id="路径-102" stroke="#FFFFFF"></path> + <path d="M15.9384866,8.70048448 L15.9384866,9.43302574" id="路径-102复制" stroke="#FFFFFF"></path> + <path d="M0,23 L18.5400504,0.64381955" id="路径-103" stroke="#BF3F2A" stroke-width="1.5"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_01402_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_01402_0.svg new file mode 100644 index 00000000..7e5de978 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_01402_0.svg @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="29px" height="26px" viewBox="0 0 29 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>01402</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-393.000000, -614.000000)"> + <g id="编组-28" transform="translate(335.000000, 613.000000)"> + <g id="01402" transform="translate(58.000000, 0.216000)"> + <path d="M26.9425,25.8916 L0.9605,25.8916 C-0.1475,25.6816 -0.1005,24.5806 0.6715,23.2206 L12.9245,1.6206 C13.3875,0.8966 14.5435,0.4286 15.2215,1.6206 L27.2455,22.7626 C28.0625,24.0586 28.8115,25.9146 26.9425,25.8916" id="Fill-1" fill="#E7D642"></path> + <path d="M14.0729,3.6054 L2.5099,23.8314 L25.6369,23.8314 L14.0729,3.6054 Z M26.9429,25.8914 L0.9609,25.8914 C-0.1481,25.6814 -0.1001,24.5804 0.6709,23.2204 L12.9249,1.6214 C13.3869,0.8974 14.5439,0.4284 15.2219,1.6214 L27.2449,22.7624 C28.0629,24.0584 28.8109,25.9144 26.9429,25.8914 L26.9429,25.8914 Z" id="Fill-3" fill="#231916"></path> + <path d="M14.0729,3.6054 L2.5099,23.8314 L25.6369,23.8314 L14.0729,3.6054 Z M26.9429,25.8914 L0.9609,25.8914 C-0.1481,25.6814 -0.1001,24.5804 0.6709,23.2204 L12.9249,1.6214 C13.3869,0.8974 14.5439,0.4284 15.2219,1.6214 L27.2449,22.7624 C28.0629,24.0584 28.8109,25.9144 26.9429,25.8914 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + <path d="M23.672,22.3886 L4.672,22.3886 L12.672,8.3886 C13.01,8.7726 13.323,10.1836 13.015,10.7846 C13.264,11.0976 13.232,11.4476 12.917,11.8326 C12.965,12.0326 12.832,12.2596 13.061,12.4326 C12.957,12.9606 13.214,13.5596 13.835,14.2306 C13.839,14.9696 14.005,15.3846 14.333,15.4756 C14.549,15.6396 14.565,16.1626 14.379,17.0466 C14.555,17.3066 14.611,17.6026 14.546,17.9346 C15.068,19.1036 15.203,20.1726 15.161,21.1976 L22.861,21.1976 L23.672,22.3886 Z" id="Fill-7" fill="#231916"></path> + <path d="M23.672,22.3886 L4.672,22.3886 L12.672,8.3886 C13.01,8.7726 13.323,10.1836 13.015,10.7846 C13.264,11.0976 13.232,11.4476 12.917,11.8326 C12.965,12.0326 12.832,12.2596 13.061,12.4326 C12.957,12.9606 13.214,13.5596 13.835,14.2306 C13.839,14.9696 14.005,15.3846 14.333,15.4756 C14.549,15.6396 14.565,16.1626 14.379,17.0466 C14.555,17.3066 14.611,17.6026 14.546,17.9346 C15.068,19.1036 15.203,20.1726 15.161,21.1976 L22.861,21.1976 L23.672,22.3886 Z" id="Stroke-9" stroke="#231916" stroke-width="0.216"></path> + <path d="M17.6212,14.7695 C17.9322,14.7695 18.1832,15.0645 18.1832,15.4285 C18.1832,15.7925 17.9322,16.0875 17.6212,16.0875 C17.3102,16.0875 17.0592,15.7925 17.0592,15.4285 C17.0592,15.0645 17.3102,14.7695 17.6212,14.7695" id="Fill-11" fill="#231916"></path> + <path d="M17.6212,14.7695 C17.9322,14.7695 18.1832,15.0645 18.1832,15.4285 C18.1832,15.7925 17.9322,16.0875 17.6212,16.0875 C17.3102,16.0875 17.0592,15.7925 17.0592,15.4285 C17.0592,15.0645 17.3102,14.7695 17.6212,14.7695 Z" id="Stroke-13" stroke="#231916" stroke-width="0.216"></path> + <path d="M18.2189,17.4233 C17.8559,17.7693 17.3169,17.6333 17.1289,18.4623 C17.1169,19.0923 17.4809,19.4753 18.2189,19.6113 L18.2189,17.4233 Z" id="Fill-15" fill="#231916"></path> + <path d="M18.2189,17.4233 C17.8559,17.7693 17.3169,17.6333 17.1289,18.4623 C17.1169,19.0923 17.4809,19.4753 18.2189,19.6113 L18.2189,17.4233 Z" id="Stroke-17" stroke="#231916" stroke-width="0.216"></path> + <path d="M15.0362,12.0913 L15.5142,11.7843 C15.6712,11.6833 15.9422,11.8453 16.1152,12.1443 L16.7672,13.2733 C16.9402,13.5723 16.9532,13.9003 16.7952,14.0023 L16.3172,14.3083 C16.1592,14.4103 15.8892,14.2483 15.7162,13.9483 L15.0642,12.8203 C14.8912,12.5203 14.8782,12.1933 15.0362,12.0913" id="Fill-19" fill="#231916"></path> + <path d="M15.0362,12.0913 L15.5142,11.7843 C15.6712,11.6833 15.9422,11.8453 16.1152,12.1443 L16.7672,13.2733 C16.9402,13.5723 16.9532,13.9003 16.7952,14.0023 L16.3172,14.3083 C16.1592,14.4103 15.8892,14.2483 15.7162,13.9483 L15.0642,12.8203 C14.8912,12.5203 14.8782,12.1933 15.0362,12.0913 Z" id="Stroke-21" stroke="#231916" stroke-width="0.216"></path> + <path d="M13.5123,9.1421 L13.8293,8.8451 C13.9343,8.7471 14.1573,8.8301 14.3243,9.0291 L14.9553,9.7791 C15.1223,9.9781 15.1733,10.2211 15.0693,10.3191 L14.7513,10.6161 C14.6463,10.7141 14.4243,10.6311 14.2563,10.4331 L13.6253,9.6821 C13.4583,9.4831 13.4073,9.2401 13.5123,9.1421" id="Fill-23" fill="#231916"></path> + <path d="M13.5123,9.1421 L13.8293,8.8451 C13.9343,8.7471 14.1573,8.8301 14.3243,9.0291 L14.9553,9.7791 C15.1223,9.9781 15.1733,10.2211 15.0693,10.3191 L14.7513,10.6161 C14.6463,10.7141 14.4243,10.6311 14.2563,10.4331 L13.6253,9.6821 C13.4583,9.4831 13.4073,9.2401 13.5123,9.1421 Z" id="Stroke-25" stroke="#231916" stroke-width="0.216"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_01403_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_01403_0.svg new file mode 100644 index 00000000..39e9f70d --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_01403_0.svg @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="29px" height="26px" viewBox="0 0 29 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>01403</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-438.000000, -613.000000)"> + <g id="编组-28" transform="translate(335.000000, 613.000000)"> + <g id="01403" transform="translate(103.000000, 0.000000)"> + <path d="M1.6417,25.8916 L27.6237,25.8916 C28.7317,25.6816 28.6847,24.5806 27.9127,23.2206 L15.6607,1.6206 C15.1967,0.8966 14.0397,0.4286 13.3627,1.6206 L1.3387,22.7626 C0.5217,24.0586 -0.2273,25.9146 1.6417,25.8916" id="Fill-27" fill="#E7D642"></path> + <path d="M2.9474,23.831 L26.0754,23.831 L14.5104,3.605 L2.9474,23.831 Z M1.6414,25.892 C-0.2276,25.914 0.5214,24.058 1.3394,22.763 L13.3624,1.621 C14.0404,0.429 15.1964,0.897 15.6604,1.621 L27.9134,23.221 C28.6844,24.581 28.7314,25.681 27.6244,25.892 L1.6414,25.892 Z" id="Fill-29" fill="#231916"></path> + <path d="M2.9474,23.831 L26.0754,23.831 L14.5104,3.605 L2.9474,23.831 Z M1.6414,25.892 C-0.2276,25.914 0.5214,24.058 1.3394,22.763 L13.3624,1.621 C14.0404,0.429 15.1964,0.897 15.6604,1.621 L27.9134,23.221 C28.6844,24.581 28.7314,25.681 27.6244,25.892 L1.6414,25.892 Z" id="Stroke-31" stroke="#231916" stroke-width="0.216"></path> + <path d="M4.9122,22.3886 L23.9122,22.3886 L15.9122,8.3886 C15.5732,8.7726 15.2612,10.1836 15.5692,10.7846 C15.3202,11.0976 15.3522,11.4476 15.6672,11.8326 C15.6192,12.0326 15.7522,12.2596 15.5232,12.4326 C15.6282,12.9606 15.3692,13.5596 14.7492,14.2306 C14.7442,14.9696 14.5782,15.3846 14.2522,15.4756 C14.0352,15.6396 14.0192,16.1626 14.2052,17.0466 C14.0282,17.3066 13.9732,17.6026 14.0382,17.9346 C13.5162,19.1036 13.3822,20.1726 13.4232,21.1976 L5.7242,21.1976 L4.9122,22.3886 Z" id="Fill-33" fill="#231916"></path> + <path d="M4.9122,22.3886 L23.9122,22.3886 L15.9122,8.3886 C15.5732,8.7726 15.2612,10.1836 15.5692,10.7846 C15.3202,11.0976 15.3522,11.4476 15.6672,11.8326 C15.6192,12.0326 15.7522,12.2596 15.5232,12.4326 C15.6282,12.9606 15.3692,13.5596 14.7492,14.2306 C14.7442,14.9696 14.5782,15.3846 14.2522,15.4756 C14.0352,15.6396 14.0192,16.1626 14.2052,17.0466 C14.0282,17.3066 13.9732,17.6026 14.0382,17.9346 C13.5162,19.1036 13.3822,20.1726 13.4232,21.1976 L5.7242,21.1976 L4.9122,22.3886 Z" id="Stroke-35" stroke="#231916" stroke-width="0.216"></path> + <path d="M10.963,14.7695 C10.652,14.7695 10.401,15.0645 10.401,15.4285 C10.401,15.7925 10.652,16.0875 10.963,16.0875 C11.274,16.0875 11.525,15.7925 11.525,15.4285 C11.525,15.0645 11.274,14.7695 10.963,14.7695" id="Fill-37" fill="#231916"></path> + <path d="M10.963,14.7695 C10.652,14.7695 10.401,15.0645 10.401,15.4285 C10.401,15.7925 10.652,16.0875 10.963,16.0875 C11.274,16.0875 11.525,15.7925 11.525,15.4285 C11.525,15.0645 11.274,14.7695 10.963,14.7695 Z" id="Stroke-39" stroke="#231916" stroke-width="0.216"></path> + <path d="M10.3653,17.4233 C10.7283,17.7693 11.2673,17.6333 11.4553,18.4623 C11.4673,19.0923 11.1033,19.4753 10.3653,19.6113 L10.3653,17.4233 Z" id="Fill-41" fill="#231916"></path> + <path d="M10.3653,17.4233 C10.7283,17.7693 11.2673,17.6333 11.4553,18.4623 C11.4673,19.0923 11.1033,19.4753 10.3653,19.6113 L10.3653,17.4233 Z" id="Stroke-43" stroke="#231916" stroke-width="0.216"></path> + <path d="M13.548,12.0913 L13.07,11.7843 C12.912,11.6833 12.642,11.8453 12.469,12.1443 L11.818,13.2733 C11.645,13.5723 11.632,13.9003 11.789,14.0023 L12.267,14.3083 C12.425,14.4103 12.695,14.2483 12.868,13.9483 L13.521,12.8203 C13.694,12.5203 13.705,12.1933 13.548,12.0913" id="Fill-45" fill="#231916"></path> + <path d="M13.548,12.0913 L13.07,11.7843 C12.912,11.6833 12.642,11.8453 12.469,12.1443 L11.818,13.2733 C11.645,13.5723 11.632,13.9003 11.789,14.0023 L12.267,14.3083 C12.425,14.4103 12.695,14.2483 12.868,13.9483 L13.521,12.8203 C13.694,12.5203 13.705,12.1933 13.548,12.0913 Z" id="Stroke-47" stroke="#231916" stroke-width="0.216"></path> + <path d="M15.0724,9.1421 L14.7544,8.8451 C14.6494,8.7471 14.4264,8.8301 14.2604,9.0291 L13.6294,9.7791 C13.4624,9.9781 13.4104,10.2211 13.5154,10.3191 L13.8334,10.6161 C13.9374,10.7141 14.1604,10.6311 14.3274,10.4331 L14.9584,9.6821 C15.1264,9.4831 15.1764,9.2401 15.0724,9.1421" id="Fill-49" fill="#231916"></path> + <path d="M15.0724,9.1421 L14.7544,8.8451 C14.6494,8.7471 14.4264,8.8301 14.2604,9.0291 L13.6294,9.7791 C13.4624,9.9781 13.4104,10.2211 13.5154,10.3191 L13.8334,10.6161 C13.9374,10.7141 14.1604,10.6311 14.3274,10.4331 L14.9584,9.6821 C15.1264,9.4831 15.1764,9.2401 15.0724,9.1421 Z" id="Stroke-51" stroke="#231916" stroke-width="0.216"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_01602_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_01602_0.svg new file mode 100644 index 00000000..cab037a3 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_01602_0.svg @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="28px" height="25px" viewBox="0 0 28 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>01602</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0 0.473 28 0.473 28 25 0 25"></polygon> + </defs> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-335.000000, -614.000000)"> + <g id="编组-28" transform="translate(335.000000, 613.000000)"> + <g id="01602"> + <g id="编组" transform="translate(0.000000, 0.527500)"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-2"></g> + <path d="M13.9918,25 L1.1738,25 C0.5958,25 0.1108,24.575 0.0148,24.005 C-0.0422,23.655 0.0688,23.359 0.2418,23.068 C0.5398,22.565 0.8268,22.058 1.1188,21.552 C1.4778,20.933 1.8388,20.313 2.1968,19.694 C2.5548,19.074 2.9118,18.453 3.2698,17.833 C3.6048,17.255 3.9408,16.679 4.2758,16.102 C4.6028,15.536 4.9288,14.968 5.2558,14.402 C5.5328,13.922 5.8128,13.444 6.0898,12.964 C6.2918,12.616 6.4888,12.265 6.6898,11.916 C6.8798,11.588 7.0708,11.262 7.2608,10.935 C7.5618,10.413 7.8638,9.891 8.1648,9.369 C8.4218,8.924 8.6768,8.479 8.9338,8.035 C9.2518,7.485 9.5728,6.938 9.8898,6.388 C10.2908,5.695 10.6878,5.001 11.0888,4.309 C11.3958,3.776 11.7088,3.245 12.0168,2.712 C12.3248,2.181 12.6318,1.65 12.9348,1.117 C13.1058,0.815 13.3498,0.608 13.6858,0.515 C14.1528,0.385 14.7068,0.557 14.9698,0.982 C15.2558,1.443 15.5198,1.918 15.7928,2.389 C16.0348,2.805 16.2748,3.221 16.5148,3.638 C16.9088,4.321 17.3018,5.005 17.6958,5.688 C17.9378,6.107 18.1838,6.524 18.4268,6.942 C18.8578,7.689 19.2888,8.436 19.7198,9.183 C20.0878,9.82 20.4558,10.456 20.8238,11.092 C21.0628,11.506 21.3038,11.919 21.5428,12.333 C21.9968,13.117 22.4488,13.901 22.9018,14.685 C23.2458,15.279 23.5908,15.873 23.9328,16.468 C24.2848,17.079 24.6348,17.691 24.9878,18.302 C25.3548,18.938 25.7258,19.573 26.0948,20.208 C26.4848,20.885 26.8738,21.562 27.2638,22.238 C27.4618,22.58 27.6668,22.917 27.8568,23.262 C28.0068,23.531 28.0388,23.821 27.9548,24.119 C27.8318,24.558 27.5448,24.838 27.1078,24.964 C27.0258,24.987 26.9368,24.999 26.8508,24.999 C22.5648,25 18.2788,25 13.9918,25" id="Fill-1" fill="#E7D642" mask="url(#mask-2)"></path> + </g> + <path d="M25.15,23.5275 C21.43,17.0955 17.718,10.6775 13.995,4.2405 C10.272,10.6805 6.562,17.0985 2.845,23.5275 L25.15,23.5275 Z" id="Fill-3" fill="#231916"></path> + <polygon id="Fill-5" fill="#E7D642" points="18.0269 20.0158 18.0309 19.5138 17.1319 18.9888 18.0399 18.4718 18.0439 17.9568 17.5979 17.6968 16.2439 18.4698 14.5959 17.5068 16.2529 16.5618 17.5899 17.3328 18.0379 17.0768 18.0409 16.5638 17.1449 16.0528 18.0399 15.5418 18.0429 15.0158 17.6089 14.7608 16.7059 15.2768 16.7119 14.2328 16.2679 13.9718 15.8189 14.2278 15.8109 15.7868 14.1539 16.7328 14.1639 14.8248 15.5069 14.0638 15.5089 13.5478 15.0659 13.2888 14.1699 13.7968 14.1739 12.7668 13.7209 12.5018 13.2829 12.7508 13.2769 13.7888 12.3779 13.2638 11.9289 13.5168 11.9259 14.0338 13.2719 14.8188 13.2619 16.7278 11.6159 15.7658 11.6279 14.2218 11.1819 13.9618 10.7359 14.2168 10.7279 15.2478 9.8389 14.7278 9.3819 14.9878 9.3789 15.4928 10.2739 16.0158 9.3699 16.5318 9.3659 17.0478 9.8109 17.3078 11.1639 16.5348 12.8129 17.4978 11.1579 18.4428 9.8199 17.6718 9.3719 17.9278 9.3689 18.4408 10.2639 18.9528 9.3699 19.4628 9.3669 19.9878 9.8009 20.2438 10.7019 19.7288 10.6969 20.7708 11.1409 21.0328 11.5889 20.7768 11.5959 19.2188 13.2549 18.2728 13.2449 20.1778 11.9029 20.9388 11.8999 21.4558 12.3419 21.7148 13.2399 21.2058 13.2349 22.2368 13.6889 22.5018 14.1269 22.2538 14.1309 21.2148 15.0319 21.7408 15.4799 21.4868 15.4829 20.9718 14.1369 20.1848 14.1459 18.2778 15.7929 19.2388 15.7799 20.7808 16.2269 21.0418 16.6719 20.7878 16.6799 19.7568 17.5699 20.2768"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_01702_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_01702_0.svg new file mode 100644 index 00000000..47efce0e --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_01702_0.svg @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="27px" height="35px" viewBox="0 0 27 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>01702</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-616.000000, -735.000000)"> + <g id="编组-35" transform="translate(616.000000, 734.000000)"> + <g id="01702" transform="translate(1.000000, 1.536100)"> + <path d="M23.303,34 C24.399,34 25.296,33.103 25.296,32.007 L25.296,1.994 C25.296,0.897 24.399,0 23.303,0 L1.994,0 C0.898,0 1.04805054e-12,0.897 1.04805054e-12,1.994 L1.04805054e-12,32.007 C1.04805054e-12,33.103 0.898,34 1.994,34 L23.303,34 Z" id="Fill-2" fill="#FEFEFE"></path> + <path d="M23.303,34 C24.399,34 25.296,33.103 25.296,32.007 L25.296,1.994 C25.296,0.897 24.399,0 23.303,0 L1.994,0 C0.898,0 1.04805054e-12,0.897 1.04805054e-12,1.994 L1.04805054e-12,32.007 C1.04805054e-12,33.103 0.898,34 1.994,34 L23.303,34 Z" id="Stroke-4" stroke="#344A9D" stroke-width="0.25"></path> + <path d="M22.7259,33.1504 C23.7909,33.1504 24.6629,32.2784 24.6629,31.2134 L24.6629,2.7874 C24.6629,1.7224 23.7909,0.8504 22.7259,0.8504 L2.5709,0.8504 C1.5049,0.8504 0.6329,1.7224 0.6329,2.7874 L0.6329,31.2134 C0.6329,32.2784 1.5049,33.1504 2.5709,33.1504 L22.7259,33.1504 Z" id="Fill-6" fill="#FEFEFE"></path> + <path d="M22.7259,33.1504 C23.7909,33.1504 24.6629,32.2784 24.6629,31.2134 L24.6629,2.7874 C24.6629,1.7224 23.7909,0.8504 22.7259,0.8504 L2.5709,0.8504 C1.5049,0.8504 0.6329,1.7224 0.6329,2.7874 L0.6329,31.2134 C0.6329,32.2784 1.5049,33.1504 2.5709,33.1504 L22.7259,33.1504 Z" id="Stroke-8" stroke="#FEFEFE" stroke-width="0.25"></path> + <path d="M22.7259,33.1504 C23.7909,33.1504 24.6629,32.2784 24.6629,31.2134 L24.6629,2.7874 C24.6629,1.7224 23.7909,0.8504 22.7259,0.8504 L2.5709,0.8504 C1.5049,0.8504 0.6329,1.7224 0.6329,2.7874 L0.6329,31.2134 C0.6329,32.2784 1.5049,33.1504 2.5709,33.1504 L22.7259,33.1504 Z" id="Fill-10" fill="#FEFEFE"></path> + <path d="M14.1409,11.2408 L21.2519,17.5858 C21.4389,17.7518 21.5449,17.9898 21.5449,18.2388 L21.5449,30.8688 C21.5449,31.3528 21.1539,31.7448 20.6689,31.7448 C20.1859,31.7448 19.7939,31.3528 19.7939,30.8688 L19.7939,19.2028 C19.7939,18.9558 19.6889,18.7198 19.5059,18.5538 L15.3109,14.7588 C14.7479,14.2488 13.8479,14.6488 13.8479,15.4078 L13.8479,30.8688 C13.8479,31.3528 13.4549,31.7448 12.9719,31.7448 C12.4889,31.7448 12.0959,31.3528 12.0959,30.8688 L12.0959,6.1208 C12.0959,6.1208 11.0599,6.4998 11.0269,6.4998 C10.9009,6.4998 10.7989,6.3638 10.7989,6.1958 C10.7989,6.1318 10.8139,6.0718 10.8399,6.0228 L12.7979,2.2868 L12.8029,2.2868 C12.8449,2.2288 12.9039,2.1918 12.9679,2.1918 C13.0339,2.1918 13.0909,2.2288 13.1329,2.2868 L15.0929,6.0198 C15.0929,6.0198 15.1329,6.1318 15.1329,6.1958 C15.1329,6.3638 15.0319,6.4998 14.9059,6.4998 C14.8719,6.4998 13.8479,6.1208 13.8479,6.1208 L13.8479,10.5868 C13.8479,10.8368 13.9539,11.0748 14.1409,11.2408 M6.1499,6.1208 L6.1499,30.8688 C6.1499,31.3528 5.7579,31.7448 5.2739,31.7448 C4.7899,31.7448 4.3989,31.3528 4.3989,30.8688 L4.3989,6.1208 C4.3989,6.1208 3.3619,6.4998 3.3279,6.4998 C3.2029,6.4998 3.1009,6.3638 3.1009,6.1958 C3.1009,6.1318 3.1169,6.0718 3.1419,6.0228 L5.0999,2.2868 L5.1059,2.2868 C5.1469,2.2288 5.2049,2.1918 5.2709,2.1918 C5.3349,2.1918 5.3939,2.2288 5.4349,2.2868 L7.3959,6.0198 C7.3959,6.0198 7.4349,6.1318 7.4349,6.1958 C7.4349,6.3638 7.3329,6.4998 7.2069,6.4998 C7.1749,6.4998 6.1499,6.1208 6.1499,6.1208 M15.6479,1.0038 L1.8189,1.0038 C1.3349,1.0038 0.9439,1.3958 0.9439,1.8798 L0.9439,32.1208 C0.9439,32.6048 1.3349,32.9968 1.8189,32.9968 L23.2049,32.9968 C23.6889,32.9968 24.0799,32.6048 24.0799,32.1208 L24.0799,17.2968 C24.0799,17.0448 23.9719,16.8048 23.7839,16.6388 L16.8209,10.5188 C16.6319,10.3518 16.5239,10.1128 16.5239,9.8608 L16.5239,1.8798 C16.5239,1.3958 16.1309,1.0038 15.6479,1.0038" id="Fill-12" fill="#2C479B"></path> + <polygon id="Fill-14" fill="#FEFEFE" points="16.5405 21.6349 17.3905 21.6349 17.3905 17.9779 16.5405 17.9779"></polygon> + <polygon id="Fill-16" fill="#FEFEFE" points="16.5405 26.6949 17.3905 26.6949 17.3905 23.0389 16.5405 23.0389"></polygon> + <polygon id="Fill-17" fill="#FEFEFE" points="16.5405 31.7549 17.3905 31.7549 17.3905 28.0979 16.5405 28.0979"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_01703_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_01703_0.svg new file mode 100644 index 00000000..23c59c59 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_01703_0.svg @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="55px" height="73px" viewBox="0 0 55 73" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>zuocechedaojieshu_icon</title> + <desc>Created with Sketch.</desc> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-712.000000, -774.000000)"> + <g id="zuocechedaojieshu_icon-2" transform="translate(712.000000, 774.000000)"> + <g id="zuocechedaojieshu_icon" transform="translate(1.000000, 0.000000)"> + <g id="1"> + <path d="M23.4765,34.1751 C24.5735,34.1751 25.4705,33.2781 25.4705,32.1811 L25.4705,2.1681 C25.4705,1.0721 24.5735,0.1751 23.4765,0.1751 L2.1685,0.1751 C1.0725,0.1751 0.1745,1.0721 0.1745,2.1681 L0.1745,32.1811 C0.1745,33.2781 1.0725,34.1751 2.1685,34.1751 L23.4765,34.1751 Z" id="Fill-1" fill="#FEFEFE"></path> + <path d="M23.4765,34.1751 C24.5735,34.1751 25.4705,33.2781 25.4705,32.1811 L25.4705,2.1681 C25.4705,1.0721 24.5735,0.1751 23.4765,0.1751 L2.1685,0.1751 C1.0725,0.1751 0.1745,1.0721 0.1745,2.1681 L0.1745,32.1811 C0.1745,33.2781 1.0725,34.1751 2.1685,34.1751 L23.4765,34.1751 Z" id="Stroke-3" stroke="#353535" stroke-width="0.35"></path> + <path d="M15.7587,7.0076 C15.6327,7.0076 15.5307,6.8716 15.5307,6.7036 C15.5307,6.6386 15.5707,6.5276 15.5707,6.5276 L17.5307,2.7936 C17.5727,2.7356 17.6317,2.6976 17.6957,2.6976 C17.7617,2.6976 17.8197,2.7356 17.8617,2.7936 L17.8657,2.7936 L19.8247,6.5296 C19.8517,6.5786 19.8657,6.6386 19.8657,6.7036 C19.8657,6.8716 19.7647,7.0076 19.6387,7.0076 C19.6057,7.0076 18.5687,6.6276 18.5687,6.6276 L18.5687,31.3846 C18.5687,31.8686 18.1767,32.2606 17.6927,32.2606 C17.2087,32.2606 16.8167,31.8686 16.8167,31.3846 L16.8167,6.6276 C16.8167,6.6276 15.7917,7.0076 15.7587,7.0076" id="Fill-5" fill="#2C2B2B"></path> + <path d="M6.1249,18.825 L8.8849,16.636 L8.8629,16.601 C8.8629,16.601 8.0409,15.97 8.0239,15.944 C7.9609,15.843 8.0189,15.692 8.1529,15.607 C8.2049,15.575 8.3149,15.55 8.3149,15.55 L12.3039,15.239 C12.3709,15.243 12.4309,15.271 12.4629,15.324 C12.4959,15.376 12.4959,15.441 12.4699,15.504 L12.4729,15.508 L10.4619,18.968 C10.4349,19.013 10.3949,19.056 10.3429,19.089 C10.2079,19.174 10.0479,19.16 9.9829,19.059 C9.9699,19.037 9.8129,18.306 9.7639,18.08 L7.7829,19.744 C7.6079,19.901 7.5099,20.125 7.5099,20.36 L7.5099,31.43 C7.5099,31.889 7.1379,32.261 6.6789,32.261 C6.2199,32.261 5.8479,31.889 5.8479,31.43 L5.8479,19.445 C5.8479,19.208 5.9479,18.983 6.1249,18.825" id="Fill-7" fill="#2C2B2B"></path> + </g> + <g id="2" transform="translate(28.000000, 0.000000)"> + <path d="M23.4765,34.1751 C24.5735,34.1751 25.4705,33.2781 25.4705,32.1811 L25.4705,2.1681 C25.4705,1.0721 24.5735,0.1751 23.4765,0.1751 L2.1685,0.1751 C1.0725,0.1751 0.1745,1.0721 0.1745,2.1681 L0.1745,32.1811 C0.1745,33.2781 1.0725,34.1751 2.1685,34.1751 L23.4765,34.1751 Z" id="Fill-1" fill="#FEFEFE"></path> + <path d="M23.4765,34.1751 C24.5735,34.1751 25.4705,33.2781 25.4705,32.1811 L25.4705,2.1681 C25.4705,1.0721 24.5735,0.1751 23.4765,0.1751 L2.1685,0.1751 C1.0725,0.1751 0.1745,1.0721 0.1745,2.1681 L0.1745,32.1811 C0.1745,33.2781 1.0725,34.1751 2.1685,34.1751 L23.4765,34.1751 Z" id="Stroke-3" stroke="#353535" stroke-width="0.35"></path> + <path d="M18.1737,7.0076 C18.0477,7.0076 17.9457,6.8716 17.9457,6.7036 C17.9457,6.6386 17.9857,6.5276 17.9857,6.5276 L19.9457,2.7936 C19.9877,2.7356 20.0467,2.6976 20.1107,2.6976 C20.1767,2.6976 20.2347,2.7356 20.2767,2.7936 L20.2807,2.7936 L22.2397,6.5296 C22.2667,6.5786 22.2807,6.6386 22.2807,6.7036 C22.2807,6.8716 22.1797,7.0076 22.0537,7.0076 C22.0207,7.0076 20.9847,6.6276 20.9847,6.6276 L20.9847,31.3846 C20.9847,31.8686 20.5917,32.2606 20.1077,32.2606 C19.6237,32.2606 19.2317,31.8686 19.2317,31.3846 L19.2317,6.6276 C19.2317,6.6276 18.2067,7.0076 18.1737,7.0076" id="Fill-5" fill="#2C2B2B"></path> + <path d="M10.4755,7.0076 C10.3495,7.0076 10.2475,6.8716 10.2475,6.7036 C10.2475,6.6386 10.2885,6.5276 10.2885,6.5276 L12.2485,2.7936 C12.2895,2.7356 12.3485,2.6976 12.4125,2.6976 C12.4785,2.6976 12.5375,2.7356 12.5785,2.7936 L12.5825,2.7936 L14.5415,6.5296 C14.5685,6.5786 14.5825,6.6386 14.5825,6.7036 C14.5825,6.8716 14.4815,7.0076 14.3555,7.0076 C14.3235,7.0076 13.2865,6.6276 13.2865,6.6276 L13.2865,31.3846 C13.2865,31.8686 12.8935,32.2606 12.4105,32.2606 C11.9255,32.2606 11.5335,31.8686 11.5335,31.3846 L11.5335,6.6276 C11.5335,6.6276 10.5085,7.0076 10.4755,7.0076" id="Fill-7" fill="#2C2B2B"></path> + <path d="M4.4647,18.825 L7.2247,16.636 L7.2027,16.601 C7.2027,16.601 6.3807,15.97 6.3637,15.944 C6.3007,15.843 6.3587,15.692 6.4927,15.607 C6.5447,15.575 6.6537,15.55 6.6537,15.55 L10.6437,15.239 C10.7107,15.243 10.7707,15.271 10.8027,15.324 C10.8357,15.376 10.8357,15.441 10.8097,15.504 L10.8127,15.508 L8.8007,18.968 C8.7747,19.013 8.7347,19.056 8.6827,19.089 C8.5477,19.174 8.3867,19.16 8.3227,19.059 C8.3097,19.037 8.1527,18.306 8.1037,18.08 L6.1217,19.744 C5.9477,19.901 5.8487,20.125 5.8487,20.36 L5.8487,31.43 C5.8487,31.889 5.4767,32.261 5.0177,32.261 C4.5587,32.261 4.1867,31.889 4.1867,31.43 L4.1867,19.445 C4.1867,19.208 4.2877,18.983 4.4647,18.825" id="Fill-9" fill="#2C2B2B"></path> + </g> + <g id="3" transform="translate(0.000000, 38.000000)"> + <path d="M23.4771,34.1749 C24.5741,34.1749 25.4701,33.2779 25.4701,32.1819 L25.4701,2.1689 C25.4701,1.0719 24.5741,0.1749 23.4771,0.1749 L2.1681,0.1749 C1.0721,0.1749 0.1751,1.0719 0.1751,2.1689 L0.1751,32.1819 C0.1751,33.2779 1.0721,34.1749 2.1681,34.1749 L23.4771,34.1749 Z" id="Fill-1" fill="#FEFEFE"></path> + <path d="M23.4771,34.1749 C24.5741,34.1749 25.4701,33.2779 25.4701,32.1819 L25.4701,2.1689 C25.4701,1.0719 24.5741,0.1749 23.4771,0.1749 L2.1681,0.1749 C1.0721,0.1749 0.1751,1.0719 0.1751,2.1689 L0.1751,32.1819 C0.1751,33.2779 1.0721,34.1749 2.1681,34.1749 L23.4771,34.1749 Z" id="Stroke-3" stroke="#353535" stroke-width="0.35"></path> + <path d="M20.1871,7.0074 C20.0611,7.0074 19.9581,6.8714 19.9581,6.7034 C19.9581,6.6384 19.9991,6.5274 19.9991,6.5274 L21.9591,2.7934 C22.0011,2.7354 22.0591,2.6984 22.1241,2.6984 C22.1901,2.6984 22.2481,2.7354 22.2901,2.7934 L22.2941,2.7934 L24.2531,6.5294 C24.2791,6.5794 24.2941,6.6384 24.2941,6.7034 C24.2941,6.8714 24.1931,7.0074 24.0671,7.0074 C24.0341,7.0074 22.9971,6.6284 22.9971,6.6284 L22.9971,31.3844 C22.9971,31.8684 22.6051,32.2604 22.1211,32.2604 C21.6371,32.2604 21.2451,31.8684 21.2451,31.3844 L21.2451,6.6284 C21.2451,6.6284 20.2191,7.0074 20.1871,7.0074" id="Fill-5" fill="#2C2B2B"></path> + <path d="M13.6871,7.0074 C13.5611,7.0074 13.4581,6.8714 13.4581,6.7034 C13.4581,6.6384 13.4991,6.5274 13.4991,6.5274 L15.4591,2.7934 C15.5011,2.7354 15.5591,2.6984 15.6241,2.6984 C15.6891,2.6984 15.7481,2.7354 15.7901,2.7934 L15.7941,2.7934 L17.7531,6.5294 C17.7791,6.5794 17.7941,6.6384 17.7941,6.7034 C17.7941,6.8714 17.6931,7.0074 17.5671,7.0074 C17.5341,7.0074 16.4971,6.6284 16.4971,6.6284 L16.4971,31.3844 C16.4971,31.8684 16.1051,32.2604 15.6211,32.2604 C15.1371,32.2604 14.7451,31.8684 14.7451,31.3844 L14.7451,6.6284 C14.7451,6.6284 13.7191,7.0074 13.6871,7.0074" id="Fill-7" fill="#2C2B2B"></path> + <path d="M7.1871,7.0074 C7.0611,7.0074 6.9581,6.8714 6.9581,6.7034 C6.9581,6.6384 6.9991,6.5274 6.9991,6.5274 L8.9591,2.7934 C9.0011,2.7354 9.0591,2.6984 9.1241,2.6984 C9.1891,2.6984 9.2481,2.7354 9.2901,2.7934 L9.2941,2.7934 L11.2531,6.5294 C11.2791,6.5794 11.2941,6.6384 11.2941,6.7034 C11.2941,6.8714 11.1921,7.0074 11.0671,7.0074 C11.0341,7.0074 9.9971,6.6284 9.9971,6.6284 L9.9971,31.3844 C9.9971,31.8684 9.6041,32.2604 9.1211,32.2604 C8.6371,32.2604 8.2451,31.8684 8.2451,31.3844 L8.2451,6.6284 C8.2451,6.6284 7.2191,7.0074 7.1871,7.0074" id="Fill-9" fill="#2C2B2B"></path> + <path d="M1.6285,18.8248 L4.3885,16.6358 L4.3665,16.6018 C4.3665,16.6018 3.5445,15.9698 3.5275,15.9438 C3.4645,15.8428 3.5225,15.6918 3.6565,15.6068 C3.7085,15.5748 3.8185,15.5508 3.8185,15.5508 L7.8075,15.2388 C7.8745,15.2428 7.9345,15.2708 7.9665,15.3238 C7.9995,15.3758 7.9995,15.4408 7.9735,15.5038 L7.9765,15.5078 L5.9655,18.9678 C5.9385,19.0128 5.8985,19.0558 5.8465,19.0888 C5.7115,19.1738 5.5515,19.1598 5.4865,19.0588 C5.4735,19.0368 5.3165,18.3058 5.2675,18.0798 L3.2865,19.7438 C3.1115,19.9018 3.0135,20.1248 3.0135,20.3598 L3.0135,31.4298 C3.0135,31.8888 2.6415,32.2608 2.1825,32.2608 C1.7235,32.2608 1.3515,31.8888 1.3515,31.4298 L1.3515,19.4448 C1.3515,19.2078 1.4515,18.9828 1.6285,18.8248" id="Fill-11" fill="#2C2B2B"></path> + </g> + <g id="4" transform="translate(28.000000, 38.000000)"> + <path d="M23.4768,34.1749 C24.5738,34.1749 25.4698,33.2779 25.4698,32.1819 L25.4698,2.1689 C25.4698,1.0719 24.5738,0.1749 23.4768,0.1749 L2.1678,0.1749 C1.0728,0.1749 0.1748,1.0719 0.1748,2.1689 L0.1748,32.1819 C0.1748,33.2779 1.0728,34.1749 2.1678,34.1749 L23.4768,34.1749 Z" id="Fill-1" fill="#FEFEFE"></path> + <path d="M23.4768,34.1749 C24.5738,34.1749 25.4698,33.2779 25.4698,32.1819 L25.4698,2.1689 C25.4698,1.0719 24.5738,0.1749 23.4768,0.1749 L2.1678,0.1749 C1.0728,0.1749 0.1748,1.0719 0.1748,2.1689 L0.1748,32.1819 C0.1748,33.2779 1.0728,34.1749 2.1678,34.1749 L23.4768,34.1749 Z" id="Stroke-3" stroke="#353535" stroke-width="0.35"></path> + <path d="M20.2541,6.9552 C20.1281,6.9552 20.0251,6.8192 20.0251,6.6512 C20.0251,6.5862 20.0661,6.4752 20.0661,6.4752 L22.0261,2.7412 C22.0681,2.6832 22.1261,2.6462 22.1911,2.6462 C22.2561,2.6462 22.3151,2.6832 22.3571,2.7412 L22.3611,2.7412 L24.3201,6.4772 C24.3461,6.5272 24.3611,6.5862 24.3611,6.6512 C24.3611,6.8192 24.2601,6.9552 24.1341,6.9552 C24.1011,6.9552 23.0641,6.5762 23.0641,6.5762 L23.0641,31.3322 C23.0641,31.8162 22.6721,32.2082 22.1881,32.2082 C21.7041,32.2082 21.3121,31.8162 21.3121,31.3322 L21.3121,6.5762 C21.3121,6.5762 20.2861,6.9552 20.2541,6.9552" id="Fill-5" fill="#2C2B2B"></path> + <path d="M15.3938,6.9552 C15.2678,6.9552 15.1658,6.8192 15.1658,6.6512 C15.1658,6.5862 15.2068,6.4752 15.2068,6.4752 L17.1668,2.7412 C17.2078,2.6832 17.2668,2.6462 17.3318,2.6462 C17.3968,2.6462 17.4558,2.6832 17.4968,2.7412 L17.5018,2.7412 L19.4608,6.4772 C19.4868,6.5272 19.5018,6.5862 19.5018,6.6512 C19.5018,6.8192 19.3998,6.9552 19.2738,6.9552 C19.2418,6.9552 18.2048,6.5762 18.2048,6.5762 L18.2048,31.3322 C18.2048,31.8162 17.8118,32.2082 17.3288,32.2082 C16.8438,32.2082 16.4528,31.8162 16.4528,31.3322 L16.4528,6.5762 C16.4528,6.5762 15.4268,6.9552 15.3938,6.9552" id="Fill-7" fill="#2C2B2B"></path> + <path d="M10.5344,6.9552 C10.4084,6.9552 10.3064,6.8192 10.3064,6.6512 C10.3064,6.5862 10.3464,6.4752 10.3464,6.4752 L12.3064,2.7412 C12.3484,2.6832 12.4074,2.6462 12.4714,2.6462 C12.5374,2.6462 12.5954,2.6832 12.6374,2.7412 L12.6414,2.7412 L14.6004,6.4772 C14.6274,6.5272 14.6414,6.5862 14.6414,6.6512 C14.6414,6.8192 14.5404,6.9552 14.4144,6.9552 C14.3814,6.9552 13.3454,6.5762 13.3454,6.5762 L13.3454,31.3322 C13.3454,31.8162 12.9524,32.2082 12.4684,32.2082 C11.9844,32.2082 11.5924,31.8162 11.5924,31.3322 L11.5924,6.5762 C11.5924,6.5762 10.5674,6.9552 10.5344,6.9552" id="Fill-9" fill="#2C2B2B"></path> + <path d="M5.675,6.9552 C5.549,6.9552 5.446,6.8192 5.446,6.6512 C5.446,6.5862 5.487,6.4752 5.487,6.4752 L7.447,2.7412 C7.489,2.6832 7.547,2.6462 7.612,2.6462 C7.677,2.6462 7.736,2.6832 7.778,2.7412 L7.782,2.7412 L9.741,6.4772 C9.767,6.5272 9.782,6.5862 9.782,6.6512 C9.782,6.8192 9.68,6.9552 9.555,6.9552 C9.522,6.9552 8.485,6.5762 8.485,6.5762 L8.485,31.3322 C8.485,31.8162 8.092,32.2082 7.609,32.2082 C7.125,32.2082 6.733,31.8162 6.733,31.3322 L6.733,6.5762 C6.733,6.5762 5.707,6.9552 5.675,6.9552" id="Fill-11" fill="#2C2B2B"></path> + <path d="M1.6916,18.8228 L2.9906,16.4788 L2.9686,16.4448 C2.9686,16.4448 2.1466,15.8128 2.1296,15.7868 C2.0666,15.6858 2.1246,15.5348 2.2586,15.4498 C2.3116,15.4178 2.4206,15.3938 2.4206,15.3938 L6.4096,15.0818 C6.4776,15.0858 6.5366,15.1148 6.5696,15.1668 C6.6016,15.2188 6.6016,15.2838 6.5766,15.3468 L6.5786,15.3508 L4.5676,18.8108 C4.5416,18.8568 4.5016,18.8988 4.4486,18.9318 C4.3136,19.0168 4.1536,19.0038 4.0896,18.9028 C4.0756,18.8798 3.9186,18.1498 3.8696,17.9228 L3.1916,19.4648 C3.1116,19.6738 3.1636,20.1768 3.1636,20.4118 L3.1636,31.4818 C3.1636,31.9408 2.7916,32.3128 2.3326,32.3128 C1.8736,32.3128 1.5016,31.9408 1.5016,31.4818 L1.5016,19.4968 C1.5016,19.2598 1.5366,19.1068 1.6916,18.8228" id="Fill-13" fill="#2C2B2B"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_02002_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_02002_0.svg new file mode 100644 index 00000000..6d36daa9 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_02002_0.svg @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M1.176,28.664c-0.502,0-0.909-0.428-0.909-0.963c0-0.169,0.044-0.337,0.124-0.483L14.215,1.819 + C14.374,1.521,14.676,1.336,15,1.336s0.626,0.185,0.785,0.483l13.827,25.399c0.076,0.146,0.12,0.315,0.12,0.483 + c0,0.53-0.408,0.963-0.913,0.963H1.176z"/> + <polygon fill="#F7BD42" points="4.318,25.775 25.68,25.775 15,6.153 "/> + </g> + <path d="M11.099,24.525c0.58,0,1.161,0,1.741,0c0-1.589,0-3.188,0-4.779c0.465-1.089,0.932-2.188,1.398-3.28 + c0-1.247,0-2.491,0-3.736c-0.572,0-1.145,0-1.719,0c0,1.169,0,2.338,0,3.508c-0.474,1.117-0.95,2.23-1.424,3.345 + C11.099,21.229,11.099,22.876,11.099,24.525L11.099,24.525z"/> + <path d="M18.955,24.486c-0.58,0-1.161,0-1.737,0c0-1.589,0-3.188,0-4.779c-0.467-1.089-0.934-2.188-1.402-3.28 + c0-1.247,0-2.491,0-3.736c0.576,0,1.143,0,1.717,0c0,1.169,0,2.338,0,3.508c0.476,1.117,0.954,2.23,1.428,3.345 + C18.955,21.189,18.955,22.835,18.955,24.486L18.955,24.486z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_02003_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_02003_0.svg new file mode 100644 index 00000000..07211c0d --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_02003_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M1.175,28.664c-0.5,0-0.908-0.428-0.908-0.963c0-0.169,0.043-0.337,0.122-0.483L14.213,1.819 + C14.372,1.521,14.674,1.336,15,1.336c0.324,0,0.626,0.185,0.785,0.483l13.827,25.399c0.076,0.146,0.119,0.315,0.119,0.483 + c0,0.53-0.408,0.963-0.911,0.963H1.175z"/> + <polygon fill="#F7BD42" points="4.316,25.775 25.677,25.775 14.999,6.153 "/> + </g> + <path d="M11.096,24.525c0.58,0,1.161,0,1.741,0c0-1.589,0-3.188,0-4.779c0.465-1.089,0.932-2.188,1.398-3.28 + c0-1.247,0-2.491,0-3.736c-0.574,0-1.145,0-1.721,0c0,1.169,0,2.338,0,3.508c-0.474,1.117-0.948,2.23-1.423,3.345 + C11.096,21.229,11.096,22.876,11.096,24.525L11.096,24.525z"/> + <rect x="15.871" y="12.777" width="1.702" height="11.749"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_02004_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_02004_0.svg new file mode 100644 index 00000000..ea91784f --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_02004_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M28.825,28.664c0.5,0,0.908-0.428,0.908-0.963c0-0.169-0.043-0.337-0.122-0.483L15.787,1.819 + C15.628,1.521,15.326,1.336,15,1.336c-0.324,0-0.626,0.185-0.785,0.483L0.387,27.218c-0.076,0.146-0.119,0.315-0.119,0.483 + c0,0.53,0.408,0.963,0.911,0.963H28.825z"/> + <polygon fill="#F7BD42" points="25.682,25.775 4.323,25.775 15.001,6.153 "/> + </g> + <path d="M18.904,24.525c-0.58,0-1.161,0-1.741,0c0-1.589,0-3.188,0-4.779c-0.465-1.089-0.932-2.188-1.398-3.28 + c0-1.247,0-2.491,0-3.736c0.574,0,1.145,0,1.721,0c0,1.169,0,2.338,0,3.508c0.474,1.117,0.948,2.23,1.423,3.345 + C18.904,21.229,18.904,22.876,18.904,24.525L18.904,24.525z"/> + <rect x="12.427" y="12.777" width="1.702" height="11.749"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_02102_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_02102_0.svg new file mode 100644 index 00000000..5699366a --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_02102_0.svg @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="28px" height="25px" viewBox="0 0 28 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>02102</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0 0.473 27.9999347 0.473 27.9999347 25 0 25"></polygon> + </defs> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-489.000000, -614.000000)"> + <g id="编组-28" transform="translate(335.000000, 613.000000)"> + <g id="02102" transform="translate(154.000000, 0.000000)"> + <g id="编组" transform="translate(0.000000, 0.527500)"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-2"></g> + <path d="M13.9921,25.0001 L1.1731,25.0001 C0.5951,25.0001 0.1111,24.5751 0.0151,24.0051 C-0.0429,23.6551 0.0691,23.3591 0.2421,23.0681 C0.5391,22.5651 0.8261,22.0581 1.1191,21.5521 C1.4781,20.9331 1.8381,20.3131 2.1971,19.6931 C2.5551,19.0741 2.9111,18.4531 3.2701,17.8331 C3.6051,17.2551 3.9411,16.6791 4.2751,16.1011 C4.6031,15.5351 4.9281,14.9681 5.2551,14.4021 C5.5331,13.9221 5.8121,13.4441 6.0901,12.9641 C6.2911,12.6151 6.4891,12.2651 6.6901,11.9161 C6.8791,11.5881 7.0701,11.2621 7.2601,10.9351 C7.5621,10.4131 7.8641,9.8911 8.1651,9.3691 C8.4211,8.9241 8.6771,8.4791 8.9331,8.0351 C9.2521,7.4851 9.5731,6.9381 9.8901,6.3881 C10.2901,5.6951 10.6871,5.0011 11.0881,4.3091 C11.3961,3.7751 11.7091,3.2451 12.0171,2.7121 C12.3251,2.1811 12.6311,1.6501 12.9341,1.1171 C13.1061,0.8151 13.3501,0.6081 13.6861,0.5151 C14.1531,0.3851 14.7061,0.5571 14.9701,0.9821 C15.2551,1.4431 15.5201,1.9181 15.7931,2.3881 C16.0341,2.8041 16.2751,3.2211 16.5151,3.6381 C16.9091,4.3211 17.3021,5.0051 17.6961,5.6881 C17.9381,6.1071 18.1841,6.5241 18.4261,6.9421 C18.8581,7.6891 19.2881,8.4361 19.7201,9.1831 C20.0871,9.8191 20.4551,10.4561 20.8241,11.0921 C21.0631,11.5061 21.3041,11.9191 21.5431,12.3331 C21.9961,13.1171 22.4491,13.9011 22.9021,14.6851 C23.2451,15.2791 23.5901,15.8731 23.9331,16.4671 C24.2851,17.0791 24.6351,17.6911 24.9881,18.3021 C25.3551,18.9381 25.7261,19.5721 26.0941,20.2081 C26.4851,20.8841 26.8731,21.5621 27.2641,22.2381 C27.4611,22.5791 27.6661,22.9171 27.8571,23.2621 C28.0061,23.5311 28.0381,23.8211 27.9551,24.1181 C27.8321,24.5581 27.5441,24.8381 27.1081,24.9631 C27.0261,24.9871 26.9371,24.9981 26.8511,24.9981 C22.5651,25.0001 18.2791,25.0001 13.9921,25.0001" id="Fill-1" fill="#231916" mask="url(#mask-2)"></path> + </g> + <polygon id="Fill-3" fill="#E7D642" points="25.2758 23.5276 14.1208 4.2396 2.9698 23.5276"></polygon> + <path d="M12.0717,13.179 L12.0717,19.774 C12.0717,20.839 12.9347,21.702 13.9997,21.702 C15.0647,21.702 15.9287,20.839 15.9287,19.774 L15.9287,13.179 C15.9287,12.114 15.0647,11.25 13.9997,11.25 C12.9347,11.25 12.0717,12.114 12.0717,13.179" id="Fill-5" fill="#231916"></path> + <path d="M14,15.0774 C13.217,15.0774 12.582,15.7124 12.582,16.4954 C12.582,17.2794 13.217,17.9134 14,17.9134 C14.783,17.9134 15.418,17.2794 15.418,16.4954 C15.418,15.7124 14.783,15.0774 14,15.0774" id="Fill-7" fill="#E6B61C"></path> + <path d="M14,18.3729 C13.217,18.3729 12.582,19.0079 12.582,19.7909 C12.582,20.5749 13.217,21.2089 14,21.2089 C14.783,21.2089 15.418,20.5749 15.418,19.7909 C15.418,19.0079 14.783,18.3729 14,18.3729" id="Fill-9" fill="#2F8958"></path> + <path d="M14,11.7518 C13.217,11.7518 12.582,12.3868 12.582,13.1698 C12.582,13.9528 13.217,14.5878 14,14.5878 C14.783,14.5878 15.418,13.9528 15.418,13.1698 C15.418,12.3868 14.783,11.7518 14,11.7518" id="Fill-11" fill="#D02E1D"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_02202_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_02202_0.svg new file mode 100644 index 00000000..3e9f93b8 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_02202_0.svg @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M28.826,28.664c0.5,0,0.909-0.428,0.909-0.963c0-0.169-0.046-0.337-0.124-0.483L15.787,1.819 + C15.626,1.521,15.326,1.336,15,1.336c-0.322,0-0.624,0.185-0.785,0.483L0.385,27.218c-0.074,0.146-0.12,0.315-0.12,0.483 + c0,0.53,0.406,0.963,0.913,0.963H28.826z"/> + <polygon fill="#F7BD42" points="25.684,25.775 4.322,25.775 15,6.153 "/> + </g> + <g> + <path fill="#231815" d="M17.875,17.147l-0.187,1.258c-0.02,0.117-0.13,0.2-0.252,0.187l-0.395-0.059 + c-0.117-0.02-0.196-0.128-0.185-0.248l0.185-1.23l-4.742-0.704l-0.182,1.234c-0.02,0.119-0.128,0.202-0.248,0.189l-0.395-0.063 + c-0.117-0.017-0.2-0.128-0.187-0.246l0.183-1.232c-0.224-0.046-0.383-0.226-0.356-0.409l0.259-1.737 + c0.031-0.185,0.239-0.311,0.474-0.285l0.656-1.302c0.139-0.282,0.261-0.543,0.48-0.508l4.594,0.676 + c0.213,0.033,0.265,0.315,0.311,0.624l0.22,1.436c0.209,0.056,0.352,0.228,0.33,0.402l-0.257,1.737 + C18.166,17.006,18.04,17.113,17.875,17.147L17.875,17.147z"/> + <path fill="#F7BD42" d="M13.257,12.32l3.936,0.58c0.189,0.03,0.228,0.245,0.27,0.485l0.246,1.308 + c0.043,0.239-0.643,0.32-0.824,0.291l-3.932-0.58c-0.189-0.028-0.858-0.309-0.737-0.524l0.645-1.178 + C12.974,12.49,13.072,12.296,13.257,12.32L13.257,12.32z"/> + <path fill="#231815" stroke="#231815" stroke-width="0.0037" stroke-miterlimit="2.6131" d="M11.318,17.843 + c-0.224,0.556-2.525,1.817-1.963,2.993c0.567,1.184,5.564,2.664,3.356,4.497l1.923-0.006c1.854-2.371-3.664-3.227-4.518-4.466 + c-0.863-1.235,1.478-2.358,1.776-2.912L11.318,17.843L11.318,17.843z"/> + <path fill="#231815" stroke="#231815" stroke-width="0.0037" stroke-miterlimit="2.6131" d="M16.9,18.614 + c-0.202,0.508-2.197,1.586-1.673,2.667c0.515,1.078,6.011,2.388,3.984,4.062l2.084,0.009c1.697-2.171-4.592-2.917-5.377-4.053 + c-0.785-1.13,1.263-2.065,1.534-2.575L16.9,18.614L16.9,18.614z"/> + </g> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_02302_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_02302_0.svg new file mode 100644 index 00000000..f184b6bf --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_02302_0.svg @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯х秺閺岀喖姊荤€靛摜鐥幆褎璐¢柍褎鍤€閻庢艾闂痪鎯ф禍褰掓煙閻戞ê鐏╅柛濠勫仱濮婃椽宕崟娈梺缁橀敃鐣烽幋锕€绠涢柣妤€鐗忛崢鍗炩攽閻愬弶缂佺粯锚閻i攱瀵奸弶鎴犵杸缂佺偓宕樺Λ鍕箒闂佹寧绻傚Λ妤呮倶婵犲洦鐓曟慨妯哄箞闂佽鍑界徊濂稿箣閻戣姤鈷戦柣鐔稿閻f煕閵娿儳绉洪柛鈺冨仱楠炲鎮╂禍楣冩煥濠靛棛绠抽幖鏉戯工閳规垿鎮╅崹姣勬繝鍨唉闁轰礁鍟存俊鑸靛緞婵犲嫮鏋冮梻浣芥竟鍡樻櫠濡ゅ懎鐤剧紒缁樼箖缁绘繈宕掑鐤侀梻浣姐€€閸嬫挸霉閻樻煡鎮¢崘鐓冮弶鐐村闂佸搫妫庨崹濠氭儉瀹曟垿骞橀崜浣猴紳闂佺鏈懝楣冨焵閸忔﹢骞婂Δ鍛殝闁搞劌浼庨梻鍌氬€搁悧濠勭矙閹捐姹查柛鈩冪懅绾惧ジ鎮楅敐鍕闂佺粯鎸堕崐妤冩閹烘鍋愰柤澶广劑姊洪崫鍕効缂傚秳绶氶悰宕堕埡浣虹瓘闁荤姴娲︾粊鎾绩閼恒儳绠鹃柛娆忔晶鐢告煕閳哄啫浠辨鐐查弫鍌炴嚍閵夛妇褰ㄩ梻鍌欑閹测€趁洪弽绠洪悗锝囩槇缂佸墽澧楄彜闁稿鎹囬獮搴ㄦ嚍閵壯冨箥闂備胶闁圭懓娲悰寮介妸锔剧Ф闂佸憡鎸嗛崟杩橀梻鍌欒兌缁箰婵犳艾绠查柛銉ㄦ憰闂佹寧绻傞柛瀣姍閺屾稑鈻庤箛鏇犵幓婵炴垯鍨洪埛鎴犵磼鐎e仴妤犵偞鍔曠€光偓閳х闁秵鈷掑ù锝呮啞閸熺偤鏌涢弮鈧悧鏇炲祫濠碉攻濡炰粙寮婚崨瀛樺€烽柟缁樺浮閺屾稑螣閸忓吋姣堝┑锕ュ浠嬪箠濠靛绾ч柛銊ュ姃濠" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯х秺閺岀喖姊荤€靛摜鐥幆褏绉洪柡宀€鍠栧鑽も偓闈涙憸閻ュ礈瑜庨崵鈧梺璇插嚱缁叉儳鐣烽幎鑺モ拺缂備焦锕㈤弻鏇㈠幢濡櫣鐟ㄩ梻浣瑰缁诲倿骞婂鍡欑彾闁哄洨鍠嶇换鍡涙煏閸繃鎼愰崯鎼佹⒑缁嬪潡宕戦妶澶婄畺鐟滄棃骞冮埡鍛殤閻庢碍纰嶇换娑㈠级閹寸偟绡€闁汇垽娼ф禒婊勪繆閻熲晛鐣峰┑瀣嵆闁靛繒濮烽梻浣告啞缁嬫垿鎮洪妸鈺佺厱闁硅揪闄勯埛鎺楁煕閸犳捇濡撮幒鏃傜<闁绘ɑ褰冮弳閬嶆煃鐟欏嫬鐏寸€靛妽濞煎繘鍩¢崘鍔归梻浣告贡閸庛倝鏌涢妶鍛殻闁哄苯绉瑰畷宕熷▓鍫曟⒑閹稿海鈯曠紒璇插暟閹广垹鈽夊▎鎰Ф闂佸憡鎸嗛崘纾藉ù锝囧劋閸d即鎮楃憴鍕樈婵炴彃浜楀┑鐐叉閹稿鎮¢弴鐔虹闁瑰鍎戦崗鏌¢埀绻濆鍘辨繝鐢靛Т閸熸叏瀹ュ鐓" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <polygon fill="#D1281A" points="9.508,28.242 20.574,28.242 28.005,20.733 28.005,9.662 20.574,1.758 9.508,1.758 1.995,9.347 + 1.995,20.733 "/> + <path fill="#FFFFFF" d="M10.021,10.09v10.393c0,1.089,0.024,2.176,0.074,3.266H8.684c0.048-1.039,0.074-2.102,0.074-3.192v-8.019 + c-0.346,0.695-0.843,1.634-1.486,2.821c-0.445-0.495-0.841-0.865-1.187-1.113c0.446-0.595,1.076-1.682,1.893-3.266 + S9.302,7.935,9.501,6.6l1.708,0.52C10.862,7.419,10.466,8.411,10.021,10.09z"/> + <path fill="#FFFFFF" d="M23.571,16.515c0.024,0.47,0.037,0.852,0.037,1.15h-1.261v-1.337h-9.949v1.336H11.06 + c0.048-0.445,0.074-0.865,0.074-1.261c0-0.446-0.026-0.843-0.074-1.189h12.546C23.554,15.611,23.545,16.043,23.571,16.515z"/> + <path fill="#FFFFFF" d="M18.408,8.31h2.152c1.137,0,2.052-0.024,2.747-0.074v1.263c-0.793-0.048-1.708-0.074-2.747-0.074h-6.385 + c-0.793,0-1.584,0.026-2.376,0.074V8.235c0.743,0.05,1.534,0.074,2.376,0.074h2.599c-0.148-0.543-0.322-1.013-0.52-1.41 + c0.495-0.098,1.013-0.246,1.56-0.445C18.014,7,18.212,7.617,18.408,8.31z"/> + <path fill="#FFFFFF" d="M21.453,12.614c0,0.695,0.024,1.237,0.074,1.634H12.99c0.048-0.545,0.074-1.137,0.074-1.782 + c0-0.643-0.026-1.261-0.074-1.856h8.537C21.476,11.205,21.453,11.871,21.453,12.614z"/> + <path fill="#FFFFFF" d="M19.67,17.81c0.693,0,1.386-0.048,2.078-0.148v1.337c-0.693-0.048-1.361-0.074-2.004-0.074H18.26v3.416 + c-0.05,0.741-0.322,1.187-0.817,1.336c-0.496,0.148-1.163,0.27-2.004,0.372c-0.05-0.595-0.248-1.163-0.595-1.708 + c0.841,0.048,1.397,0.048,1.671,0c0.27-0.05,0.408-0.248,0.408-0.595v-2.821h-1.708c-0.741,0-1.46,0.026-2.152,0.074v-1.337 + c0.693,0.1,1.436,0.148,2.226,0.148H19.67z"/> + <rect x="14.328" y="11.723" fill="#D23419" width="5.866" height="1.411"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_02517_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_02517_0.svg new file mode 100644 index 00000000..d02c6579 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_02517_0.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="21px" height="21px" viewBox="0 0 21 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>1</title> + <desc>Created with Sketch.</desc> + <g id="待定" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="工具栏汇总复制" transform="translate(-277.000000, -364.000000)" stroke="#D8021C" stroke-width="1.3"> + <g id="编组-25" transform="translate(279.000000, 363.000000)"> + <g id="1" transform="translate(0.000000, 3.000000)"> + <circle id="椭圆形" cx="8.5" cy="8.5" r="9.15"></circle> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_02902_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_02902_0.svg new file mode 100644 index 00000000..fab722af --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_02902_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯х秺閺岀喖姊荤€靛摜鐥幆褎璐¢柍褎鍤€閻庢艾闂痪鎯ф禍褰掓煙閻戞ê鐏╅柛濠勫仱濮婃椽宕崟娈梺缁橀敃鐣烽幋锕€绠涢柣妤€鐗忛崢鍗炩攽閻愬弶缂佺粯锚閻i攱瀵奸弶鎴犵杸缂佺偓宕樺Λ鍕箒闂佹寧绻傚Λ妤呮倶婵犲洦鐓曟慨妯哄箞闂佽鍑界徊濂稿箣閻戣姤鈷戦柣鐔稿閻f煕閵娿儳绉洪柛鈺冨仱楠炲鎮╂禍楣冩煥濠靛棛绠抽幖鏉戯工閳规垿鎮╅崹姣勬繝鍨唉闁轰礁鍟存俊鑸靛緞婵犲嫮鏋冮梻浣芥竟鍡樻櫠濡ゅ懎鐤剧紒缁樼箖缁绘繈宕掑鐤侀梻浣姐€€閸嬫挸霉閻樻煡鎮¢崘鐓冮弶鐐村闂佸搫妫庨崹濠氭儉瀹曟垿骞橀崜浣猴紳闂佺鏈懝楣冨焵閸忔﹢骞婂Δ鍛殝闁搞劌浼庨梻鍌氬€搁悧濠勭矙閹捐姹查柛鈩冪懅绾惧ジ鎮楅敐鍕闂佺粯鎸堕崐妤冩閹烘鍋愰柤澶广劑姊洪崫鍕効缂傚秳绶氶悰宕堕埡浣虹瓘闁荤姴娲︾粊鎾绩閼恒儳绠鹃柛娆忔晶鐢告煕閳哄啫浠辨鐐查弫鍌炴嚍閵夛妇褰ㄩ梻鍌欑閹测€趁洪弽绠洪悗锝囩槇缂佸墽澧楄彜闁稿鎹囬獮搴ㄦ嚍閵壯冨箥闂備胶闁圭懓娲悰寮介妸锔剧Ф闂佸憡鎸嗛崟杩橀梻鍌欒兌缁箰婵犳艾绠查柛銉ㄦ憰闂佹寧绻傞柛瀣姍閺屾稑鈻庤箛鏇犵幓婵炴垯鍨洪埛鎴犵磼鐎e仴妤犵偞鍔曠€光偓閳х闁秵鈷掑ù锝呮啞閸熺偤鏌涢弮鈧悧鏇炲祫濠碉攻濡炰粙寮婚崨瀛樺€烽柟缁樺浮閺屾稑螣閸忓吋姣堝┑锕ュ浠嬪箠濠靛绾ч柛銊ュ姃濠" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯х秺閺岀喖姊荤€靛摜鐥幆褏绉洪柡宀€鍠栧鑽も偓闈涙憸閻ュ礈瑜庨崵鈧梺璇插嚱缁叉儳鐣烽幎鑺モ拺缂備焦锕㈤弻鏇㈠幢濡櫣鐟ㄩ梻浣瑰缁诲倿骞婂鍡欑彾闁哄洨鍠嶇换鍡涙煏閸繃鎼愰崯鎼佹⒑缁嬪潡宕戦妶澶婄畺鐟滄棃骞冮埡鍛殤閻庢碍纰嶇换娑㈠级閹寸偟绡€闁汇垽娼ф禒婊勪繆閻熲晛鐣峰┑瀣嵆闁靛繒濮烽梻浣告啞缁嬫垿鎮洪妸鈺佺厱闁硅揪闄勯埛鎺楁煕閸犳捇濡撮幒鏃傜<闁绘ɑ褰冮弳閬嶆煃鐟欏嫬鐏寸€靛妽濞煎繘鍩¢崘鍔归梻浣告贡閸庛倝鏌涢妶鍛殻闁哄苯绉瑰畷宕熷▓鍫曟⒑閹稿海鈯曠紒璇插暟閹广垹鈽夊▎鎰Ф闂佸憡鎸嗛崘纾藉ù锝囧劋閸d即鎮楃憴鍕樈婵炴彃浜楀┑鐐叉閹稿鎮¢弴鐔虹闁瑰鍎戦崗鏌¢埀绻濆鍘辨繝鐢靛Т閸熸叏瀹ュ鐓" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <polygon fill="#FFFFFF" stroke="#FF0000" points="15,28.198 15,28.198 1.802,1.802 28.198,1.802 "/> + <path d="M11.738,13.874c-0.506,0.506-0.928,0.978-1.267,1.419c-0.237-0.339-0.506-0.591-0.811-0.759 + c0.27-0.37,0.406-0.726,0.406-1.063V8.558c-0.676,0-1.234,0.017-1.671,0.05V7.696C8.8,7.732,9.206,7.746,9.61,7.746h1.519 + c-0.035,0.574-0.05,1.148-0.05,1.723v3.747c0.304-0.235,0.776-0.709,1.419-1.419c0.135,0.27,0.304,0.574,0.506,0.911 + C12.666,12.979,12.246,13.366,11.738,13.874z M11.536,6.024c-0.237,0.169-0.491,0.354-0.759,0.558 + C10.271,5.94,9.73,5.314,9.156,4.707c0.202-0.169,0.422-0.37,0.658-0.608C10.321,4.538,10.893,5.179,11.536,6.024z M16.145,5.922 + v1.875h1.723c0.541,0,1.03-0.017,1.469-0.05v0.911c-0.406-0.033-0.878-0.05-1.419-0.05h-1.773v5.622h1.671 + c0.743,0,1.4-0.033,1.975-0.102v0.963c-0.574-0.035-1.234-0.05-1.975-0.05h-3.747c-0.676,0-1.3,0.017-1.875,0.05v-0.963 + c0.574,0.069,1.182,0.102,1.823,0.102h1.115V5.872c0-0.541-0.017-1.097-0.05-1.671h1.115C16.161,4.842,16.145,5.414,16.145,5.922z" + /> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03102_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03102_0.svg new file mode 100644 index 00000000..185f86ae --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03102_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="21px" height="19px" viewBox="0 0 21 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>03103</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-545.000000, -620.000000)"> + <g id="编组-28" transform="translate(335.000000, 613.000000)"> + <g id="03103" transform="translate(210.000000, 7.000000)"> + <path d="M19.8617,18.5112 L0.7357,18.5112 C-0.0803,18.3562 -0.0453,17.5462 0.5227,16.5442 L9.5427,0.6442 C9.8827,0.1122 10.7347,-0.2328 11.2337,0.6442 L20.0847,16.2072 C20.6867,17.1612 21.2367,18.5282 19.8617,18.5112" id="Fill-1" fill="#E7D642"></path> + <path d="M10.388,2.1054 L1.875,16.9944 L18.9,16.9944 L10.388,2.1054 Z M19.862,18.5114 L0.736,18.5114 C-0.08,18.3554 -0.046,17.5454 0.523,16.5444 L9.542,0.6444 C9.883,0.1114 10.734,-0.2326 11.234,0.6444 L20.084,16.2074 C20.686,17.1614 21.237,18.5274 19.862,18.5114 L19.862,18.5114 Z" id="Fill-3" fill="#231916"></path> + <path d="M10.388,2.1054 L1.875,16.9944 L18.9,16.9944 L10.388,2.1054 Z M19.862,18.5114 L0.736,18.5114 C-0.08,18.3554 -0.046,17.5454 0.523,16.5444 L9.542,0.6444 C9.883,0.1114 10.734,-0.2326 11.234,0.6444 L20.084,16.2074 C20.686,17.1614 21.237,18.5274 19.862,18.5114 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + <polygon id="Fill-7" fill="#231916" points="11.1117 12.4663 14.0947 12.4663 14.0947 11.0703 11.1117 11.0703 11.1117 8.0873 9.7157 8.0873 9.7157 11.0703 6.7337 11.0703 6.7337 12.4663 9.7157 12.4663 9.7157 15.4483 11.1117 15.4483"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03103_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03103_0.svg new file mode 100644 index 00000000..32d245b5 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03103_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="21px" height="19px" viewBox="0 0 21 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>03103</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-575.000000, -620.000000)"> + <g id="编组-28" transform="translate(335.000000, 613.000000)"> + <g id="03103" transform="translate(240.000000, 7.000000)"> + <path d="M19.8613,18.5112 L0.7353,18.5112 C-0.0797,18.3562 -0.0457,17.5462 0.5223,16.5442 L9.5423,0.6442 C9.8833,0.1122 10.7343,-0.2328 11.2343,0.6442 L20.0843,16.2072 C20.6863,17.1612 21.2373,18.5282 19.8613,18.5112" id="Fill-1" fill="#E7D642"></path> + <path d="M10.3881,2.1054 L1.8751,16.9944 L18.9001,16.9944 L10.3881,2.1054 Z M19.8611,18.5114 L0.7351,18.5114 C-0.0799,18.3554 -0.0459,17.5454 0.5221,16.5444 L9.5421,0.6444 C9.8831,0.1114 10.7341,-0.2326 11.2341,0.6444 L20.0841,16.2074 C20.6861,17.1614 21.2371,18.5274 19.8611,18.5114 L19.8611,18.5114 Z" id="Fill-3" fill="#231916"></path> + <path d="M10.3881,2.1054 L1.8751,16.9944 L18.9001,16.9944 L10.3881,2.1054 Z M19.8611,18.5114 L0.7351,18.5114 C-0.0799,18.3554 -0.0459,17.5454 0.5221,16.5444 L9.5421,0.6444 C9.8831,0.1114 10.7341,-0.2326 11.2341,0.6444 L20.0841,16.2074 C20.6861,17.1614 21.2371,18.5274 19.8611,18.5114 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + <polygon id="Fill-7" fill="#231916" points="13.373 9.5273 10.973 9.5273 10.973 7.7193 9.85 7.7193 9.85 12.8853 7.455 12.8853 7.455 14.0093 9.854 14.0093 9.854 15.8173 10.977 15.8173 10.977 10.6503 13.373 10.6503"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03104_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03104_0.svg new file mode 100644 index 00000000..0224ce81 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03104_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="21px" height="19px" viewBox="0 0 21 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>03104</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-606.000000, -620.000000)"> + <g id="编组-28" transform="translate(335.000000, 613.000000)"> + <g id="03104" transform="translate(271.000000, 7.000000)"> + <path d="M19.8616,18.5112 L0.7356,18.5112 C-0.0804,18.3562 -0.0454,17.5462 0.5226,16.5442 L9.5426,0.6442 C9.8836,0.1122 10.7346,-0.2328 11.2336,0.6442 L20.0846,16.2072 C20.6866,17.1612 21.2366,18.5282 19.8616,18.5112" id="Fill-1" fill="#E7D642"></path> + <path d="M10.388,2.1054 L1.876,16.9944 L18.9,16.9944 L10.388,2.1054 Z M19.862,18.5114 L0.736,18.5114 C-0.08,18.3554 -0.046,17.5454 0.523,16.5444 L9.542,0.6444 C9.884,0.1114 10.734,-0.2326 11.234,0.6444 L20.084,16.2074 C20.686,17.1614 21.237,18.5274 19.862,18.5114 L19.862,18.5114 Z" id="Fill-3" fill="#231916"></path> + <path d="M10.388,2.1054 L1.876,16.9944 L18.9,16.9944 L10.388,2.1054 Z M19.862,18.5114 L0.736,18.5114 C-0.08,18.3554 -0.046,17.5454 0.523,16.5444 L9.542,0.6444 C9.884,0.1114 10.734,-0.2326 11.234,0.6444 L20.084,16.2074 C20.686,17.1614 21.237,18.5274 19.862,18.5114 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + <polygon id="Fill-7" fill="#231916" points="7.179 13.9482 8.221 14.9902 10.28 12.9322 10.28 15.8172 11.769 15.8172 11.769 7.7192 10.28 7.7192 10.28 10.8472"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03105_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03105_0.svg new file mode 100644 index 00000000..e59b9a59 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03105_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="21px" height="19px" viewBox="0 0 21 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>03105</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-636.000000, -620.000000)"> + <g id="编组-28" transform="translate(335.000000, 613.000000)"> + <g id="03105" transform="translate(301.000000, 7.000000)"> + <path d="M19.8616,18.5111 L0.7356,18.5111 C-0.0804,18.3561 -0.0454,17.5461 0.5226,16.5451 L9.5426,0.6451 C9.8836,0.1121 10.7346,-0.2329 11.2336,0.6451 L20.0846,16.2071 C20.6866,17.1611 21.2366,18.5281 19.8616,18.5111" id="Fill-1" fill="#E7D642"></path> + <path d="M10.388,2.1053 L1.876,16.9943 L18.9,16.9943 L10.388,2.1053 Z M19.862,18.5113 L0.736,18.5113 C-0.08,18.3553 -0.046,17.5453 0.523,16.5443 L9.542,0.6453 C9.884,0.1113 10.734,-0.2327 11.234,0.6453 L20.084,16.2073 C20.686,17.1613 21.237,18.5273 19.862,18.5113 L19.862,18.5113 Z" id="Fill-3" fill="#231916"></path> + <path d="M10.388,2.1053 L1.876,16.9943 L18.9,16.9943 L10.388,2.1053 Z M19.862,18.5113 L0.736,18.5113 C-0.08,18.3553 -0.046,17.5453 0.523,16.5443 L9.542,0.6453 C9.884,0.1113 10.734,-0.2327 11.234,0.6453 L20.084,16.2073 C20.686,17.1613 21.237,18.5273 19.862,18.5113 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + <polygon id="Fill-7" fill="#231916" points="10.7137 10.9457 10.7137 7.8187 9.2247 7.8187 9.2247 15.9157 10.7137 15.9157 10.7137 13.0307 12.7717 15.0897 13.8147 14.0467"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03106_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03106_0.svg new file mode 100644 index 00000000..96e6a3eb --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03106_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="21px" height="19px" viewBox="0 0 21 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>03106</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-666.000000, -620.000000)"> + <g id="编组-28" transform="translate(335.000000, 613.000000)"> + <g id="03106" transform="translate(331.000000, 7.000000)"> + <path d="M19.8613,18.5111 L0.7353,18.5111 C-0.0797,18.3561 -0.0457,17.5461 0.5223,16.5451 L9.5423,0.6451 C9.8833,0.1121 10.7343,-0.2329 11.2343,0.6451 L20.0843,16.2071 C20.6863,17.1611 21.2373,18.5281 19.8613,18.5111" id="Fill-1" fill="#E7D642"></path> + <path d="M10.3881,2.1053 L1.8751,16.9943 L18.9001,16.9943 L10.3881,2.1053 Z M19.8611,18.5113 L0.7351,18.5113 C-0.0799,18.3553 -0.0459,17.5453 0.5221,16.5443 L9.5421,0.6453 C9.8831,0.1113 10.7341,-0.2327 11.2341,0.6453 L20.0841,16.2073 C20.6861,17.1613 21.2371,18.5273 19.8611,18.5113 L19.8611,18.5113 Z" id="Fill-3" fill="#231916"></path> + <path d="M10.3881,2.1053 L1.8751,16.9943 L18.9001,16.9943 L10.3881,2.1053 Z M19.8611,18.5113 L0.7351,18.5113 C-0.0799,18.3553 -0.0459,17.5453 0.5221,16.5443 L9.5421,0.6453 C9.8831,0.1113 10.7341,-0.2327 11.2341,0.6453 L20.0841,16.2073 C20.6861,17.1613 21.2371,18.5273 19.8611,18.5113 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + <polygon id="Fill-7" fill="#231916" points="10.6562 12.7875 10.6562 15.9155 12.1452 15.9155 12.1452 7.8185 10.6562 7.8185 10.6562 10.7025 8.5982 8.6435 7.5552 9.6865"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03107_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03107_0.svg new file mode 100644 index 00000000..c53fd5b5 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03107_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="21px" height="19px" viewBox="0 0 21 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>03107</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-695.000000, -620.000000)"> + <g id="编组-28" transform="translate(335.000000, 613.000000)"> + <g id="03107" transform="translate(360.000000, 7.000000)"> + <path d="M19.8616,18.5111 L0.7356,18.5111 C-0.0804,18.3561 -0.0454,17.5461 0.5226,16.5451 L9.5426,0.6451 C9.8836,0.1121 10.7346,-0.2329 11.2336,0.6451 L20.0846,16.2071 C20.6866,17.1611 21.2366,18.5281 19.8616,18.5111" id="Fill-1" fill="#E7D642"></path> + <path d="M10.388,2.1053 L1.876,16.9943 L18.9,16.9943 L10.388,2.1053 Z M19.862,18.5113 L0.736,18.5113 C-0.08,18.3553 -0.046,17.5453 0.523,16.5443 L9.542,0.6453 C9.884,0.1113 10.734,-0.2327 11.234,0.6453 L20.084,16.2073 C20.686,17.1613 21.237,18.5273 19.862,18.5113 L19.862,18.5113 Z" id="Fill-3" fill="#231916"></path> + <path d="M10.388,2.1053 L1.876,16.9943 L18.9,16.9943 L10.388,2.1053 Z M19.862,18.5113 L0.736,18.5113 C-0.08,18.3553 -0.046,17.5453 0.523,16.5443 L9.542,0.6453 C9.884,0.1113 10.734,-0.2327 11.234,0.6453 L20.084,16.2073 C20.686,17.1613 21.237,18.5273 19.862,18.5113 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + <polygon id="Fill-7" fill="#231916" points="10.3592 12.7875 13.4602 9.6865 12.4172 8.6435 10.3592 10.7025 10.3592 7.8185 8.8692 7.8185 8.8692 15.9155 10.3592 15.9155"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03108_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03108_0.svg new file mode 100644 index 00000000..36a3c892 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03108_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="21px" height="19px" viewBox="0 0 21 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>03108</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-724.000000, -620.000000)"> + <g id="编组-28" transform="translate(335.000000, 613.000000)"> + <g id="03108" transform="translate(389.000000, 7.000000)"> + <path d="M19.8617,18.5105 L0.7357,18.5105 C-0.0803,18.3555 -0.0453,17.5455 0.5227,16.5445 L9.5427,0.6445 C9.8827,0.1115 10.7347,-0.2335 11.2337,0.6445 L20.0847,16.2075 C20.6867,17.1605 21.2367,18.5285 19.8617,18.5105" id="Fill-1" fill="#E7D642"></path> + <path d="M10.388,2.1052 L1.875,16.9942 L18.9,16.9942 L10.388,2.1052 Z M19.862,18.5102 L0.736,18.5102 C-0.08,18.3552 -0.046,17.5452 0.523,16.5442 L9.542,0.6452 C9.883,0.1112 10.734,-0.2328 11.234,0.6452 L20.084,16.2082 C20.686,17.1612 21.237,18.5282 19.862,18.5102 L19.862,18.5102 Z" id="Fill-3" fill="#231916"></path> + <path d="M10.388,2.1052 L1.875,16.9942 L18.9,16.9942 L10.388,2.1052 Z M19.862,18.5102 L0.736,18.5102 C-0.08,18.3552 -0.046,17.5452 0.523,16.5442 L9.542,0.6452 C9.883,0.1112 10.734,-0.2328 11.234,0.6452 L20.084,16.2082 C20.686,17.1612 21.237,18.5282 19.862,18.5102 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + <polygon id="Fill-7" fill="#231916" points="11.1136 10.8338 13.7006 10.8338 13.7006 9.3818 7.0756 9.3818 7.0756 10.8338 9.6616 10.8338 9.6616 15.8618 11.1136 15.8618"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03109_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03109_0.svg new file mode 100644 index 00000000..928febc3 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03109_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="21px" height="19px" viewBox="0 0 21 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>03109</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-753.000000, -620.000000)"> + <g id="编组-28" transform="translate(335.000000, 613.000000)"> + <g id="03109" transform="translate(418.000000, 7.000000)"> + <path d="M19.8613,18.5105 L0.7353,18.5105 C-0.0797,18.3555 -0.0457,17.5455 0.5223,16.5445 L9.5423,0.6445 C9.8833,0.1115 10.7343,-0.2335 11.2343,0.6445 L20.0843,16.2075 C20.6863,17.1605 21.2373,18.5285 19.8613,18.5105" id="Fill-1" fill="#E7D642"></path> + <path d="M10.3881,2.1052 L1.8751,16.9942 L18.9001,16.9942 L10.3881,2.1052 Z M19.8611,18.5102 L0.7351,18.5102 C-0.0799,18.3552 -0.0459,17.5452 0.5221,16.5442 L9.5421,0.6452 C9.8831,0.1112 10.7341,-0.2328 11.2341,0.6452 L20.0841,16.2082 C20.6861,17.1612 21.2371,18.5282 19.8611,18.5102 L19.8611,18.5102 Z" id="Fill-3" fill="#231916"></path> + <path d="M10.3881,2.1052 L1.8751,16.9942 L18.9001,16.9942 L10.3881,2.1052 Z M19.8611,18.5102 L0.7351,18.5102 C-0.0799,18.3552 -0.0459,17.5452 0.5221,16.5442 L9.5421,0.6452 C9.8831,0.1112 10.7341,-0.2328 11.2341,0.6452 L20.0841,16.2082 C20.6861,17.1612 21.2371,18.5282 19.8611,18.5102 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + <polygon id="Fill-7" fill="#231916" points="10.538 12.6111 10.538 15.5941 11.934 15.5941 11.934 8.2331 10.538 8.2331 10.538 11.2151 7.555 11.2151 7.555 12.6111"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03110_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03110_0.svg new file mode 100644 index 00000000..5354f5bd --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03110_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="21px" height="19px" viewBox="0 0 21 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>编组</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-782.000000, -621.000000)"> + <g id="编组-28" transform="translate(335.000000, 613.000000)"> + <g id="编组" transform="translate(447.000000, 8.000000)"> + <path d="M19.8616,18.5105 L0.7356,18.5105 C-0.0804,18.3555 -0.0454,17.5455 0.5226,16.5445 L9.5426,0.6445 C9.8836,0.1115 10.7346,-0.2335 11.2336,0.6445 L20.0846,16.2075 C20.6866,17.1605 21.2366,18.5285 19.8616,18.5105" id="Fill-1" fill="#E7D642"></path> + <path d="M10.388,2.1052 L1.876,16.9942 L18.9,16.9942 L10.388,2.1052 Z M19.862,18.5102 L0.736,18.5102 C-0.08,18.3552 -0.046,17.5452 0.523,16.5442 L9.542,0.6452 C9.884,0.1112 10.734,-0.2328 11.234,0.6452 L20.084,16.2082 C20.686,17.1612 21.237,18.5282 19.862,18.5102 L19.862,18.5102 Z" id="Fill-3" fill="#231916"></path> + <path d="M10.388,2.1052 L1.876,16.9942 L18.9,16.9942 L10.388,2.1052 Z M19.862,18.5102 L0.736,18.5102 C-0.08,18.3552 -0.046,17.5452 0.523,16.5442 L9.542,0.6452 C9.884,0.1112 10.734,-0.2328 11.234,0.6452 L20.084,16.2082 C20.686,17.1612 21.237,18.5282 19.862,18.5102 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + <polygon id="Fill-7" fill="#231916" points="10.3714 12.6111 13.3534 12.6111 13.3534 11.2151 10.3714 11.2151 10.3714 8.2331 8.9754 8.2331 8.9754 15.5941 10.3714 15.5941"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03111_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03111_0.svg new file mode 100644 index 00000000..9f6878e5 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03111_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="21px" height="19px" viewBox="0 0 21 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>编组</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-809.000000, -621.000000)"> + <g id="编组-28" transform="translate(335.000000, 613.000000)"> + <g id="编组" transform="translate(474.000000, 8.000000)"> + <path d="M19.8613,18.5109 L0.7353,18.5109 C-0.0797,18.3559 -0.0457,17.5459 0.5223,16.5439 L9.5423,0.6449 C9.8833,0.1119 10.7343,-0.2331 11.2343,0.6449 L20.0843,16.2069 C20.6863,17.1609 21.2373,18.5279 19.8613,18.5109" id="Fill-1" fill="#E7D642"></path> + <path d="M10.3881,2.1056 L1.8751,16.9946 L18.9001,16.9946 L10.3881,2.1056 Z M19.8611,18.5106 L0.7351,18.5106 C-0.0799,18.3556 -0.0459,17.5456 0.5221,16.5436 L9.5421,0.6446 C9.8831,0.1116 10.7341,-0.2334 11.2341,0.6446 L20.0841,16.2076 C20.6861,17.1616 21.2371,18.5276 19.8611,18.5106 L19.8611,18.5106 Z" id="Fill-3" fill="#231916"></path> + <path d="M10.3881,2.1056 L1.8751,16.9946 L18.9001,16.9946 L10.3881,2.1056 Z M19.8611,18.5106 L0.7351,18.5106 C-0.0799,18.3556 -0.0459,17.5456 0.5221,16.5436 L9.5421,0.6446 C9.8831,0.1116 10.7341,-0.2334 11.2341,0.6446 L20.0841,16.2076 C20.6861,17.1616 21.2371,18.5276 19.8611,18.5106 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + <polygon id="Fill-7" fill="#231916" points="11.2441 12.7267 13.8471 10.1227 12.9441 9.2207 10.5871 11.6007 8.2301 9.2207 7.3271 10.1227 9.9311 12.7267 9.9311 15.8457 11.2441 15.8457"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03112_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03112_0.svg new file mode 100644 index 00000000..171d5c30 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03112_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="28px" height="25px" viewBox="0 0 28 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>1</title> + <desc>Created with Sketch.</desc> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-785.000000, -425.000000)"> + <g id="编组-43" transform="translate(784.133457, 424.136423)"> + <g id="1" transform="translate(2.000000, 2.000000)"> + <path d="M24.4567239,23.2461453 L0.776914379,23.2461453 C-0.23213324,23.0503558 -0.190038002,22.0271979 0.513200094,20.7615137 L11.6808191,0.677303158 C12.1030096,0.00530315804 13.1566287,-0.430486316 13.7756763,0.677303158 L24.7328191,20.3358295 C25.4781525,21.5408821 26.160343,23.2676189 24.4567239,23.2461453" id="Fill-1" fill="#F7BD42"></path> + <path d="M12.7280001,2.52302947 L2.18809533,21.3301874 L23.2666668,21.3301874 L12.7280001,2.52302947 Z M24.4564763,23.2463979 L0.77666676,23.2463979 C-0.232380859,23.0493453 -0.190285621,22.0261874 0.512952474,20.7617663 L11.6805715,0.67755579 C12.102762,0.00429263172 13.156381,-0.430233684 13.7754287,0.67755579 L24.7325715,20.3360821 C25.4779049,21.5411347 26.1600953,23.2666084 24.4564763,23.2463979 L24.4564763,23.2463979 Z" id="Fill-3" fill="#100808"></path> + <path d="M12.7280001,2.52302947 L2.18809533,21.3301874 L23.2666668,21.3301874 L12.7280001,2.52302947 Z M24.4564763,23.2463979 L0.77666676,23.2463979 C-0.232380859,23.0493453 -0.190285621,22.0261874 0.512952474,20.7617663 L11.6805715,0.67755579 C12.102762,0.00429263172 13.156381,-0.430233684 13.7754287,0.67755579 L24.7325715,20.3360821 C25.4779049,21.5411347 26.1600953,23.2666084 24.4564763,23.2463979 Z" id="Stroke-5" stroke="#100808" fill="#100808"></path> + <polygon id="Fill-7" fill="#231916" points="16.1935906 11.1473663 13.222162 11.1473663 13.222162 8.86357684 10.831781 8.86357684 10.831781 15.3890505 7.86654295 15.3890505 7.86654295 16.80884 10.8367334 16.80884 10.8367334 19.0926295 13.2271144 19.0926295 13.2271144 12.5658926 16.1935906 12.5658926"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03113_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03113_0.svg new file mode 100644 index 00000000..d7e41032 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03113_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="28px" height="25px" viewBox="0 0 28 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>2</title> + <desc>Created with Sketch.</desc> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-824.000000, -425.000000)"> + <g id="编组-43" transform="translate(784.133457, 424.136423)"> + <g id="2" transform="translate(41.000187, 2.000000)"> + <path d="M24.4569086,23.2461453 L0.777099037,23.2461453 C-0.233186678,23.0503558 -0.189853344,22.0271979 0.513384751,20.7615137 L11.6810038,0.677303158 C12.1031943,0.00530315804 13.1568133,-0.430486316 13.7746228,0.677303158 L24.7330038,20.3358295 C25.4783371,21.5408821 26.1592895,23.2676189 24.4569086,23.2461453" id="Fill-1" fill="#F7BD42"></path> + <path d="M12.7276895,2.52302947 L2.18902285,21.3301874 L23.2663562,21.3301874 L12.7276895,2.52302947 Z M24.4574038,23.2463979 L0.777594275,23.2463979 C-0.23269144,23.0493453 -0.190596201,22.0261874 0.513879989,20.7617663 L11.6802609,0.67755579 C12.1036895,0.00429263172 13.1560705,-0.430233684 13.7751181,0.67755579 L24.7322609,20.3360821 C25.4775943,21.5411347 26.1597848,23.2666084 24.4574038,23.2463979 L24.4574038,23.2463979 Z" id="Fill-3" fill="#100808"></path> + <path d="M12.7276895,2.52302947 L2.18902285,21.3301874 L23.2663562,21.3301874 L12.7276895,2.52302947 Z M24.4574038,23.2463979 L0.777594275,23.2463979 C-0.23269144,23.0493453 -0.190596201,22.0261874 0.513879989,20.7617663 L11.6802609,0.67755579 C12.1036895,0.00429263172 13.1560705,-0.430233684 13.7751181,0.67755579 L24.7322609,20.3360821 C25.4775943,21.5411347 26.1597848,23.2666084 24.4574038,23.2463979 Z" id="Stroke-5" stroke="#100808"></path> + <polygon id="Fill-7" fill="#231916" points="7.86635618 16.7317874 9.15645142 18.0479979 11.7056895 15.4484189 11.7056895 19.0926295 14.5492133 19.0926295 14.5492133 8.86357684 11.7056895 8.86357684 11.7056895 12.8147347"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03114_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03114_0.svg new file mode 100644 index 00000000..532711d9 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03114_0.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="28px" height="25px" viewBox="0 0 28 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>3</title> + <desc>Created with Sketch.</desc> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-861.000000, -425.000000)"> + <g id="19" transform="translate(860.133644, 424.136626)"> + <g id="3" transform="translate(2.000000, 2.000000)"> + <path d="M24.4569086,23.2458165 L0.777099037,23.2458165 C-0.233186678,23.0500271 -0.189853344,22.0268692 0.513384751,20.7624481 L11.6810038,0.67823758 C12.1031943,0.00497442181 13.1568133,-0.430815052 13.7746228,0.67823758 L24.7330038,20.3355007 C25.4783371,21.5405534 26.1592895,23.2672902 24.4569086,23.2458165" id="Fill-1" fill="#F7BD42"></path> + <path d="M12.7276895,2.52270074 L2.18902285,21.3298586 L23.2663562,21.3298586 L12.7276895,2.52270074 Z M24.4574038,23.2460692 L0.777594275,23.2460692 C-0.23269144,23.0490165 -0.190596201,22.0258586 0.513879989,20.7614376 L11.6802609,0.678490211 C12.1036895,0.0039638955 13.1560705,-0.43056242 13.7751181,0.678490211 L24.7322609,20.3357534 C25.4775943,21.540806 26.1597848,23.2662797 24.4574038,23.2460692 L24.4574038,23.2460692 Z" id="Fill-3" fill="#100808"></path> + <path d="M12.7276895,2.52270074 L2.18902285,21.3298586 L23.2663562,21.3298586 L12.7276895,2.52270074 Z M24.4574038,23.2460692 L0.777594275,23.2460692 C-0.23269144,23.0490165 -0.190596201,22.0258586 0.513879989,20.7614376 L11.6802609,0.678490211 C12.1036895,0.0039638955 13.1560705,-0.43056242 13.7751181,0.678490211 L24.7322609,20.3357534 C25.4775943,21.540806 26.1597848,23.2662797 24.4574038,23.2460692 Z" id="Stroke-5" stroke="#100808" fill="#100808"></path> + <polygon id="Fill-7" fill="#231916" points="15.70988 8.86337442 12.8663562 8.86337442 12.8663562 19.0911639 15.70988 19.0911639"></polygon> + <polygon id="Fill-7" fill="#231916" transform="translate(10.990447, 12.515315) rotate(-180.000000) translate(-10.990447, -12.515315) " points="9.11453803 9.88811214 9.11453803 12.6185886 11.6882445 15.1425178 12.8663562 13.677103"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03202_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03202_0.svg new file mode 100644 index 00000000..cb4c1d06 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03202_0.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="30px" height="28px" viewBox="0 0 30 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>1105_03202_0复制</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0 0.668 29.47 0.668 29.47 27.9995 0 27.9995"></polygon> + </defs> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-454.000000, -510.000000)"> + <g id="左" transform="translate(454.000000, 510.000000)"> + <g id="1105_03202_0复制"> + <g id="编组"> + <g id="Fill-1-Clipped"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="path-1"></g> + <path d="M0.9088,27.9995 C0.4088,27.9995 -0.0002,27.5755 -0.0002,27.0365 C-0.0002,26.8675 0.0458,26.6995 0.1238,26.5545 L13.9478,1.1545 C14.1088,0.8565 14.4108,0.6675 14.7348,0.6675 C15.0568,0.6675 15.3588,0.8565 15.5198,1.1545 L29.3528,26.5545 C29.4278,26.6995 29.4708,26.8685 29.4708,27.0365 C29.4708,27.5665 29.0638,27.9995 28.5568,27.9995 L0.9088,27.9995 Z" id="Fill-1" fill="#100808" fill-rule="nonzero" mask="url(#mask-2)"></path> + </g> + </g> + <polygon id="Fill-3" fill="#F7BD42" fill-rule="nonzero" points="4 25.62 25.36 25.62 14.682 6"></polygon> + <polygon id="路径-124复制-2" fill="#000000" points="13.7661608 13 10 18.023715 10 19.9023647 15.8074604 20.278922 13.7661608 23.2919257 15.3631696 25 19 19.9023647 19 18.023715 13.3264305 17.4910387 15.3631696 14.3858902"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03203_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03203_0.svg new file mode 100644 index 00000000..3f6fb92c --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03203_0.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="30px" height="28px" viewBox="0 0 30 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>1105_03203_0复制</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-702.000000, -511.000000)" fill-rule="nonzero"> + <g id="右" transform="translate(702.000000, 511.000000)"> + <g id="1105_03203_0复制"> + <path d="M1.174,27.666 C0.674,27.666 0.265,27.242 0.265,26.703 C0.265,26.534 0.311,26.366 0.389,26.22 L14.213,0.821 C14.374,0.523 14.676,0.334 15,0.334 C15.322,0.334 15.624,0.523 15.785,0.821 L29.618,26.22 C29.692,26.366 29.735,26.535 29.735,26.703 C29.735,27.233 29.329,27.666 28.822,27.666 L1.174,27.666 Z" id="路径" fill="#100808"></path> + <polygon id="路径" fill="#F7BD42" points="4.318 24.777 25.678 24.777 15 5.157"></polygon> + <polygon id="路径" fill="#000000" points="13.859 14.508 15.632 12.963 20.357 18.407 19.734 19.803 13.859 19.803 16.113 22.585 14.411 24.145 9.639 18.57 10.693 17.358 16.402 17.405"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03302_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03302_0.svg new file mode 100644 index 00000000..6dae91f1 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03302_0.svg @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M1.176,28.664c-0.502,0-0.909-0.428-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.215,1.819 + c0.161-0.298,0.461-0.483,0.787-0.483c0.322,0,0.624,0.185,0.785,0.483l13.827,25.399c0.074,0.146,0.119,0.315,0.119,0.483 + c0,0.53-0.406,0.963-0.911,0.963H1.176z"/> + <polygon fill="#F7BD42" points="4.32,25.775 25.68,25.775 15.002,6.153 "/> + </g> + <g> + <path d="M11.771,14.85l4.792-4.044l1.4,2.893l-1.556,1.354c0,0-0.256,0.176,0.126,0.467c0.382,0.293,1.352,1.03,1.352,1.03 + s0.609,0.765-0.135,1.35c-0.745,0.593-1.376,1.06-1.376,1.06s-0.183,0.261,0.043,0.408c0.226,0.15,1.378,1.087,1.378,1.087 + s0.539,0.648-0.069,1.239c-0.608,0.582-4.72,3.812-4.72,3.812l-1.173-2.758l1.737-1.495l-1.691-1.526c0,0-0.541-0.706,0.115-1.232 + c0.654-0.532,1.602-1.384,1.602-1.384l-1.76-1.411C11.838,15.7,11.455,15.322,11.771,14.85z"/> + </g> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03402_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03402_0.svg new file mode 100644 index 00000000..486c1f70 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03402_0.svg @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M1.175,28.664c-0.502,0-0.909-0.428-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.213,1.819 + C14.374,1.521,14.676,1.336,15,1.336c0.322,0,0.624,0.185,0.785,0.483l13.827,25.399c0.074,0.146,0.12,0.315,0.12,0.483 + c0,0.53-0.406,0.963-0.913,0.963H1.175z"/> + <polygon fill="#F7BD42" points="4.318,25.775 25.679,25.775 15,6.153 "/> + </g> + <polygon fill="#231815" points="11.513,13.561 5.263,25.214 25.019,25.214 "/> + <polygon fill="#F7BD42" points="11.092,17.414 12.053,21.974 12.631,19.334 18.649,24.643 19.366,23.837 13.193,18.59 + 15.641,17.882 11.027,17.136 "/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03403_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03403_0.svg new file mode 100644 index 00000000..1c0cbc26 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03403_0.svg @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M1.176,28.664c-0.502,0-0.909-0.428-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.215,1.819 + c0.161-0.298,0.461-0.483,0.787-0.483c0.322,0,0.624,0.185,0.785,0.483l13.827,25.399c0.074,0.146,0.119,0.315,0.119,0.483 + c0,0.53-0.406,0.963-0.911,0.963H1.176z"/> + <polygon fill="#F7BD42" points="4.32,25.775 25.68,25.775 15.002,6.153 "/> + </g> + <polygon fill="#231815" points="5.262,25.214 25.019,25.214 18.769,13.561 "/> + <polygon fill="#F7BD42" points="10.916,24.643 15.53,23.895 13.081,23.189 19.255,17.941 18.538,17.136 12.52,22.443 + 11.942,19.803 10.981,24.363 "/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03502_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03502_0.svg new file mode 100644 index 00000000..12cccb29 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03502_0.svg @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯ф贡閳ф嚀鐎氬闯绾惧浜归柟鐑樺灩閸婄偤姊洪崫鍕殭闁绘锕畷鎴﹀箛閻楀牏鍘卞┑鐐叉缁绘ê鐣锋导鏉戠疀缁炬崘妫勯湁闁挎繂妫楅悘濠囨煕濮樺幈闁诲函绲奸幋鐑芥⒑閻熸壆鐣柛銊ョ秺閸╃偤骞嬮悩浜鹃柨婵嗙箳鎼村﹤鈹戦悩鍨毄濠垫尦閺佸啴濡舵径濠勭枃闂佽澹嗘晶妤呭疾缁绘繃绻濋崒姘疁闂佽 鍋撳ù鐘查悡鍐煃鏉炴壆闁哄棎鍨婚惀宕戦幘鍓佺=闁稿本鑹鹃埀鍏橀幊妤呮嚋閸ㄥ伎闂傚倸鐗婄粙鎾诲汲閸℃瑧纾奸悗锝勮檸闁绘挶鍊楃槐鎺楁偐閼夹ㄩ梺鍝勭焿缂嶄線鐛崶鈺佺筏閻犲洦绁撮弨鑺ョ箾閸欏澧甸柛鈺冨仱楠炲鏁傞懞銉︾彨闂備礁鎲″ú鏍箺鐎g瘈缁剧増菤閸嬫捇骞庨懞銉у幍闂佺閹瑰洭鐛弽銊︾秶闁告挆鍕还闂備胶绮幐濠氬箲閸ヨ摕闁挎繂閸嬫劙鏌涘▎蹇曠玻濞戙垺鈷戠紒瀣健楠炴劕瀹€鈧禍閬嶆⒒娴e憡鍟為柛鏃€鐗曞嵄婵﹥妞介弻鍛存倷閹绘帡鏌涘Ο鍏兼毈婵﹥妞介幊婵嬪级閸ㄥ劒婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯х秺閺岀喖姊荤€靛摜鐥崜褎鍤€闁诲函绲惧畷鎶芥⒑缂佹﹢鏌曢崱妯虹瑨闂佹寧绻傞幊宥嗙珶閺囩喍绻嗛柕鍫濇搐鍟搁梺绋块崑銈夊箖瑜旈幃鈺呮嚑鐎氭碍绻涢弶鎴炵節閻㈤潧浠滄俊鐟╁畷婵嬪即閵忕姷闂佸憡绋戦悺銊╁煕閹达附鈷掗柛鍠撻妴鎺旂磼閻樻彃鏆遍柍瑙勫灴瀵劍娼忛埡鍐効闂佸湱鍎ら柛銈呭暣閺屽秹宕崟娈堕梺鎸庣⊕缁诲啰鎹㈠☉娆愮秶闁告挆鍐磽娴g儤鍣伴悗瑙勬瘽濞插亗婵炲棙鎸婚悡鏇熺箾閹寸儑鍏柡鈧繝姘厱濠电姴鍟慨宥夋煛" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M1.173,28.667c-0.5,0-0.909-0.424-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.211,1.821 + c0.161-0.298,0.463-0.489,0.787-0.489c0.322,0,0.624,0.191,0.785,0.489L29.619,27.22c0.074,0.146,0.117,0.315,0.117,0.483 + c0,0.53-0.406,0.963-0.913,0.963H1.173z"/> + <polygon fill="#F7BD42" points="4.316,25.779 25.677,25.779 14.999,6.158 "/> + <polygon points="8.091,25.41 12.635,20.631 16.751,20.631 20.385,16.695 20.385,25.375 "/> + <polygon points="7.236,22.193 7.167,24.003 8.693,24.003 8.934,23.549 8.334,23.432 11.127,20.806 10.557,20.194 7.914,22.862 + 7.793,22.243 "/> + <polygon points="14.941,18.047 15.01,19.857 16.53,19.74 16.736,19.274 16.128,19.2 18.718,16.371 18.103,15.804 15.667,18.664 + 15.501,18.059 "/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03602_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03602_0.svg new file mode 100644 index 00000000..32ca9b2a --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03602_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M1.176,28.664c-0.502,0-0.909-0.428-0.909-0.963c0-0.169,0.044-0.337,0.124-0.483L14.215,1.819 + C14.374,1.521,14.676,1.336,15,1.336s0.626,0.185,0.785,0.483l13.827,25.399c0.076,0.146,0.12,0.315,0.12,0.483 + c0,0.53-0.409,0.963-0.913,0.963H1.176z"/> + <polygon fill="#F7BD42" points="4.32,25.775 25.68,25.775 15,6.153 "/> + </g> + <polygon points="12.288,12.159 13.514,12.159 13.514,14.626 14.272,16.239 14.272,21.014 13.29,22.937 13.29,25.249 12.188,25.249 + 12.188,22.863 13.131,20.82 13.101,16.395 12.322,14.626 "/> + <polygon points="17.788,12.159 16.563,12.159 16.563,14.62 15.808,16.239 15.808,21.013 16.786,22.937 16.786,25.249 17.89,25.249 + 17.89,22.863 16.945,20.82 16.975,16.395 17.754,14.62 "/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03702_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03702_0.svg new file mode 100644 index 00000000..054f4c41 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03702_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾圭€瑰嫭鍣磋ぐ鎺戠倞闁哄啫鐗婇崑鎰版煕濞嗗繘宕伴幇纾藉ù锝嗗灊閸氭煕鐎d户闁瑰箍鍨归埞鎴犫偓锝忕床婵犵數濮撮敃銈夊箠閹扮増鏅繝濠傚暊閺€浠嬫煃閳轰礁鏆㈢痪鍋撶紓鍌氬€烽懗鑸垫叏闂堟稓鏆嗙紒瀣仢鐓ょ紒鐘茬秺閺岋綁骞囩徊璇测攽濞叉牠鍩為幋锔芥櫖闁告洖鎽嬫繝纰樷偓鎶芥煙閸嬫捇骞栨潏鍓ф偧闁绘挻鎹囬弻锝夋偐閸欏绐涢梺绋块幐姝岀亱闂佸憡鍔栧Σ姊洪柅鐐插閸樼敻姊洪懝鏉垮惞婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾剧懓鐎f崳闁绘閵嗘帒閿濆懍澹曟俊銈囧Х閸嬬偤鎮ч悩鑼嫚濞村濠电偛妫欓崝鏇㈠礉閸涘瓨鈷戦梻鍫熺〒缁犲啿鈹戦弨杈╃矉閹烘鍤冮柍鍝勫暟閿涙繃绻涙潏鍓у缂佺懇瀹暶洪悡娆撴煕濞戞﹫鏀婚柛濠冨姍閺" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M1.175,28.664c-0.502,0-0.909-0.428-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.213,1.819 + C14.374,1.521,14.676,1.336,15,1.336c0.322,0,0.624,0.185,0.785,0.483l13.827,25.399c0.074,0.146,0.12,0.315,0.12,0.483 + c0,0.53-0.406,0.963-0.913,0.963H1.175z"/> + <polygon fill="#F7BD42" points="4.318,25.775 25.679,25.775 15,6.153 "/> + </g> + <path id="path22940_5_" sodipodi:nodetypes="cccccccccc" d="M13.25,14.515l-1.1,0.002L12.14,22.28l-2.189-1.858L9.91,22.054 + l2.743,2.138l2.68-2.139l-0.039-1.536l-2.06,1.671L13.25,14.515L13.25,14.515z"/> + <path id="path22940_4_" sodipodi:nodetypes="cccccccccc" d="M16.747,23.576l1.102-0.002l0.009-7.765l2.189,1.862l0.039-1.634 + L17.345,13.9l-2.682,2.141l0.039,1.534l2.062-1.671L16.747,23.576L16.747,23.576z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03802_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03802_0.svg new file mode 100644 index 00000000..f65759f5 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03802_0.svg @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="30px" height="28px" viewBox="0 0 30 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>zhuyixingren</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0 0.672 29.466 0.672 29.466 27.9996 0 27.9996"></polygon> + <polygon id="path-3" points="6 13 24 13 24 26 6 26"></polygon> + </defs> + <g id="待定" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="工具栏汇总复制" transform="translate(-677.000000, -1052.000000)"> + <g id="编组-9" transform="translate(677.000000, 1051.000000)"> + <g id="zhuyixingren"> + <g id="编组复制-2"> + <g id="编组" transform="translate(0.000000, 0.328000)"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-2"></g> + <path d="M0.9078,27.9996 C0.4058,27.9996 -0.0002,27.5716 -0.0002,27.0366 C-0.0002,26.8676 0.0438,26.6996 0.1218,26.5546 L13.9468,1.1546 C14.1078,0.8566 14.4098,0.6716 14.7338,0.6716 C15.0578,0.6716 15.3578,0.8566 15.5188,1.1546 L29.3458,26.5546 C29.4198,26.6996 29.4668,26.8686 29.4668,27.0366 C29.4668,27.5666 29.0578,27.9996 28.5538,27.9996 L0.9078,27.9996 Z" id="Fill-1" fill="#100808" mask="url(#mask-2)"></path> + </g> + <polygon id="Fill-3" fill="#F7BD42" points="4.0519 25.4389 25.4139 25.4389 14.7339 5.8169"></polygon> + </g> + <mask id="mask-4" fill="white"> + <use xlink:href="#path-3"></use> + </mask> + <g id="Clip-2"></g> + <path d="M14.9623185,13 C15.4894739,13 15.9414593,13.4588304 15.9414593,13.9940836 C15.9414593,14.5294348 15.4894739,14.9882653 14.9623185,14.9882653 C14.3597999,14.9882653 13.907911,14.5294348 13.9832741,13.9940836 C13.9832741,13.4588304 14.435163,13 14.9623185,13 L14.9623185,13 Z M13.9832741,15.6000392 C14.3597999,15.1412087 15.1882147,15.1412087 15.7907332,15.5235185 L17.5230222,17.2058968 C17.8242815,17.5117837 18.0501777,17.9706142 18.0501777,18.4294446 L18.0501777,19.500049 C17.9748146,20.1882457 17.221763,20.1118229 17.1463999,19.5764717 L17.1463999,18.3529239 L16.2426221,17.7412479 L16.2426221,22.0999902 L17.2970295,23.935312 C17.5982888,24.6236066 16.9958668,25.0059164 16.5438814,24.6236066 L14.9623185,22.2529337 L14.8116888,20.3411892 C14.435163,20.4941326 14.1339037,20.8000196 13.8326445,21.1824273 L16.5438814,25.7706338 L15.1882147,25.7706338 L13.3807556,22.7117641 L13.305489,24.0118327 C13.1548594,24.6236066 12.3263481,24.5470859 12.2509851,23.935312 L12.3263481,22.0235675 C12.4016147,21.7176805 12.4769778,21.4117935 12.5522443,21.1824273 L12.3263481,20.8000196 L12.778237,20.8000196 L13.6066518,19.805936 L13.6820148,17.9706142 C12.8535036,18.5823881 12.0250889,18.9646978 11.1966741,19.1176413 C10.5187925,19.194162 10.3682594,18.5058674 11.0460445,18.2765011 L11.9498223,17.9706142 C12.4016147,17.8176707 12.702874,17.5117837 12.9288667,17.2058968 L13.9832741,15.6000392 Z M21.138037,20.9529631 L24,25.9234793 L22.6443333,26 L19.7070072,21.0293858 L21.138037,20.9529631 Z M17.6736519,20.9529631 L20.5355184,25.9234793 L19.1799482,26 L16.2426221,21.0293858 L17.6736519,20.9529631 Z M6.60251854,22.2529337 L8.86196304,25.9234793 L7.58156291,26 L6,23.3235381 L6.60251854,22.2529337 Z M10.0670001,20.8765403 L13.0042297,25.8470565 L12.9288667,25.8470565 L13.0042297,25.9234793 L11.5732,26 L8.71133341,21.0293858 L8.71133341,20.9529631 L10.0670001,20.8765403 Z" id="Fill-1" fill="#000000" mask="url(#mask-4)"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_03902_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_03902_0.svg new file mode 100644 index 00000000..b1a62fac --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_03902_0.svg @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧湱鈧懓瀚崳纾嬨亹閹烘垹鍊為梺鍝勫暙閻楀﹪宕戦幇鐗堢厱婵炲棗绻樺畷浼村箛绾捐棄霉閿濆棗鐏婇柛姘厱閻庯絼鎴烽梺鐟扮畭閸ㄥ綊鍩為幋鐘亾閿濆繒搴婂┑鐘垫暩婵挳鏁冮妶澶婄疇闁规壆澧楅弲绻濇繝鍌氭殜闁衡偓娴犲鐓冮柍杞扮閺嗐垻鐥崑鎾剁磽閸屾艾鈧兘鎳楅懜鍨弿闂傚牊绋撻弳鍡欑磼鐎d虎閻撱倗绱掗悩鑼Ш闁哄矉缍侀獮鍥╁緤鐠囨祴鏀芥繛鍙夌墵閸╃偤骞嬮敂鑺ユ珫闂佸憡娲栭幗瀣節绾版ǚ鍋撻幎鑺ョ厵闁稿鎹囬獮鏍ㄦ綇閸撗勫仹闂佺粯鎸婚幑鍥蓟閿濆鍋愰柛娆忕粣娑㈡⒑缁嬪潡骞愬宀€浜遍梻浣告啞閸旀牕危濮婃椽鏌呴悙鎻掗柛妯兼暬濮婃椽鎳濋弶鍨優濠" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鍓ф嚀閻庯絾宕抽梺缁橀柕鍡樺笒闁挎繂鎳嶆竟鏇熶繆閵堝洤啸闁稿鍋ら幃褔鎮╅懠瀚氭繛鏉戞繝鐢靛仜濡瑩宕濋弴銏犵闁告稑鐡ㄩ埛鎴︽⒒閸喓銆掔紒鐘插暱閳规垿寮ㄦ潏鈺冪焿闁圭儤閸ゅ啴鏌嶉崫鍕殶闁挎稒绻冪换娑欐綇閸撗冪紓浣烘噰鐎规毝娲偂濞嗘挻鐓曟繛鎴烇公閺€濠氭煕婵犲啫濮嶉柡" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M1.174,28.664c-0.502,0-0.908-0.428-0.908-0.963c0-0.169,0.044-0.337,0.122-0.483L14.213,1.819 + C14.374,1.521,14.676,1.336,15,1.336s0.624,0.185,0.785,0.483l13.827,25.399c0.074,0.146,0.12,0.315,0.12,0.483 + c0,0.53-0.408,0.963-0.913,0.963H1.174z"/> + <polygon fill="#F7BD42" points="4.318,25.775 25.68,25.775 15,6.153 "/> + </g> + <ellipse cx="12.775" cy="16.308" rx="0.958" ry="0.995"/> + <ellipse cx="17.125" cy="15.609" rx="0.958" ry="0.995"/> + <path d="M11.796,17.908c1.117-0.446,2.063-0.361,2.636,0.895c0.476,0.563,0.278,1.373-0.107,2.251l0.52,0.083l-0.026,1.376 + l-0.659-0.215c-1.139-0.515-0.721,0.139,0.408,1.326c0.343,0.724-0.152,1.082-0.53,0.887c-0.587-0.532-1.169-0.928-1.593-1.437 + c-0.332-0.396-0.569-0.861-0.641-1.511c-0.73,0.22-1.074,0.891-1.032,2.008c-0.33,0.778-0.882,0.776-1.195,0.248 + c-0.07-1.128,0.056-1.884,0.558-2.256c0.713-0.496,0.948-1.321,0.993-2.099l-1.211,0.837c-0.722,0.083-0.882-0.117-0.65-0.695 + L11.796,17.908L11.796,17.908z M13.409,19.307c0.454-0.219,0.454,0.28,0,1.495V19.307L13.409,19.307z"/> + <path d="M15.665,17.445c0.767-0.687,1.643-0.7,2.591-0.25c0.363,0.409,0.756,0.552,1.361,0.541l0.724,0.23 + c0.35,0.272-0.228,1.617-0.871,1.634c-1.217-0.683-1.524-0.587-0.922,0.287c0.091,0.193-0.059,0.413-0.452,0.665l0.637,0.28 + c0.976,0.495,1.224,0.93,0.746,1.304l-1.693-0.515c-0.42-0.102-0.698-0.348-0.815-0.808c-0.257-0.141-0.539-0.167-0.502,0.522 + l-0.041,1.15c-0.028,0.595-0.6,0.665-0.9,0.278l-0.256-1.352c-0.174-0.469-0.074-0.632,0.128-0.665 + c-0.237,0.041-0.213-0.313,0.015-0.732c0.263-0.483,0.424-0.934-0.215-1.636C14.568,17.41,14.722,17.099,15.665,17.445 + L15.665,17.445z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_04002_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_04002_0.svg new file mode 100644 index 00000000..4f313c22 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_04002_0.svg @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾圭€瑰嫭鍣磋ぐ鎺戠倞闁哄啫鐗婇崑鎰版煕濞嗗繘宕伴幇纾藉ù锝嗗灊閸氭煕鐎d户闁瑰箍鍨归埞鎴犫偓锝忕床婵犵數濮撮敃銈夊箠閹扮増鏅繝濠傚暊閺€浠嬫煃閳轰礁鏆㈢痪鍋撶紓鍌氬€烽懗鑸垫叏闂堟稓鏆嗙紒瀣仢鐓ょ紒鐘茬秺閺岋綁骞囩徊璇测攽濞叉牠鍩為幋锔芥櫖闁告洖鎽嬫繝纰樷偓鎶芥煙閸嬫捇骞栨潏鍓ф偧闁绘挻鎹囬弻锝夋偐閸欏绐涢梺绋块幐姝岀亱闂佸憡鍔栧Σ姊洪柅鐐插閸樼敻姊洪懝鏉垮惞婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾剧懓鐎f崳闁绘閵嗘帒閿濆懍澹曟俊銈囧Х閸嬬偤鎮ч悩鑼嫚濞村濠电偛妫欓崝鏇㈠礉閸涘瓨鈷戦梻鍫熺〒缁犲啿鈹戦弨杈╃矉閹烘鍤冮柍鍝勫暟閿涙繃绻涙潏鍓у缂佺懇瀹暶洪悡娆撴煕濞戞﹫鏀婚柛濠冨姍閺" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M28.826,28.664c0.502,0,0.909-0.428,0.909-0.963c0-0.169-0.043-0.337-0.124-0.483L15.787,1.819 + C15.626,1.521,15.324,1.336,15,1.336c-0.322,0-0.624,0.185-0.785,0.483L0.385,27.218c-0.074,0.146-0.12,0.315-0.12,0.483 + c0,0.53,0.409,0.963,0.913,0.963H28.826z"/> + <polygon fill="#F7BD42" points="25.682,25.775 4.322,25.775 15,6.153 "/> + <path d="M21.576,20.759c-0.002,0-0.437-0.189-0.437-0.189l-7.126-3.056l-0.041-0.019l-0.048,0.007l-5.09,0.911v6.65h0.915v-5.888 + l2.464,2.784l0.031,0.037l0.046,0.013l7.967,2.123c0.847,0.228,1.617-0.548,1.917-1.393C22.485,21.835,22.254,21.059,21.576,20.759 + z"/> + <path fill="#F7BD42" d="M11.49,20.666l-1.826-2.062l2.764-0.502C11.842,18.597,11.31,19.521,11.49,20.666z"/> + <path fill="#F7BD42" d="M15.326,22.487c-0.576-0.152-1.117-0.296-1.578-0.422c-0.402-0.374-0.615-1.137-0.376-1.952 + c0.285-0.976,1.119-1.706,1.847-1.737l1.411,0.609C15.948,18.945,14.107,20.548,15.326,22.487z"/> + <path fill="#F7BD42" d="M18.447,23.322c-0.406-0.111-0.85-0.228-1.31-0.348c-0.491-0.204-0.813-0.997-0.565-1.847 + c0.257-0.872,0.943-1.508,1.578-1.491l1.393,0.596C18.89,20.346,17.501,21.633,18.447,23.322z"/> + <path fill="#F7BD42" d="M21.866,22.631c-0.25,0.709-0.872,1.367-1.53,1.193c0,0-0.039-0.011-0.117-0.031 + c-0.417-0.228-0.583-0.861-0.382-1.549c0.228-0.771,0.845-1.332,1.404-1.28c0.106,0.043,0.206,0.089,0.206,0.089 + C22.07,21.326,22.063,22.078,21.866,22.631z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_04102_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_04102_0.svg new file mode 100644 index 00000000..f6ebf360 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_04102_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M28.824,28.664c0.5,0,0.909-0.428,0.909-0.963c0-0.169-0.046-0.337-0.124-0.483L15.785,1.819 + c-0.161-0.298-0.461-0.483-0.787-0.483c-0.322,0-0.624,0.185-0.785,0.483L0.385,27.218c-0.074,0.146-0.119,0.315-0.119,0.483 + c0,0.53,0.406,0.963,0.911,0.963H28.824z"/> + <polygon fill="#F7BD42" points="25.682,25.775 4.318,25.775 14.998,6.153 "/> + </g> + <g> + <path d="M14.026,10.262c0,0,2.171,0.958,1.119,2.486l-0.656,5.696c0,0,2.571,0.33,3.523-0.915l0.028,4.003l2.743,2.499 + l4.588,0.861H5.874L14.026,10.262z"/> + </g> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_04103_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_04103_0.svg new file mode 100644 index 00000000..3199c6cb --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_04103_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M1.176,28.664c-0.502,0-0.909-0.428-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.215,1.819 + c0.161-0.298,0.461-0.483,0.787-0.483c0.322,0,0.624,0.185,0.785,0.483l13.827,25.399c0.074,0.146,0.119,0.315,0.119,0.483 + c0,0.53-0.406,0.963-0.911,0.963H1.176z"/> + <polygon fill="#F7BD42" points="4.318,25.775 25.682,25.775 15.002,6.153 "/> + </g> + <g> + <path d="M15.974,10.262c0,0-2.173,0.958-1.119,2.486l0.656,5.696c0,0-2.571,0.33-3.523-0.915l-0.028,4.003L9.217,24.03 + l-4.588,0.861h19.494L15.974,10.262z"/> + </g> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_04202_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_04202_0.svg new file mode 100644 index 00000000..8033dbf0 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_04202_0.svg @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M1.176,28.664c-0.502,0-0.909-0.428-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.215,1.819 + c0.161-0.298,0.461-0.483,0.787-0.483c0.322,0,0.624,0.185,0.785,0.483l13.827,25.399c0.074,0.146,0.119,0.315,0.119,0.483 + c0,0.53-0.406,0.963-0.911,0.963H1.176z"/> + <polygon fill="#F7BD42" points="4.318,25.775 25.682,25.775 15.002,6.153 "/> + <polygon points="23.923,24.862 20.855,19.707 15.346,19.618 15.346,24.875 "/> + <path d="M7.115,21.316l-0.267,0.691c0.028,0.022,0.046,0.039,0.072,0.057c0.183,0.152,0.343,0.289,0.574,0.289l0,0l0,0l0,0l0,0 + c0.228,0,0.383-0.137,0.569-0.289c0.198-0.167,0.424-0.348,0.734-0.348S9.33,21.9,9.53,22.065c0.185,0.152,0.339,0.285,0.567,0.285 + c0.23,0,0.385-0.133,0.567-0.285c0.196-0.167,0.424-0.348,0.734-0.348c0.307,0,0.535,0.183,0.734,0.348 + c0.189,0.152,0.35,0.285,0.58,0.285c0.232,0,0.391-0.133,0.58-0.285c0.198-0.167,0.43-0.348,0.737-0.348 + c0.313,0,0.539,0.183,0.735,0.348c0.183,0.152,0.343,0.289,0.572,0.289v-0.908c-0.23,0-0.387-0.13-0.572-0.282 + c-0.196-0.165-0.424-0.348-0.735-0.348c-0.307,0-0.539,0.183-0.737,0.348c-0.193,0.152-0.348,0.282-0.58,0.282 + c-0.228,0-0.393-0.13-0.58-0.282c-0.198-0.165-0.426-0.348-0.734-0.348c-0.311,0-0.537,0.189-0.734,0.348 + c-0.182,0.152-0.337,0.282-0.567,0.282c-0.228,0-0.382-0.13-0.567-0.282c-0.196-0.159-0.422-0.348-0.734-0.348 + c-0.309,0-0.535,0.183-0.734,0.348c-0.185,0.152-0.341,0.282-0.569,0.282C7.346,21.446,7.231,21.396,7.115,21.316z"/> + <path d="M6.572,23.463l-0.3,0.774c0.269,0.026,0.463,0.193,0.652,0.333c0.183,0.144,0.343,0.28,0.574,0.28 + c0.23,0,0.387-0.135,0.572-0.28c0.198-0.157,0.424-0.337,0.734-0.337s0.535,0.18,0.734,0.337c0.185,0.148,0.339,0.27,0.567,0.27 + c0.23,0,0.385-0.12,0.567-0.27c0.196-0.157,0.424-0.337,0.735-0.337c0.307,0,0.533,0.18,0.734,0.337 + c0.189,0.146,0.35,0.27,0.58,0.27c0.232,0,0.391-0.122,0.58-0.27c0.198-0.157,0.43-0.337,0.737-0.337 + c0.313,0,0.539,0.18,0.735,0.337c0.183,0.144,0.343,0.28,0.574,0.28v-0.876c-0.232,0-0.389-0.124-0.574-0.272 + c-0.196-0.161-0.424-0.339-0.735-0.339c-0.307,0-0.539,0.178-0.737,0.337c-0.193,0.15-0.348,0.274-0.58,0.274 + c-0.228,0-0.393-0.124-0.58-0.274c-0.198-0.159-0.424-0.337-0.734-0.337c-0.313,0-0.539,0.178-0.735,0.339 + c-0.182,0.148-0.337,0.272-0.567,0.272c-0.228,0-0.382-0.124-0.567-0.272c-0.194-0.161-0.422-0.339-0.734-0.339 + c-0.309,0-0.535,0.178-0.734,0.339c-0.185,0.148-0.343,0.272-0.572,0.272c-0.232,0-0.391-0.124-0.574-0.272 + C6.815,23.621,6.704,23.534,6.572,23.463z"/> + <path d="M13.526,12.879c-0.091,0.019-0.167,0.141-0.148,0.224l0.067,0.376l-0.75,0.135c-0.376,0.069-0.539,0.296-0.6,0.585 + c-0.041,0.2-0.319,1.474-0.319,1.474c-0.285,0.133-0.459,0.458-0.398,0.791l0.307,1.691l0.554-0.098c0,0,0.072,0.437,0.1,0.58 + c0.048,0.261,0.287,0.43,0.543,0.387c0.257-0.046,0.424-0.296,0.378-0.554l-0.106-0.582l3.423-0.622l0.107,0.58 + c0.044,0.261,0.289,0.43,0.545,0.383c0.256-0.043,0.424-0.293,0.376-0.548c-0.03-0.146-0.117-0.58-0.117-0.58L18.038,17 + l-0.311-1.693c-0.056-0.333-0.333-0.576-0.654-0.6c0,0-0.702-1.095-0.811-1.267c-0.159-0.25-0.395-0.406-0.774-0.337l-0.743,0.137 + l-0.069-0.372c-0.017-0.087-0.126-0.174-0.217-0.156L13.526,12.879z"/> + <path fill="#F7BD42" d="M15.556,13.602c0.152-0.028,0.252,0.02,0.354,0.18c0.109,0.17,0.637,0.985,0.637,0.985l-4.251,0.774 + c0,0,0.2-0.95,0.243-1.145c0.039-0.187,0.117-0.267,0.27-0.293L15.556,13.602z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_04203_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_04203_0.svg new file mode 100644 index 00000000..d9ee18b1 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_04203_0.svg @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M28.824,28.664c0.5,0,0.909-0.428,0.909-0.963c0-0.169-0.046-0.337-0.124-0.483L15.785,1.819 + c-0.161-0.298-0.461-0.483-0.787-0.483c-0.322,0-0.624,0.185-0.785,0.483L0.385,27.218c-0.074,0.146-0.119,0.315-0.119,0.483 + c0,0.53,0.406,0.963,0.911,0.963H28.824z"/> + <polygon fill="#F7BD42" points="25.682,25.775 4.318,25.775 14.998,6.153 "/> + <polygon points="6.077,24.862 9.145,19.707 14.655,19.618 14.655,24.875 "/> + <path d="M22.885,21.316l0.265,0.691c-0.026,0.022-0.044,0.039-0.07,0.057c-0.183,0.152-0.343,0.289-0.574,0.289l0,0l0,0l0,0l0,0 + c-0.228,0-0.383-0.137-0.569-0.289c-0.198-0.167-0.424-0.348-0.734-0.348c-0.309,0-0.535,0.182-0.735,0.348 + c-0.187,0.152-0.341,0.285-0.569,0.285c-0.23,0-0.385-0.133-0.565-0.285c-0.196-0.167-0.424-0.348-0.734-0.348 + c-0.307,0-0.535,0.183-0.734,0.348c-0.189,0.152-0.352,0.285-0.58,0.285c-0.232,0-0.393-0.133-0.58-0.285 + c-0.2-0.167-0.432-0.348-0.739-0.348c-0.313,0-0.539,0.183-0.734,0.348c-0.183,0.152-0.345,0.289-0.574,0.289v-0.908 + c0.23,0,0.389-0.13,0.574-0.282c0.194-0.165,0.424-0.348,0.734-0.348c0.307,0,0.539,0.183,0.739,0.348 + c0.191,0.152,0.348,0.282,0.58,0.282c0.226,0,0.393-0.13,0.58-0.282c0.198-0.165,0.426-0.348,0.734-0.348 + c0.311,0,0.537,0.189,0.734,0.348c0.18,0.152,0.335,0.282,0.565,0.282c0.228,0,0.382-0.13,0.569-0.282 + c0.194-0.159,0.422-0.348,0.734-0.348c0.309,0,0.535,0.183,0.734,0.348c0.185,0.152,0.341,0.282,0.569,0.282 + C22.654,21.446,22.769,21.396,22.885,21.316z"/> + <path d="M23.428,23.463l0.3,0.774c-0.269,0.026-0.463,0.193-0.652,0.333c-0.183,0.144-0.343,0.28-0.574,0.28 + c-0.23,0-0.387-0.135-0.572-0.28c-0.198-0.157-0.424-0.337-0.734-0.337c-0.309,0-0.535,0.18-0.734,0.337 + c-0.187,0.148-0.341,0.27-0.569,0.27c-0.23,0-0.385-0.12-0.565-0.27c-0.198-0.157-0.424-0.337-0.737-0.337 + c-0.307,0-0.532,0.18-0.734,0.337c-0.189,0.146-0.352,0.27-0.58,0.27c-0.232,0-0.391-0.122-0.58-0.27 + c-0.2-0.157-0.432-0.337-0.739-0.337c-0.313,0-0.539,0.18-0.734,0.337c-0.185,0.144-0.345,0.28-0.576,0.28v-0.876 + c0.232,0,0.389-0.124,0.576-0.272c0.194-0.161,0.424-0.339,0.734-0.339c0.307,0,0.539,0.178,0.739,0.337 + c0.191,0.15,0.348,0.274,0.58,0.274c0.228,0,0.395-0.124,0.58-0.274c0.198-0.159,0.424-0.337,0.734-0.337 + c0.315,0,0.539,0.178,0.737,0.339c0.18,0.148,0.335,0.272,0.565,0.272c0.228,0,0.382-0.124,0.569-0.272 + c0.194-0.161,0.422-0.339,0.734-0.339c0.309,0,0.535,0.178,0.734,0.339c0.185,0.148,0.343,0.272,0.572,0.272 + c0.232,0,0.391-0.124,0.574-0.272C23.185,23.621,23.298,23.534,23.428,23.463z"/> + <path d="M15.545,12.712c-0.091-0.019-0.202,0.069-0.217,0.156l-0.069,0.372l-0.743-0.137c-0.38-0.069-0.615,0.087-0.774,0.337 + c-0.113,0.172-0.811,1.267-0.811,1.267c-0.32,0.026-0.595,0.269-0.654,0.6L11.966,17l0.55,0.102c0,0-0.087,0.433-0.117,0.58 + c-0.046,0.256,0.12,0.504,0.376,0.548c0.254,0.046,0.5-0.122,0.545-0.383l0.107-0.58l3.423,0.622l-0.107,0.582 + c-0.044,0.257,0.122,0.506,0.378,0.554c0.257,0.043,0.496-0.126,0.543-0.387c0.03-0.141,0.102-0.58,0.102-0.58l0.554,0.098 + l0.307-1.691c0.061-0.333-0.115-0.656-0.398-0.791c0,0-0.274-1.274-0.319-1.474c-0.061-0.289-0.224-0.517-0.6-0.585l-0.75-0.135 + l0.067-0.376c0.019-0.083-0.057-0.206-0.148-0.224L15.545,12.712z"/> + <path fill="#F7BD42" d="M17.191,14.102c0.154,0.028,0.232,0.107,0.27,0.293c0.039,0.194,0.243,1.145,0.243,1.145l-4.251-0.774 + c0,0,0.528-0.815,0.637-0.985c0.104-0.159,0.202-0.206,0.354-0.18L17.191,14.102z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_04302_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_04302_0.svg new file mode 100644 index 00000000..0c346be9 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_04302_0.svg @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M1.175,28.664c-0.502,0-0.909-0.428-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.213,1.819 + C14.374,1.521,14.676,1.336,15,1.336c0.322,0,0.624,0.185,0.785,0.483l13.827,25.399c0.074,0.146,0.12,0.315,0.12,0.483 + c0,0.53-0.406,0.963-0.913,0.963H1.175z"/> + <polygon fill="#F7BD42" points="4.318,25.775 25.679,25.775 15,6.153 "/> + </g> + <polygon points="11.672,14.813 14.519,17.241 13.787,17.241 13.787,23.506 23.473,23.506 24.284,24.658 6.032,24.658 "/> + <rect x="10.086" y="18.905" fill="#F7BD42" width="1.176" height="1.4"/> + <rect x="11.627" y="18.905" fill="#F7BD42" width="1.176" height="1.4"/> + <rect x="11.627" y="20.742" fill="#F7BD42" width="1.176" height="2.539"/> + <rect x="10.086" y="20.742" fill="#F7BD42" width="1.176" height="2.539"/> + <polygon points="18.285,14.161 20.139,18.677 19.722,18.677 20.165,19.538 19.694,19.538 20.244,20.742 18.362,20.742 + 18.362,23.506 17.71,23.506 17.71,20.818 16.199,20.818 16.693,19.642 16.093,19.642 16.773,18.649 16.173,18.649 "/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_04402_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_04402_0.svg new file mode 100644 index 00000000..9892d25d --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_04402_0.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="29px" height="26px" viewBox="0 0 29 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>04402</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-208.000000, -676.000000)"> + <g id="编组-29" transform="translate(208.000000, 676.000000)"> + <g id="04402"> + <path d="M26.9425,25.1078 L0.9605,25.1078 C-0.1475,24.8968 -0.1005,23.7958 0.6715,22.4368 L12.9245,0.8368 C13.3875,0.1128 14.5435,-0.3552 15.2215,0.8368 L27.2455,21.9788 C28.0625,23.2738 28.8115,25.1298 26.9425,25.1078" id="Fill-1" fill="#E7D642"></path> + <path d="M14.0728,2.8217 L2.5098,23.0477 L25.6368,23.0477 L14.0728,2.8217 Z M26.9428,25.1077 L0.9608,25.1077 C-0.1482,24.8967 -0.1002,23.7967 0.6708,22.4367 L12.9248,0.8377 C13.3878,0.1127 14.5438,-0.3553 15.2218,0.8377 L27.2448,21.9787 C28.0628,23.2737 28.8108,25.1307 26.9428,25.1077 L26.9428,25.1077 Z" id="Fill-3" fill="#231916"></path> + <path d="M14.0728,2.8217 L2.5098,23.0477 L25.6368,23.0477 L14.0728,2.8217 Z M26.9428,25.1077 L0.9608,25.1077 C-0.1482,24.8967 -0.1002,23.7967 0.6708,22.4367 L12.9248,0.8377 C13.3878,0.1127 14.5438,-0.3553 15.2218,0.8377 L27.2448,21.9787 C28.0628,23.2737 28.8108,25.1307 26.9428,25.1077 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + <polygon id="Fill-7" fill="#231916" points="17.1217 21.8617 11.0947 21.8617 12.9547 18.1927 14.9867 18.1927"></polygon> + <path d="M18.5509,14.2328 L18.5509,21.9698 L17.5519,21.9698 L17.5579,14.2638 C16.4309,10.9778 12.1579,10.3138 10.5609,14.2698 L10.5609,21.9698 L9.6649,21.9698 L9.6649,14.1968 C11.3639,9.3298 17.0119,9.2938 18.5509,14.2328" id="Fill-9" fill="#231916"></path> + <path d="M17.3468,14.4613 L17.3468,21.8113 C16.6518,20.5853 15.9578,19.3583 15.2628,18.1333 C15.2658,17.1323 15.2678,16.1313 15.2708,15.1293 C14.7008,13.6843 13.2458,13.7923 12.8078,15.1583 L12.8078,18.1363 L10.8688,21.8113 L10.8688,14.3063 C12.1988,11.2113 15.8048,10.6813 17.3468,14.4613" id="Fill-11" fill="#231916"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_04502_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_04502_0.svg new file mode 100644 index 00000000..69d4905e --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_04502_0.svg @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="29px" height="26px" viewBox="0 0 29 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>04502</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0 0 11 0 11 3 0 3"></polygon> + </defs> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-270.000000, -676.000000)"> + <g id="编组-29" transform="translate(208.000000, 676.000000)"> + <g id="04502" transform="translate(62.000000, 0.000000)"> + <g id="编组复制"> + <path d="M26.9425,25.1078 L0.9605,25.1078 C-0.1475,24.8968 -0.1005,23.7958 0.6715,22.4368 L12.9245,0.8368 C13.3875,0.1128 14.5435,-0.3552 15.2215,0.8368 L27.2455,21.9788 C28.0625,23.2738 28.8115,25.1298 26.9425,25.1078" id="Fill-1" fill="#E7D642"></path> + <path d="M14.0728,2.8217 L2.5098,23.0477 L25.6368,23.0477 L14.0728,2.8217 Z M26.9428,25.1077 L0.9608,25.1077 C-0.1482,24.8967 -0.1002,23.7967 0.6708,22.4367 L12.9248,0.8377 C13.3878,0.1127 14.5438,-0.3553 15.2218,0.8377 L27.2448,21.9787 C28.0628,23.2737 28.8108,25.1307 26.9428,25.1077 L26.9428,25.1077 Z" id="Fill-3" fill="#231916"></path> + <path d="M14.0728,2.8217 L2.5098,23.0477 L25.6368,23.0477 L14.0728,2.8217 Z M26.9428,25.1077 L0.9608,25.1077 C-0.1482,24.8967 -0.1002,23.7967 0.6708,22.4367 L12.9248,0.8377 C13.3878,0.1127 14.5438,-0.3553 15.2218,0.8377 L27.2448,21.9787 C28.0628,23.2737 28.8108,25.1307 26.9428,25.1077 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + </g> + <g id="编组" transform="translate(8.000000, 11.000000)"> + <path d="M2.44725801,2.88053355 C2.44725801,2.73491379 2.57922545,2.62686393 2.71897927,2.65866729 L3.80363146,2.89987185 C3.90651454,2.92264678 3.97922545,3.01479497 3.97922545,3.12173812 L3.97922545,3.28098788 C3.97922545,3.40610438 3.87972028,3.50850419 3.75559645,3.50850419 L2.67088701,3.50850419 C2.54790823,3.50850419 2.44725801,3.40726934 2.44725801,3.28098788 L2.44725801,2.88053355 Z M3.31944547,1.90668686 L4.13020079,0.788385368 L4.13020079,0.78722041 C4.16930438,0.721283784 4.23978244,0.681442218 4.31581401,0.681442218 L6.7121253,0.681442218 C6.78369116,0.681442218 6.85079131,0.716740447 6.89103995,0.775862069 C6.89550566,0.781570363 6.90111643,0.790657036 6.90558214,0.796365331 L7.70849385,1.90441519 C7.7118145,1.90785182 7.70849385,1.91350186 7.70397088,1.91350186 L3.32396843,1.91350186 C3.31944547,1.91583178 3.31721261,1.91012349 3.31944547,1.90668686 L3.31944547,1.90668686 Z M8.54152047,2.88053355 L8.54152047,3.28098788 C8.54152047,3.40610438 8.44201529,3.50850419 8.31789147,3.50850419 L7.23323928,3.50850419 C7.11020325,3.50850419 7.00961027,3.40726934 7.00961027,3.28098788 L7.00961027,3.12284483 C7.00961027,3.01590168 7.08226393,2.92375349 7.18514702,2.90103681 L8.26979921,2.65983225 C8.40961027,2.62797064 8.54152047,2.73607875 8.54152047,2.88053355 L8.54152047,2.88053355 Z M2.1118145,4.17975303 L8.8881855,4.17975303 C8.94967489,4.17975303 9,4.12855312 9,4.06599487 L9,2.2457479 C9,2.06372321 8.85463542,1.91583178 8.67572077,1.91583178 C8.67348792,1.91583178 8.67125506,1.91466682 8.67125506,1.91239515 C8.66787715,1.90330848 8.66341144,1.89532852 8.65785793,1.88624185 L7.35845091,0.105778192 C7.31934732,0.0397833178 7.24886926,0 7.17283769,0 L3.8662659,0 C3.78800147,0 3.71420276,0.0397833178 3.67057621,0.105778192 L2.37231424,1.88624185 C2.36676072,1.89416356 2.36229501,1.90330848 2.35891711,1.91239515 C2.35782931,1.91466682 2.3555392,1.91583178 2.3544514,1.91583178 C2.15984951,1.91583178 2.0010878,2.07618826 2.0010878,2.27527959 L2.0010878,4.06599487 C2,4.12855312 2.05026786,4.17975303 2.1118145,4.17975303 L2.1118145,4.17975303 Z M2.23370548,5.24912628 C2.35782931,5.25139795 2.45842228,5.35490447 2.45842228,5.48235089 L2.45842228,5.54490913 C2.45842228,5.79636533 2.65857768,6 2.90573754,6 L3.33066699,6 C3.5777696,6 3.777925,5.79636533 3.777925,5.54490913 L3.777925,5.48805918 C3.777925,5.35606943 3.88304094,5.24912628 4.01277553,5.24912628 L6.9760602,5.24912628 C7.10573754,5.24912628 7.21085347,5.35606943 7.21085347,5.48805918 L7.21085347,5.54490913 C7.21085347,5.79636533 7.41100887,6 7.65816873,6 L8.08304094,6 C8.33020079,6 8.53035619,5.79636533 8.53035619,5.54490913 L8.53035619,5.48805918 C8.53035619,5.35606943 8.63547213,5.24912628 8.76520672,5.24912628 C8.89488406,5.24912628 9,5.14218313 9,5.01025163 L9,4.54380242 C9,4.48118593 8.94967489,4.43004427 8.8881855,4.43004427 L2.1118145,4.43004427 C2.05026786,4.43004427 2,4.48118593 2,4.54380242 L2,5.0125233 C2,5.14334809 2.10505868,5.24685461 2.23370548,5.24912628 L2.23370548,5.24912628 Z" id="Fill-1" fill="#231916"></path> + <path d="M0.155752653,8.49578022 C0.761755078,8.73215287 1.55023731,8.95610498 2.05761715,8.95610498 C3.07368516,8.95610498 3.13573702,8.22087201 4.27223298,8.33405827 C5.09236416,8.4161613 5.19702994,8.89763284 6.02445033,8.93120018 C6.90420362,8.96725163 6.97479073,8.45597076 7.84968453,8.47087542 C8.84139283,8.48832789 9.05433785,9.06801733 9.89396926,8.99336663 C10.2541317,8.9610732 10.6155402,8.84533913 10.8430636,8.75826788 C10.9379481,8.72221643 11,8.62890306 11,8.52565324 L11,5.24879321 C11,5.11197605 10.890537,5 10.7566521,5 L10.0752653,5 C9.94138036,5 9.8318551,5.11197605 9.8318551,5.24879321 L9.8318551,7.92475331 C9.8318551,7.92972153 9.82699562,7.93220564 9.82338215,7.93099544 C9.45711421,7.73940046 9.1979418,7.27538139 8.66620224,7.24678227 C7.99328848,7.21194103 7.88376321,7.93347955 7.08431599,8.01558258 C6.32013117,8.09271739 6.17415979,7.46073424 5.30773892,7.44582958 C4.40125848,7.43086122 4.20532164,8.02303491 3.40955019,7.91851119 C2.70498748,7.82526151 2.60518118,7.35500031 1.92497819,7.22187747 C1.7315334,7.18455212 1.48450969,7.18206801 1.17668015,7.28659173 C1.17300438,7.28780194 1.1681449,7.28531783 1.1681449,7.28034961 L1.1681449,5.24879321 C1.1681449,5.11197605 1.05861964,5 0.924796955,5 L0.243347946,5 C0.109525266,5 0,5.11197605 0,5.24879321 L0,8.26437579 C0,8.3676256 0.0620518571,8.45972877 0.155752653,8.49578022" id="Fill-3" fill="#231916"></path> + <g transform="translate(0.000000, 9.000000)"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-6"></g> + <path d="M10.7258995,0.65759869 C10.4100282,0.815815308 9.98932449,0.906075449 9.87837309,0.904332975 C8.81987046,0.897537328 8.71984562,0.240711841 7.85402507,0.223722722 C6.98695576,0.206646479 6.89429854,0.860074142 6.01261887,0.819213132 C5.19187817,0.780094596 4.90285507,0.0364939159 4.28091532,0.00242855376 C3.30414336,-0.0502812777 3.30045955,0.771643598 2.04927486,0.853278494 C2.04927486,0.853278494 1.35172332,0.899192678 0.311514883,0.308755442 C0.306644759,0.307100092 0.302960948,0.303702268 0.298090824,0.301959794 C0.0993523212,0.206646479 -0.073849252,0.518026541 0.0322320288,0.769901124 C0.101787383,0.935000514 0.224914096,1.18853045 0.351787058,1.25997187 C1.13469064,1.70238596 1.77611088,2.05297168 2.19437957,1.99337908 C3.28460043,1.83856029 3.78216472,0.997903817 4.65778796,1.38081243 C5.21872629,1.62580424 5.14430081,1.6547293 5.68213728,1.85729188 C6.61626444,2.20944583 6.95280246,1.14087379 8.09671956,1.1765945 C9.12962281,1.20891739 9.85152497,2.09888587 10.5356525,1.72111755 C10.8722529,1.53563122 10.9770854,1.25997187 10.9966284,1.0405073 L10.9990634,1.0405073 L10.9990634,0.999646291 C11.0003122,0.97411905 11.0003122,0.950247159 10.9990634,0.926462392 C10.9990634,0.729040115 10.8588289,0.59121044 10.7258995,0.65759869" id="Fill-5" fill="#231916" mask="url(#mask-2)"></path> + </g> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_04602_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_04602_0.svg new file mode 100644 index 00000000..716ccfb4 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_04602_0.svg @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M1.174,28.664c-0.502,0-0.908-0.428-0.908-0.963c0-0.169,0.043-0.337,0.12-0.483L14.213,1.819 + C14.374,1.521,14.676,1.336,15,1.336s0.624,0.185,0.785,0.483l13.827,25.399c0.074,0.146,0.12,0.315,0.12,0.483 + c0,0.53-0.409,0.963-0.913,0.963H1.174z"/> + <polygon fill="#F7BD42" points="4.32,25.775 25.68,25.775 15,6.153 "/> + </g> + <path d="M7.961,23.245l5.335,0.022v-2.412c0.426-2.004,3.143-1.932,3.566-0.002l0.041,2.458h5.272V20.9l-2.678-0.046 + c-1.171-1.474-2.282-3.227-4.147-3.238c-1.563-0.007-2.803,0.761-4.618,3.351l-2.775-0.004L7.961,23.245L7.961,23.245z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_04702_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_04702_0.svg new file mode 100644 index 00000000..64209a28 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_04702_0.svg @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M1.176,28.664c-0.502,0-0.909-0.428-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.215,1.819 + c0.161-0.298,0.461-0.483,0.787-0.483c0.322,0,0.624,0.185,0.785,0.483l13.827,25.399c0.074,0.146,0.119,0.315,0.119,0.483 + c0,0.53-0.406,0.963-0.911,0.963H1.176z"/> + <polygon fill="#F7BD42" points="4.32,25.775 25.68,25.775 15.002,6.153 "/> + </g> + <path d="M6.809,23.389h16.382l-1.465-2.593h-0.383c-1.128,0-1.343-2.382-2.856-2.382c-1.506,0-1.652,2.671-3.175,2.671 + c-1.495,0-1.495-2.634-3.01-2.634c-1.495,0-1.936,2.345-3.049,2.345H8.293L6.809,23.389L6.809,23.389z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_04802_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_04802_0.svg new file mode 100644 index 00000000..8d604df2 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_04802_0.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯ф贡閳ф嚀鐎氬闯绾惧浜归柟鐑樺灩閸婄偤姊洪崫鍕殭闁绘锕畷鎴﹀箛閻楀牏鍘卞┑鐐叉缁绘ê鐣锋导鏉戠疀缁炬崘妫勯湁闁挎繂妫楅悘濠囨煕濮樺幈闁诲函绲奸幋鐑芥⒑閻熸壆鐣柛銊ョ秺閸╃偤骞嬮悩浜鹃柨婵嗙箳鎼村﹤鈹戦悩鍨毄濠垫尦閺佸啴濡舵径濠勭枃闂佽澹嗘晶妤呭疾缁绘繃绻濋崒姘疁闂佽 鍋撳ù鐘查悡鍐煃鏉炴壆闁哄棎鍨婚惀宕戦幘鍓佺=闁稿本鑹鹃埀鍏橀幊妤呮嚋閸ㄥ伎闂傚倸鐗婄粙鎾诲汲閸℃瑧纾奸悗锝勮檸闁绘挶鍊楃槐鎺楁偐閼夹ㄩ梺鍝勭焿缂嶄線鐛崶鈺佺筏閻犲洦绁撮弨鑺ョ箾閸欏澧甸柛鈺冨仱楠炲鏁傞懞銉︾彨闂備礁鎲″ú鏍箺鐎g瘈缁剧増菤閸嬫捇骞庨懞銉у幍闂佺閹瑰洭鐛弽銊︾秶闁告挆鍕还闂備胶绮幐濠氬箲閸ヨ摕闁挎繂閸嬫劙鏌涘▎蹇曠玻濞戙垺鈷戠紒瀣健楠炴劕瀹€鈧禍閬嶆⒒娴e憡鍟為柛鏃€鐗曞嵄婵﹥妞介弻鍛存倷閹绘帡鏌涘Ο鍏兼毈婵﹥妞介幊婵嬪级閸ㄥ劒婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯х秺閺岀喖姊荤€靛摜鐥崜褎鍤€闁诲函绲惧畷鎶芥⒑缂佹﹢鏌曢崱妯虹瑨闂佹寧绻傞幊宥嗙珶閺囩喍绻嗛柕鍫濇搐鍟搁梺绋块崑銈夊箖瑜旈幃鈺呮嚑鐎氭碍绻涢弶鎴炵節閻㈤潧浠滄俊鐟╁畷婵嬪即閵忕姷闂佸憡绋戦悺銊╁煕閹达附鈷掗柛鍠撻妴鎺旂磼閻樻彃鏆遍柍瑙勫灴瀵劍娼忛埡鍐効闂佸湱鍎ら柛銈呭暣閺屽秹宕崟娈堕梺鎸庣⊕缁诲啰鎹㈠☉娆愮秶闁告挆鍐磽娴g儤鍣伴悗瑙勬瘽濞插亗婵炲棙鎸婚悡鏇熺箾閹寸儑鍏柡鈧繝姘厱濠电姴鍟慨宥夋煛" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M1.173,28.667c-0.5,0-0.909-0.424-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.211,1.821 + c0.161-0.298,0.463-0.489,0.787-0.489c0.322,0,0.624,0.191,0.785,0.489L29.619,27.22c0.074,0.146,0.117,0.315,0.117,0.483 + c0,0.53-0.406,0.963-0.913,0.963H1.173z"/> + <polygon fill="#F7BD42" points="4.316,25.779 25.677,25.779 14.999,6.158 "/> + <path d="M7.428,20.813v3.01h15.139v-3.01H19.02c0,0-0.317-2.306-3.903-2.699c-3.636,0.133-4.203,2.699-4.203,2.699H7.428z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_04902_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_04902_0.svg new file mode 100644 index 00000000..2df1d003 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_04902_0.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯ф贡閳ф嚀鐎氬闯绾惧浜归柟鐑樺灩閸婄偤姊洪崫鍕殭闁绘锕畷鎴﹀箛閻楀牏鍘卞┑鐐叉缁绘ê鐣锋导鏉戠疀缁炬崘妫勯湁闁挎繂妫楅悘濠囨煕濮樺幈闁诲函绲奸幋鐑芥⒑閻熸壆鐣柛銊ョ秺閸╃偤骞嬮悩浜鹃柨婵嗙箳鎼村﹤鈹戦悩鍨毄濠垫尦閺佸啴濡舵径濠勭枃闂佽澹嗘晶妤呭疾缁绘繃绻濋崒姘疁闂佽 鍋撳ù鐘查悡鍐煃鏉炴壆闁哄棎鍨婚惀宕戦幘鍓佺=闁稿本鑹鹃埀鍏橀幊妤呮嚋閸ㄥ伎闂傚倸鐗婄粙鎾诲汲閸℃瑧纾奸悗锝勮檸闁绘挶鍊楃槐鎺楁偐閼夹ㄩ梺鍝勭焿缂嶄線鐛崶鈺佺筏閻犲洦绁撮弨鑺ョ箾閸欏澧甸柛鈺冨仱楠炲鏁傞懞銉︾彨闂備礁鎲″ú鏍箺鐎g瘈缁剧増菤閸嬫捇骞庨懞銉у幍闂佺閹瑰洭鐛弽銊︾秶闁告挆鍕还闂備胶绮幐濠氬箲閸ヨ摕闁挎繂閸嬫劙鏌涘▎蹇曠玻濞戙垺鈷戠紒瀣健楠炴劕瀹€鈧禍閬嶆⒒娴e憡鍟為柛鏃€鐗曞嵄婵﹥妞介弻鍛存倷閹绘帡鏌涘Ο鍏兼毈婵﹥妞介幊婵嬪级閸ㄥ劒婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯х秺閺岀喖姊荤€靛摜鐥崜褎鍤€闁诲函绲惧畷鎶芥⒑缂佹﹢鏌曢崱妯虹瑨闂佹寧绻傞幊宥嗙珶閺囩喍绻嗛柕鍫濇搐鍟搁梺绋块崑銈夊箖瑜旈幃鈺呮嚑鐎氭碍绻涢弶鎴炵節閻㈤潧浠滄俊鐟╁畷婵嬪即閵忕姷闂佸憡绋戦悺銊╁煕閹达附鈷掗柛鍠撻妴鎺旂磼閻樻彃鏆遍柍瑙勫灴瀵劍娼忛埡鍐効闂佸湱鍎ら柛銈呭暣閺屽秹宕崟娈堕梺鎸庣⊕缁诲啰鎹㈠☉娆愮秶闁告挆鍐磽娴g儤鍣伴悗瑙勬瘽濞插亗婵炲棙鎸婚悡鏇熺箾閹寸儑鍏柡鈧繝姘厱濠电姴鍟慨宥夋煛" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M1.173,28.667c-0.5,0-0.909-0.424-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.211,1.821 + c0.161-0.298,0.463-0.489,0.787-0.489c0.322,0,0.624,0.191,0.785,0.489L29.619,27.22c0.074,0.146,0.117,0.315,0.117,0.483 + c0,0.53-0.406,0.963-0.913,0.963H1.173z"/> + <polygon fill="#F7BD42" points="4.316,25.779 25.677,25.779 14.999,6.158 "/> + <path d="M7.428,20.813v3.01h15.139v-3.01H19.02c0,0-0.269,1.371-3.903,1.506c-3.636,0.133-4.203-1.506-4.203-1.506H7.428z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_05002_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_05002_0.svg new file mode 100644 index 00000000..4e2b2438 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_05002_0.svg @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M1.174,28.664c-0.502,0-0.908-0.428-0.908-0.963c0-0.169,0.044-0.337,0.122-0.483L14.213,1.819 + C14.374,1.521,14.676,1.336,15,1.336s0.624,0.185,0.785,0.483l13.827,25.399c0.074,0.146,0.12,0.315,0.12,0.483 + c0,0.53-0.408,0.963-0.913,0.963H1.174z"/> + <polygon fill="#F7BD42" points="4.318,25.775 25.68,25.775 15,6.153 "/> + </g> + <path stroke="#231815" stroke-width="0.0037" stroke-miterlimit="2.6131" d="M19.005,19.922l-0.007,1.38 + c0,0.132-0.113,0.239-0.239,0.237h-0.433c-0.13-0.002-0.235-0.111-0.235-0.239l0.007-1.352l-5.205-0.026l-0.006,1.354 + c0,0.128-0.107,0.237-0.237,0.237l-0.428-0.007c-0.132-0.002-0.237-0.109-0.239-0.232l0.007-1.356 + c-0.25-0.017-0.445-0.183-0.445-0.382l0.009-1.908c0.002-0.202,0.207-0.372,0.465-0.38l0.502-1.506 + c0.111-0.326,0.193-0.624,0.433-0.621l5.051,0.024c0.235,0,0.322,0.296,0.424,0.622l0.456,1.515c0.233,0.03,0.419,0.189,0.419,0.38 + l-0.009,1.908C19.297,19.725,19.175,19.864,19.005,19.922L19.005,19.922z"/> + <path fill="#F7D65A" stroke="#231815" stroke-width="0.0037" stroke-miterlimit="2.6131" d="M13.305,15.437l4.318,0.02 + c0.198,0.004,0.274,0.232,0.363,0.478l0.469,1.371c0.083,0.25-0.645,0.441-0.847,0.439l-4.312-0.019 + c-0.204,0-0.967-0.2-0.878-0.454l0.509-1.36C13.027,15.663,13.103,15.437,13.305,15.437L13.305,15.437z"/> + <circle fill="#F7D65A" stroke="#231815" stroke-width="0.0037" stroke-miterlimit="2.6131" cx="12.214" cy="18.169" r="0.408"/> + <circle fill="#F7D65A" stroke="#231815" stroke-width="0.0037" stroke-miterlimit="2.6131" cx="18.745" cy="18.358" r="0.409"/> + <path d="M7.657,21.037c0,0,1.413-5.114,4.673,0.95C12.335,21.987,10.08,18.918,7.657,21.037z"/> + <path d="M18.834,21.578c0,0,1.958-3.086,3.379,0.089l0.763,0.178C22.98,21.844,21.555,15.935,18.834,21.578z"/> + <path d="M7.272,22.024h15.604l1.078,2.21H6.044L7.272,22.024z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_05102_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_05102_0.svg new file mode 100644 index 00000000..a4573ae7 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_05102_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M28.826,28.664c0.5,0,0.909-0.428,0.909-0.963c0-0.169-0.046-0.337-0.124-0.483L15.787,1.819 + C15.626,1.521,15.324,1.336,15,1.336c-0.322,0-0.624,0.185-0.785,0.483L0.385,27.218c-0.074,0.146-0.12,0.315-0.12,0.483 + c0,0.53,0.406,0.963,0.913,0.963H28.826z"/> + <polygon fill="#F7BD42" points="25.682,25.775 4.322,25.775 15,6.153 "/> + <polygon points="9.669,17.258 10.164,17.258 10.684,16.302 11.238,17.189 14.407,17.189 14.981,16.302 15.543,17.258 + 18.764,17.258 19.283,16.302 19.836,17.258 20.333,17.258 20.333,18.393 19.836,18.393 19.836,21.922 20.333,21.922 20.333,23.063 + 19.836,23.063 19.836,23.761 18.764,23.761 18.764,23.063 15.539,23.063 15.539,23.761 14.461,23.761 14.461,23.063 11.236,23.063 + 11.236,23.761 10.162,23.761 10.162,23.083 9.669,23.083 9.669,21.922 10.164,21.922 10.164,18.397 9.669,18.397 "/> + <polygon fill="#F7BD42" points="14.337,18.021 11.294,18.021 11.294,22.102 14.341,22.102 14.341,18.021 "/> + <rect x="15.663" y="18.021" fill="#F7BD42" width="3.049" height="4.081"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_05103_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_05103_0.svg new file mode 100644 index 00000000..3836252b --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_05103_0.svg @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <g> + <path fill="#100808" d="M28.826,28.664c0.5,0,0.909-0.428,0.909-0.963c0-0.169-0.046-0.337-0.124-0.483L15.787,1.819 + C15.626,1.521,15.326,1.336,15,1.336c-0.322,0-0.624,0.185-0.785,0.483L0.385,27.218c-0.074,0.146-0.12,0.315-0.12,0.483 + c0,0.53,0.406,0.963,0.913,0.963H28.826z"/> + <polygon fill="#F7BD42" points="25.684,25.775 4.322,25.775 15,6.153 "/> + </g> + <circle cx="11.788" cy="23.28" r="0.798"/> + <circle cx="14.641" cy="23.28" r="0.798"/> + <circle cx="17.643" cy="23.28" r="0.798"/> + <path d="M17.034,12.77c-0.193,0-0.378,0.037-0.546,0.102c-0.226-0.383-0.643-0.645-1.119-0.645c-0.495,0-0.919,0.274-1.139,0.68 + c-0.124-0.026-0.254-0.039-0.387-0.039c-1.1,0-1.991,0.893-1.991,1.993c0,0.265,0.048,0.511,0.143,0.741 + c-0.087-0.026-0.174-0.041-0.27-0.041c-0.476,0-0.863,0.385-0.863,0.863c0,0.072,0.009,0.141,0.03,0.206 + c-0.263,0.08-0.452,0.319-0.452,0.606c0,0.348,0.282,0.63,0.633,0.63c0.332,0,0.6-0.254,0.628-0.58 + c0.009,0,0.017,0.004,0.026,0.004c0.272,0,0.515-0.126,0.674-0.326c0.137,0.343,0.469,0.583,0.856,0.583 + c0.435,0,0.808-0.309,0.895-0.719c0.843-0.128,1.506-0.789,1.656-1.624c0.278,0.376,0.73,0.622,1.23,0.622 + c0.845,0,1.528-0.683,1.528-1.526C18.562,13.455,17.878,12.77,17.034,12.77z"/> + <g> + <path d="M9.739,19.268c0,0-0.159,0.874-0.159,1.595s0.185,1.6,0.185,1.6H9.512v0.532h1.324v-0.691h7.772v0.691h2.126v-0.75h-0.296 + v-3.147h0.296v-0.452h-3.28v0.622h-0.782c0-0.109,0-0.185,0-0.189c0-0.248-0.194-0.445-0.441-0.445 + c-0.246,0-0.443,0.196-0.443,0.445v0.189h-1.117c0-0.246-0.198-0.439-0.445-0.439c-0.243,0-0.441,0.193-0.441,0.439h-2.467v-0.997 + h-1.045v0.997"/> + <path d="M18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305 + L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305 + L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305z M18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305 + L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305z M18.608,22.305 + L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305z M18.608,22.305L18.608,22.305 + L18.608,22.305L18.608,22.305L18.608,22.305z M18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305L18.608,22.305z"/> + </g> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_05202_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_05202_0.svg new file mode 100644 index 00000000..b49a57df --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_05202_0.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="29px" height="26px" viewBox="0 0 29 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>05202</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-334.000000, -676.000000)"> + <g id="编组-29" transform="translate(208.000000, 676.000000)"> + <g id="05202" transform="translate(126.000000, 0.000000)"> + <path d="M26.9425,25.1078 L0.9605,25.1078 C-0.1475,24.8968 -0.1005,23.7958 0.6715,22.4368 L12.9235,0.8368 C13.3875,0.1128 14.5445,-0.3552 15.2215,0.8368 L27.2455,21.9788 C28.0625,23.2738 28.8115,25.1298 26.9425,25.1078" id="Fill-1" fill="#E7D642"></path> + <path d="M14.0733,2.8217 L2.5093,23.0477 L25.6363,23.0477 L14.0733,2.8217 Z M26.9423,25.1077 L0.9603,25.1077 C-0.1477,24.8967 -0.1007,23.7967 0.6713,22.4367 L12.9243,0.8377 C13.3873,0.1127 14.5443,-0.3553 15.2213,0.8377 L27.2453,21.9787 C28.0623,23.2737 28.8113,25.1307 26.9423,25.1077 L26.9423,25.1077 Z" id="Fill-3" fill="#231916"></path> + <path d="M14.0733,2.8217 L2.5093,23.0477 L25.6363,23.0477 L14.0733,2.8217 Z M26.9423,25.1077 L0.9603,25.1077 C-0.1477,24.8967 -0.1007,23.7967 0.6713,22.4367 L12.9243,0.8377 C13.3873,0.1127 14.5443,-0.3553 15.2213,0.8377 L27.2453,21.9787 C28.0623,23.2737 28.8113,25.1307 26.9423,25.1077 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + <path d="M16.6974,18.2065 C16.5494,19.5965 15.2244,20.5435 13.7964,20.5435 C12.2654,20.5435 11.0254,19.3655 11.0254,17.8365 C11.0254,16.8205 11.5494,15.9335 12.3634,15.4505 L12.2914,14.4465 C10.9684,15.0125 10.0894,16.3055 10.0894,17.8365 C10.0894,19.8835 11.7484,21.4795 13.7964,21.4795 C15.3314,21.4795 16.6484,20.6085 17.2114,19.2785 L16.6974,18.2065 Z M12.9254,16.7525 L16.7264,16.7525 L18.1824,20.3365 L20.1454,19.4995 L19.8104,18.8525 L18.7094,19.2835 L17.2784,15.9665 L13.7314,15.8405 L13.6894,15.1815 L16.3234,15.1815 L16.3234,14.3315 L13.6464,14.3315 L13.5414,12.1655 C14.1144,12.1655 14.5014,11.6975 14.5014,11.1245 C14.5014,10.5515 14.0334,10.0835 13.4604,10.0835 C12.8864,10.0835 12.4274,10.5515 12.4274,11.1245 C12.4274,11.3155 12.4924,11.5065 12.5774,11.6765 L12.9254,16.7525 Z" id="Fill-7" fill="#231916"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_05302_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_05302_0.svg new file mode 100644 index 00000000..1bf9f5a8 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_05302_0.svg @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹瀹勬噴褰掑炊閺冨牊鍋愰柛娆忛崰鎰磽娴f垝鍚柛瀣仧閹广垹鈹戠€o紲濠电姴锕ら幊鎰版晬濠婂啠鏀介柍鈺佸暢绾偓缂傚倷鑳舵慨闈涚暆缁嬪灝煤缁犲綊鏌i幇绲诲┑娲栭埞鎴︽晬閸曞摋濠碘€抽柟鍋撻幖杈剧悼閻撴捇鏌i悩鍙夊窛闁稿鎸歌灋闁告劖妲梺閫炲嫮鍘甸梺鑹板吹濡" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣捣閻棗銆掑锝呬壕濡ょ姷鍋為悧鐘茬拠娴嬫婵炲棙鍔曢崝鍛存⒑闂堟稓绠冲┑鏀辩粋鎺楁嚃閳哄啰锛濇繛杈剧导缁瑩宕ú鐓欓柛娑橈攻閸婃劙鏌" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M28.824,28.664c0.5,0,0.909-0.428,0.909-0.963c0-0.169-0.046-0.337-0.124-0.483L15.785,1.819 + c-0.161-0.298-0.461-0.483-0.787-0.483c-0.322,0-0.624,0.185-0.785,0.483L0.385,27.218c-0.074,0.146-0.119,0.315-0.119,0.483 + c0,0.53,0.406,0.963,0.911,0.963H28.824z"/> + <polygon fill="#EF9421" points="25.682,25.775 4.318,25.775 14.998,6.153 "/> + <path d="M14.922,14.498c0,0-1.052-4.727-0.122-4.727C15.73,9.771,15.502,12.155,14.922,14.498z"/> + <path d="M14.948,14.807c0.348,0,0.637,0.285,0.637,0.635S15.3,16.08,14.948,16.08c-0.348,0-0.637-0.285-0.637-0.637 + C14.311,15.093,14.594,14.807,14.948,14.807z"/> + <path d="M9.682,17.349h1.126v2.013H8.584L9.682,17.349z"/> + <path d="M11.347,17.299h3.001v2.008h-3.054L11.347,17.299z"/> + <path d="M8.209,19.82h6.116v2.76h-2.145c0,0-1.582-3.054-3.995-0.132H6.817L8.209,19.82z"/> + <path d="M10.169,21.59c0.95,0,1.717,0.767,1.717,1.715c0,0.95-0.771,1.717-1.717,1.717c-0.948,0-1.721-0.771-1.721-1.717 + C8.448,22.359,9.219,21.59,10.169,21.59z"/> + <path fill="#FFFFFF" d="M10.219,22.635c0.385,0,0.7,0.315,0.7,0.698s-0.313,0.698-0.7,0.698c-0.385,0-0.696-0.315-0.696-0.698 + S9.834,22.635,10.219,22.635z"/> + <path d="M15,23.265l-0.787,0.285l-0.187,1.052l1.324-0.152c0,0,0.304-1.478,1.591-0.487l3.506-0.656c0,0,0.604-1.374,1.565-0.32 + l1.643-0.367l-0.502-0.756l-1.693-0.063l-0.887-0.756l-3.129,0.539L15,23.265z"/> + <path fill="#FFFFFF" d="M17.586,21.937l0.572-0.1l0.117,0.604l-1.306,0.256L17.586,21.937z"/> + <path fill="#FFFFFF" d="M18.49,21.82l1.089-0.198l0.019,0.585l-1.041,0.15L18.49,21.82z"/> + <path fill="#FFFFFF" d="M19.883,21.587l0.789-0.117l0.487,0.47l-1.258,0.235L19.883,21.587z"/> + <path d="M16.206,23.865c0.346,0,0.622,0.276,0.622,0.622c0,0.348-0.276,0.619-0.622,0.619c-0.346,0-0.619-0.272-0.619-0.619 + S15.867,23.865,16.206,23.865z"/> + <path fill="#FFFFFF" d="M16.197,24.234c0.124,0,0.232,0.109,0.232,0.239c0,0.124-0.107,0.235-0.232,0.235 + c-0.126,0-0.235-0.111-0.235-0.235C15.958,24.343,16.063,24.234,16.197,24.234z"/> + <path d="M21.34,22.896c0.378,0,0.685,0.306,0.685,0.683c0,0.382-0.307,0.689-0.685,0.689c-0.382,0-0.689-0.307-0.689-0.689 + C20.651,23.202,20.959,22.896,21.34,22.896z"/> + <path fill="#FFFFFF" d="M21.303,23.296c0.117,0,0.219,0.098,0.219,0.219s-0.104,0.217-0.219,0.217 + c-0.117,0-0.217-0.096-0.217-0.217S21.187,23.296,21.303,23.296z"/> + <path fill="#FFFFFF" d="M14.959,21.374c0,0-0.858,0.165-0.376,1.287c0,0-0.269,0.619,0.567,0.619c0,0,0.483,0.806,0.939,0.026 + c0,0,1.85,0.056,0.939-1.098c0,0,0.698-1.317-0.376-1.448C16.649,20.759,15.067,19.792,14.959,21.374z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_05502_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_05502_0.svg new file mode 100644 index 00000000..f0b655f2 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_05502_0.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾圭€瑰嫭鍣磋ぐ鎺戠倞闁哄啫鐗婇崑鎰版煕濞嗗繘宕伴幇纾藉ù锝嗗灊閸氭煕鐎d户闁瑰箍鍨归埞鎴犫偓锝忕床婵犵數濮撮敃銈夊箠閹扮増鏅繝濠傚暊閺€浠嬫煃閳轰礁鏆㈢痪鍋撶紓鍌氬€烽懗鑸垫叏闂堟稓鏆嗙紒瀣仢鐓ょ紒鐘茬秺閺岋綁骞囩徊璇测攽濞叉牠鍩為幋锔芥櫖闁告洖鎽嬫繝纰樷偓鎶芥煙閸嬫捇骞栨潏鍓ф偧闁绘挻鎹囬弻锝夋偐閸欏绐涢梺绋块幐姝岀亱闂佸憡鍔栧Σ姊洪柅鐐插閸樼敻姊洪懝鏉垮惞婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾剧懓鐎f崳闁绘閵嗘帒閿濆懍澹曟俊銈囧Х閸嬬偤鎮ч悩鑼嫚濞村濠电偛妫欓崝鏇㈠礉閸涘瓨鈷戦梻鍫熺〒缁犲啿鈹戦弨杈╃矉閹烘鍤冮柍鍝勫暟閿涙繃绻涙潏鍓у缂佺懇瀹暶洪悡娆撴煕濞戞﹫鏀婚柛濠冨姍閺" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M28.825,28.663c0.5,0,0.908-0.428,0.908-0.963c0-0.169-0.044-0.337-0.122-0.483L15.787,1.819 + c-0.161-0.298-0.461-0.483-0.789-0.483c-0.322,0-0.624,0.185-0.785,0.483L0.385,27.218c-0.074,0.146-0.117,0.315-0.117,0.483 + c0,0.53,0.406,0.963,0.909,0.963L28.825,28.663L28.825,28.663z"/> + <polygon fill="#EF9421" points="25.684,25.773 4.321,25.773 15.001,6.153 "/> + <path d="M13.694,10.458c0,0,0.25,5.47,1.373,5.47c1.124,0,1.158-5.47,1.158-5.47H13.694z"/> + <path d="M10.128,18.367v-1.439l1.532-1.687l1.595,1.628v1.4l-1.002-0.806v1.938c0,0-0.124,0.561,0.502,0.589 + c0.624,0.035,1.75-0.217,2.254,0.813c0,0,0.215-0.791,1.013-0.802c0.793-0.015,1.663,0.235,1.654-0.47 + c-0.015-0.704,0-2.123,0-2.123l-0.991,1.002v-1.458l1.615-1.693l1.582,1.6v1.537l-0.991-1.006v2.347c0,0,0.128,1.411-1.665,1.421 + c0,0-1.173-0.27-1.173,0.432c0,0.702,0,2.156,0,2.156h-2.139v-2.341c0,0,0-0.419-0.495-0.419c-0.496,0-2.256,0.263-2.256-1.015 + c0-1.278-0.011-2.554-0.011-2.554L10.128,18.367z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_05503_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_05503_0.svg new file mode 100644 index 00000000..8d23dffa --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_05503_0.svg @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾圭€瑰嫭鍣磋ぐ鎺戠倞闁哄啫鐗婇崑鎰版煕濞嗗繘宕伴幇纾藉ù锝嗗灊閸氭煕鐎d户闁瑰箍鍨归埞鎴犫偓锝忕床婵犵數濮撮敃銈夊箠閹扮増鏅繝濠傚暊閺€浠嬫煃閳轰礁鏆㈢痪鍋撶紓鍌氬€烽懗鑸垫叏闂堟稓鏆嗙紒瀣仢鐓ょ紒鐘茬秺閺岋綁骞囩徊璇测攽濞叉牠鍩為幋锔芥櫖闁告洖鎽嬫繝纰樷偓鎶芥煙閸嬫捇骞栨潏鍓ф偧闁绘挻鎹囬弻锝夋偐閸欏绐涢梺绋块幐姝岀亱闂佸憡鍔栧Σ姊洪柅鐐插閸樼敻姊洪懝鏉垮惞婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾剧懓鐎f崳闁绘閵嗘帒閿濆懍澹曟俊銈囧Х閸嬬偤鎮ч悩鑼嫚濞村濠电偛妫欓崝鏇㈠礉閸涘瓨鈷戦梻鍫熺〒缁犲啿鈹戦弨杈╃矉閹烘鍤冮柍鍝勫暟閿涙繃绻涙潏鍓у缂佺懇瀹暶洪悡娆撴煕濞戞﹫鏀婚柛濠冨姍閺" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M28.825,28.664c0.5,0,0.908-0.428,0.908-0.963c0-0.169-0.044-0.337-0.122-0.483L15.787,1.819 + c-0.161-0.298-0.461-0.483-0.789-0.483c-0.322,0-0.624,0.185-0.785,0.483L0.385,27.218c-0.074,0.146-0.117,0.315-0.117,0.483 + c0,0.53,0.406,0.963,0.909,0.963H28.825z"/> + <polygon fill="#EF9421" points="25.684,25.777 4.319,25.777 15,6.155 "/> + <g> + <path d="M14.14,11.047c0,0,0.252,5.47,1.374,5.47c1.124,0,1.158-5.47,1.158-5.47H14.14z"/> + <g> + <path d="M10.561,18.932v-1.454l1.552-1.712l1.613,1.649v1.426l-1.011-0.826v1.967c0,0-0.126,0.571,0.504,0.6 + c0.635,0.03,1.773-0.222,2.278,0.819l-0.002,2.988h-1.111v-2.373c0,0,0-0.424-0.502-0.424c-0.5,0-2.282,0.265-2.282-1.032 + c0-1.289-0.011-2.586-0.011-2.586L10.561,18.932z"/> + </g> + </g> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_05504_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_05504_0.svg new file mode 100644 index 00000000..53c8fc20 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_05504_0.svg @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾圭€瑰嫭鍣磋ぐ鎺戠倞闁哄啫鐗婇崑鎰版煕濞嗗繘宕伴幇纾藉ù锝嗗灊閸氭煕鐎d户闁瑰箍鍨归埞鎴犫偓锝忕床婵犵數濮撮敃銈夊箠閹扮増鏅繝濠傚暊閺€浠嬫煃閳轰礁鏆㈢痪鍋撶紓鍌氬€烽懗鑸垫叏闂堟稓鏆嗙紒瀣仢鐓ょ紒鐘茬秺閺岋綁骞囩徊璇测攽濞叉牠鍩為幋锔芥櫖闁告洖鎽嬫繝纰樷偓鎶芥煙閸嬫捇骞栨潏鍓ф偧闁绘挻鎹囬弻锝夋偐閸欏绐涢梺绋块幐姝岀亱闂佸憡鍔栧Σ姊洪柅鐐插閸樼敻姊洪懝鏉垮惞婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾剧懓鐎f崳闁绘閵嗘帒閿濆懍澹曟俊銈囧Х閸嬬偤鎮ч悩鑼嫚濞村濠电偛妫欓崝鏇㈠礉閸涘瓨鈷戦梻鍫熺〒缁犲啿鈹戦弨杈╃矉閹烘鍤冮柍鍝勫暟閿涙繃绻涙潏鍓у缂佺懇瀹暶洪悡娆撴煕濞戞﹫鏀婚柛濠冨姍閺" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M1.175,28.664c-0.5,0-0.908-0.428-0.908-0.963c0-0.169,0.044-0.337,0.122-0.483L14.213,1.819 + C14.374,1.521,14.674,1.336,15,1.336c0.324,0,0.626,0.185,0.787,0.483l13.827,25.399c0.074,0.146,0.117,0.315,0.117,0.483 + c0,0.53-0.406,0.963-0.909,0.963H1.175z"/> + <polygon fill="#EF9421" points="4.316,25.777 25.681,25.777 15,6.155 "/> + <g> + <path d="M15.86,11.047c0,0-0.252,5.47-1.374,5.47c-1.124,0-1.158-5.47-1.158-5.47H15.86z"/> + <g> + <path d="M19.44,18.932v-1.454l-1.552-1.712l-1.613,1.649v1.426l1.011-0.826v1.967c0,0,0.126,0.571-0.504,0.6 + c-0.635,0.03-1.773-0.222-2.278,0.819l0.002,2.988h1.11v-2.373c0,0,0-0.424,0.502-0.424c0.5,0,2.28,0.265,2.28-1.032 + c0-1.289,0.013-2.586,0.013-2.586L19.44,18.932z"/> + </g> + </g> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_05602_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_05602_0.svg new file mode 100644 index 00000000..4d1b2282 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_05602_0.svg @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾圭€瑰嫭鍣磋ぐ鎺戠倞闁哄啫鐗婇崑鎰版煕濞嗗繘宕伴幇纾藉ù锝嗗灊閸氭煕鐎d户闁瑰箍鍨归埞鎴犫偓锝忕床婵犵數濮撮敃銈夊箠閹扮増鏅繝濠傚暊閺€浠嬫煃閳轰礁鏆㈢痪鍋撶紓鍌氬€烽懗鑸垫叏闂堟稓鏆嗙紒瀣仢鐓ょ紒鐘茬秺閺岋綁骞囩徊璇测攽濞叉牠鍩為幋锔芥櫖闁告洖鎽嬫繝纰樷偓鎶芥煙閸嬫捇骞栨潏鍓ф偧闁绘挻鎹囬弻锝夋偐閸欏绐涢梺绋块幐姝岀亱闂佸憡鍔栧Σ姊洪柅鐐插閸樼敻姊洪懝鏉垮惞婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾剧懓鐎f崳闁绘閵嗘帒閿濆懍澹曟俊銈囧Х閸嬬偤鎮ч悩鑼嫚濞村濠电偛妫欓崝鏇㈠礉閸涘瓨鈷戦梻鍫熺〒缁犲啿鈹戦弨杈╃矉閹烘鍤冮柍鍝勫暟閿涙繃绻涙潏鍓у缂佺懇瀹暶洪悡娆撴煕濞戞﹫鏀婚柛濠冨姍閺" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M1.176,28.664c-0.502,0-0.909-0.428-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.215,1.819 + c0.161-0.298,0.461-0.483,0.787-0.483c0.322,0,0.624,0.185,0.785,0.483l13.827,25.399c0.074,0.146,0.119,0.315,0.119,0.483 + c0,0.53-0.408,0.963-0.911,0.963H1.176z"/> + <polygon fill="#EF9421" points="4.32,25.775 25.68,25.775 15.002,6.153 "/> + <path d="M15.048,21.409c0.941,0,1.708,0.815,1.708,1.826c0,1.013-0.767,1.826-1.708,1.826c-0.932,0-1.697-0.815-1.697-1.826 + S14.116,21.409,15.048,21.409L15.048,21.409z"/> + <path d="M13.342,12.849l0.863,7.37l1.723-0.007l0.834-7.363c0.107-0.935-0.635-2.199-1.695-2.199 + C13.968,10.651,13.235,11.905,13.342,12.849L13.342,12.849z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_05603_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_05603_0.svg new file mode 100644 index 00000000..33c8fbac --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_05603_0.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯ф贡閳ф嚀鐎氬闯绾惧浜归柟鐑樺灩閸婄偤姊洪崫鍕殭闁绘锕畷鎴﹀箛閻楀牏鍘卞┑鐐叉缁绘ê鐣锋导鏉戠疀缁炬崘妫勯湁闁挎繂妫楅悘濠囨煕濮樺幈闁诲函绲奸幋鐑芥⒑閻熸壆鐣柛銊ョ秺閸╃偤骞嬮悩浜鹃柨婵嗙箳鎼村﹤鈹戦悩鍨毄濠垫尦閺佸啴濡舵径濠勭枃闂佽澹嗘晶妤呭疾缁绘繃绻濋崒姘疁闂佽 鍋撳ù鐘查悡鍐煃鏉炴壆闁哄棎鍨婚惀宕戦幘鍓佺=闁稿本鑹鹃埀鍏橀幊妤呮嚋閸ㄥ伎闂傚倸鐗婄粙鎾诲汲閸℃瑧纾奸悗锝勮檸闁绘挶鍊楃槐鎺楁偐閼夹ㄩ梺鍝勭焿缂嶄線鐛崶鈺佺筏閻犲洦绁撮弨鑺ョ箾閸欏澧甸柛鈺冨仱楠炲鏁傞懞銉︾彨闂備礁鎲″ú鏍箺鐎g瘈缁剧増菤閸嬫捇骞庨懞銉у幍闂佺閹瑰洭鐛弽銊︾秶闁告挆鍕还闂備胶绮幐濠氬箲閸ヨ摕闁挎繂閸嬫劙鏌涘▎蹇曠玻濞戙垺鈷戠紒瀣健楠炴劕瀹€鈧禍閬嶆⒒娴e憡鍟為柛鏃€鐗曞嵄婵﹥妞介弻鍛存倷閹绘帡鏌涘Ο鍏兼毈婵﹥妞介幊婵嬪级閸ㄥ劒婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯х秺閺岀喖姊荤€靛摜鐥崜褎鍤€闁诲函绲惧畷鎶芥⒑缂佹﹢鏌曢崱妯虹瑨闂佹寧绻傞幊宥嗙珶閺囩喍绻嗛柕鍫濇搐鍟搁梺绋块崑銈夊箖瑜旈幃鈺呮嚑鐎氭碍绻涢弶鎴炵節閻㈤潧浠滄俊鐟╁畷婵嬪即閵忕姷闂佸憡绋戦悺銊╁煕閹达附鈷掗柛鍠撻妴鎺旂磼閻樻彃鏆遍柍瑙勫灴瀵劍娼忛埡鍐効闂佸湱鍎ら柛銈呭暣閺屽秹宕崟娈堕梺鎸庣⊕缁诲啰鎹㈠☉娆愮秶闁告挆鍐磽娴g儤鍣伴悗瑙勬瘽濞插亗婵炲棙鎸婚悡鏇熺箾閹寸儑鍏柡鈧繝姘厱濠电姴鍟慨宥夋煛" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#F70000" d="M1.173,28.664c-0.5,0-0.906-0.428-0.906-0.963c0-0.169,0.043-0.337,0.12-0.483L14.211,1.819 + c0.161-0.298,0.461-0.483,0.787-0.483c0.328,0,0.628,0.185,0.791,0.483l13.827,25.399c0.074,0.146,0.117,0.315,0.117,0.483 + c0,0.53-0.406,0.963-0.908,0.963H1.173z"/> + <polygon fill="#FFFFFF" points="4.316,25.777 25.68,25.777 15,6.155 "/> + <path fill="#F50000" d="M14.996,20.79c0.939,0,1.706,0.815,1.706,1.826c0,1.013-0.767,1.826-1.706,1.826 + c-0.932,0-1.699-0.815-1.699-1.826S14.065,20.79,14.996,20.79L14.996,20.79z M13.29,12.231l0.859,7.37l1.724-0.007l0.832-7.363 + c0.109-0.935-0.633-2.199-1.695-2.199C13.916,10.032,13.183,11.286,13.29,12.231L13.29,12.231z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_05604_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_05604_0.svg new file mode 100644 index 00000000..fe15c0fc --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_05604_0.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯ф贡閳ф嚀鐎氬闯绾惧浜归柟鐑樺灩閸婄偤姊洪崫鍕殭闁绘锕畷鎴﹀箛閻楀牏鍘卞┑鐐叉缁绘ê鐣锋导鏉戠疀缁炬崘妫勯湁闁挎繂妫楅悘濠囨煕濮樺幈闁诲函绲奸幋鐑芥⒑閻熸壆鐣柛銊ョ秺閸╃偤骞嬮悩浜鹃柨婵嗙箳鎼村﹤鈹戦悩鍨毄濠垫尦閺佸啴濡舵径濠勭枃闂佽澹嗘晶妤呭疾缁绘繃绻濋崒姘疁闂佽 鍋撳ù鐘查悡鍐煃鏉炴壆闁哄棎鍨婚惀宕戦幘鍓佺=闁稿本鑹鹃埀鍏橀幊妤呮嚋閸ㄥ伎闂傚倸鐗婄粙鎾诲汲閸℃瑧纾奸悗锝勮檸闁绘挶鍊楃槐鎺楁偐閼夹ㄩ梺鍝勭焿缂嶄線鐛崶鈺佺筏閻犲洦绁撮弨鑺ョ箾閸欏澧甸柛鈺冨仱楠炲鏁傞懞銉︾彨闂備礁鎲″ú鏍箺鐎g瘈缁剧増菤閸嬫捇骞庨懞銉у幍闂佺閹瑰洭鐛弽銊︾秶闁告挆鍕还闂備胶绮幐濠氬箲閸ヨ摕闁挎繂閸嬫劙鏌涘▎蹇曠玻濞戙垺鈷戠紒瀣健楠炴劕瀹€鈧禍閬嶆⒒娴e憡鍟為柛鏃€鐗曞嵄婵﹥妞介弻鍛存倷閹绘帡鏌涘Ο鍏兼毈婵﹥妞介幊婵嬪级閸ㄥ劒婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯х秺閺岀喖姊荤€靛摜鐥崜褎鍤€闁诲函绲惧畷鎶芥⒑缂佹﹢鏌曢崱妯虹瑨闂佹寧绻傞幊宥嗙珶閺囩喍绻嗛柕鍫濇搐鍟搁梺绋块崑銈夊箖瑜旈幃鈺呮嚑鐎氭碍绻涢弶鎴炵節閻㈤潧浠滄俊鐟╁畷婵嬪即閵忕姷闂佸憡绋戦悺銊╁煕閹达附鈷掗柛鍠撻妴鎺旂磼閻樻彃鏆遍柍瑙勫灴瀵劍娼忛埡鍐効闂佸湱鍎ら柛銈呭暣閺屽秹宕崟娈堕梺鎸庣⊕缁诲啰鎹㈠☉娆愮秶闁告挆鍐磽娴g儤鍣伴悗瑙勬瘽濞插亗婵炲棙鎸婚悡鏇熺箾閹寸儑鍏柡鈧繝姘厱濠电姴鍟慨宥夋煛" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#E60012" d="M1.176,28.666c-0.502,0-0.909-0.424-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.215,1.821 + c0.161-0.298,0.461-0.487,0.787-0.487c0.322,0,0.624,0.189,0.785,0.487L29.615,27.22c0.074,0.146,0.119,0.315,0.119,0.483 + c0,0.53-0.408,0.963-0.911,0.963H1.176z"/> + <polygon fill="#FFFFFF" points="4.32,25.777 25.68,25.777 15.002,6.155 "/> + <path d="M14.985,15.383c2.178,0,3.953,1.758,3.953,3.938c0,2.186-1.774,3.938-3.953,3.938c-2.154,0-3.925-1.756-3.925-3.938 + C11.06,17.141,12.831,15.383,14.985,15.383L14.985,15.383z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_05605_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_05605_0.svg new file mode 100644 index 00000000..517d8778 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_05605_0.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="37px" height="24px" viewBox="0 0 37 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>05605</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-707.000000, -679.000000)" fill="#FFFFFF" stroke="#D02E1D" stroke-width="1.4"> + <g id="05605" transform="translate(708.000000, 680.000000)"> + <g> + <path d="M17.6004786,4.9566391 L33.1072495,0.048563717 C34.1251288,0.573031563 34.7322742,1.17079242 34.9286857,1.8418463 C35.1250972,2.51290017 34.8965383,3.20860698 34.2430089,3.92896672 L22.9585677,7.02016128 L34.2430089,10.5702475 C34.9025664,11.464866 35.1311253,12.2861584 34.9286857,13.0341247 C34.7262461,13.782091 34.1191007,14.3595856 33.1072495,14.7666087 L17.7224272,10.035018 L3.57561741,14.7666087 C1.91792973,15.2212688 0.816814422,15.0116503 0.272271474,14.1377533 C-0.272271474,13.2638563 -7.61612995e-14,12.3423025 1.0890859,11.3730918 L12.9763534,7.40758621 L1.0890859,3.92896672 C0.183123946,3.21531669 -0.0891475279,2.34014381 0.272271474,1.3034481 C0.633690476,0.26675238 1.34567725,-0.151542413 2.40823179,0.048563717 L17.6004786,4.9566391 Z" id="路径-117复制"></path> + <path d="M17.7110229,13 L1.78628835,18.3262839 C1.0487638,19.0341091 0.830077979,19.7893418 1.13023088,20.5919821 C1.43038377,21.3946224 2.15526165,21.8637648 3.3048645,21.9994093 L17.7110229,16.6945415 L32.9449874,21.9994093 C33.8196725,22.0190298 34.4444028,21.5498875 34.8191783,20.5919821 C35.1939537,19.6340767 34.9861527,18.878844 34.1957752,18.3262839 L17.7110229,13 Z" id="路径-118复制"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_05702_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_05702_0.svg new file mode 100644 index 00000000..4e9f65b7 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_05702_0.svg @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="28px" height="25px" viewBox="0 0 28 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>05702</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0 0.473 28 0.473 28 25 0 25"></polygon> + </defs> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-398.000000, -677.000000)"> + <g id="编组-29" transform="translate(208.000000, 676.000000)"> + <g id="05702" transform="translate(190.000000, 0.000000)"> + <g id="编组" transform="translate(0.000000, 0.527500)"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-2"></g> + <path d="M13.9923,25.0002 L1.1733,25.0002 C0.5953,25.0002 0.1103,24.5752 0.0153,24.0052 C-0.0427,23.6552 0.0693,23.3592 0.2413,23.0672 C0.5393,22.5652 0.8263,22.0582 1.1193,21.5522 C1.4773,20.9332 1.8383,20.3132 2.1963,19.6932 C2.5543,19.0732 2.9123,18.4522 3.2703,17.8332 C3.6043,17.2552 3.9413,16.6792 4.2753,16.1022 C4.6023,15.5352 4.9283,14.9682 5.2563,14.4022 C5.5333,13.9222 5.8123,13.4442 6.0903,12.9642 C6.2913,12.6152 6.4893,12.2652 6.6903,11.9162 C6.8793,11.5882 7.0703,11.2622 7.2603,10.9352 C7.5613,10.4132 7.8633,9.8912 8.1653,9.3682 C8.4213,8.9242 8.6773,8.4792 8.9333,8.0342 C9.2523,7.4852 9.5723,6.9382 9.8893,6.3882 C10.2903,5.6952 10.6873,5.0012 11.0883,4.3092 C11.3963,3.7752 11.7093,3.2452 12.0173,2.7122 C12.3253,2.1812 12.6323,1.6492 12.9343,1.1162 C13.1063,0.8142 13.3503,0.6082 13.6853,0.5152 C14.1523,0.3852 14.7063,0.5572 14.9703,0.9812 C15.2563,1.4432 15.5193,1.9182 15.7933,2.3892 C16.0343,2.8042 16.2743,3.2212 16.5143,3.6382 C16.9093,4.3212 17.3023,5.0052 17.6963,5.6882 C17.9383,6.1072 18.1833,6.5232 18.4263,6.9422 C18.8573,7.6882 19.2883,8.4362 19.7203,9.1832 C20.0873,9.8192 20.4563,10.4562 20.8243,11.0922 C21.0633,11.5062 21.3043,11.9192 21.5433,12.3332 C21.9963,13.1172 22.4493,13.9012 22.9023,14.6852 C23.2463,15.2792 23.5903,15.8732 23.9323,16.4682 C24.2853,17.0782 24.6353,17.6912 24.9873,18.3022 C25.3553,18.9382 25.7253,19.5722 26.0943,20.2082 C26.4843,20.8852 26.8733,21.5622 27.2633,22.2372 C27.4613,22.5792 27.6663,22.9172 27.8573,23.2622 C28.0063,23.5302 28.0383,23.8212 27.9553,24.1182 C27.8323,24.5582 27.5443,24.8382 27.1073,24.9642 C27.0253,24.9872 26.9363,24.9982 26.8513,24.9982 C22.5653,25.0002 18.2783,25.0002 13.9923,25.0002" id="Fill-1" fill="#231916" mask="url(#mask-2)"></path> + </g> + <polygon id="Fill-3" fill="#E7D642" points="25.2755 23.5277 14.1205 4.2407 2.9695 23.5277"></polygon> + <path d="M14.4728,11.308 C14.9648,11.308 15.3648,11.726 15.3648,12.242 C15.3648,12.756 14.9648,13.174 14.4728,13.174 C13.9818,13.174 13.5818,12.756 13.5818,12.242 C13.5818,11.726 13.9818,11.308 14.4728,11.308" id="Fill-5" fill="#231916"></path> + <path d="M14.4728,11.308 C14.9648,11.308 15.3648,11.726 15.3648,12.242 C15.3648,12.756 14.9648,13.174 14.4728,13.174 C13.9818,13.174 13.5818,12.756 13.5818,12.242 C13.5818,11.726 13.9818,11.308 14.4728,11.308 Z" id="Stroke-7" stroke="#231916" stroke-width="0.216"></path> + <path d="M13.7394,15.7172 L13.3024,16.4642 L14.1354,16.9212 L13.7394,15.7172 Z M12.1524,14.3252 L11.5774,14.3672 L11.7964,14.8652 L12.1524,14.3252 Z M12.6684,18.5822 L11.8754,17.7102 C11.1114,18.6502 10.5364,20.0172 10.0904,21.6762 L12.6684,21.6762 L12.6684,18.5822 Z M13.3594,17.1012 L13.9784,18.0832 L13.9784,21.6432 L14.4574,21.6432 C14.4414,21.2352 14.7504,20.9972 15.2064,20.8372 C14.8434,19.8412 15.7804,19.6282 17.3074,19.7702 L17.3074,19.4922 L16.3514,18.9362 L16.3024,18.5712 L13.3594,17.1012 Z M9.1954,21.7172 C9.2674,19.3772 10.0554,17.4542 11.1684,15.7202 C10.1354,14.6822 10.1414,14.0372 11.1884,13.6042 C12.7514,12.8422 13.7354,12.8962 14.1414,13.9472 L14.5124,14.9982 C14.5604,15.7232 14.8394,16.3262 15.3494,16.8092 L15.3194,17.4832 L16.5004,18.1082 C16.8374,17.7392 17.1304,17.7802 17.5094,18.0932 C16.9074,17.0042 17.2294,16.3392 18.4754,16.0972 C18.4004,14.9462 18.9314,15.1552 19.1604,14.6862 L23.8394,22.9422 L5.0364,22.9422 L5.5984,21.7622 L9.1954,21.7172 Z" id="Fill-9" fill="#231916"></path> + <path d="M13.7394,15.7172 L13.3024,16.4642 L14.1354,16.9212 L13.7394,15.7172 Z M12.1524,14.3252 L11.5774,14.3672 L11.7964,14.8652 L12.1524,14.3252 Z M12.6684,18.5822 L11.8754,17.7102 C11.1114,18.6502 10.5364,20.0172 10.0904,21.6762 L12.6684,21.6762 L12.6684,18.5822 Z M13.3594,17.1012 L13.9784,18.0832 L13.9784,21.6432 L14.4574,21.6432 C14.4414,21.2352 14.7504,20.9972 15.2064,20.8372 C14.8434,19.8412 15.7804,19.6282 17.3074,19.7702 L17.3074,19.4922 L16.3514,18.9362 L16.3024,18.5712 L13.3594,17.1012 Z M9.1954,21.7172 C9.2674,19.3772 10.0554,17.4542 11.1684,15.7202 C10.1354,14.6822 10.1414,14.0372 11.1884,13.6042 C12.7514,12.8422 13.7354,12.8962 14.1414,13.9472 L14.5124,14.9982 C14.5604,15.7232 14.8394,16.3262 15.3494,16.8092 L15.3194,17.4832 L16.5004,18.1082 C16.8374,17.7392 17.1304,17.7802 17.5094,18.0932 C16.9074,17.0042 17.2294,16.3392 18.4754,16.0972 C18.4004,14.9462 18.9314,15.1552 19.1604,14.6862 L23.8394,22.9422 L5.0364,22.9422 L5.5984,21.7622 L9.1954,21.7172 Z" id="Stroke-11" stroke="#231916" stroke-width="0.216"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_05802_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_05802_0.svg new file mode 100644 index 00000000..9a7bd694 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_05802_0.svg @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯ф贡閳ф嚀鐎氬闯绾惧浜归柟鐑樺灩閸婄偤姊洪崫鍕殭闁绘锕畷鎴﹀箛閻楀牏鍘卞┑鐐叉缁绘ê鐣锋导鏉戠疀缁炬崘妫勯湁闁挎繂妫楅悘濠囨煕濮樺幈闁诲函绲奸幋鐑芥⒑閻熸壆鐣柛銊ョ秺閸╃偤骞嬮悩浜鹃柨婵嗙箳鎼村﹤鈹戦悩鍨毄濠垫尦閺佸啴濡舵径濠勭枃闂佽澹嗘晶妤呭疾缁绘繃绻濋崒姘疁闂佽 鍋撳ù鐘查悡鍐煃鏉炴壆闁哄棎鍨婚惀宕戦幘鍓佺=闁稿本鑹鹃埀鍏橀幊妤呮嚋閸ㄥ伎闂傚倸鐗婄粙鎾诲汲閸℃瑧纾奸悗锝勮檸闁绘挶鍊楃槐鎺楁偐閼夹ㄩ梺鍝勭焿缂嶄線鐛崶鈺佺筏閻犲洦绁撮弨鑺ョ箾閸欏澧甸柛鈺冨仱楠炲鏁傞懞銉︾彨闂備礁鎲″ú鏍箺鐎g瘈缁剧増菤閸嬫捇骞庨懞銉у幍闂佺閹瑰洭鐛弽銊︾秶闁告挆鍕还闂備胶绮幐濠氬箲閸ヨ摕闁挎繂閸嬫劙鏌涘▎蹇曠玻濞戙垺鈷戠紒瀣健楠炴劕瀹€鈧禍閬嶆⒒娴e憡鍟為柛鏃€鐗曞嵄婵﹥妞介弻鍛存倷閹绘帡鏌涘Ο鍏兼毈婵﹥妞介幊婵嬪级閸ㄥ劒婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯х秺閺岀喖姊荤€靛摜鐥崜褎鍤€闁诲函绲惧畷鎶芥⒑缂佹﹢鏌曢崱妯虹瑨闂佹寧绻傞幊宥嗙珶閺囩喍绻嗛柕鍫濇搐鍟搁梺绋块崑銈夊箖瑜旈幃鈺呮嚑鐎氭碍绻涢弶鎴炵節閻㈤潧浠滄俊鐟╁畷婵嬪即閵忕姷闂佸憡绋戦悺銊╁煕閹达附鈷掗柛鍠撻妴鎺旂磼閻樻彃鏆遍柍瑙勫灴瀵劍娼忛埡鍐効闂佸湱鍎ら柛銈呭暣閺屽秹宕崟娈堕梺鎸庣⊕缁诲啰鎹㈠☉娆愮秶闁告挆鍐磽娴g儤鍣伴悗瑙勬瘽濞插亗婵炲棙鎸婚悡鏇熺箾閹寸儑鍏柡鈧繝姘厱濠电姴鍟慨宥夋煛" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M1.173,28.667c-0.5,0-0.909-0.424-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.211,1.821 + c0.161-0.298,0.463-0.489,0.787-0.489c0.322,0,0.624,0.191,0.785,0.489L29.619,27.22c0.074,0.146,0.117,0.315,0.117,0.483 + c0,0.53-0.406,0.963-0.913,0.963H1.173z"/> + <polygon fill="#F7BD42" points="4.316,25.779 25.677,25.779 14.999,6.158 "/> + <g> + <path d="M13.522,25.368v-6.255c0,0,0.522-2.319,2.61-2.786c2.089-0.469,2.584,0,2.584,0s2.006,0.798,2.338,2.473 + c0.33,1.676,0,6.57,0,6.57h-7.531V25.368z"/> + <path fill="#F18D1A" d="M14.419,25.368v-6.057c0,0,0.404-1.799,2.025-2.16c1.621-0.363,2.004,0,2.004,0s1.693,0.878,1.812,2.199 + c0.102,1.132,0,6.018,0,6.018H14.419z"/> + <path d="M14.758,25.368v-5.77c0,0,0.357-1.591,1.791-1.912c1.432-0.32,1.773,0,1.773,0s1.499,0.778,1.602,1.947 + c0.089,1,0,5.737,0,5.737h-5.166C14.758,25.37,14.758,25.368,14.758,25.368z"/> + <path fill="#F39B29" d="M16.269,22.534v-2.545c0,0,0.467-0.871,1.113-0.882c0.646-0.009,1.071,0.876,1.071,0.876v2.551H16.269z"/> + <polygon fill="#F39718" points="14.778,25.368 16.29,22.508 18.472,22.508 19.942,25.368 "/> + <polygon points="15.188,25.368 16.63,22.513 18.12,22.513 19.533,25.368 "/> + </g> + <polygon fill="none" points="13.094,24.34 19.907,21.859 19.907,25.281 "/> + <polygon points="5.622,24.621 5.937,23.567 6.878,23.567 7.632,22.956 9.86,22.956 10.811,23.641 12.089,23.79 12.748,23.964 + 12.874,24.832 6.532,24.873 6.282,24.59 "/> + <polygon fill="#F5AB28" points="7.38,23.712 7.882,23.115 8.699,23.115 8.699,23.712 "/> + <polygon fill="#F5AB28" points="8.982,23.712 8.982,23.115 9.703,23.115 10.299,23.712 "/> + <circle cx="7.024" cy="24.853" r="0.571"/> + <circle fill="#F5AB28" cx="7.023" cy="24.853" r="0.382"/> + <circle cx="11.664" cy="24.853" r="0.571"/> + <circle fill="#F5AB28" cx="11.664" cy="24.853" r="0.382"/> + <polygon fill="#F5A429" points="13.167,24.34 19.978,21.859 19.978,25.421 "/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_05902_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_05902_0.svg new file mode 100644 index 00000000..729f8f05 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_05902_0.svg @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯х秺閺岀喖姊荤€靛摜鐥幆褎璐¢柍褎鍤€閻庢艾闂痪鎯ф禍褰掓煙閻戞ê鐏╅柛濠勫仱濮婃椽宕崟娈梺缁橀敃鐣烽幋锕€绠涢柣妤€鐗忛崢鍗炩攽閻愬弶缂佺粯锚閻i攱瀵奸弶鎴犵杸缂佺偓宕樺Λ鍕箒闂佹寧绻傚Λ妤呮倶婵犲洦鐓曟慨妯哄箞闂佽鍑界徊濂稿箣閻戣姤鈷戦柣鐔稿閻f煕閵娿儳绉洪柛鈺冨仱楠炲鎮╂禍楣冩煥濠靛棛绠抽幖鏉戯工閳规垿鎮╅崹姣勬繝鍨唉闁轰礁鍟存俊鑸靛緞婵犲嫮鏋冮梻浣芥竟鍡樻櫠濡ゅ懎鐤剧紒缁樼箖缁绘繈宕掑鐤侀梻浣姐€€閸嬫挸霉閻樻煡鎮¢崘鐓冮弶鐐村闂佸搫妫庨崹濠氭儉瀹曟垿骞橀崜浣猴紳闂佺鏈懝楣冨焵閸忔﹢骞婂Δ鍛殝闁搞劌浼庨梻鍌氬€搁悧濠勭矙閹捐姹查柛鈩冪懅绾惧ジ鎮楅敐鍕闂佺粯鎸堕崐妤冩閹烘鍋愰柤澶广劑姊洪崫鍕効缂傚秳绶氶悰宕堕埡浣虹瓘闁荤姴娲︾粊鎾绩閼恒儳绠鹃柛娆忔晶鐢告煕閳哄啫浠辨鐐查弫鍌炴嚍閵夛妇褰ㄩ梻鍌欑閹测€趁洪弽绠洪悗锝囩槇缂佸墽澧楄彜闁稿鎹囬獮搴ㄦ嚍閵壯冨箥闂備胶闁圭懓娲悰寮介妸锔剧Ф闂佸憡鎸嗛崟杩橀梻鍌欒兌缁箰婵犳艾绠查柛銉ㄦ憰闂佹寧绻傞柛瀣姍閺屾稑鈻庤箛鏇犵幓婵炴垯鍨洪埛鎴犵磼鐎e仴妤犵偞鍔曠€光偓閳х闁秵鈷掑ù锝呮啞閸熺偤鏌涢弮鈧悧鏇炲祫濠碉攻濡炰粙寮婚崨瀛樺€烽柟缁樺浮閺屾稑螣閸忓吋姣堝┑锕ュ浠嬪箠濠靛绾ч柛銊ュ姃濠" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鎯х秺閺岀喖姊荤€靛摜鐥幆褏绉洪柡宀€鍠栧鑽も偓闈涙憸閻ュ礈瑜庨崵鈧梺璇插嚱缁叉儳鐣烽幎鑺モ拺缂備焦锕㈤弻鏇㈠幢濡櫣鐟ㄩ梻浣瑰缁诲倿骞婂鍡欑彾闁哄洨鍠嶇换鍡涙煏閸繃鎼愰崯鎼佹⒑缁嬪潡宕戦妶澶婄畺鐟滄棃骞冮埡鍛殤閻庢碍纰嶇换娑㈠级閹寸偟绡€闁汇垽娼ф禒婊勪繆閻熲晛鐣峰┑瀣嵆闁靛繒濮烽梻浣告啞缁嬫垿鎮洪妸鈺佺厱闁硅揪闄勯埛鎺楁煕閸犳捇濡撮幒鏃傜<闁绘ɑ褰冮弳閬嶆煃鐟欏嫬鐏寸€靛妽濞煎繘鍩¢崘鍔归梻浣告贡閸庛倝鏌涢妶鍛殻闁哄苯绉瑰畷宕熷▓鍫曟⒑閹稿海鈯曠紒璇插暟閹广垹鈽夊▎鎰Ф闂佸憡鎸嗛崘纾藉ù锝囧劋閸d即鎮楃憴鍕樈婵炴彃浜楀┑鐐叉閹稿鎮¢弴鐔虹闁瑰鍎戦崗鏌¢埀绻濆鍘辨繝鐢靛Т閸熸叏瀹ュ鐓" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M1.173,28.668c-0.5,0-0.909-0.424-0.909-0.963c0-0.169,0.046-0.337,0.124-0.483L14.211,1.823 + c0.161-0.298,0.463-0.491,0.787-0.491c0.322,0,0.624,0.193,0.785,0.491L29.62,27.221c0.074,0.146,0.117,0.315,0.117,0.483 + c0,0.53-0.406,0.963-0.913,0.963H1.173z"/> + <polygon fill="#F7BD42" points="4.316,25.779 25.677,25.779 14.998,6.159 "/> + <polygon points="13.011,18.964 13.011,17.727 15.139,15.483 17.241,17.727 17.241,19.108 15.772,17.556 15.715,23.569 + 17.241,22.129 17.241,23.569 15.126,25.64 13.011,23.424 13.011,22.074 14.535,23.539 14.42,17.612 "/> + <g> + <rect x="10.614" y="16.843" width="0.287" height="2.158"/> + <rect x="10.614" y="20.296" width="0.287" height="2.158"/> + <rect x="10.614" y="23.402" width="0.287" height="2.158"/> + </g> + <g> + <rect x="9.501" y="16.843" width="0.287" height="2.158"/> + <rect x="9.501" y="20.296" width="0.287" height="2.158"/> + <rect x="9.501" y="23.402" width="0.287" height="2.158"/> + </g> + <g> + <rect x="19.273" y="16.843" width="0.289" height="2.158"/> + <rect x="19.273" y="20.296" width="0.289" height="2.158"/> + <rect x="19.273" y="23.402" width="0.289" height="2.158"/> + </g> + <g> + <rect x="20.318" y="16.843" width="0.287" height="2.158"/> + <rect x="20.318" y="20.296" width="0.287" height="2.158"/> + <rect x="20.318" y="23.402" width="0.287" height="2.158"/> + </g> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_06002_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_06002_0.svg new file mode 100644 index 00000000..f2259761 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_06002_0.svg @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="29px" height="26px" viewBox="0 0 29 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>06002</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-459.000000, -676.000000)"> + <g id="编组-29" transform="translate(208.000000, 676.000000)"> + <g id="06002" transform="translate(251.000000, 0.000000)"> + <g id="编组复制-2"> + <path d="M26.9425,25.8916 L0.9605,25.8916 C-0.1475,25.6816 -0.1005,24.5806 0.6715,23.2206 L12.9245,1.6206 C13.3875,0.8966 14.5435,0.4286 15.2215,1.6206 L27.2455,22.7626 C28.0625,24.0586 28.8115,25.9146 26.9425,25.8916" id="Fill-1" fill="#E7D642"></path> + <path d="M14.0729,3.6054 L2.5099,23.8314 L25.6369,23.8314 L14.0729,3.6054 Z M26.9429,25.8914 L0.9609,25.8914 C-0.1481,25.6814 -0.1001,24.5804 0.6709,23.2204 L12.9249,1.6214 C13.3869,0.8974 14.5439,0.4284 15.2219,1.6214 L27.2449,22.7624 C28.0629,24.0584 28.8109,25.9144 26.9429,25.8914 L26.9429,25.8914 Z" id="Fill-3" fill="#231916"></path> + <path d="M14.0729,3.6054 L2.5099,23.8314 L25.6369,23.8314 L14.0729,3.6054 Z M26.9429,25.8914 L0.9609,25.8914 C-0.1481,25.6814 -0.1001,24.5804 0.6709,23.2204 L12.9249,1.6214 C13.3869,0.8974 14.5439,0.4284 15.2219,1.6214 L27.2449,22.7624 C28.0629,24.0584 28.8109,25.9144 26.9429,25.8914 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + </g> + <g id="编组-30" transform="translate(11.000000, 11.000000)" fill-rule="nonzero" stroke="#231815" stroke-width="0.0037"> + <path d="M5.76878464,3.74025009 L5.76337157,4.81534299 C5.76337157,4.91817796 5.67598917,5.00153661 5.57855394,4.99997851 L5.24371697,4.99997851 C5.14318856,4.9984204 5.06199252,4.91350364 5.06199252,4.81378488 L5.06740559,3.76050547 L1.04240237,3.74025009 L1.0377626,4.79508762 C1.0377626,4.89480638 0.955019977,4.97972313 0.854491558,4.97972313 L0.523521072,4.97426976 C0.421446063,4.97271166 0.340250032,4.88935301 0.338703441,4.79352951 L0.34411651,3.73713388 C0.150792628,3.72388999 0,3.59456722 0,3.43953571 L0.00695965975,1.95310292 C0.00850625081,1.79573425 0.167031834,1.66329527 0.36654208,1.65706285 L0.754736435,0.483809299 C0.840572239,0.229838079 0.903982472,-0.0023196616 1.0895734,1.74968644e-05 L4.99548911,0.0187147646 C5.17721356,0.0187147646 5.24449027,0.2493144 5.32336641,0.50328562 L5.67598917,1.68355064 C5.85616703,1.70692223 6,1.83079163 6,1.97959072 L5.99304034,3.4660235 C5.99458693,3.58677669 5.90024488,3.69506503 5.76878464,3.74025009 L5.76878464,3.74025009 Z" id="路径" fill="#000000"></path> + <path d="M4.57225022,0.346032155 C4.70314307,0.349151718 4.7115692,0.355060095 4.77040488,0.54691322 L4.99566177,1.45761582 C5.050531,1.65258851 4.56926838,1.80154764 4.43573123,1.79998786 L1.58517571,1.78516994 C1.45031641,1.78516994 0.945916165,1.62919179 1.00475184,1.43109954 L1.30760977,0.54691322 C1.37371727,0.352720422 1.36747697,0.322105594 1.50101412,0.322105594 L4.57225022,0.346032155 Z" id="路径" fill="#E7D642"></path> + </g> + <polygon id="路径-104" fill="#000000" points="7.27674411 23.8314 13.9031982 19 20.6064572 23.726579 18.1996924 23.8314 13.9031982 20.1838068 9.62067831 23.8314"></polygon> + <polygon id="路径-105" fill="#000000" points="12.2407535 19 11 18.7558117 14.1920865 17 17 19 15.8661792 19 14.1920865 17.6060754"></polygon> + <g id="编组-31" transform="translate(2.000000, 15.667518)" fill="#231916"> + <polygon id="路径-106" points="-9.31699162e-13 8.25549299 3.3434594 5.27675801 3.80854722 5.74818187 0.620836201 8.9593274"></polygon> + <polygon id="路径-106复制" points="4.44541252 4.25153138 7.43715435 1.53193804 7.68305742 1.86780853 4.9035252 4.66235502"></polygon> + <polygon id="路径-106复制-2" points="8.14975482 0.95585458 9.24190941 1.25954802e-12 9.34237987 0.224996588 8.33255012 1.19654968"></polygon> + </g> + <g id="编组-31复制" transform="translate(21.500000, 20.000000) rotate(-93.000000) translate(-21.500000, -20.000000) translate(16.500000, 15.500000)" fill="#231916"> + <polygon id="路径-106" points="-9.31699162e-13 8.25549299 3.3434594 5.27675801 3.80854722 5.74818187 0.620836201 8.9593274"></polygon> + <polygon id="路径-106复制" points="4.44541252 4.25153138 7.43715435 1.53193804 7.68305742 1.86780853 4.9035252 4.66235502"></polygon> + <polygon id="路径-106复制-2" points="8.14975482 0.95585458 9.24190941 1.25954802e-12 9.34237987 0.224996588 8.33255012 1.19654968"></polygon> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_06102_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_06102_0.svg new file mode 100644 index 00000000..98a49c25 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_06102_0.svg @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="28px" height="25px" viewBox="0 0 28 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>06102</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0 0.473 28 0.473 28 25 0 25"></polygon> + </defs> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-506.000000, -677.000000)"> + <g id="编组-29" transform="translate(208.000000, 676.000000)"> + <g id="06102" transform="translate(298.000000, 0.000000)"> + <g id="编组复制-4"> + <g id="编组" transform="translate(0.000000, 0.527500)"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-2"></g> + <path d="M13.9923,25.0002 L1.1733,25.0002 C0.5953,25.0002 0.1103,24.5752 0.0153,24.0052 C-0.0427,23.6552 0.0693,23.3592 0.2413,23.0672 C0.5393,22.5652 0.8263,22.0582 1.1193,21.5522 C1.4773,20.9332 1.8383,20.3132 2.1963,19.6932 C2.5543,19.0732 2.9123,18.4522 3.2703,17.8332 C3.6043,17.2552 3.9413,16.6792 4.2753,16.1022 C4.6023,15.5352 4.9283,14.9682 5.2563,14.4022 C5.5333,13.9222 5.8123,13.4442 6.0903,12.9642 C6.2913,12.6152 6.4893,12.2652 6.6903,11.9162 C6.8793,11.5882 7.0703,11.2622 7.2603,10.9352 C7.5613,10.4132 7.8633,9.8912 8.1653,9.3682 C8.4213,8.9242 8.6773,8.4792 8.9333,8.0342 C9.2523,7.4852 9.5723,6.9382 9.8893,6.3882 C10.2903,5.6952 10.6873,5.0012 11.0883,4.3092 C11.3963,3.7752 11.7093,3.2452 12.0173,2.7122 C12.3253,2.1812 12.6323,1.6492 12.9343,1.1162 C13.1063,0.8142 13.3503,0.6082 13.6853,0.5152 C14.1523,0.3852 14.7063,0.5572 14.9703,0.9812 C15.2563,1.4432 15.5193,1.9182 15.7933,2.3892 C16.0343,2.8042 16.2743,3.2212 16.5143,3.6382 C16.9093,4.3212 17.3023,5.0052 17.6963,5.6882 C17.9383,6.1072 18.1833,6.5232 18.4263,6.9422 C18.8573,7.6882 19.2883,8.4362 19.7203,9.1832 C20.0873,9.8192 20.4563,10.4562 20.8243,11.0922 C21.0633,11.5062 21.3043,11.9192 21.5433,12.3332 C21.9963,13.1172 22.4493,13.9012 22.9023,14.6852 C23.2463,15.2792 23.5903,15.8732 23.9323,16.4682 C24.2853,17.0782 24.6353,17.6912 24.9873,18.3022 C25.3553,18.9382 25.7253,19.5722 26.0943,20.2082 C26.4843,20.8852 26.8733,21.5622 27.2633,22.2372 C27.4613,22.5792 27.6663,22.9172 27.8573,23.2622 C28.0063,23.5302 28.0383,23.8212 27.9553,24.1182 C27.8323,24.5582 27.5443,24.8382 27.1073,24.9642 C27.0253,24.9872 26.9363,24.9982 26.8513,24.9982 C22.5653,25.0002 18.2783,25.0002 13.9923,25.0002" id="Fill-1" fill="#231916" mask="url(#mask-2)"></path> + </g> + <polygon id="Fill-3" fill="#E7D642" points="25.2755 23.5277 14.1205 4.2407 2.9695 23.5277"></polygon> + </g> + <g id="编组-32" transform="translate(7.000000, 16.000000)"> + <path d="M7.5,-1.81632487e-13 L7.5,5.79720987" id="路径-114" stroke="#231916" stroke-width="1.5"></path> + <path d="M2,1.5 L13,1.5" id="路径-115" stroke="#231916"></path> + <path d="M3,4.5 L13,4.5" id="路径-115复制" stroke="#231916"></path> + <polygon id="路径-116" fill="#231916" points="0 1.54550607 2.16896424 0 3 1.41965639e-12 3 3 2.16896424 3"></polygon> + <polygon id="路径-116复制" fill="#231916" transform="translate(14.500000, 4.500000) rotate(-180.000000) translate(-14.500000, -4.500000) " points="13 4.54550607 15.1689642 3 16 3 16 6 15.1689642 6"></polygon> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_06103_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_06103_0.svg new file mode 100644 index 00000000..0359c2f8 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_06103_0.svg @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="28px" height="25px" viewBox="0 0 28 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>06103</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0 0.473 28 0.473 28 25 0 25"></polygon> + </defs> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-568.000000, -677.000000)"> + <g id="编组-29" transform="translate(208.000000, 676.000000)"> + <g id="06103" transform="translate(360.000000, 0.000000)"> + <g id="编组复制-5"> + <g id="编组" transform="translate(0.000000, 0.527500)"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-2"></g> + <path d="M13.9923,25.0002 L1.1733,25.0002 C0.5953,25.0002 0.1103,24.5752 0.0153,24.0052 C-0.0427,23.6552 0.0693,23.3592 0.2413,23.0672 C0.5393,22.5652 0.8263,22.0582 1.1193,21.5522 C1.4773,20.9332 1.8383,20.3132 2.1963,19.6932 C2.5543,19.0732 2.9123,18.4522 3.2703,17.8332 C3.6043,17.2552 3.9413,16.6792 4.2753,16.1022 C4.6023,15.5352 4.9283,14.9682 5.2563,14.4022 C5.5333,13.9222 5.8123,13.4442 6.0903,12.9642 C6.2913,12.6152 6.4893,12.2652 6.6903,11.9162 C6.8793,11.5882 7.0703,11.2622 7.2603,10.9352 C7.5613,10.4132 7.8633,9.8912 8.1653,9.3682 C8.4213,8.9242 8.6773,8.4792 8.9333,8.0342 C9.2523,7.4852 9.5723,6.9382 9.8893,6.3882 C10.2903,5.6952 10.6873,5.0012 11.0883,4.3092 C11.3963,3.7752 11.7093,3.2452 12.0173,2.7122 C12.3253,2.1812 12.6323,1.6492 12.9343,1.1162 C13.1063,0.8142 13.3503,0.6082 13.6853,0.5152 C14.1523,0.3852 14.7063,0.5572 14.9703,0.9812 C15.2563,1.4432 15.5193,1.9182 15.7933,2.3892 C16.0343,2.8042 16.2743,3.2212 16.5143,3.6382 C16.9093,4.3212 17.3023,5.0052 17.6963,5.6882 C17.9383,6.1072 18.1833,6.5232 18.4263,6.9422 C18.8573,7.6882 19.2883,8.4362 19.7203,9.1832 C20.0873,9.8192 20.4563,10.4562 20.8243,11.0922 C21.0633,11.5062 21.3043,11.9192 21.5433,12.3332 C21.9963,13.1172 22.4493,13.9012 22.9023,14.6852 C23.2463,15.2792 23.5903,15.8732 23.9323,16.4682 C24.2853,17.0782 24.6353,17.6912 24.9873,18.3022 C25.3553,18.9382 25.7253,19.5722 26.0943,20.2082 C26.4843,20.8852 26.8733,21.5622 27.2633,22.2372 C27.4613,22.5792 27.6663,22.9172 27.8573,23.2622 C28.0063,23.5302 28.0383,23.8212 27.9553,24.1182 C27.8323,24.5582 27.5443,24.8382 27.1073,24.9642 C27.0253,24.9872 26.9363,24.9982 26.8513,24.9982 C22.5653,25.0002 18.2783,25.0002 13.9923,25.0002" id="Fill-1" fill="#231916" mask="url(#mask-2)"></path> + </g> + <polygon id="Fill-3" fill="#E7D642" points="25.2755 23.5277 14.1205 4.2407 2.9695 23.5277"></polygon> + </g> + <path d="M14.5,17.1193167 L14.5,21.7972099" id="路径-114" stroke="#231916" stroke-width="1.5"></path> + <path d="M9,17.5 L20,17.5" id="路径-115" stroke="#231916"></path> + <path d="M10,20.5 L20,20.5" id="路径-115复制" stroke="#231916"></path> + <polygon id="路径-116" fill="#231916" points="7 17.5455061 9.16896424 16 10 16 10 19 9.16896424 19"></polygon> + <polygon id="路径-116复制" fill="#231916" transform="translate(21.500000, 20.500000) rotate(-180.000000) translate(-21.500000, -20.500000) " points="20 20.5455061 22.1689642 19 23 19 23 22 22.1689642 22"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_06202_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_06202_0.svg new file mode 100644 index 00000000..01ab2f7b --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_06202_0.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧湱鈧懓瀚崳纾嬨亹閹烘垹鍊為梺鍝勫暙閻楀﹪宕戦幇鐗堢厱婵炲棗绻樺畷浼村箛绾捐棄霉閿濆棗鐏婇柛姘厱閻庯絼鎴烽梺鐟扮畭閸ㄥ綊鍩為幋鐘亾閿濆繒搴婂┑鐘垫暩婵挳鏁冮妶澶婄疇闁规壆澧楅弲绻濇繝鍌氭殜闁衡偓娴犲鐓冮柍杞扮閺嗐垻鐥崑鎾剁磽閸屾艾鈧兘鎳楅懜鍨弿闂傚牊绋撻弳鍡欑磼鐎d虎閻撱倗绱掗悩鑼Ш闁哄矉缍侀獮鍥╁緤鐠囨祴鏀芥繛鍙夌墵閸╃偤骞嬮敂鑺ユ珫闂佸憡娲栭幗瀣節绾版ǚ鍋撻幎鑺ョ厵闁稿鎹囬獮鏍ㄦ綇閸撗勫仹闂佺粯鎸婚幑鍥蓟閿濆鍋愰柛娆忕粣娑㈡⒑缁嬪潡骞愬宀€浜遍梻浣告啞閸旀牕危濮婃椽鏌呴悙鎻掗柛妯兼暬濮婃椽鎳濋弶鍨優濠" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鍓ф嚀閻庯絾宕抽梺缁橀柕鍡樺笒闁挎繂鎳嶆竟鏇熶繆閵堝洤啸闁稿鍋ら幃褔鎮╅懠瀚氭繛鏉戞繝鐢靛仜濡瑩宕濋弴銏犵闁告稑鐡ㄩ埛鎴︽⒒閸喓銆掔紒鐘插暱閳规垿寮ㄦ潏鈺冪焿闁圭儤閸ゅ啴鏌嶉崫鍕殶闁挎稒绻冪换娑欐綇閸撗冪紓浣烘噰鐎规毝娲偂濞嗘挻鐓曟繛鎴烇公閺€濠氭煕婵犲啫濮嶉柡" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M1.173,28.664c-0.5,0-0.906-0.428-0.906-0.963c0-0.169,0.043-0.337,0.12-0.483L14.211,1.819 + c0.161-0.298,0.461-0.483,0.787-0.483s0.628,0.185,0.789,0.483l13.827,25.399c0.074,0.146,0.117,0.315,0.117,0.483 + c0,0.53-0.406,0.963-0.908,0.963H1.173z"/> + <polygon fill="#EF9421" points="4.315,25.777 25.679,25.777 14.999,6.155 "/> + <path d="M15.695,13.309l0.043,12.088L14.35,25.38v-5.677c-1.232,1.189-4.386,3.069-4.386,3.069l-0.609-0.978 + c2.969-1.576,4.983-3.719,4.983-3.719l0.074-4.805l-2.05,1.537l-0.085-1.752l2.777-2.05l2.777,2.05l-0.041,1.752L15.695,13.309z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_06203_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_06203_0.svg new file mode 100644 index 00000000..515e9094 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_06203_0.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧湱鈧懓瀚崳纾嬨亹閹烘垹鍊為梺鍝勫暙閻楀﹪宕戦幇鐗堢厱婵炲棗绻樺畷浼村箛绾捐棄霉閿濆棗鐏婇柛姘厱閻庯絼鎴烽梺鐟扮畭閸ㄥ綊鍩為幋鐘亾閿濆繒搴婂┑鐘垫暩婵挳鏁冮妶澶婄疇闁规壆澧楅弲绻濇繝鍌氭殜闁衡偓娴犲鐓冮柍杞扮閺嗐垻鐥崑鎾剁磽閸屾艾鈧兘鎳楅懜鍨弿闂傚牊绋撻弳鍡欑磼鐎d虎閻撱倗绱掗悩鑼Ш闁哄矉缍侀獮鍥╁緤鐠囨祴鏀芥繛鍙夌墵閸╃偤骞嬮敂鑺ユ珫闂佸憡娲栭幗瀣節绾版ǚ鍋撻幎鑺ョ厵闁稿鎹囬獮鏍ㄦ綇閸撗勫仹闂佺粯鎸婚幑鍥蓟閿濆鍋愰柛娆忕粣娑㈡⒑缁嬪潡骞愬宀€浜遍梻浣告啞閸旀牕危濮婃椽鏌呴悙鎻掗柛妯兼暬濮婃椽鎳濋弶鍨優濠" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵哥痪鍓ф嚀閻庯絾宕抽梺缁橀柕鍡樺笒闁挎繂鎳嶆竟鏇熶繆閵堝洤啸闁稿鍋ら幃褔鎮╅懠瀚氭繛鏉戞繝鐢靛仜濡瑩宕濋弴銏犵闁告稑鐡ㄩ埛鎴︽⒒閸喓銆掔紒鐘插暱閳规垿寮ㄦ潏鈺冪焿闁圭儤閸ゅ啴鏌嶉崫鍕殶闁挎稒绻冪换娑欐綇閸撗冪紓浣烘噰鐎规毝娲偂濞嗘挻鐓曟繛鎴烇公閺€濠氭煕婵犲啫濮嶉柡" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#100808" d="M1.173,28.664c-0.5,0-0.906-0.428-0.906-0.963c0-0.169,0.043-0.337,0.12-0.483L14.211,1.819 + c0.161-0.298,0.461-0.483,0.787-0.483s0.628,0.185,0.789,0.483l13.827,25.399c0.074,0.146,0.117,0.315,0.117,0.483 + c0,0.53-0.406,0.963-0.908,0.963H1.173z"/> + <polygon fill="#EF9421" points="4.315,25.777 25.679,25.777 14.999,6.155 "/> + <path d="M12.178,14.881l-0.043-1.752l2.777-2.05l2.777,2.05l-0.085,1.752l-2.049-1.537l0.074,4.805c0,0,2.015,2.143,4.981,3.719 + L20,22.846c0,0-3.154-1.88-4.386-3.069v5.677l-1.387,0.017l0.043-12.088L12.178,14.881z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_06502_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_06502_0.svg new file mode 100644 index 00000000..ef890a71 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_06502_0.svg @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="28px" height="25px" viewBox="0 0 28 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>06502</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0 0.473117455 28 0.473117455 28 24.9996 0 24.9996"></polygon> + </defs> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-631.000000, -677.000000)"> + <g id="编组-29" transform="translate(208.000000, 676.000000)"> + <g id="06502" transform="translate(423.000000, 0.000000)"> + <g id="编组" transform="translate(0.000000, 0.527500)"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-2"></g> + <path d="M13.9922,24.9996 L1.1732,24.9996 C0.5952,24.9996 0.1102,24.5746 0.0152,24.0056 C-0.0428,23.6546 0.0692,23.3586 0.2422,23.0676 C0.5392,22.5656 0.8262,22.0576 1.1192,21.5526 C1.4782,20.9326 1.8382,20.3136 2.1972,19.6936 C2.5552,19.0736 2.9112,18.4526 3.2702,17.8326 C3.6042,17.2556 3.9412,16.6796 4.2752,16.1016 C4.6032,15.5356 4.9282,14.9686 5.2552,14.4016 C5.5332,13.9226 5.8122,13.4436 6.0902,12.9646 C6.2912,12.6156 6.4892,12.2656 6.6902,11.9166 C6.8792,11.5886 7.0702,11.2626 7.2602,10.9356 C7.5622,10.4126 7.8642,9.8916 8.1652,9.3686 C8.4212,8.9246 8.6772,8.4786 8.9332,8.0346 C9.2522,7.4846 9.5732,6.9376 9.8902,6.3886 C10.2902,5.6956 10.6872,5.0016 11.0882,4.3096 C11.3962,3.7756 11.7092,3.2446 12.0172,2.7126 C12.3252,2.1816 12.6312,1.6496 12.9342,1.1166 C13.1062,0.8146 13.3502,0.6076 13.6862,0.5156 C14.1532,0.3856 14.7062,0.5576 14.9702,0.9816 C15.2552,1.4436 15.5202,1.9186 15.7932,2.3886 C16.0342,2.8046 16.2752,3.2216 16.5152,3.6376 C16.9092,4.3206 17.3022,5.0056 17.6962,5.6876 C17.9382,6.1066 18.1842,6.5236 18.4262,6.9426 C18.8582,7.6886 19.2882,8.4366 19.7202,9.1836 C20.0872,9.8196 20.4552,10.4556 20.8242,11.0926 C21.0632,11.5066 21.3042,11.9196 21.5432,12.3336 C21.9962,13.1166 22.4492,13.9006 22.9022,14.6856 C23.2452,15.2786 23.5902,15.8726 23.9332,16.4676 C24.2852,17.0786 24.6352,17.6906 24.9882,18.3026 C25.3552,18.9376 25.7262,19.5726 26.0942,20.2086 C26.4852,20.8846 26.8732,21.5616 27.2642,22.2376 C27.4612,22.5796 27.6662,22.9166 27.8572,23.2626 C28.0062,23.5306 28.0382,23.8206 27.9552,24.1186 C27.8312,24.5576 27.5442,24.8376 27.1082,24.9636 C27.0262,24.9866 26.9372,24.9986 26.8512,24.9986 C22.5652,24.9996 18.2792,24.9996 13.9922,24.9996" id="Fill-1" fill="#E7D642" mask="url(#mask-2)"></path> + </g> + <path d="M25.1504,23.5271 C21.4304,17.0951 17.7184,10.6771 13.9954,4.2401 C10.2724,10.6801 6.5614,17.0981 2.8454,23.5271 L25.1504,23.5271 Z" id="Fill-3" fill="#231916"></path> + <path d="M14.0747,15.7771 C13.2617,15.7881 12.2787,15.7781 12.2787,15.7781 L12.5377,15.0751 C12.7547,15.0441 13.3877,14.9571 14.0747,14.9561 C14.7617,14.9551 15.3947,15.0441 15.6117,15.0751 L15.8707,15.7771 C15.8707,15.7771 14.8767,15.7661 14.0747,15.7771 L14.0747,15.7771 Z M12.0607,17.0241 C12.0607,17.0441 12.0447,17.0581 12.0257,17.0581 L11.9287,17.0581 C11.9097,17.0581 11.8937,17.0431 11.8937,17.0241 L11.8947,16.4481 C11.8947,16.4291 11.9107,16.4141 11.9297,16.4141 L12.0267,16.4141 C12.0457,16.4141 12.0617,16.4291 12.0607,16.4481 L12.0607,17.0241 Z M16.6557,16.2231 L16.3697,15.9361 L15.8987,14.7771 C15.8897,14.7751 14.9077,14.6201 14.0807,14.6191 C13.2547,14.6171 12.2727,14.7701 12.2627,14.7711 L11.7977,15.9291 L11.5137,16.2151 L11.5137,17.3511 L11.8217,17.6601 L11.8967,17.6601 L11.8967,18.3941 C11.8967,18.4671 11.9577,18.5271 12.0307,18.5271 L12.4127,18.5281 C12.4857,18.5281 12.5447,18.4671 12.5447,18.3951 L12.5437,17.6611 L13.4167,17.6621 L13.8987,16.4641 L14.0177,16.4461 C14.0677,16.4381 15.2617,16.2541 16.2837,16.2561 C16.4067,16.2561 16.5307,16.2581 16.6557,16.2631 L16.6557,16.2231 Z M10.7467,14.0191 L10.9607,13.4381 C11.1407,13.4121 11.6647,13.3391 12.2337,13.3391 C12.8027,13.3381 13.3257,13.4121 13.5057,13.4371 L13.7207,14.0181 C13.7207,14.0181 12.8977,14.0091 12.2337,14.0181 C11.5597,14.0281 10.7467,14.0191 10.7467,14.0191 L10.7467,14.0191 Z M10.5667,15.0511 C10.5667,15.0671 10.5537,15.0801 10.5377,15.0801 L10.4567,15.0801 C10.4417,15.0801 10.4287,15.0661 10.4287,15.0501 L10.4287,14.5741 C10.4287,14.5581 10.4427,14.5461 10.4577,14.5461 L10.5387,14.5461 C10.5537,14.5461 10.5667,14.5581 10.5667,14.5741 L10.5667,15.0511 Z M12.1527,14.6321 L12.2397,14.6191 C12.2807,14.6131 13.2517,14.4631 14.0807,14.4651 C14.1767,14.4651 14.2727,14.4661 14.3697,14.4701 L14.3697,14.3881 L14.1327,14.1501 L13.7437,13.1911 C13.7367,13.1891 12.9237,13.0611 12.2387,13.0591 C11.5537,13.0581 10.7417,13.1851 10.7347,13.1861 L10.3487,14.1451 L10.1137,14.3811 L10.1137,15.3221 L10.3687,15.5771 L10.4307,15.5771 L10.4307,16.1841 C10.4307,16.2451 10.4807,16.2951 10.5407,16.2951 L10.8577,16.2961 C10.9177,16.2961 10.9677,16.2461 10.9677,16.1851 L10.9667,15.5781 L11.7717,15.5791 L12.1197,14.7141 L12.1527,14.6321 Z M17.0797,19.4291 L15.5307,19.4291 C15.5067,19.4291 15.4877,19.4111 15.4877,19.3871 L15.4877,19.0771 C15.4877,19.0541 15.5067,19.0351 15.5297,19.0351 L17.0797,19.0351 C17.1027,19.0351 17.1217,19.0531 17.1217,19.0771 L17.1217,19.3861 C17.1217,19.4101 17.1027,19.4291 17.0797,19.4291 L17.0797,19.4291 Z M18.8997,19.4411 L18.7797,19.4401 C18.7567,19.4401 18.7377,19.4221 18.7377,19.3981 L18.7387,18.6901 C18.7387,18.6671 18.7577,18.6481 18.7807,18.6481 L18.9007,18.6481 C18.9237,18.6481 18.9427,18.6681 18.9427,18.6901 L18.9417,19.3981 C18.9417,19.4221 18.9227,19.4411 18.8997,19.4411 L18.8997,19.4411 Z M13.7587,19.4411 L13.6387,19.4401 C13.6157,19.4401 13.5967,19.4221 13.5967,19.3981 L13.5977,18.6901 C13.5977,18.6671 13.6167,18.6481 13.6397,18.6481 L13.7597,18.6481 C13.7827,18.6481 13.8027,18.6681 13.8017,18.6901 L13.8007,19.3981 C13.8007,19.4221 13.7817,19.4411 13.7587,19.4411 L13.7587,19.4411 Z M16.2767,17.8661 C15.2767,17.8801 14.0687,17.8671 14.0687,17.8671 L14.3867,17.0041 C14.6537,16.9641 15.4307,16.8581 16.2767,16.8561 C17.1207,16.8551 17.8987,16.9641 18.1657,17.0031 L18.4837,17.8661 C18.4837,17.8661 17.2627,17.8521 16.2767,17.8661 L16.2767,17.8661 Z M19.4477,18.4151 L19.0967,18.0611 L18.5187,16.6361 C18.5077,16.6341 17.3007,16.4431 16.2837,16.4421 C15.2677,16.4401 14.0617,16.6291 14.0507,16.6301 L13.4777,18.0531 L13.1287,18.4051 L13.1287,19.8001 L13.5077,20.1791 L13.5997,20.1791 L13.5997,21.0821 C13.5997,21.1721 13.6747,21.2451 13.7637,21.2451 L14.2337,21.2461 C14.3237,21.2461 14.3967,21.1731 14.3967,21.0831 L14.3947,20.1801 L18.1877,20.1861 L18.1897,21.0891 C18.1897,21.1781 18.2627,21.2521 18.3527,21.2521 L18.8227,21.2531 C18.9117,21.2531 18.9857,21.1791 18.9847,21.0891 L18.9837,20.1871 L19.0747,20.1871 L19.4507,19.8101 L19.4477,18.4151 Z" id="Fill-5" fill="#E7D642"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_06602_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_06602_0.svg new file mode 100644 index 00000000..353ae23f --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_06602_0.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾圭€瑰嫭鍣磋ぐ鎺戠倞闁哄啫鐗婇崑鎰版煕濞嗗繘宕伴幇纾藉ù锝嗗灊閸氭煕鐎d户闁瑰箍鍨归埞鎴犫偓锝忕床婵犵數濮撮敃銈夊箠閹扮増鏅繝濠傚暊閺€浠嬫煃閳轰礁鏆㈢痪鍋撶紓鍌氬€烽懗鑸垫叏闂堟稓鏆嗙紒瀣仢鐓ょ紒鐘茬秺閺岋綁骞囩徊璇测攽濞叉牠鍩為幋锔芥櫖闁告洖鎽嬫繝纰樷偓鎶芥煙閸嬫捇骞栨潏鍓ф偧闁绘挻鎹囬弻锝夋偐閸欏绐涢梺绋块幐姝岀亱闂佸憡鍔栧Σ姊洪柅鐐插閸樼敻姊洪懝鏉垮惞婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾剧懓鐎f崳闁绘閵嗘帒閿濆懍澹曟俊銈囧Х閸嬬偤鎮ч悩鑼嫚濞村濠电偛妫欓崝鏇㈠礉閸涘瓨鈷戦梻鍫熺〒缁犲啿鈹戦弨杈╃矉閹烘鍤冮柍鍝勫暟閿涙繃绻涙潏鍓у缂佺懇瀹暶洪悡娆撴煕濞戞﹫鏀婚柛濠冨姍閺" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path id="path14_8_" fill="#FEFEFE" stroke="#D91C0F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d=" + M1.478,15.001c0,7.454,6.066,13.52,13.522,13.52s13.522-6.063,13.522-13.52C28.522,7.548,22.459,1.48,15,1.48 + C7.545,1.48,1.478,7.546,1.478,15.001z"/> + <polygon fill="#231815" points="5.631,13.384 5.631,18.05 10.24,23.524 15.08,18.454 15.08,13.384 11.91,17.245 11.91,7.451 + 8.741,7.451 8.741,17.07 "/> + <polygon fill="#D1281A" points="19.86,23.985 21.992,23.985 21.992,11.771 23.663,13.442 23.663,10.85 20.955,7.451 18.132,10.676 + 18.132,13.325 19.86,11.599 "/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_06802_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_06802_0.svg new file mode 100644 index 00000000..6c569e5e --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_06802_0.svg @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="29px" height="29px" viewBox="0 0 29 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>jinzhiminglaba</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0 28.541 28.544 28.541 28.544 0 0 0"></polygon> + </defs> + <g id="待定" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="工具栏汇总复制" transform="translate(-360.000000, -1108.000000)"> + <g id="jinzhiminglaba-2" transform="translate(360.333333, 1108.000000)"> + <g id="jinzhiminglaba"> + <path d="M0.75,14.271 C0.75,21.725 6.816,27.791 14.272,27.791 C21.728,27.791 27.794,21.727 27.794,14.271 C27.794,6.815 21.731,0.75 14.272,0.75 C6.817,0.75 0.75,6.816 0.75,14.271" id="Fill-1" fill="#FEFEFE"></path> + <path d="M0.75,14.271 C0.75,21.725 6.816,27.791 14.272,27.791 C21.728,27.791 27.794,21.727 27.794,14.271 C27.794,6.815 21.731,0.75 14.272,0.75 C6.817,0.75 0.75,6.816 0.75,14.271 Z" id="Stroke-3" stroke="#D91C0F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-14"></g> + <path d="M4.044,19.082 L4,7 C4,7 5.986,11.527 8.986,12.314 C11.989,13.099 21.182,13.338 21.55,13.331 C23.211,13.294 24.282,14.622 24.321,17.162 C24.367,19.796 23.184,21.135 22.093,21.27 C20.419,21.471 10.283,21.273 10.283,21.273 C10.283,21.273 8.505,20.665 9.11,17.948 C9.11,17.948 9.16,16.931 11.887,16.931 C14.614,16.931 25.218,16.905 25.218,16.905 L25.224,18.146 L10.624,18.04 C10.624,18.04 9.622,19.263 10.928,19.885 L21.49,19.885 C21.49,19.885 23.213,20.096 22.716,16.271 C22.716,16.271 22.184,14.943 21.318,14.943 L10.554,14.943 C10.554,14.943 6.621,14.12 4.044,19.082" id="Fill-3复制" fill="#000000" mask="url(#mask-2)"></path> + <polygon id="Fill-13" fill="#D91C0F" mask="url(#mask-2)" transform="translate(14.270000, 14.269500) rotate(-45.000000) translate(-14.270000, -14.269500) " points="13.344 27.428 15.196 27.428 15.196 1.111 13.344 1.111"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_07302_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_07302_0.svg new file mode 100644 index 00000000..2ab0e2a9 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_07302_0.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" + id="svg2203" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:version="0.32" sodipodi:docname="闂傚倸鍊搁崐鎼佸磹閹间礁纾圭€瑰嫭鍣磋ぐ鎺戠倞闁哄啫鐗婇崑鎰版煕濞嗗繘宕伴幇纾藉ù锝嗗灊閸氭煕鐎d户闁瑰箍鍨归埞鎴犫偓锝忕床婵犵數濮撮敃銈夊箠閹扮増鏅繝濠傚暊閺€浠嬫煃閳轰礁鏆㈢痪鍋撶紓鍌氬€烽懗鑸垫叏闂堟稓鏆嗙紒瀣仢鐓ょ紒鐘茬秺閺岋綁骞囩徊璇测攽濞叉牠鍩為幋锔芥櫖闁告洖鎽嬫繝纰樷偓鎶芥煙閸嬫捇骞栨潏鍓ф偧闁绘挻鎹囬弻锝夋偐閸欏绐涢梺绋块幐姝岀亱闂佸憡鍔栧Σ姊洪柅鐐插閸樼敻姊洪懝鏉垮惞婵" sodipodi:docbase="D:\SVG\闂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾剧懓鐎f崳闁绘閵嗘帒閿濆懍澹曟俊銈囧Х閸嬬偤鎮ч悩鑼嫚濞村濠电偛妫欓崝鏇㈠礉閸涘瓨鈷戦梻鍫熺〒缁犲啿鈹戦弨杈╃矉閹烘鍤冮柍鍝勫暟閿涙繃绻涙潏鍓у缂佺懇瀹暶洪悡娆撴煕濞戞﹫鏀婚柛濠冨姍閺" inkscape:version="0.45.1" inkscape:output_extension="org.inkscape.output.svg.inkscape" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" + viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> +<sodipodi:namedview inkscape:zoom="0.74999999" id="base" showguides="true" guidetolerance="10" pagecolor="#ffffff" inkscape:cx="126.79097" borderopacity="1.0" gridtolerance="10000" bordercolor="#666666" inkscape:cy="646.08493" objecttolerance="10" inkscape:window-height="968" inkscape:window-y="-4" inkscape:window-x="-4" inkscape:window-width="1280" inkscape:current-layer="layer1" inkscape:document-units="px" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:guide-bbox="true"> + <sodipodi:guide position="1116" id="guide22942" orientation="vertical"></sodipodi:guide> + <sodipodi:guide position="1147" id="guide22944" orientation="vertical"></sodipodi:guide> +</sodipodi:namedview> +<g> + <path fill="#21318C" d="M29.592,15.017c0,8.048-6.533,14.576-14.594,14.576c-8.059,0-14.591-6.527-14.591-14.576 + c0-8.045,6.535-14.609,14.591-14.609S29.592,6.965,29.592,15.017z"/> + <path fill="#FFFFFF" d="M6.068,17.856L6.024,5.774c0,0,1.986,4.527,4.986,5.314c3.003,0.785,12.196,1.024,12.564,1.017 + c1.66-0.037,2.732,1.291,2.771,3.831c0.046,2.634-1.137,3.973-2.228,4.107c-1.674,0.202-11.81,0.004-11.81,0.004 + s-1.778-0.608-1.173-3.325c0,0,0.05-1.017,2.777-1.017s13.331-0.026,13.331-0.026l0.006,1.241l-14.6-0.106 + c0,0-1.002,1.223,0.304,1.845h10.562c0,0,1.723,0.211,1.226-3.614c0,0-0.532-1.328-1.398-1.328c-1.065,0-10.764,0-10.764,0 + S8.645,12.894,6.068,17.856z"/> +</g> +</svg> diff --git a/collect-library/src/main/assets/omdb/appendix/1105_07502_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_07502_0.svg new file mode 100644 index 00000000..19a094be --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_07502_0.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="31px" height="31px" viewBox="0 0 31 31" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>07502</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-269.000000, -736.000000)"> + <g id="7503" transform="translate(269.000000, 736.000000)"> + <g id="07502"> + <path d="M28.6222,30.0954 C29.3482,30.0954 29.9412,29.5014 29.9412,28.7764 L29.9412,1.4134 C29.9412,0.6884 29.3482,0.0954 28.6222,0.0954 L1.4142,0.0954 C0.6882,0.0954 0.0952,0.6884 0.0952,1.4134 L0.0952,28.7764 C0.0952,29.5014 0.6882,30.0954 1.4142,30.0954 L28.6222,30.0954 Z" id="Fill-1" fill="#FEFEFE"></path> + <path d="M28.6222,30.0954 C29.3482,30.0954 29.9412,29.5014 29.9412,28.7764 L29.9412,1.4134 C29.9412,0.6884 29.3482,0.0954 28.6222,0.0954 L1.4142,0.0954 C0.6882,0.0954 0.0952,0.6884 0.0952,1.4134 L0.0952,28.7764 C0.0952,29.5014 0.6882,30.0954 1.4142,30.0954 L28.6222,30.0954 Z" id="Stroke-3" stroke="#231916" stroke-width="0.19"></path> + <path d="M28.4576,29.2712 C28.8196,29.2712 29.1166,28.9742 29.1166,28.6122 L29.1166,1.5792 C29.1166,1.2162 28.8196,0.9192 28.4576,0.9192 L1.5786,0.9192 C1.2156,0.9192 0.9186,1.2162 0.9186,1.5792 L0.9186,28.6122 C0.9186,28.9742 1.2156,29.2712 1.5786,29.2712 L28.4576,29.2712 Z" id="Fill-5" fill="#29479B"></path> + <polygon id="Fill-7" fill="#FEFEFE" points="18.4718 24.0612 18.5018 11.9002 15.5778 15.0192 15.5938 10.2932 20.5678 5.2952 25.1408 10.3482 25.1408 14.9102 21.8508 11.9122 21.8398 24.1002"></polygon> + <polygon id="Fill-9" fill="#D02E1D" points="10.2433 5.321 10.2243 20.01 12.3403 17.998 12.3293 21.046 9.2293 24.271 6.3783 21.011 6.3783 18.068 8.3123 20.003 8.3193 5.296"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_07602_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_07602_0.svg new file mode 100644 index 00000000..7aa86158 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_07602_0.svg @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="31px" height="31px" viewBox="0 0 31 31" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>renxinghengdao_icon</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-208.000000, -736.000000)"> + <g id="07602" transform="translate(208.000000, 736.000000)"> + <g id="renxinghengdao_icon"> + <path d="M28.6227,30.0954 C29.3477,30.0954 29.9407,29.5014 29.9407,28.7764 L29.9407,1.4134 C29.9407,0.6884 29.3477,0.0954 28.6227,0.0954 L1.4137,0.0954 C0.6877,0.0954 0.0957,0.6884 0.0957,1.4134 L0.0957,28.7764 C0.0957,29.5014 0.6877,30.0954 1.4137,30.0954 L28.6227,30.0954 Z" id="Fill-1" fill="#FEFEFE"></path> + <path d="M28.6227,30.0954 C29.3477,30.0954 29.9407,29.5014 29.9407,28.7764 L29.9407,1.4134 C29.9407,0.6884 29.3477,0.0954 28.6227,0.0954 L1.4137,0.0954 C0.6877,0.0954 0.0957,0.6884 0.0957,1.4134 L0.0957,28.7764 C0.0957,29.5014 0.6877,30.0954 1.4137,30.0954 L28.6227,30.0954 Z" id="Stroke-3" stroke="#231916" stroke-width="0.19"></path> + <path d="M28.4577,29.2712 C28.8197,29.2712 29.1167,28.9742 29.1167,28.6122 L29.1167,1.5792 C29.1167,1.2162 28.8197,0.9192 28.4577,0.9192 L1.5787,0.9192 C1.2157,0.9192 0.9197,1.2162 0.9197,1.5792 L0.9197,28.6122 C0.9197,28.9742 1.2157,29.2712 1.5787,29.2712 L28.4577,29.2712 Z" id="Fill-5" fill="#29479B"></path> + <polygon id="Fill-7" fill="#FEFEFE" points="15.0182 3.7829 3.7312 24.6759 26.3052 24.6759"></polygon> + <path d="M15.0632,10.7594 C15.6652,10.7594 16.1522,11.2744 16.1522,11.9074 C16.1522,12.5414 15.6652,13.0554 15.0632,13.0554 C14.4622,13.0554 13.9752,12.5414 13.9752,11.9074 C13.9752,11.2744 14.4622,10.7594 15.0632,10.7594" id="Fill-9" fill="#231916"></path> + <path d="M15.0632,10.7594 C15.6652,10.7594 16.1522,11.2744 16.1522,11.9074 C16.1522,12.5414 15.6652,13.0554 15.0632,13.0554 C14.4622,13.0554 13.9752,12.5414 13.9752,11.9074 C13.9752,11.2744 14.4622,10.7594 15.0632,10.7594 Z" id="Stroke-11" stroke="#231916" stroke-width="0.216"></path> + <path d="M11.7546,16.5163 C12.7036,15.9583 13.5256,15.1473 14.1496,14.0203 C14.6126,13.0523 15.6136,13.2833 16.2826,13.8823 L17.6116,16.0763 L17.6076,17.5103 C17.0196,18.3693 16.5756,18.3093 16.4526,16.2293 L16.0896,15.8263 L16.2096,20.0363 L17.2406,22.1023 C17.3376,23.1573 16.5196,23.3703 15.9626,22.3273 L14.9286,20.1443 L14.8946,18.8833 L14.0506,19.8413 C13.7456,20.2403 13.7886,20.8213 13.6576,21.3113 L13.3536,22.1783 C11.7146,24.2073 12.5966,19.7093 12.7546,19.5253 C12.8696,18.8993 13.5076,18.6413 13.7966,18.2003 L13.8016,16.4753 L13.4646,16.4893 C13.2236,16.4983 12.4346,17.1873 12.1926,17.1983 C11.8416,17.2133 11.3676,16.7793 11.6846,16.5603 C11.7046,16.5453 11.7286,16.5313 11.7546,16.5163" id="Fill-13" fill="#231916"></path> + <path d="M11.7546,16.5163 C12.7036,15.9583 13.5256,15.1473 14.1496,14.0203 C14.6126,13.0523 15.6136,13.2833 16.2826,13.8823 L17.6116,16.0763 L17.6076,17.5103 C17.0196,18.3693 16.5756,18.3093 16.4526,16.2293 L16.0896,15.8263 L16.2096,20.0363 L17.2406,22.1023 C17.3376,23.1573 16.5196,23.3703 15.9626,22.3273 L14.9286,20.1443 L14.8946,18.8833 L14.0506,19.8413 C13.7456,20.2403 13.7886,20.8213 13.6576,21.3113 L13.3536,22.1783 C11.7146,24.2073 12.5966,19.7093 12.7546,19.5253 C12.8696,18.8993 13.5076,18.6413 13.7966,18.2003 L13.8016,16.4753 L13.4646,16.4893 C13.2236,16.4983 12.4346,17.1873 12.1926,17.1983 C11.8416,17.2133 11.3676,16.7793 11.6846,16.5603 C11.7046,16.5453 11.7286,16.5313 11.7546,16.5163 Z" id="Stroke-15" stroke="#231916" stroke-width="0.216"></path> + <polygon id="Fill-17" fill="#231916" points="19.6823 19.5905 20.9523 19.5905 23.1873 24.2175 21.9163 24.2175"></polygon> + <polygon id="Stroke-19" stroke="#231916" stroke-width="0.216" points="19.6823 19.5905 20.9523 19.5905 23.1873 24.2175 21.9163 24.2175"></polygon> + <polygon id="Fill-21" fill="#231916" points="16.3053 19.5905 17.5753 19.5905 19.8103 24.2175 18.5393 24.2175"></polygon> + <polygon id="Stroke-23" stroke="#231916" stroke-width="0.216" points="16.3053 19.5905 17.5753 19.5905 19.8103 24.2175 18.5393 24.2175"></polygon> + <polygon id="Fill-25" fill="#231916" points="9.6481 19.5905 10.9181 19.5905 13.1531 24.2175 11.8831 24.2175"></polygon> + <polygon id="Stroke-27" stroke="#231916" stroke-width="0.216" points="9.6481 19.5905 10.9181 19.5905 13.1531 24.2175 11.8831 24.2175"></polygon> + <polygon id="Fill-29" fill="#231916" points="7.7731 20.2126 9.9181 24.2176 8.6471 24.2176 7.0471 21.2296"></polygon> + <polygon id="Stroke-31" stroke="#231916" stroke-width="0.216" points="7.7731 20.2126 9.9181 24.2176 8.6471 24.2176 7.0471 21.2296"></polygon> + <polygon id="Fill-33" fill="#231916" points="14.3717 19.5905 16.6057 24.2175 15.3367 24.2175 13.9217 21.2885"></polygon> + <polygon id="Stroke-35" stroke="#231916" stroke-width="0.216" points="14.3717 19.5905 16.6057 24.2175 15.3367 24.2175 13.9217 21.2885"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_08501_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_08501_0.svg new file mode 100644 index 00000000..cd0312d5 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_08501_0.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>3</title> + <desc>Created with Sketch.</desc> + <g id="待定" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="工具栏汇总复制" transform="translate(-360.000000, -363.000000)"> + <g id="编组-25" transform="translate(277.000000, 363.000000)"> + <g id="3" transform="translate(83.000000, 0.000000)"> + <path d="M10,0 C4.47733333,0 0,4.47733333 0,10 C0,15.5233333 4.47733333,20 10,20 C15.5226667,20 20,15.5233333 20,10 C20,4.47733333 15.5226667,0 10,0 M10,1.33333333 C14.7866667,1.33333333 18.6666667,5.21333333 18.6666667,10 C18.6666667,14.7866667 14.7866667,18.6666667 10,18.6666667 C5.21333333,18.6666667 1.33333333,14.7866667 1.33333333,10 C1.33333333,5.21333333 5.21333333,1.33333333 10,1.33333333" id="Fill-1" fill="#636363"></path> + <path d="M16.5,3.5 L3,17" id="Stroke-3" stroke="#636363" stroke-width="0.5"></path> + <path d="M16,3 L3,16" id="Stroke-5" stroke="#636363" stroke-width="0.5"></path> + <path d="M16,3 L3,16" id="Stroke-7" stroke="#636363" stroke-width="0.5"></path> + <path d="M17,4 L4,17" id="Stroke-9" stroke="#636363" stroke-width="0.5"></path> + <path d="M18,4 L5,17" id="Stroke-11" stroke="#636363" stroke-width="0.5"></path> + <path d="M17,4 L4,17" id="Stroke-13" stroke="#636363" stroke-width="0.5"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_09102_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_09102_0.svg new file mode 100644 index 00000000..ebc1a15e --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_09102_0.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="24px" height="31px" viewBox="0 0 24 31" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>09102</title> + <desc>Created with Sketch.</desc> + <g id="-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明(一)" transform="translate(-385.000000, -735.000000)"> + <g id="编组-34" transform="translate(385.000000, 735.000000)"> + <g id="09102"> + <path d="M21.1605,30.818 C22.1495,30.818 22.9605,30.008 22.9605,29.018 L22.9605,1.924 C22.9605,0.935 22.1495,0.125 21.1605,0.125 L1.9245,0.125 C0.9345,0.125 0.1255,0.935 0.1255,1.924 L0.1255,29.018 C0.1255,30.008 0.9345,30.818 1.9245,30.818 L21.1605,30.818 Z" id="Fill-1" fill="#FEFEFE"></path> + <path d="M21.1605,30.818 C22.1495,30.818 22.9605,30.008 22.9605,29.018 L22.9605,1.924 C22.9605,0.935 22.1495,0.125 21.1605,0.125 L1.9245,0.125 C0.9345,0.125 0.1255,0.935 0.1255,1.924 L0.1255,29.018 C0.1255,30.008 0.9345,30.818 1.9245,30.818 L21.1605,30.818 Z" id="Stroke-3" stroke="#344A9D" stroke-width="0.25"></path> + <path d="M20.64,30.0504 C21.602,30.0504 22.389,29.2634 22.389,28.3014 L22.389,2.6414 C22.389,1.6794 21.602,0.8924 20.64,0.8924 L2.445,0.8924 C1.483,0.8924 0.696,1.6794 0.696,2.6414 L0.696,28.3014 C0.696,29.2634 1.483,30.0504 2.445,30.0504 L20.64,30.0504 Z" id="Fill-5" fill="#FEFEFE"></path> + <path d="M20.64,30.0504 C21.602,30.0504 22.389,29.2634 22.389,28.3014 L22.389,2.6414 C22.389,1.6794 21.602,0.8924 20.64,0.8924 L2.445,0.8924 C1.483,0.8924 0.696,1.6794 0.696,2.6414 L0.696,28.3014 C0.696,29.2634 1.483,30.0504 2.445,30.0504 L20.64,30.0504 Z" id="Stroke-7" stroke="#FEFEFE" stroke-width="0.25"></path> + <path d="M20.64,30.0504 C21.602,30.0504 22.389,29.2634 22.389,28.3014 L22.389,2.6414 C22.389,1.6794 21.602,0.8924 20.64,0.8924 L2.445,0.8924 C1.483,0.8924 0.696,1.6794 0.696,2.6414 L0.696,28.3014 C0.696,29.2634 1.483,30.0504 2.445,30.0504 L20.64,30.0504 Z" id="Fill-9" fill="#2C479B"></path> + <path d="M5.0287,6.0397 L5.0287,28.3807 C5.0287,28.8167 4.6747,29.1717 4.2377,29.1717 C3.8007,29.1717 3.4477,28.8167 3.4477,28.3807 L3.4477,6.0397 C3.4477,6.0397 2.5107,6.3817 2.4817,6.3817 C2.3687,6.3817 2.2757,6.2597 2.2757,6.1077 C2.2757,6.0497 2.2907,5.9957 2.3127,5.9507 L4.0817,2.5787 L4.0857,2.5787 C4.1237,2.5257 4.1757,2.4927 4.2347,2.4927 C4.2937,2.4927 4.3457,2.5257 4.3827,2.5787 L6.1527,5.9487 C6.1527,5.9487 6.1887,6.0497 6.1887,6.1077 C6.1887,6.2597 6.0967,6.3817 5.9827,6.3817 C5.9537,6.3817 5.0287,6.0397 5.0287,6.0397" id="Fill-11" fill="#FEFEFE"></path> + <path d="M20.7728,5.9489 L19.0028,2.5789 C18.9648,2.5259 18.9138,2.4929 18.8538,2.4929 C18.7948,2.4929 18.7438,2.5259 18.7058,2.5789 L18.7008,2.5789 L16.9328,5.9509 C16.9098,5.9959 16.8958,6.0499 16.8958,6.1079 C16.8958,6.2599 16.9878,6.3819 17.1018,6.3819 C17.1308,6.3819 18.0668,6.0399 18.0668,6.0399 L18.0668,12.6319 L12.3378,17.9639 L12.3378,6.0399 C12.3378,6.0399 13.2628,6.3819 13.2938,6.3819 C13.4068,6.3819 13.4988,6.2599 13.4988,6.1079 C13.4988,6.0499 13.4628,5.9489 13.4628,5.9489 L11.6928,2.5789 C11.6558,2.5259 11.6028,2.4929 11.5438,2.4929 C11.4858,2.4929 11.4328,2.5259 11.3958,2.5789 L11.3908,2.5789 L9.6238,5.9509 C9.5998,5.9959 9.5858,6.0499 9.5858,6.1079 C9.5858,6.2599 9.6778,6.3819 9.7918,6.3819 C9.8218,6.3819 10.7568,6.0399 10.7568,6.0399 L10.7568,28.3809 C10.7568,28.8169 11.1108,29.1719 11.5478,29.1719 C11.9848,29.1719 12.3378,28.8169 12.3378,28.3809 L12.3378,20.3939 L19.6478,13.5339 L19.6478,6.0399 C19.6478,6.0399 20.5738,6.3819 20.6028,6.3819 C20.7158,6.3819 20.8088,6.2599 20.8088,6.1079 C20.8088,6.0499 20.7728,5.9489 20.7728,5.9489" id="Fill-13" fill="#FEFEFE"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_09103_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_09103_0.svg new file mode 100644 index 00000000..1e308f46 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_09103_0.svg @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="57px" height="36px" viewBox="0 0 57 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>zuocechedaozengjia_icon</title> + <desc>Created with Sketch.</desc> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-487.000000, -809.000000)"> + <g id="zuocechedaozengjia_icon-2" transform="translate(487.000000, 809.000000)"> + <g id="zuocechedaozengjia_icon" transform="translate(0.000000, 1.000000)"> + <g id="1"> + <path d="M23.477,34.1753 C24.574,34.1753 25.47,33.2783 25.47,32.1813 L25.47,2.1683 C25.47,1.0713 24.574,0.1753 23.477,0.1753 L2.168,0.1753 C1.072,0.1753 0.175,1.0713 0.175,2.1683 L0.175,32.1813 C0.175,33.2783 1.072,34.1753 2.168,34.1753 L23.477,34.1753 Z" id="Fill-1" fill="#FEFEFE"></path> + <path d="M23.477,34.1753 C24.574,34.1753 25.47,33.2783 25.47,32.1813 L25.47,2.1683 C25.47,1.0713 24.574,0.1753 23.477,0.1753 L2.168,0.1753 C1.072,0.1753 0.175,1.0713 0.175,2.1683 L0.175,32.1813 C0.175,33.2783 1.072,34.1753 2.168,34.1753 L23.477,34.1753 Z" id="Stroke-3" stroke="#353535" stroke-width="0.35"></path> + <path d="M14.5854,6.6284 L14.5854,31.3854 C14.5854,31.8684 14.9784,32.2614 15.4614,32.2614 C15.9454,32.2614 16.3374,31.8684 16.3374,31.3854 L16.3374,6.6284 C16.3374,6.6284 17.3744,7.0074 17.4074,7.0074 C17.5334,7.0074 17.6354,6.8714 17.6354,6.7034 C17.6354,6.6394 17.6194,6.5784 17.5944,6.5294 L15.6354,2.7934 L15.6304,2.7934 C15.5884,2.7344 15.5294,2.6974 15.4654,2.6974 C15.3994,2.6974 15.3424,2.7344 15.3004,2.7934 L13.3394,6.5264 C13.3394,6.5264 13.2994,6.6394 13.2994,6.7034 C13.2994,6.8714 13.4014,7.0074 13.5274,7.0074 C13.5604,7.0074 14.5854,6.6284 14.5854,6.6284" id="Fill-5" fill="#2C2B2B"></path> + <path d="M5.1098,7.2446 L7.0698,3.5126 C7.1118,3.4536 7.1708,3.4166 7.2348,3.4166 C7.2998,3.4166 7.3578,3.4536 7.3998,3.5126 L7.4048,3.5126 L9.3628,7.2476 C9.3888,7.2966 9.4038,7.3556 9.4038,7.4206 C9.4038,7.5886 9.3018,7.7236 9.1758,7.7236 C9.1438,7.7236 8.1068,7.3456 8.1068,7.3456 L8.1068,14.2236 C8.1068,14.4936 8.2188,14.7516 8.4168,14.9346 L10.9758,17.3176 C11.1728,17.5016 11.2858,17.7596 11.2858,18.0286 C11.2858,18.8806 10.2688,19.3206 9.6488,18.7376 L6.6618,15.9346 C6.4658,15.7516 6.3548,15.4946 6.3548,15.2256 L6.3548,7.3456 C6.3548,7.3456 5.3308,7.7236 5.2968,7.7236 C5.1718,7.7236 5.0698,7.5886 5.0698,7.4206 C5.0698,7.3556 5.1098,7.2446 5.1098,7.2446" id="Fill-7" fill="#2C2B2B"></path> + </g> + <g id="2" transform="translate(31.000000, 0.000000)"> + <path d="M23.477,34.1747 C24.574,34.1747 25.47,33.2787 25.47,32.1817 L25.47,2.1687 C25.47,1.0717 24.574,0.1747 23.477,0.1747 L2.168,0.1747 C1.072,0.1747 0.175,1.0717 0.175,2.1687 L0.175,32.1817 C0.175,33.2787 1.072,34.1747 2.168,34.1747 L23.477,34.1747 Z" id="Fill-1" fill="#FEFEFE"></path> + <path d="M23.477,34.1747 C24.574,34.1747 25.47,33.2787 25.47,32.1817 L25.47,2.1687 C25.47,1.0717 24.574,0.1747 23.477,0.1747 L2.168,0.1747 C1.072,0.1747 0.175,1.0717 0.175,2.1687 L0.175,32.1817 C0.175,33.2787 1.072,34.1747 2.168,34.1747 L23.477,34.1747 Z" id="Stroke-3" stroke="#353535" stroke-width="0.35"></path> + <path d="M19.2319,6.6278 L19.2319,31.3848 C19.2319,31.8688 19.6239,32.2608 20.1079,32.2608 C20.5909,32.2608 20.9839,31.8688 20.9839,31.3848 L20.9839,6.6278 C20.9839,6.6278 22.0209,7.0078 22.0529,7.0078 C22.1789,7.0078 22.2819,6.8708 22.2819,6.7028 C22.2819,6.6388 22.2659,6.5788 22.2409,6.5298 L20.2819,2.7928 L20.2759,2.7928 C20.2349,2.7348 20.1759,2.6978 20.1119,2.6978 C20.0459,2.6978 19.9879,2.7348 19.9469,2.7928 L17.9859,6.5268 C17.9859,6.5268 17.9459,6.6388 17.9459,6.7028 C17.9459,6.8708 18.0469,7.0078 18.1729,7.0078 C18.2069,7.0078 19.2319,6.6278 19.2319,6.6278" id="Fill-5" fill="#2C2B2B"></path> + <path d="M11.9409,6.6278 L11.9409,31.3848 C11.9409,31.8688 12.3329,32.2608 12.8169,32.2608 C13.2999,32.2608 13.6929,31.8688 13.6929,31.3848 L13.6929,6.6278 C13.6929,6.6278 14.7299,7.0078 14.7629,7.0078 C14.8879,7.0078 14.9909,6.8708 14.9909,6.7028 C14.9909,6.6388 14.9749,6.5788 14.9499,6.5298 L12.9909,2.7928 L12.9849,2.7928 C12.9439,2.7348 12.8849,2.6978 12.8209,2.6978 C12.7549,2.6978 12.6969,2.7348 12.6559,2.7928 L10.6949,6.5268 C10.6949,6.5268 10.6549,6.6388 10.6549,6.7028 C10.6549,6.8708 10.7569,7.0078 10.8819,7.0078 C10.9159,7.0078 11.9409,6.6278 11.9409,6.6278" id="Fill-7" fill="#2C2B2B"></path> + <path d="M3.6108,6.5262 L5.5708,2.7932 C5.6128,2.7352 5.6708,2.6982 5.7358,2.6982 C5.7998,2.6982 5.8588,2.7352 5.8998,2.7932 L5.9058,2.7932 L7.8638,6.5282 C7.8888,6.5782 7.9048,6.6372 7.9048,6.7022 C7.9048,6.8702 7.8028,7.0052 7.6768,7.0052 C7.6438,7.0052 6.6078,6.6272 6.6078,6.6272 L6.6078,13.5052 C6.6078,13.7752 6.7198,14.0332 6.9178,14.2162 L9.4768,16.5992 C9.6738,16.7832 9.7868,17.0412 9.7868,17.3102 C9.7868,18.1622 8.7698,18.6012 8.1498,18.0192 L5.1628,15.2162 C4.9668,15.0332 4.8558,14.7762 4.8558,14.5072 L4.8558,6.6272 C4.8558,6.6272 3.8318,7.0052 3.7978,7.0052 C3.6728,7.0052 3.5708,6.8702 3.5708,6.7022 C3.5708,6.6372 3.6108,6.5262 3.6108,6.5262" id="Fill-9" fill="#2C2B2B"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_09202_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_09202_0.svg new file mode 100644 index 00000000..7c63a509 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_09202_0.svg @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="29px" height="26px" viewBox="0 0 29 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>huandao_icon</title> + <desc>Created with Sketch.</desc> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-868.000000, -670.000000)"> + <g id="huandao_icon-2" transform="translate(868.000000, 670.000000)"> + <g id="huandao_icon"> + <path d="M26.9427,25.108 L0.9607,25.108 C-0.1473,24.897 -0.1003,23.796 0.6717,22.436 L12.9237,0.837 C13.3877,0.113 14.5437,-0.355 15.2217,0.837 L27.2447,21.979 C28.0627,23.274 28.8117,25.13 26.9427,25.108" id="Fill-1" fill="#E7D642"></path> + <path d="M14.0731,2.8218 L2.5091,23.0478 L25.6371,23.0478 L14.0731,2.8218 Z M26.9431,25.1078 L0.9601,25.1078 C-0.1479,24.8968 -0.0999,23.7968 0.6711,22.4358 L12.9241,0.8378 C13.3871,0.1128 14.5441,-0.3552 15.2221,0.8378 L27.2451,21.9788 C28.0631,23.2738 28.8111,25.1308 26.9431,25.1078 L26.9431,25.1078 Z" id="Fill-3" fill="#231916"></path> + <path d="M14.0731,2.8218 L2.5091,23.0478 L25.6371,23.0478 L14.0731,2.8218 Z M26.9431,25.1078 L0.9601,25.1078 C-0.1479,24.8968 -0.0999,23.7968 0.6711,22.4358 L12.9241,0.8378 C13.3871,0.1128 14.5441,-0.3552 15.2221,0.8378 L27.2451,21.9788 C28.0631,23.2738 28.8111,25.1308 26.9431,25.1078 Z" id="Stroke-5" stroke="#231916" stroke-width="0.216"></path> + <path d="M10.1766,20.274 C9.0756,19.215 8.4176,17.706 8.4906,16.06 C8.5046,15.751 8.5436,15.449 8.6056,15.156 L10.2366,15.511 C10.1946,15.713 10.1666,15.921 10.1566,16.133 C10.1096,17.212 10.5116,18.206 11.1976,18.934 L11.7236,18.077 C11.8116,17.931 11.9316,17.943 11.9886,18.103 L13.0906,21.144 C13.1476,21.304 13.0566,21.427 12.8856,21.418 L9.6146,21.228 C9.4436,21.218 9.4006,21.11 9.5186,20.987 L10.1766,20.274 Z" id="Fill-7" fill="#231916"></path> + <path d="M10.1766,20.274 C9.0756,19.215 8.4176,17.706 8.4906,16.06 C8.5046,15.751 8.5436,15.449 8.6056,15.156 L10.2366,15.511 C10.1946,15.713 10.1666,15.921 10.1566,16.133 C10.1096,17.212 10.5116,18.206 11.1976,18.934 L11.7236,18.077 C11.8116,17.931 11.9316,17.943 11.9886,18.103 L13.0906,21.144 C13.1476,21.304 13.0566,21.427 12.8856,21.418 L9.6146,21.228 C9.4436,21.218 9.4006,21.11 9.5186,20.987 L10.1766,20.274 Z" id="Stroke-9" stroke="#231916" stroke-width="0.216"></path> + <path d="M12.5159,11.0367 C13.9829,10.6117 15.6189,10.7967 17.0089,11.6827 C17.2689,11.8487 17.5109,12.0327 17.7339,12.2327 L16.6109,13.4687 C16.4569,13.3307 16.2909,13.2027 16.1119,13.0887 C15.2019,12.5087 14.1399,12.3597 13.1659,12.5907 L13.6459,13.4747 C13.7279,13.6237 13.6579,13.7217 13.4909,13.6907 L10.3069,13.1257 C10.1389,13.0957 10.0779,12.9547 10.1719,12.8117 L11.9699,10.0717 C12.0639,9.9307 12.1799,9.9467 12.2269,10.1097 L12.5159,11.0367 Z" id="Fill-11" fill="#231916"></path> + <path d="M12.5159,11.0367 C13.9829,10.6117 15.6189,10.7967 17.0089,11.6827 C17.2689,11.8487 17.5109,12.0327 17.7339,12.2327 L16.6109,13.4687 C16.4569,13.3307 16.2909,13.2027 16.1119,13.0887 C15.2019,12.5087 14.1399,12.3597 13.1659,12.5907 L13.6459,13.4747 C13.7279,13.6237 13.6579,13.7217 13.4909,13.6907 L10.3069,13.1257 C10.1389,13.0957 10.0779,12.9547 10.1719,12.8117 L11.9699,10.0717 C12.0639,9.9307 12.1799,9.9467 12.2269,10.1097 L12.5159,11.0367 Z" id="Stroke-13" stroke="#231916" stroke-width="0.216"></path> + <path d="M19.347,17.6851 C18.98,19.1671 18.001,20.4911 16.539,21.2501 C16.264,21.3931 15.983,21.5091 15.699,21.6021 L15.192,20.0121 C15.388,19.9481 15.581,19.8681 15.77,19.7701 C16.728,19.2731 17.389,18.4271 17.677,17.4691 L16.671,17.4421 C16.501,17.4391 16.451,17.3301 16.561,17.1991 L18.645,14.7261 C18.755,14.5961 18.907,14.6141 18.983,14.7661 L20.455,17.6951 C20.532,17.8471 20.459,17.9391 20.293,17.8991 L19.347,17.6851 Z" id="Fill-15" fill="#231916"></path> + <path d="M19.347,17.6851 C18.98,19.1671 18.001,20.4911 16.539,21.2501 C16.264,21.3931 15.983,21.5091 15.699,21.6021 L15.192,20.0121 C15.388,19.9481 15.581,19.8681 15.77,19.7701 C16.728,19.2731 17.389,18.4271 17.677,17.4691 L16.671,17.4421 C16.501,17.4391 16.451,17.3301 16.561,17.1991 L18.645,14.7261 C18.755,14.5961 18.907,14.6141 18.983,14.7661 L20.455,17.6951 C20.532,17.8471 20.459,17.9391 20.293,17.8991 L19.347,17.6851 Z" id="Stroke-17" stroke="#231916" stroke-width="0.216"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_09302_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_09302_0.svg new file mode 100644 index 00000000..f515adc1 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_09302_0.svg @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="31px" height="28px" viewBox="0 0 31 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>qianfnaglukouyouchecheliangxianxing_icon</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0.000169437369 0.510776 30.9998306 0.510776 30.9998306 28 0.000169437369 28"></polygon> + </defs> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-1440.000000, -2157.000000)"> + <g id="qianfnaglukouyouchecheliangxianxing_icon-2" transform="translate(1440.000000, 2157.000000)"> + <g id="qianfnaglukouyouchecheliangxianxing_icon"> + <g id="编组"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-2"></g> + <path d="M29.6874821,28.000336 C30.856625,28.000336 31.3349107,27.161456 30.7503393,26.137776 L16.5634107,1.279376 C15.9788393,0.254576 15.0211607,0.254576 14.4365893,1.279376 L0.249660714,26.137776 C-0.334910714,27.161456 0.143375,28.000336 1.31251786,28.000336 L29.6874821,28.000336 Z" id="Fill-1" fill="#D02E1D" mask="url(#mask-2)"></path> + </g> + <polygon id="Fill-3" fill="#FEFEFE" points="2 26 29 26 15.5 3"></polygon> + <polygon id="Fill-5" fill="#231916" points="20 16.7447459 18.2543301 15 15.5 17.7546809 12.7456699 15 11 16.7447459 13.7543301 19.4994268 11 22.2552541 12.7456699 24 15.5 21.2453191 18.2543301 24 20 22.2552541 17.2456699 19.4994268"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_09402_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_09402_0.svg new file mode 100644 index 00000000..951108d4 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_09402_0.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="31px" height="28px" viewBox="0 0 31 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>qitajingshipai_1</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0.000169437369 0.510776 30.9998306 0.510776 30.9998306 28 0.000169437369 28"></polygon> + </defs> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-1489.000000, -2374.000000)"> + <g id="编组-34" transform="translate(1439.000000, 2374.000000)"> + <g id="qitajingshipai_1" transform="translate(50.000000, 0.000000)"> + <g id="qitajingshipai_2"> + <g id="编组"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-2"></g> + <path d="M29.6874821,28.000336 C30.856625,28.000336 31.3349107,27.161456 30.7503393,26.137776 L16.5634107,1.279376 C15.9788393,0.254576 15.0211607,0.254576 14.4365893,1.279376 L0.249660714,26.137776 C-0.334910714,27.161456 0.143375,28.000336 1.31251786,28.000336 L29.6874821,28.000336 Z" id="Fill-1" fill="#D02E1D" mask="url(#mask-2)"></path> + </g> + <polygon id="Fill-3" fill="#FEFEFE" points="2 26 29 26 15.5 3"></polygon> + </g> + <path d="M18.6045874,21.484 C18.6655874,21.393 18.4155874,21.115 18.4155874,21.115 L19.2015874,19.939 L19.0145874,19.814 C18.9285874,19.756 18.8425874,19.824 18.8425874,19.824 L17.7415874,20.416 C17.0865874,19.875 15.9205874,19.012 15.9205874,19.012 L16.8505874,17.621 L18.5635874,16.422 L17.9335874,16 L14.1755874,17.742 C14.1755874,17.742 13.6355874,17.402 12.5015874,16.769 C11.3695874,16.136 11.1395874,16.294 11.0465874,16.432 C10.9545874,16.571 10.8965874,16.843 11.9145874,17.649 C12.9325874,18.454 13.4535874,18.823 13.4535874,18.823 L13.2815874,22.961 L13.9125874,23.382 L14.3645874,21.34 L15.2935874,19.949 C15.2935874,19.949 16.5375874,20.697 17.2875874,21.094 L17.1625874,22.338 C17.1625874,22.338 17.1335874,22.444 17.2195874,22.501 L17.4055874,22.626 L18.1915874,21.45 C18.1915874,21.45 18.5435874,21.575 18.6045874,21.484" id="Fill-5" fill="#231916"></path> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_09402_2.svg b/collect-library/src/main/assets/omdb/appendix/1105_09402_2.svg new file mode 100644 index 00000000..619f03eb --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_09402_2.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="31px" height="28px" viewBox="0 0 31 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>qitajingshipai_2</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0.000169437369 0.510776 30.9998306 0.510776 30.9998306 28 0.000169437369 28"></polygon> + </defs> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-1439.000000, -2374.000000)"> + <g id="编组-34" transform="translate(1439.000000, 2374.000000)"> + <g id="qitajingshipai_2"> + <g id="编组"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-2"></g> + <path d="M29.6874821,28.000336 C30.856625,28.000336 31.3349107,27.161456 30.7503393,26.137776 L16.5634107,1.279376 C15.9788393,0.254576 15.0211607,0.254576 14.4365893,1.279376 L0.249660714,26.137776 C-0.334910714,27.161456 0.143375,28.000336 1.31251786,28.000336 L29.6874821,28.000336 Z" id="Fill-1" fill="#D02E1D" mask="url(#mask-2)"></path> + </g> + <polygon id="Fill-3" fill="#FEFEFE" points="2 26 29 26 15.5 3"></polygon> + <polygon id="Fill-11" fill="#231916" points="16.2685 19.816 17.3705 19.816 17.6365 19.462 17.6365 19.15 17.9925 19.15 18.3025 18.662 18.3025 18.395 18.8795 18.129 18.8795 17.729 18.5245 17.419 18.3025 17.241 18.3025 16.797 18.2135 16.309 17.7755 15.904 17.4425 15.371 17.2095 15.17 16.9425 14.804 16.4935 14.738 16.1275 14.444 15.9945 14.222 15.4615 14 15.2395 14 14.7505 14.533 14.5285 14.666 14.2625 14.932 13.9515 15.199 13.5965 15.42 13.3305 15.643 12.8415 16.22 12.8415 16.664 12.8415 17.241 12.8415 17.507 12.5755 17.863 12.5755 18.395 12.9745 18.662 13.3305 18.928 13.7295 19.417 14.5285 19.55 15.0175 19.594 15.3285 19.816 15.3285 22.703 16.2605 22.703"></polygon> + <path d="M14.3734,22.7906 L11.4664,22.7906 L10.5544,22.7906 L10.5544,18.9076 C10.5544,18.4036 10.9634,17.9956 11.4664,17.9956 L13.4614,17.9956 C13.9644,17.9956 14.3734,18.4036 14.3734,18.9076 L14.3734,22.7026 L14.3734,22.7906 Z" id="Fill-13" fill="#231916"></path> + <polygon id="Fill-17" fill="#231916" points="10 23.113 18.258 23.113 18.258 22.581 10 22.581"></polygon> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_09502_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_09502_0.svg new file mode 100644 index 00000000..70a7c312 --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_09502_0.svg @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="31px" height="28px" viewBox="0 0 31 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>zhongjianchedaohebing_icon</title> + <desc>Created with Sketch.</desc> + <defs> + <polygon id="path-1" points="0.000169437369 0.510776 30.9998306 0.510776 30.9998306 28 0.000169437369 28"></polygon> + </defs> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-1440.000000, -2589.000000)"> + <g id="zhongjianchedaohebing_icon-2" transform="translate(1440.000000, 2589.000000)"> + <g id="zhongjianchedaohebing_icon"> + <g id="编组复制-7"> + <g id="编组"> + <mask id="mask-2" fill="white"> + <use xlink:href="#path-1"></use> + </mask> + <g id="Clip-2"></g> + <path d="M29.6874821,28.000336 C30.856625,28.000336 31.3349107,27.161456 30.7503393,26.137776 L16.5634107,1.279376 C15.9788393,0.254576 15.0211607,0.254576 14.4365893,1.279376 L0.249660714,26.137776 C-0.334910714,27.161456 0.143375,28.000336 1.31251786,28.000336 L29.6874821,28.000336 Z" id="Fill-1" fill="#D02E1D" mask="url(#mask-2)"></path> + </g> + <polygon id="Fill-3" fill="#FEFEFE" points="2 26 29 26 15.5 3"></polygon> + </g> + <g id="24gl-merge" transform="translate(11.000000, 12.000000)" fill="#5C5C66" fill-rule="nonzero" stroke="#000000"> + <path d="M8.69994582,11.9999658 C8.62035625,12.000082 8.54400339,11.9684678 8.48779173,11.9121226 L4.28783442,7.71215154 C4.23157703,7.65588112 4.19997872,7.57956608 4.19999156,7.49999676 L4.19999156,1.02426013 L2.31216699,2.91218462 C2.19499752,3.02935447 2.00502828,3.02935447 1.88785881,2.91218462 C1.77068934,2.79501476 1.77068934,2.6050449 1.88785881,2.48787505 L4.28783442,0.0878915781 C4.34409673,0.0316162374 4.42041251,0 4.49998851,0 C4.57956452,0 4.65588029,0.0316162374 4.7121426,0.0878915781 L7.11211822,2.48787505 C7.18791357,2.56367065 7.21751503,2.67414516 7.189772,2.77768388 C7.16202897,2.8812226 7.08115629,2.96209555 6.9776179,2.98983867 C6.87407952,3.01758178 6.76360538,2.98798023 6.68781002,2.91218462 L4.79998547,1.02426013 L4.79998547,7.37577886 L8.91209992,11.487813 C8.99791889,11.5736127 9.02359484,11.7026643 8.9771526,11.8147786 C8.93071036,11.926893 8.82129832,11.9999854 8.69994582,11.9999658 L8.69994582,11.9999658 Z M0.512185285,11.9121226 L3.5121548,8.91214328 C3.62932428,8.79497343 3.62932428,8.60500356 3.5121548,8.4878337 C3.39498533,8.37066384 3.20501608,8.37066384 3.08784661,8.4878337 L0.087877102,11.487813 C-0.0292923673,11.6049829 -0.0292923673,11.7949528 0.087877102,11.9121226 C0.205046571,12.0292925 0.395015816,12.0292925 0.512185285,11.9121226 L0.512185285,11.9121226 Z" id="形状"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_09601_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_09601_0.svg new file mode 100644 index 00000000..92d082de --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_09601_0.svg @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="7px" height="39px" viewBox="0 0 7 39" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>2</title> + <desc>Created with Sketch.</desc> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-914.000000, -325.000000)"> + <g id="编组-39" transform="translate(914.000000, 325.000000)"> + <g id="34"> + <g id="2"> + <path d="M3.5,0 L3.5,0 C5.43299662,-3.55085719e-16 7,1.56700338 7,3.5 L7,39 L0,39 L0,3.5 C-2.36723813e-16,1.56700338 1.56700338,3.55085719e-16 3.5,0 Z" id="矩形" fill="#F7BD42"></path> + <rect id="矩形" fill="#251A18" x="4" y="12.5454545" width="2" height="2"></rect> + <rect id="矩形复制-63" fill="#251A18" x="5" y="8" width="1" height="1"></rect> + <rect id="矩形复制-66" fill="#251A18" x="5" y="15.8181818" width="1" height="1"></rect> + <rect id="矩形复制-64" fill="#251A18" x="5" y="10.2727273" width="1" height="1"></rect> + <rect id="矩形复制-67" fill="#251A18" x="5" y="18.0909091" width="1" height="1"></rect> + <rect id="矩形复制-75" fill="#251A18" x="5" y="31.4545455" width="1" height="1"></rect> + <rect id="矩形复制-68" fill="#251A18" x="5" y="25.9090909" width="1" height="1"></rect> + <rect id="矩形复制-76" fill="#251A18" x="5" y="33.7272727" width="1" height="1"></rect> + <rect id="矩形复制-69" fill="#251A18" x="5" y="23.6363636" width="1" height="1"></rect> + <rect id="矩形复制-77" fill="#251A18" x="5" y="36" width="1" height="1"></rect> + <rect id="矩形复制-62" fill="#251A18" x="4" y="28.1818182" width="2" height="2"></rect> + <rect id="矩形复制-61" fill="#251A18" x="4" y="20.3636364" width="2" height="2"></rect> + <text id="3" font-family="PingFangSC-Semibold, PingFang SC" font-size="4" font-weight="500" fill="#251A18"> + <tspan x="1" y="15">3</tspan> + </text> + <text font-family="PingFangSC-Semibold, PingFang SC" font-size="4" font-weight="500" fill="#251A18"> + <tspan x="1" y="23">2</tspan> + </text> + <text id="1" font-family="PingFangSC-Semibold, PingFang SC" font-size="4" font-weight="500" fill="#251A18"> + <tspan x="1" y="31">1</tspan> + </text> + <text id="米" font-family="PingFangSC-Semibold, PingFang SC" font-size="5" font-weight="500" fill="#251A18"> + <tspan x="1" y="6">米</tspan> + </text> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/appendix/1105_09702_0.svg b/collect-library/src/main/assets/omdb/appendix/1105_09702_0.svg new file mode 100644 index 00000000..35038d7a --- /dev/null +++ b/collect-library/src/main/assets/omdb/appendix/1105_09702_0.svg @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="93px" height="32px" viewBox="0 0 93 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --> + <title>1</title> + <desc>Created with Sketch.</desc> + <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="C9_1_icon-汇总说明" transform="translate(-346.000000, -886.000000)"> + <g id="编组-47" transform="translate(346.000000, 886.000000)"> + <g id="1"> + <g transform="translate(1.000000, 1.125000)"> + <path d="M24.8716882,30.693 C26.0410773,30.693 27,29.883 27,28.893 L27,1.799 C27,0.81 26.0410773,-3.49942297e-13 24.8716882,-3.49942297e-13 L2.12712941,-3.49942297e-13 C0.956557915,-3.49942297e-13 0,0.81 0,1.799 L0,28.893 C0,29.883 0.956557915,30.693 2.12712941,30.693 L24.8716882,30.693 Z" id="Fill-1" fill="#FEFEFE"></path> + <path d="M24.8716882,30.693 C26.0410773,30.693 27,29.883 27,28.893 L27,1.799 C27,0.81 26.0410773,-3.49942297e-13 24.8716882,-3.49942297e-13 L2.12712941,-3.49942297e-13 C0.956557915,-3.49942297e-13 0,0.81 0,1.799 L0,28.893 C0,29.883 0.956557915,30.693 2.12712941,30.693 L24.8716882,30.693 Z" id="Stroke-3" stroke="#344A9D" stroke-width="0.25"></path> + <path d="M23.6795,29.9254 C24.6415,29.9254 25.4285,29.1384 25.4285,28.1764 L25.4285,2.5164 C25.4285,1.5544 24.6415,0.7674 23.6795,0.7674 L5.4845,0.7674 C4.5225,0.7674 3.7355,1.5544 3.7355,2.5164 L3.7355,28.1764 C3.7355,29.1384 4.5225,29.9254 5.4845,29.9254 L23.6795,29.9254 Z" id="Fill-5" fill="#FEFEFE"></path> + <path d="M23.4128728,29.9254 C24.5215254,29.9254 25.4285,29.1384 25.4285,28.1764 L25.4285,2.5164 C25.4285,1.5544 24.5215254,0.7674 23.4128728,0.7674 L2.44412716,0.7674 C1.3354746,0.7674 0.4285,1.5544 0.4285,2.5164 L0.4285,28.1764 C0.4285,29.1384 1.3354746,29.9254 2.44412716,29.9254 L23.4128728,29.9254 Z" id="Stroke-7" stroke="#FEFEFE" stroke-width="0.25"></path> + <path d="M24.3322478,29.9254 C25.4852464,29.9254 26.4285,29.1384 26.4285,28.1764 L26.4285,2.5164 C26.4285,1.5544 25.4852464,0.7674 24.3322478,0.7674 L2.52475225,0.7674 C1.37175358,0.7674 0.4285,1.5544 0.4285,2.5164 L0.4285,28.1764 C0.4285,29.1384 1.37175358,29.9254 2.52475225,29.9254 L24.3322478,29.9254 Z" id="Fill-9" fill="#2C479B"></path> + <path d="M5.7925,6.19877525 L5.7925,27.1337803 C5.7925,27.5423414 5.4385,27.875 5.0015,27.875 C4.5645,27.875 4.2115,27.5423414 4.2115,27.1337803 L4.2115,6.19877525 C4.2115,6.19877525 3.2745,6.51925203 3.2455,6.51925203 C3.1325,6.51925203 3.0395,6.40492991 3.0395,6.26249578 C3.0395,6.20814592 3.0545,6.15754432 3.0765,6.11537633 L4.8455,2.95558773 L4.8495,2.95558773 C4.8875,2.9059232 4.9395,2.875 4.9985,2.875 C5.0575,2.875 5.1095,2.9059232 5.1465,2.95558773 L6.9165,6.11350219 C6.9165,6.11350219 6.9525,6.20814592 6.9525,6.26249578 C6.9525,6.40492991 6.8605,6.51925203 6.7465,6.51925203 C6.7175,6.51925203 5.7925,6.19877525 5.7925,6.19877525" id="Fill-11" fill="#FEFEFE"></path> + <path d="M12.7925,6.19877525 L12.7925,27.1337803 C12.7925,27.5423414 12.4385,27.875 12.0015,27.875 C11.5645,27.875 11.2115,27.5423414 11.2115,27.1337803 L11.2115,6.19877525 C11.2115,6.19877525 10.2745,6.51925203 10.2455,6.51925203 C10.1325,6.51925203 10.0395,6.40492991 10.0395,6.26249578 C10.0395,6.20814592 10.0545,6.15754432 10.0765,6.11537633 L11.8455,2.95558773 L11.8495,2.95558773 C11.8875,2.9059232 11.9395,2.875 11.9985,2.875 C12.0575,2.875 12.1095,2.9059232 12.1465,2.95558773 L13.9165,6.11350219 C13.9165,6.11350219 13.9525,6.20814592 13.9525,6.26249578 C13.9525,6.40492991 13.8605,6.51925203 13.7465,6.51925203 C13.7175,6.51925203 12.7925,6.19877525 12.7925,6.19877525" id="Fill-11复制" fill="#FEFEFE"></path> + <path d="M21.7925,6.19877525 L21.7925,27.1337803 C21.7925,27.5423414 21.4385,27.875 21.0015,27.875 C20.5645,27.875 20.2115,27.5423414 20.2115,27.1337803 L20.2115,6.19877525 C20.2115,6.19877525 19.2745,6.51925203 19.2455,6.51925203 C19.1325,6.51925203 19.0395,6.40492991 19.0395,6.26249578 C19.0395,6.20814592 19.0545,6.15754432 19.0765,6.11537633 L20.8455,2.95558773 L20.8495,2.95558773 C20.8875,2.9059232 20.9395,2.875 20.9985,2.875 C21.0575,2.875 21.1095,2.9059232 21.1465,2.95558773 L22.9165,6.11350219 C22.9165,6.11350219 22.9525,6.20814592 22.9525,6.26249578 C22.9525,6.40492991 22.8605,6.51925203 22.7465,6.51925203 C22.7175,6.51925203 21.7925,6.19877525 21.7925,6.19877525" id="Fill-11复制-2" fill="#FEFEFE"></path> + <rect id="矩形" fill="#FFFFFF" x="16.0395" y="1.875" width="1" height="27" rx="0.5"></rect> + </g> + <g id="3" transform="translate(65.039500, 1.000000)"> + <path d="M24.8716882,30.693 C26.0410773,30.693 27,29.883 27,28.893 L27,1.799 C27,0.81 26.0410773,-3.49942297e-13 24.8716882,-3.49942297e-13 L2.12712941,-3.49942297e-13 C0.956557915,-3.49942297e-13 0,0.81 0,1.799 L0,28.893 C0,29.883 0.956557915,30.693 2.12712941,30.693 L24.8716882,30.693 Z" id="Fill-1复制-2" fill="#FEFEFE"></path> + <path d="M24.8716882,30.693 C26.0410773,30.693 27,29.883 27,28.893 L27,1.799 C27,0.81 26.0410773,-3.49942297e-13 24.8716882,-3.49942297e-13 L2.12712941,-3.49942297e-13 C0.956557915,-3.49942297e-13 0,0.81 0,1.799 L0,28.893 C0,29.883 0.956557915,30.693 2.12712941,30.693 L24.8716882,30.693 Z" id="Stroke-3复制-4" stroke="#344A9D" stroke-width="0.25"></path> + <path d="M23.6795,29.9254 C24.6415,29.9254 25.4285,29.1384 25.4285,28.1764 L25.4285,2.5164 C25.4285,1.5544 24.6415,0.7674 23.6795,0.7674 L5.4845,0.7674 C4.5225,0.7674 3.7355,1.5544 3.7355,2.5164 L3.7355,28.1764 C3.7355,29.1384 4.5225,29.9254 5.4845,29.9254 L23.6795,29.9254 Z" id="Fill-5复制-2" fill="#FEFEFE"></path> + <path d="M23.4128728,29.9254 C24.5215254,29.9254 25.4285,29.1384 25.4285,28.1764 L25.4285,2.5164 C25.4285,1.5544 24.5215254,0.7674 23.4128728,0.7674 L2.44412716,0.7674 C1.3354746,0.7674 0.4285,1.5544 0.4285,2.5164 L0.4285,28.1764 C0.4285,29.1384 1.3354746,29.9254 2.44412716,29.9254 L23.4128728,29.9254 Z" id="Stroke-7复制-6" stroke="#FEFEFE" stroke-width="0.25"></path> + <path d="M24.3322478,29.9254 C25.4852464,29.9254 26.4285,29.1384 26.4285,28.1764 L26.4285,2.5164 C26.4285,1.5544 25.4852464,0.7674 24.3322478,0.7674 L2.52475225,0.7674 C1.37175358,0.7674 0.4285,1.5544 0.4285,2.5164 L0.4285,28.1764 C0.4285,29.1384 1.37175358,29.9254 2.52475225,29.9254 L24.3322478,29.9254 Z" id="Fill-9复制-2" fill="#2C479B"></path> + <path d="M5.7925,6.19877525 L5.7925,27.1337803 C5.7925,27.5423414 5.4385,27.875 5.0015,27.875 C4.5645,27.875 4.2115,27.5423414 4.2115,27.1337803 L4.2115,6.19877525 C4.2115,6.19877525 3.2745,6.51925203 3.2455,6.51925203 C3.1325,6.51925203 3.0395,6.40492991 3.0395,6.26249578 C3.0395,6.20814592 3.0545,6.15754432 3.0765,6.11537633 L4.8455,2.95558773 L4.8495,2.95558773 C4.8875,2.9059232 4.9395,2.875 4.9985,2.875 C5.0575,2.875 5.1095,2.9059232 5.1465,2.95558773 L6.9165,6.11350219 C6.9165,6.11350219 6.9525,6.20814592 6.9525,6.26249578 C6.9525,6.40492991 6.8605,6.51925203 6.7465,6.51925203 C6.7175,6.51925203 5.7925,6.19877525 5.7925,6.19877525" id="Fill-11复制-5" fill="#FEFEFE"></path> + <path d="M12.7925,6.19877525 L12.7925,27.1337803 C12.7925,27.5423414 12.4385,27.875 12.0015,27.875 C11.5645,27.875 11.2115,27.5423414 11.2115,27.1337803 L11.2115,6.19877525 C11.2115,6.19877525 10.2745,6.51925203 10.2455,6.51925203 C10.1325,6.51925203 10.0395,6.40492991 10.0395,6.26249578 C10.0395,6.20814592 10.0545,6.15754432 10.0765,6.11537633 L11.8455,2.95558773 L11.8495,2.95558773 C11.8875,2.9059232 11.9395,2.875 11.9985,2.875 C12.0575,2.875 12.1095,2.9059232 12.1465,2.95558773 L13.9165,6.11350219 C13.9165,6.11350219 13.9525,6.20814592 13.9525,6.26249578 C13.9525,6.40492991 13.8605,6.51925203 13.7465,6.51925203 C13.7175,6.51925203 12.7925,6.19877525 12.7925,6.19877525" id="Fill-11复制-6" fill="#FEFEFE"></path> + <path d="M21.7925,6.19877525 L21.7925,27.1337803 C21.7925,27.5423414 21.4385,27.875 21.0015,27.875 C20.5645,27.875 20.2115,27.5423414 20.2115,27.1337803 L20.2115,6.19877525 C20.2115,6.19877525 19.2745,6.51925203 19.2455,6.51925203 C19.1325,6.51925203 19.0395,6.40492991 19.0395,6.26249578 C19.0395,6.20814592 19.0545,6.15754432 19.0765,6.11537633 L20.8455,2.95558773 L20.8495,2.95558773 C20.8875,2.9059232 20.9395,2.875 20.9985,2.875 C21.0575,2.875 21.1095,2.9059232 21.1465,2.95558773 L22.9165,6.11350219 C22.9165,6.11350219 22.9525,6.20814592 22.9525,6.26249578 C22.9525,6.40492991 22.8605,6.51925203 22.7465,6.51925203 C22.7175,6.51925203 21.7925,6.19877525 21.7925,6.19877525" id="Fill-11复制-7" fill="#FEFEFE"></path> + <rect id="矩形复制-70" fill="#FFFFFF" x="16.0395" y="1.875" width="1" height="27" rx="0.5"></rect> + <rect id="矩形复制-71" fill="#D22129" transform="translate(21.441181, 15.465926) rotate(-345.000000) translate(-21.441181, -15.465926) " x="20.741181" y="0.965925826" width="1.4" height="29"></rect> + </g> + <g id="2" transform="translate(33.039500, 1.000000)"> + <path d="M24.8716882,30.693 C26.0410773,30.693 27,29.883 27,28.893 L27,1.799 C27,0.81 26.0410773,-3.49942297e-13 24.8716882,-3.49942297e-13 L2.12712941,-3.49942297e-13 C0.956557915,-3.49942297e-13 0,0.81 0,1.799 L0,28.893 C0,29.883 0.956557915,30.693 2.12712941,30.693 L24.8716882,30.693 Z" id="Fill-1复制" fill="#FEFEFE"></path> + <path d="M24.8716882,30.693 C26.0410773,30.693 27,29.883 27,28.893 L27,1.799 C27,0.81 26.0410773,-3.49942297e-13 24.8716882,-3.49942297e-13 L2.12712941,-3.49942297e-13 C0.956557915,-3.49942297e-13 0,0.81 0,1.799 L0,28.893 C0,29.883 0.956557915,30.693 2.12712941,30.693 L24.8716882,30.693 Z" id="Stroke-3复制-3" stroke="#344A9D" stroke-width="0.25"></path> + <path d="M23.6795,29.9254 C24.6415,29.9254 25.4285,29.1384 25.4285,28.1764 L25.4285,2.5164 C25.4285,1.5544 24.6415,0.7674 23.6795,0.7674 L5.4845,0.7674 C4.5225,0.7674 3.7355,1.5544 3.7355,2.5164 L3.7355,28.1764 C3.7355,29.1384 4.5225,29.9254 5.4845,29.9254 L23.6795,29.9254 Z" id="Fill-5复制" fill="#FEFEFE"></path> + <path d="M23.4128728,29.9254 C24.5215254,29.9254 25.4285,29.1384 25.4285,28.1764 L25.4285,2.5164 C25.4285,1.5544 24.5215254,0.7674 23.4128728,0.7674 L2.44412716,0.7674 C1.3354746,0.7674 0.4285,1.5544 0.4285,2.5164 L0.4285,28.1764 C0.4285,29.1384 1.3354746,29.9254 2.44412716,29.9254 L23.4128728,29.9254 Z" id="Stroke-7复制-5" stroke="#FEFEFE" stroke-width="0.25"></path> + <path d="M24.3322478,29.9254 C25.4852464,29.9254 26.4285,29.1384 26.4285,28.1764 L26.4285,2.5164 C26.4285,1.5544 25.4852464,0.7674 24.3322478,0.7674 L2.52475225,0.7674 C1.37175358,0.7674 0.4285,1.5544 0.4285,2.5164 L0.4285,28.1764 C0.4285,29.1384 1.37175358,29.9254 2.52475225,29.9254 L24.3322478,29.9254 Z" id="Fill-9复制" fill="#2C479B"></path> + <path d="M5.7925,6.19877525 L5.7925,27.1337803 C5.7925,27.5423414 5.4385,27.875 5.0015,27.875 C4.5645,27.875 4.2115,27.5423414 4.2115,27.1337803 L4.2115,6.19877525 C4.2115,6.19877525 3.2745,6.51925203 3.2455,6.51925203 C3.1325,6.51925203 3.0395,6.40492991 3.0395,6.26249578 C3.0395,6.20814592 3.0545,6.15754432 3.0765,6.11537633 L4.8455,2.95558773 L4.8495,2.95558773 C4.8875,2.9059232 4.9395,2.875 4.9985,2.875 C5.0575,2.875 5.1095,2.9059232 5.1465,2.95558773 L6.9165,6.11350219 C6.9165,6.11350219 6.9525,6.20814592 6.9525,6.26249578 C6.9525,6.40492991 6.8605,6.51925203 6.7465,6.51925203 C6.7175,6.51925203 5.7925,6.19877525 5.7925,6.19877525" id="Fill-11复制-3" fill="#FEFEFE"></path> + <path d="M12.7925,6.19877525 L12.7925,27.1337803 C12.7925,27.5423414 12.4385,27.875 12.0015,27.875 C11.5645,27.875 11.2115,27.5423414 11.2115,27.1337803 L11.2115,6.19877525 C11.2115,6.19877525 10.2745,6.51925203 10.2455,6.51925203 C10.1325,6.51925203 10.0395,6.40492991 10.0395,6.26249578 C10.0395,6.20814592 10.0545,6.15754432 10.0765,6.11537633 L11.8455,2.95558773 L11.8495,2.95558773 C11.8875,2.9059232 11.9395,2.875 11.9985,2.875 C12.0575,2.875 12.1095,2.9059232 12.1465,2.95558773 L13.9165,6.11350219 C13.9165,6.11350219 13.9525,6.20814592 13.9525,6.26249578 C13.9525,6.40492991 13.8605,6.51925203 13.7465,6.51925203 C13.7175,6.51925203 12.7925,6.19877525 12.7925,6.19877525" id="Fill-11复制-4" fill="#FEFEFE"></path> + <rect id="矩形复制-65" fill="#FFFFFF" x="16.0395" y="1.875" width="1" height="27" rx="0.5"></rect> + <path d="M24.3766648,14.563 L21.6086648,12.384 L21.6296648,12.35 C21.6296648,12.35 22.4496648,11.715 22.4666648,11.689 C22.5296648,11.587 22.4716648,11.437 22.3366648,11.353 C22.2836648,11.32 22.1746648,11.296 22.1746648,11.296 L18.1846648,11 C18.1166648,11.004 18.0586648,11.033 18.0246648,11.085 C17.9926648,11.138 17.9926648,11.203 18.0196648,11.266 L18.0166648,11.27 L20.0406648,14.722 C20.0666648,14.768 20.1076648,14.81 20.1596648,14.843 C20.2946648,14.927 20.4556648,14.913 20.5196648,14.812 C20.5326648,14.79 20.6876648,14.059 20.7346648,13.832 L22.7226648,15.488 C22.8976648,15.645 22.9966648,15.869 22.9976648,16.104 L23.0396648,27.173 C23.0406648,27.632 23.4146648,28.003 23.8736648,28.001 C24.3326648,28 24.7036648,27.626 24.7016648,27.167 L24.6566648,15.182 C24.6556648,14.945 24.5536648,14.72 24.3766648,14.563" id="Fill-32" fill="#FFFFFF"></path> + </g> + </g> + </g> + </g> + </g> +</svg> \ No newline at end of file diff --git a/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBDataDecoder.java b/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBDataDecoder.java index 892764bb..a84895ab 100644 --- a/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBDataDecoder.java +++ b/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBDataDecoder.java @@ -146,7 +146,7 @@ public class OMDBDataDecoder extends TileDecoder { for (int i = 0; i < length; i++) { // double z = longitudeToX(MercatorProjection.pixelXToLongitudeWithScale(MercatorProjection.metersToPixelsWithScale((float) coordinates[i].z, coordinates[i].y, mTileScale), mTileScale))* mTileScale/8; mMapElement.addPoint((float) ((longitudeToX(coordinates[i].x) - mTileX) * mTileScale), - (float) ((latitudeToY(coordinates[i].y) - mTileY) * mTileScale), (float) coordinates[i].z); + (float) ((latitudeToY(coordinates[i].y) - mTileY) * mTileScale), /*(float) coordinates[i].z*/0); } // int length = removeLast ? coordinates.length - 1 : coordinates.length; diff --git a/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBReferenceDecoder.java b/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBReferenceDecoder.java index 9eedf666..3ade4b72 100644 --- a/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBReferenceDecoder.java +++ b/collect-library/src/main/java/com/navinfo/collect/library/map/source/OMDBReferenceDecoder.java @@ -143,7 +143,7 @@ public class OMDBReferenceDecoder extends TileDecoder { // 将Z坐标的米转换为屏幕像素坐标 // double z = longitudeToX(MercatorProjection.pixelXToLongitudeWithScale(MercatorProjection.metersToPixelsWithScale((float) coordinates[i].z, coordinates[i].y, mTileScale), mTileScale))* mTileScale/8; mMapElement.addPoint((float) ((longitudeToX(coordinates[i].x) - mTileX) * mTileScale), - (float) ((latitudeToY(coordinates[i].y) - mTileY) * mTileScale), (float) coordinates[i].z); + (float) ((latitudeToY(coordinates[i].y) - mTileY) * mTileScale), /*(float) coordinates[i].z*/0); } // int length = removeLast ? coordinates.length - 1 : coordinates.length;