Phase 0.3-0.5: SVG export + YAML sidecars + asset catalog
- Add hair class KeyMap entries (基髪→BaseHair, 前髪→FrontHair, 胸毛→ChestHair)
- Implement cardinal spline → cubic Bezier SVG export for all 175 body parts
- Generate YAML sidecar files (part.yaml) per part with metadata
- Write Catalog.yaml index for runtime asset loading
- Output to SlaveMatrix/Assets/Parts/{EnglishName}/ structure
- Each part directory contains part.yaml + x{x}y{y}.svg morph variants
- 838 SVGs across 324 morph variants, 175 sidecars, 1 catalog
- Extraction tool now serves as the asset build pipeline step
This commit is contained in:
36
SlaveMatrix/Assets/Parts/葉/part.yaml
Normal file
36
SlaveMatrix/Assets/Parts/葉/part.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
id: 葉
|
||||
original_key: 葉
|
||||
resource: 肢左
|
||||
morph_x: 2
|
||||
morph_y: 3
|
||||
variants:
|
||||
- x: 0
|
||||
y: 0
|
||||
file: x0y0.svg
|
||||
- x: 0
|
||||
y: 1
|
||||
file: x0y1.svg
|
||||
- x: 0
|
||||
y: 2
|
||||
file: x0y2.svg
|
||||
- x: 1
|
||||
y: 0
|
||||
file: x1y0.svg
|
||||
- x: 1
|
||||
y: 1
|
||||
file: x1y1.svg
|
||||
- x: 1
|
||||
y: 2
|
||||
file: x1y2.svg
|
||||
fields:
|
||||
- name: 葉
|
||||
- name: 葉脈
|
||||
joints:
|
||||
- position: [
|
||||
0.011628401968068896,
|
||||
0.02014601754626799
|
||||
]
|
||||
- position: [
|
||||
0.011628401968068889,
|
||||
-0.004161837954568095
|
||||
]
|
||||
8
SlaveMatrix/Assets/Parts/葉/x0y0.svg
Normal file
8
SlaveMatrix/Assets/Parts/葉/x0y0.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1">
|
||||
<g transform="translate(0.21966171751867267,0.42439729251110114) rotate(0) scale(1,1) translate(-0.011628401968068889,0.004161837954568095)"><path d="M 0.010547043301748698 -0.004161837954568094 C 0.010573436853454559 -0.004248496706431077 0.010953879144412391 -0.005324296959106848 0.010863765922219042 -0.005201742976923892 C 0.010953879144412391 -0.005324296959106848 0.01175584130904387 -0.005632485740763562 0.011628401968068894 -0.005632485740763562 C 0.01175584130904387 -0.005632485740763562 0.012483151236112095 -0.005079188994740939 0.012393038013918745 -0.005201742976923895 C 0.012483151236112095 -0.005079188994740939 0.012736154186094948 -0.004075179202705113 0.012709760634389087 -0.004161837954568096" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.012709760634389087 -0.004161837954568096 C 0.012772508962930307 -0.0036918794215769425 0.014244795037469027 0.0035033190663954204 0.013462740576883726 0.0014776644413257468 C 0.014244795037469027 0.0035033190663954204 0.022676553936263277 0.023859583868492098 0.022094414161412702 0.020146017546267984 C 0.022676553936263277 0.023859583868492098 0.019997718914978223 0.050682679017638656 0.020448417875090635 0.04604046030801511 C 0.019997718914978223 0.050682679017638656 0.016372494037144844 0.07833699054122842 0.01668602664006375 0.07585264206175048" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.01668602664006375 0.07585264206175048 C 0.015670737616844194 0.07346494538020702 0.0031845318088750355 0.042704404056260206 0.004502558361429054 0.047200281883228966 C 0.0031845318088750355 0.042704404056260206 0.0013106667592342823 0.018091890017966766 0.0008697080094155317 0.02190210813812537 C 0.0013106667592342823 0.018091890017966766 0.010600507966948492 -0.0006943310663987006 0.009794063359254061 0.0014776644413257546 C 0.010600507966948492 -0.0006943310663987006 0.010609791630289918 -0.004631796487559248 0.010547043301748698 -0.004161837954568094" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
</g><g transform="translate(0.2196617175186727,0.44870514801193717) rotate(0) scale(1,1) translate(-0.030470409749388385,-0.030470409749388392)"><path d="M 0.030470409749388392 0.009257914270467245 C 0.03046093120543167 0.011699915372076836 0.030631805874919784 0.04413790329275355 0.030356667221907715 0.03856192748978235 C 0.030631805874919784 0.04413790329275355 0.034056690782502015 0.07930359860748325 0.033772073585533226 0.07616962390612164" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.033772073585533226 0.07616962390612164 C 0.033329732380352355 0.07303564920476004 0.028188840470350682 0.03298595168681115 0.02846397912336275 0.03856192748978235 C 0.028188840470350682 0.03298595168681115 0.030637612301557187 0.006815913168857653 0.030470409749388385 0.009257914270467245" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
</g></svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
15
SlaveMatrix/Assets/Parts/葉/x0y1.svg
Normal file
15
SlaveMatrix/Assets/Parts/葉/x0y1.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1">
|
||||
<g transform="translate(0.21966171751867267,0.4243972925111011) rotate(0) scale(1,1) translate(-0.011628401968068889,0.004161837954568095)"><path d="M 0.010547043301748698 -0.004161837954568094 C 0.010573436853454559 -0.004248496706431077 0.010953879144412391 -0.005324296959106848 0.010863765922219042 -0.005201742976923892 C 0.010953879144412391 -0.005324296959106848 0.01175584130904387 -0.005632485740763562 0.011628401968068894 -0.005632485740763562 C 0.01175584130904387 -0.005632485740763562 0.012483151236112095 -0.005079188994740939 0.012393038013918745 -0.005201742976923895 C 0.012483151236112095 -0.005079188994740939 0.012736154186094948 -0.004075179202705113 0.012709760634389087 -0.004161837954568096" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.012709760634389087 -0.004161837954568096 C 0.012769706814109338 -0.0037059327807303344 0.014184379874004003 0.0031964850766680944 0.013429114791032093 0.0013090241314850468 C 0.014184379874004003 0.0031964850766680944 0.022466769801927678 0.021297968055753496 0.021772941630052018 0.018487693387628474 C 0.022466769801927678 0.021297968055753496 0.02175356212216401 0.03641103904576504 0.02175505285354001 0.0350323201489853" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.02175505285354001 0.0350323201489853 C 0.02137732318488866 0.03525976844276846 0.01923118522038937 0.03706792929175553 0.019488674841631918 0.03639700991168424 C 0.01923118522038937 0.03706792929175553 0.020099594513211517 0.039814112825328755 0.02021011512608472 0.03905783642941303 C 0.020099594513211517 0.039814112825328755 0.01887732082630155 0.041977727171928415 0.0188255511643927 0.04093466828717857 C 0.01887732082630155 0.041977727171928415 0.020803263419728674 0.046046443313034355 0.02052073309753782 0.0453161897379121" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.02052073309753782 0.0453161897379121 C 0.020449108827029307 0.04596904112423048 0.019504737836038684 0.0544748880678813 0.01966124185143565 0.053150406373732716 C 0.019504737836038684 0.0544748880678813 0.018557805167885744 0.06188160037552526 0.0186426849127742 0.06120997006769506" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.0186426849127742 0.06120997006769506 C 0.018386569728579612 0.06132314243202588 0.015251179382792215 0.06344706985856725 0.015569302702439163 0.06256803843966487 C 0.015251179382792215 0.06344706985856725 0.014763196941558464 0.07252420614909533 0.014825205077010826 0.07175834709452375" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.014825205077010826 0.07175834709452375 C 0.014373952328121874 0.07077538874953558 0.00866304753306185 0.058254337239987006 0.009410172090343404 0.059962846954665645 C 0.00866304753306185 0.058254337239987006 0.005563838581239574 0.05053067914868957 0.005859710389632176 0.05125623051838004" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.005859710389632176 0.05125623051838004 C 0.006308858733559969 0.05069713053565691 0.00897879257091437 0.04681518090469114 0.008554600453198937 0.04790163062204123 C 0.00897879257091437 0.04681518090469114 0.007942572566443587 0.044217396918987656 0.00840486309592477 0.04473753221427949 C 0.007942572566443587 0.044217396918987656 0.004906188669774191 0.044382869651903994 0.005780857276311833 0.04478081885029021 C 0.004906188669774191 0.044382869651903994 0.0027195171534300966 0.04194467338624084 0.003156851456698916 0.04234983702396218" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.003156851456698916 0.04234983702396218 C 0.0030340620167480657 0.04180707236429479 0.0014912136002269265 0.03481059055738859 0.0016833781772887095 0.03583666110795352 C 0.0014912136002269265 0.03481059055738859 0.0007815013948465873 0.029553684526285477 0.0008508765319575198 0.03003699041718302" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.0008508765319575198 0.03003699041718302 C 0.0011177386144176533 0.029592091314246154 0.004078817621625851 0.023876153384703384 0.004053221521479123 0.024698201181940643 C 0.004078817621625851 0.023876153384703384 0.0009167637514048513 0.019795268156035543 0.0011580297337182568 0.020172416850335936" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.0011580297337182568 0.020172416850335936 C 0.0013253190550226092 0.01968407801542699 0.003905383670772843 0.0126764669353145 0.0031655015893704854 0.014312350831428603 C 0.003905383670772843 0.0126764669353145 0.010651743186578069 -0.000997705635199696 0.010036614710546551 0.0005418100969666955 C 0.010651743186578069 -0.000997705635199696 0.01058957901768221 -0.004553808625529326 0.010547043301748698 -0.004161837954568094" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
</g><g transform="translate(0.2196617175186727,0.44870514801193717) rotate(0) scale(1,1) translate(-0.030470409749388385,-0.030470409749388392)"><path d="M 0.030470409749388392 0.009257914270467245 C 0.03046093120543167 0.011699915372076836 0.030631805874919784 0.04413790329275355 0.030356667221907715 0.03856192748978235 C 0.030631805874919784 0.04413790329275355 0.034056690782502015 0.07930359860748325 0.033772073585533226 0.07616962390612164" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.033772073585533226 0.07616962390612164 C 0.033329732380352355 0.07303564920476004 0.028188840470350682 0.03298595168681115 0.02846397912336275 0.03856192748978235 C 0.028188840470350682 0.03298595168681115 0.030637612301557187 0.006815913168857653 0.030470409749388385 0.009257914270467245" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
</g></svg>
|
||||
|
After Width: | Height: | Size: 5.6 KiB |
16
SlaveMatrix/Assets/Parts/葉/x0y2.svg
Normal file
16
SlaveMatrix/Assets/Parts/葉/x0y2.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1">
|
||||
<g transform="translate(0.21966171751867267,0.4243972925111011) rotate(0) scale(1,1) translate(-0.011628401968068889,0.004161837954568095)"><path d="M 0.010547043301748698 -0.004161837954568094 C 0.010573436853454559 -0.004248496706431077 0.010953879144412391 -0.005324296959106848 0.010863765922219042 -0.005201742976923892 C 0.010953879144412391 -0.005324296959106848 0.01175584130904387 -0.005632485740763562 0.011628401968068894 -0.005632485740763562 C 0.01175584130904387 -0.005632485740763562 0.012483151236112095 -0.005079188994740939 0.012393038013918745 -0.005201742976923895 C 0.012483151236112095 -0.005079188994740939 0.012736154186094948 -0.004075179202705113 0.012709760634389087 -0.004161837954568096" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.012709760634389087 -0.004161837954568096 C 0.012767574845028452 -0.0037054134463290023 0.014157622909071289 0.0032007926729302697 0.01340353116206147 0.00131525614430103 C 0.014157622909071289 0.0032007926729302697 0.022463231893877857 0.021201698444611786 0.021758861598506908 0.018464600388982778 C 0.022463231893877857 0.021201698444611786 0.021864067465513365 0.035468418847088 0.02185597470651287 0.034160432811849134" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.02185597470651287 0.034160432811849134 C 0.021588750607262838 0.03427774647951741 0.018208336964624674 0.035985478170095425 0.01864928551551249 0.0355681968238684 C 0.018208336964624674 0.035985478170095425 0.016449808734879483 0.03986554113413137 0.01656459209585909 0.03916780896657343 C 0.016449808734879483 0.03986554113413137 0.017595202061587857 0.04451715058795671 0.0172718851837572 0.0439409828345637 C 0.017595202061587857 0.04451715058795671 0.02070877041699942 0.04626022527168338 0.020444394629826942 0.04608182200728956" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.020444394629826942 0.04608182200728956 C 0.020293238913872025 0.04735429761095224 0.018317328705887682 0.06383243092244681 0.01863052603836795 0.06135152925124173 C 0.018317328705887682 0.06383243092244681 0.016523985023538402 0.07706106812929288 0.01668602664006375 0.07585264206175048" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.01668602664006375 0.07585264206175048 C 0.016101221638698694 0.07457421441810563 0.00884062285822997 0.05865700085835659 0.009668366623683065 0.06051151033801242 C 0.00884062285822997 0.05865700085835659 0.006510162690538593 0.05302244646986945 0.00675310145462663 0.053598528305880445" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.00675310145462663 0.053598528305880445 C 0.007115248389192914 0.05303302825432471 0.008872919809752104 0.04927823632927693 0.008925983062024336 0.05020552799654601 C 0.008872919809752104 0.04927823632927693 0.006062499430712279 0.04710958801094495 0.006434721940993241 0.04803477830226592 C 0.006062499430712279 0.04710958801094495 0.00621358327301662 0.04396018146726729 0.006692648000338563 0.04465438624862019 C 0.00621358327301662 0.04396018146726729 0.0030382811731820844 0.04373874350840321 0.0035603335770615814 0.0438695496141485" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.0035603335770615814 0.0438695496141485 C 0.0034741285654051714 0.04295751444701265 0.0024801720906298384 0.03164149639333661 0.0025258734371846597 0.032925127608518394 C 0.0024801720906298384 0.03164149639333661 0.0030524210835053147 0.028094378983921194 0.003011917418403726 0.02846597503196713" fill="none" stroke="none" stroke-width="0"/>
|
||||
<path d="M 0.003011917418403726 0.02846597503196713 C 0.003265782735275369 0.028348233293546885 0.006340985949325313 0.026591640290072688 0.006058301220863441 0.027053074170924184 C 0.006340985949325313 0.026591640290072688 0.006432953571536427 0.02258507631931791 0.006404134159946197 0.022928768461749162" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.006404134159946197 0.022928768461749162 C 0.006130665369102393 0.023065089538656013 0.002839823941358685 0.025026055265482884 0.0031225086698205575 0.024564621384631388 C 0.002839823941358685 0.025026055265482884 0.0030027014807856565 0.028791087835911777 0.003011917418403726 0.02846597503196713" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.003011917418403726 0.02846597503196713 C 0.0029714137533021373 0.02883757108001307 0.002571574783739481 0.034208758823700176 0.0025258734371846597 0.032925127608518394 C 0.002571574783739481 0.034208758823700176 0.0036465385887179914 0.04478158478128434 0.0035603335770615814 0.0438695496141485" fill="none" stroke="none" stroke-width="0"/>
|
||||
<path d="M 0.0035603335770615814 0.0438695496141485 C 0.0033304576557469236 0.042671047247081866 0.0006612880727748412 0.027299395677133798 0.0008018225212856856 0.02948752120934891 C 0.0006612880727748412 0.027299395677133798 0.002630168278161551 0.015263364584856273 0.0018739201949314482 0.01761204322756718 C 0.002630168278161551 0.015263364584856273 0.010599559778948359 -0.0005111126016932649 0.00987679952004692 0.001303377496818008 C 0.010599559778948359 -0.0005111126016932649 0.010602896950223846 -0.004617272575516936 0.010547043301748698 -0.004161837954568094" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
</g><g transform="translate(0.2196617175186727,0.44870514801193717) rotate(0) scale(1,1) translate(-0.030470409749388385,-0.030470409749388392)"><path d="M 0.030470409749388392 0.009257914270467245 C 0.03046093120543167 0.011699915372076836 0.030631805874919784 0.04413790329275355 0.030356667221907715 0.03856192748978235 C 0.030631805874919784 0.04413790329275355 0.034056690782502015 0.07930359860748325 0.033772073585533226 0.07616962390612164" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.033772073585533226 0.07616962390612164 C 0.033329732380352355 0.07303564920476004 0.028188840470350682 0.03298595168681115 0.02846397912336275 0.03856192748978235 C 0.028188840470350682 0.03298595168681115 0.030637612301557187 0.006815913168857653 0.030470409749388385 0.009257914270467245" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
</g></svg>
|
||||
|
After Width: | Height: | Size: 6.0 KiB |
8
SlaveMatrix/Assets/Parts/葉/x1y0.svg
Normal file
8
SlaveMatrix/Assets/Parts/葉/x1y0.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1">
|
||||
<g transform="translate(0.21966171751867267,0.42439729251110114) rotate(0) scale(1,1) translate(-0.011628401968068889,0.004161837954568095)"><path d="M 0.010547043301748698 -0.004161837954568094 C 0.010573436853454559 -0.004248496706431077 0.010953879144412391 -0.005324296959106848 0.010863765922219042 -0.005201742976923892 C 0.010953879144412391 -0.005324296959106848 0.01175584130904387 -0.005632485740763562 0.011628401968068894 -0.005632485740763562 C 0.01175584130904387 -0.005632485740763562 0.012483151236112095 -0.005079188994740939 0.012393038013918745 -0.005201742976923895 C 0.012483151236112095 -0.005079188994740939 0.012736154186094948 -0.004075179202705113 0.012709760634389087 -0.004161837954568096" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.012709760634389087 -0.004161837954568096 C 0.014127365575177799 -0.0049204970516153 0.03253568124265603 -0.013283839857898088 0.029721019923853634 -0.013265747119134542 C 0.03253568124265603 -0.013283839857898088 0.04801197830745314 -0.0015695730979913545 0.04648569646001782 -0.0043789508197306535 C 0.04801197830745314 -0.0015695730979913545 0.046130148999243406 0.025231117714996434 0.048036402093077496 0.02044678554173705 C 0.046130148999243406 0.025231117714996434 0.0209981280462576 0.057650189969383085 0.023610659334008743 0.053033035259381966 C 0.0209981280462576 0.057650189969383085 0.016108973915568335 0.07775427596194785 0.01668602664006375 0.07585264206175048" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.01668602664006375 0.07585264206175048 C 0.015696871736655696 0.0739510081615531 0.001781484240743657 0.04841588054938085 0.004816167799167092 0.053033035259381966 C 0.001781484240743657 0.04841588054938085 -0.021745764700498216 0.015757465277431472 -0.01973017606101747 0.02044678554173705 C -0.021745764700498216 0.015757465277431472 -0.01801298156588341 -0.005984844361388379 -0.019370895874601834 -0.003238807912284952 C -0.01801298156588341 -0.005984844361388379 -0.00094204275836716 -0.012582571017694333 -0.003435204356396371 -0.012505651847504072 C -0.00094204275836716 -0.012582571017694333 0.011712230606594121 -0.0034665201301567624 0.010547043301748698 -0.004161837954568094" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
</g><g transform="translate(0.2196617175186727,0.4487051480119372) rotate(0) scale(1,1) translate(-0.030470409749388385,-0.030470409749388392)"><path d="M 0.030470409749388392 0.009257914270467245 C 0.03046093120543167 0.011699915372076836 0.030631805874919784 0.04413790329275355 0.030356667221907715 0.03856192748978235 C 0.030631805874919784 0.04413790329275355 0.034056690782502015 0.07930359860748325 0.033772073585533226 0.07616962390612164" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.033772073585533226 0.07616962390612164 C 0.033329732380352355 0.07303564920476004 0.028188840470350682 0.03298595168681115 0.02846397912336275 0.03856192748978235 C 0.028188840470350682 0.03298595168681115 0.030637612301557187 0.006815913168857653 0.030470409749388385 0.009257914270467245" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
</g></svg>
|
||||
|
After Width: | Height: | Size: 3.2 KiB |
21
SlaveMatrix/Assets/Parts/葉/x1y1.svg
Normal file
21
SlaveMatrix/Assets/Parts/葉/x1y1.svg
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1">
|
||||
<g transform="translate(0.21966171751867267,0.42439729251110114) rotate(0) scale(1,1) translate(-0.011628401968068889,0.004161837954568095)"><path d="M 0.010547043301748698 -0.004161837954568094 C 0.010573436853454559 -0.004248496706431077 0.010953879144412391 -0.005324296959106848 0.010863765922219042 -0.005201742976923892 C 0.010953879144412391 -0.005324296959106848 0.01175584130904387 -0.005632485740763562 0.011628401968068894 -0.005632485740763562 C 0.01175584130904387 -0.005632485740763562 0.012483151236112095 -0.005079188994740939 0.012393038013918745 -0.005201742976923895 C 0.012483151236112095 -0.005079188994740939 0.012736154186094948 -0.004075179202705113 0.012709760634389087 -0.004161837954568096" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.012709760634389087 -0.004161837954568096 C 0.013815348279015517 -0.004850917366131026 0.02778892635538484 -0.0131348646869014 0.025976812369906246 -0.012430790893323261 C 0.02778892635538484 -0.0131348646869014 0.0357895472381588 -0.012343089471098837 0.034455128460132226 -0.012610723477505763 C 0.0357895472381588 -0.012343089471098837 0.042617730143399625 -0.008936554428018006 0.04198983770622521 -0.00921918281644014" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.04198983770622521 -0.00921918281644014 C 0.04183321251198855 -0.008977037983724756 0.04001587634084927 -0.005757219685829311 0.04011033537538529 -0.006313444823855525 C 0.04001587634084927 -0.005757219685829311 0.041184541878300736 -0.002052270654176964 0.04085632929179301 -0.0025444811601255716 C 0.041184541878300736 -0.002052270654176964 0.0446400842925643 -0.00029385150625871304 0.04404888641347796 -0.00040691875247223647 C 0.0446400842925643 -0.00029385150625871304 0.04827585529310833 -0.0012527371599875448 0.04795070384082907 -0.0011876742055632902" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.04795070384082907 -0.0011876742055632902 C 0.048119877462445955 -0.0002792359036095412 0.04985825345666217 0.01178816292049237 0.04998078730023171 0.009713585417881698 C 0.04985825345666217 0.01178816292049237 0.04484918148619332 0.026554458489997202 0.046480297717994536 0.02370725582576477 C 0.04484918148619332 0.026554458489997202 0.029067983752002313 0.04556108085224639 0.0304073925186171 0.04388001738867088" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.0304073925186171 0.04388001738867088 C 0.030305413520750033 0.04368613522852803 0.028975719227857775 0.04121974323185327 0.029183644544212305 0.041553431466956704 C 0.028975719227857775 0.04121974323185327 0.027806342403875268 0.039735952492469036 0.027912288722362733 0.03987575856742963" fill="none" stroke="none" stroke-width="0"/>
|
||||
<path d="M 0.027912288722362733 0.03987575856742963 C 0.0281754097108549 0.03959265052730298 0.03113367904603697 0.03589366862025364 0.031069740584268778 0.03647846208590985 C 0.03113367904603697 0.03589366862025364 0.02848036773685705 0.03255655155402551 0.02867955026358103 0.032858236979555075" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.02867955026358103 0.032858236979555075 C 0.02882025961193518 0.032731364001132614 0.03071144953253699 0.031190599850840738 0.030368062443830852 0.03133576123848554 C 0.03071144953253699 0.031190599850840738 0.03300287306840668 0.03109801191859509 0.03280019532805469 0.031116300327817432" fill="none" stroke="none" stroke-width="0"/>
|
||||
<path d="M 0.03280019532805469 0.031116300327817432 C 0.032980542756568657 0.03090244129261696 0.03499157360260472 0.028141842081674348 0.03496436447022228 0.02854999190541177 C 0.03499157360260472 0.028141842081674348 0.032973566620512415 0.026024211654431428 0.03312670491664394 0.02621850244296838" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.03312670491664394 0.02621850244296838 C 0.032931452589063104 0.026405282849414614 0.03075646785329149 0.02886801714406061 0.030783676985673927 0.028459867320323188 C 0.03075646785329149 0.02886801714406061 0.03296823852325309 0.03133766974510862 0.03280019532805469 0.031116300327817432" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.03280019532805469 0.031116300327817432 C 0.032597517587702705 0.031134588737039774 0.030024675355124715 0.031480922626130343 0.030368062443830852 0.03133576123848554 C 0.030024675355124715 0.031480922626130343 0.02853884091522688 0.032985109957977536 0.02867955026358103 0.032858236979555075" fill="none" stroke="none" stroke-width="0"/>
|
||||
<path d="M 0.02867955026358103 0.032858236979555075 C 0.02841284083629602 0.03314226559952437 0.025415098674392726 0.03685137388484285 0.02547903713616092 0.036266580419186636 C 0.025415098674392726 0.03685137388484285 0.02811505968787955 0.04017652341311655 0.027912288722362733 0.03987575856742963" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.027912288722362733 0.03987575856742963 C 0.028018235040850197 0.04001556464239022 0.029391569860566836 0.04188711970206014 0.029183644544212305 0.041553431466956704 C 0.029391569860566836 0.04188711970206014 0.030509371516484165 0.04407389954881373 0.0304073925186171 0.04388001738867088" fill="none" stroke="none" stroke-width="0"/>
|
||||
<path d="M 0.0304073925186171 0.04388001738867088 C 0.029685098671027726 0.04495366602176898 0.02059641919099851 0.059428186375271384 0.02173986634754462 0.05676380098584809 C 0.02059641919099851 0.059428186375271384 0.016264873331107012 0.07744337881807567 0.01668602664006375 0.07585264206175048" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.01668602664006375 0.07585264206175048 C 0.015967538566589716 0.07431264058556233 0.00700500066295987 0.0549613843656459 0.00806416975837532 0.05737262434749278 C 0.00700500066295987 0.0549613843656459 0.003635316473136933 0.04604652377392909 0.0039759974950783475 0.04691776227958784" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.0039759974950783475 0.04691776227958784 C 0.0036343713716384908 0.046796666764707444 -0.000502598143452208 0.044913611926611224 -0.0001235159861999342 0.04546461610102304 C -0.000502598143452208 0.044913611926611224 -0.0010816313292708727 0.03978044413362818 -0.0005729883919489382 0.04030571218664597 C -0.0010816313292708727 0.03978044413362818 -0.006698418137572666 0.039066040071323214 -0.006227231234063149 0.03916139946480958" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M -0.006227231234063149 0.03916139946480958 C -0.007435999382765573 0.03739352129004438 -0.02181917479737622 0.014398944252147671 -0.020732449018492236 0.017946861367627267 C -0.02181917479737622 0.014398944252147671 -0.017827517955209805 -0.005949466358819924 -0.019267940580670984 -0.00341360592094558 C -0.017827517955209805 -0.005949466358819924 -0.0009627955227564226 -0.012545816556333406 -0.003447377512958063 -0.012483463886864863 C -0.0009627955227564226 -0.012545816556333406 0.011713245036307595 -0.003468369126876696 0.010547043301748698 -0.004161837954568094" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
</g><g transform="translate(0.2196617175186727,0.4487051480119372) rotate(0) scale(1,1) translate(-0.030470409749388385,-0.030470409749388392)"><path d="M 0.030470409749388392 0.009257914270467245 C 0.03046093120543167 0.011699915372076836 0.030631805874919784 0.04413790329275355 0.030356667221907715 0.03856192748978235 C 0.030631805874919784 0.04413790329275355 0.034056690782502015 0.07930359860748325 0.033772073585533226 0.07616962390612164" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.033772073585533226 0.07616962390612164 C 0.033329732380352355 0.07303564920476004 0.028188840470350682 0.03298595168681115 0.02846397912336275 0.03856192748978235 C 0.028188840470350682 0.03298595168681115 0.030637612301557187 0.006815913168857653 0.030470409749388385 0.009257914270467245" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
</g></svg>
|
||||
|
After Width: | Height: | Size: 7.8 KiB |
17
SlaveMatrix/Assets/Parts/葉/x1y2.svg
Normal file
17
SlaveMatrix/Assets/Parts/葉/x1y2.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1">
|
||||
<g transform="translate(0.21966171751867267,0.42439729251110114) rotate(0) scale(1,1) translate(-0.011628401968068889,0.004161837954568095)"><path d="M 0.010547043301748698 -0.004161837954568094 C 0.010573436853454559 -0.004248496706431077 0.010953879144412391 -0.005324296959106848 0.010863765922219042 -0.005201742976923892 C 0.010953879144412391 -0.005324296959106848 0.01175584130904387 -0.005632485740763562 0.011628401968068894 -0.005632485740763562 C 0.01175584130904387 -0.005632485740763562 0.012483151236112095 -0.005079188994740939 0.012393038013918745 -0.005201742976923895 C 0.012483151236112095 -0.005079188994740939 0.012736154186094948 -0.004075179202705113 0.012709760634389087 -0.004161837954568096" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.012709760634389087 -0.004161837954568096 C 0.014116598263712091 -0.004921515006324497 0.032380679778434555 -0.013331083516290294 0.02959181218626513 -0.013277962575644908 C 0.032380679778434555 -0.013331083516290294 0.04781883300911141 -0.0023296490409962247 0.04617617174042219 -0.004799289242312742 C 0.04781883300911141 -0.0023296490409962247 0.048732810031165454 0.01953740763136494 0.04930374741053574 0.0163577198401533 C 0.048732810031165454 0.01953740763136494 0.03849335450276565 0.03477356795323306 0.039324923187978734 0.03335696425222692" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.039324923187978734 0.03335696425222692 C 0.03924197578997826 0.032171881519155954 0.038170845384040676 0.017103378478920586 0.03832955441197306 0.019135971455375336 C 0.038170845384040676 0.017103378478920586 0.03734465322285819 0.00811833829138616 0.0374204148527901 0.008965848534769942" fill="none" stroke="none" stroke-width="0"/>
|
||||
<path d="M 0.0374204148527901 0.008965848534769942 C 0.03723428878438488 0.00846367290890409 0.03446774180262903 0.0023650532173919657 0.035186902031927425 0.002939741024379718 C 0.03446774180262903 0.0023650532173919657 0.02825745794031613 0.001997082669795014 0.028790492101209306 0.0020695948509169143" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.028790492101209306 0.0020695948509169143 C 0.02890666278543457 0.002549820361933129 0.030903700541210874 0.008406988790099242 0.030184540311912474 0.00783230098311149 C 0.030903700541210874 0.008406988790099242 0.03802340439786324 0.00906031083074148 0.0374204148527901 0.008965848534769942" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.0374204148527901 0.008965848534769942 C 0.037496176482722014 0.009813358778153725 0.03848826343990545 0.021168564431830086 0.03832955441197306 0.019135971455375336 C 0.03848826343990545 0.021168564431830086 0.03940787058597921 0.03454204698529789 0.039324923187978734 0.03335696425222692" fill="none" stroke="none" stroke-width="0"/>
|
||||
<path d="M 0.039324923187978734 0.03335696425222692 C 0.03808657520092851 0.033715183249223464 0.030463013916242145 0.03666900285828503 0.03189483526567738 0.035506278234206164 C 0.030463013916242145 0.03666900285828503 0.029889645985602977 0.04144514674978399 0.03073399509136733 0.040333311996700136 C 0.029889645985602977 0.04144514674978399 0.026297802342403455 0.04334287703674313 0.026828740631091256 0.042177286752709285 C 0.026297802342403455 0.04334287703674313 0.027668302813932056 0.04818511485893555 0.027548365359240514 0.047326853700903226" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.027548365359240514 0.047326853700903226 C 0.0263388681906882 0.04758453302295671 0.011428723061272253 0.051370516941848555 0.013034399336612743 0.05041900556554502 C 0.011428723061272253 0.051370516941848555 0.007884070948366446 0.05943882227079563 0.008280250055154623 0.058744990216545584" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.008280250055154623 0.058744990216545584 C 0.007757933433549584 0.057944517053871 -0.00015598388915408472 0.04626324216669315 0.0020124505958941537 0.04913931226445057 C -0.00015598388915408472 0.04626324216669315 -0.01974902104603011 0.02102441428677626 -0.017740963765424236 0.02423214904345654 C -0.01974902104603011 0.02102441428677626 -0.022446176188538978 0.009514357362689773 -0.022084236771376307 0.010646495184287216" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M -0.022084236771376307 0.010646495184287216 C -0.021463414855915536 0.010608756054762275 -0.013611363359996092 0.009701010842838797 -0.014634373785847053 0.010193625629987919 C -0.013611363359996092 0.009701010842838797 -0.009443178589865101 0.003674206195758604 -0.009808111661164763 0.004735117738497753 C -0.009443178589865101 0.003674206195758604 -0.010757522670039522 -0.0035569511741527027 -0.0102551769302511 -0.002537312882881868 C -0.010757522670039522 -0.0035569511741527027 -0.016301350839323735 -0.007914144162908124 -0.01583626053862584 -0.007500541756752258" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M -0.01583626053862584 -0.007500541756752258 C -0.015266869829232131 -0.007817274623239069 -0.00773733108477349 -0.011673278931203792 -0.00900357202590134 -0.01130133615459398 C -0.00773733108477349 -0.011673278931203792 0.000987848698879195 -0.011368896892734506 -0.0006413692450916418 -0.011963855076069996 C 0.000987848698879195 -0.011368896892734506 0.011479411013985393 -0.003511669861109602 0.010547043301748698 -0.004161837954568094" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
</g><g transform="translate(0.2196617175186727,0.4487051480119372) rotate(0) scale(1,1) translate(-0.030470409749388385,-0.030470409749388392)"><path d="M 0.030470409749388392 0.009257914270467245 C 0.03046093120543167 0.011699915372076836 0.030500369111603483 0.042837566055243595 0.030356667221907715 0.03856192748978235 C 0.030500369111603483 0.042837566055243595 0.0323480128593901 0.06239921451985384 0.03219483242573761 0.06056557705600219" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.03219483242573761 0.06056557705600219 C 0.032155943200902176 0.060588236903538276 0.031653961390785114 0.06088555112537006 0.0317281617277124 0.06083749522643516 C 0.031653961390785114 0.06088555112537006 0.03126911727051829 0.06116764389461979 0.03130442838261014 0.06114224784322097" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
<path d="M 0.03130442838261014 0.06114224784322097 C 0.03106772427767286 0.059260554480434414 0.02839447757059427 0.03423823302538621 0.02846397912336275 0.03856192748978235 C 0.02839447757059427 0.03423823302538621 0.030637612301557187 0.006815913168857653 0.030470409749388385 0.009257914270467245" fill="none" stroke="#000000" stroke-width="0.001"/>
|
||||
</g></svg>
|
||||
|
After Width: | Height: | Size: 6.5 KiB |
Reference in New Issue
Block a user