Skip to content

Commit e8585c3

Browse files
committed
Added ApplyAFiilterOnlyToASpecifiedRegionOfAnImage.drawio
1 parent 2655a81 commit e8585c3

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" version="26.0.16">
2+
<diagram name="Page-1" id="F3I54N-Qnq5yyw9qg6ZB">
3+
<mxGraphModel dx="1622" dy="786" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
4+
<root>
5+
<mxCell id="0" />
6+
<mxCell id="1" parent="0" />
7+
<mxCell id="2" value="Square Rect" style="whiteSpace=wrap;strokeWidth=2;" parent="1" vertex="1">
8+
<mxGeometry x="288" y="90" width="149" height="47" as="geometry" />
9+
</mxCell>
10+
<mxCell id="3" value="Circle" style="ellipse;aspect=fixed;strokeWidth=2;whiteSpace=wrap;" parent="1" vertex="1">
11+
<mxGeometry x="140" y="196" width="56" height="56" as="geometry" />
12+
</mxCell>
13+
<mxCell id="4" value="Round Rect" style="rounded=1;arcSize=40;strokeWidth=2" parent="1" vertex="1">
14+
<mxGeometry x="246" y="200" width="115" height="47" as="geometry" />
15+
</mxCell>
16+
<mxCell id="5" value="Rhombus" style="rhombus;strokeWidth=2;whiteSpace=wrap;" parent="1" vertex="1">
17+
<mxGeometry x="178" y="302" width="115" height="115" as="geometry" />
18+
</mxCell>
19+
<mxCell id="6" value="Circle" style="ellipse;aspect=fixed;strokeWidth=2;whiteSpace=wrap;" parent="1" vertex="1">
20+
<mxGeometry x="254" y="497" width="56" height="56" as="geometry" />
21+
</mxCell>
22+
<mxCell id="7" value="Rhombus" style="rhombus;strokeWidth=2;whiteSpace=wrap;" parent="1" vertex="1">
23+
<mxGeometry x="416" y="467" width="115" height="115" as="geometry" />
24+
</mxCell>
25+
<mxCell id="8" value="Link text" style="curved=1;startArrow=none;endArrow=block;exitX=0.02;exitY=1;entryX=0.5;entryY=0;" parent="1" source="2" target="3" edge="1">
26+
<mxGeometry relative="1" as="geometry">
27+
<Array as="points">
28+
<mxPoint x="168" y="161" />
29+
</Array>
30+
</mxGeometry>
31+
</mxCell>
32+
<mxCell id="9" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0.38;exitY=1;entryX=0.5;entryY=0.01;" parent="1" source="2" target="4" edge="1">
33+
<mxGeometry relative="1" as="geometry">
34+
<Array as="points">
35+
<mxPoint x="304" y="161" />
36+
</Array>
37+
</mxGeometry>
38+
</mxCell>
39+
<mxCell id="10" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0.5;exitY=1;entryX=0.09;entryY=0;" parent="1" source="3" target="5" edge="1">
40+
<mxGeometry relative="1" as="geometry">
41+
<Array as="points">
42+
<mxPoint x="168" y="277" />
43+
</Array>
44+
</mxGeometry>
45+
</mxCell>
46+
<mxCell id="11" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0.5;exitY=1.01;entryX=0.91;entryY=0;" parent="1" source="4" target="5" edge="1">
47+
<mxGeometry relative="1" as="geometry">
48+
<Array as="points">
49+
<mxPoint x="304" y="277" />
50+
</Array>
51+
</mxGeometry>
52+
</mxCell>
53+
<mxCell id="12" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0.5;exitY=1;entryX=0.22;entryY=0;" parent="1" source="5" target="6" edge="1">
54+
<mxGeometry relative="1" as="geometry">
55+
<Array as="points">
56+
<mxPoint x="236" y="442" />
57+
</Array>
58+
</mxGeometry>
59+
</mxCell>
60+
<mxCell id="13" value="" style="curved=1;startArrow=none;endArrow=block;exitX=1.01;exitY=0.73;entryX=0.15;entryY=0;" parent="1" source="5" target="7" edge="1">
61+
<mxGeometry relative="1" as="geometry">
62+
<Array as="points">
63+
<mxPoint x="416" y="442" />
64+
</Array>
65+
</mxGeometry>
66+
</mxCell>
67+
<mxCell id="14" value="" style="curved=1;dashed=1;dashPattern=2 3;startArrow=none;endArrow=block;exitX=1;exitY=0.14;entryX=0.63;entryY=1;" parent="1" source="6" target="2" edge="1">
68+
<mxGeometry relative="1" as="geometry">
69+
<Array as="points">
70+
<mxPoint x="396" y="442" />
71+
<mxPoint x="396" y="161" />
72+
</Array>
73+
</mxGeometry>
74+
</mxCell>
75+
<mxCell id="15" value="" style="curved=1;startArrow=none;endArrow=block;strokeWidth=3;exitX=0.57;exitY=0;entryX=0.86;entryY=1;" parent="1" source="7" target="2" edge="1">
76+
<mxGeometry relative="1" as="geometry">
77+
<Array as="points">
78+
<mxPoint x="484" y="442" />
79+
<mxPoint x="484" y="161" />
80+
</Array>
81+
</mxGeometry>
82+
</mxCell>
83+
</root>
84+
</mxGraphModel>
85+
</diagram>
86+
</mxfile>

0 commit comments

Comments
 (0)