w-flowchart 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/w-flowchart.umd.js +2 -2
- package/dist/w-flowchart.umd.js.map +1 -1
- package/docs/WFlowchart.mjs.html +1 -1
- package/docs/global.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +1 -1
- package/src/p10/README.md +1 -0
- package/src/p10/gen.mjs +14 -4
- package/test/cases-sides.mjs +105 -0
- package/test/p10.test.mjs +2 -0
- package/test/pics/p10/side-dia-out-L.png +0 -0
- package/test/pics/p10/side-dia-out-L.svg +1 -0
- package/test/pics/p10/side-group-ignored.png +0 -0
- package/test/pics/p10/side-group-ignored.svg +1 -0
- package/test/pics/p10/side-rect-RL.png +0 -0
- package/test/pics/p10/side-rect-RL.svg +1 -0
- package/toolg/cleanFolder.mjs +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="166" viewBox="-18 -18 240 166" style="background:#fff"><path d="M 78 30 L 102 30 L 102 100 L 126 100" fill="none" stroke="#44505a" stroke-width="2"></path><path d="M 126 100 L 117 96 L 117 104 Z" fill="#44505a"></path><rect x="12" y="12" width="66" height="36" rx="7" fill="#eef4fb" stroke="#3f6fb0" stroke-width="1.6"></rect><foreignObject x="12" y="12" width="66" height="36"><div xmlns="http://www.w3.org/1999/xhtml" class="lbl" style="width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px;color:#1c2b36;line-height:1.4;padding:0 4px;box-sizing:border-box"><div style="width:100%;min-width:0;white-space:pre-line;overflow-wrap:break-word;word-break:normal">節點甲</div></div></foreignObject><rect x="126" y="82" width="66" height="36" rx="7" fill="#eaf4ef" stroke="#348a5c" stroke-width="1.6"></rect><foreignObject x="126" y="82" width="66" height="36"><div xmlns="http://www.w3.org/1999/xhtml" class="lbl" style="width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px;color:#1c2b36;line-height:1.4;padding:0 4px;box-sizing:border-box"><div style="width:100%;min-width:0;white-space:pre-line;overflow-wrap:break-word;word-break:normal">節點乙</div></div></foreignObject></svg>
|