Skip to content

Commit 9804504

Browse files
committed
feat[ptr]: Effect相关钩子 源码分析
1 parent 4f42deb commit 9804504

2 files changed

Lines changed: 71 additions & 1 deletion

File tree

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
<mxfile host="65bd71144e">
2+
<diagram name="Fiber Effect Structure" id="0">
3+
<mxGraphModel dx="713" dy="1384" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1600" pageHeight="1200" math="0" shadow="0">
4+
<root>
5+
<mxCell id="0"/>
6+
<mxCell id="1" parent="0"/>
7+
<mxCell id="hook1" value="hook1" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
8+
<mxGeometry x="100" y="100" width="100" height="50" as="geometry"/>
9+
</mxCell>
10+
<mxCell id="hook2" value="hook2" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
11+
<mxGeometry x="250" y="100" width="100" height="50" as="geometry"/>
12+
</mxCell>
13+
<mxCell id="hook3" value="hook3" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
14+
<mxGeometry x="400" y="100" width="100" height="50" as="geometry"/>
15+
</mxCell>
16+
<mxCell id="hook4" value="hook4" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
17+
<mxGeometry x="550" y="100" width="100" height="50" as="geometry"/>
18+
</mxCell>
19+
<mxCell id="hook5" value="hook5" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
20+
<mxGeometry x="700" y="100" width="100" height="50" as="geometry"/>
21+
</mxCell>
22+
<mxCell id="effect1" value="effect" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
23+
<mxGeometry x="150" y="250" width="100" height="50" as="geometry"/>
24+
</mxCell>
25+
<mxCell id="effect2" value="effect" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
26+
<mxGeometry x="550" y="250" width="100" height="50" as="geometry"/>
27+
</mxCell>
28+
<mxCell id="2" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" edge="1" parent="1" source="effect3" target="effect1">
29+
<mxGeometry relative="1" as="geometry">
30+
<Array as="points">
31+
<mxPoint x="750" y="370"/>
32+
<mxPoint x="480" y="370"/>
33+
<mxPoint x="200" y="370"/>
34+
</Array>
35+
</mxGeometry>
36+
</mxCell>
37+
<mxCell id="effect3" value="effect" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
38+
<mxGeometry x="700" y="250" width="100" height="50" as="geometry"/>
39+
</mxCell>
40+
<mxCell id="e1" style="endArrow=block;html=1;" parent="1" source="hook1" target="hook2" edge="1">
41+
<mxGeometry relative="1" as="geometry"/>
42+
</mxCell>
43+
<mxCell id="e2" style="endArrow=block;html=1;" parent="1" source="hook2" target="hook3" edge="1">
44+
<mxGeometry relative="1" as="geometry"/>
45+
</mxCell>
46+
<mxCell id="e3" style="endArrow=block;html=1;" parent="1" source="hook3" target="hook4" edge="1">
47+
<mxGeometry relative="1" as="geometry"/>
48+
</mxCell>
49+
<mxCell id="e4" style="endArrow=block;html=1;" parent="1" source="hook4" target="hook5" edge="1">
50+
<mxGeometry relative="1" as="geometry"/>
51+
</mxCell>
52+
<mxCell id="e5" style="endArrow=block;dashed=1;html=1;" parent="1" source="hook1" target="effect1" edge="1">
53+
<mxGeometry relative="1" as="geometry"/>
54+
</mxCell>
55+
<mxCell id="e6" style="endArrow=block;dashed=1;html=1;" parent="1" source="hook4" target="effect2" edge="1">
56+
<mxGeometry relative="1" as="geometry"/>
57+
</mxCell>
58+
<mxCell id="e7" style="endArrow=block;dashed=1;html=1;" parent="1" source="hook5" target="effect3" edge="1">
59+
<mxGeometry relative="1" as="geometry"/>
60+
</mxCell>
61+
<mxCell id="e8" style="endArrow=block;html=1;" parent="1" source="effect1" target="effect2" edge="1">
62+
<mxGeometry relative="1" as="geometry"/>
63+
</mxCell>
64+
<mxCell id="e9" style="endArrow=block;html=1;" parent="1" source="effect2" target="effect3" edge="1">
65+
<mxGeometry relative="1" as="geometry"/>
66+
</mxCell>
67+
</root>
68+
</mxGraphModel>
69+
</diagram>
70+
</mxfile>

0 commit comments

Comments
 (0)