File size: 2,042 Bytes
864910e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
digraph {
	rankdir=RL
	N0 [label="Stunt Coordination" color="#61CAC3" fillcolor="#C2E8E6" shape=ellipse style=filled]
	N1 [label="Red Carpet Event" color="#AF56A6" fillcolor="#DDCEDD" shape=ellipse style=filled]
	N2 [label="Budget Planning" color="#A1887F" fillcolor="#EFEBE9" shape=hexagon style=filled]
	N3 [label="Scene Shooting" color="#61CAC3" fillcolor="#C2E8E6" shape=hexagon style=filled]
	N4 [label="Streaming Setup" color="#AF56A6" fillcolor="#DDCEDD" shape=hexagon style=filled]
	N5 [label="Lighting Setup" color="#A1887F" fillcolor="#EFEBE9" shape=box style=filled]
	N6 [label="Talent Management" color="#61CAC3" fillcolor="#C2E8E6" shape=box style=filled]
	N7 [label="Audience Feedback" color="#A1887F" fillcolor="#EFEBE9" shape=parallelogram style=filled]
	N8 [label="Intellectual Property Protection" color="#A1887F" fillcolor="#EFEBE9" shape=Mdiamond style=filled]
	N9 [label="Actor Rehearsal" color="#A1887F" fillcolor="#EFEBE9" shape=hexagon style=filled]
	N10 [label="Marketing Campaign" color="#61CAC3" fillcolor="#C2E8E6" shape=octagon style=filled]
	N11 [label="Trailer Production" color="#61CAC3" fillcolor="#C2E8E6" shape=ellipse style=filled]
	N0 -> N1 [color="#AF56A6" dir=forward penwidth=1.5 style=dashed]
	N1 -> N2 [label=composes color="#AF56A6" dir=forward penwidth=1.5 style=solid]
	N2 -> N3 [label=collaborates color="#61CAC3" dir=forward penwidth=1.5 style=dashed]
	N3 -> N4 [color="#A1887F" dir=forward penwidth=1.5 style=dashed]
	N4 -> N5 [color="#61CAC3" dir=forward penwidth=1.5 style=dashed]
	N5 -> N6 [label=manages color="#AF56A6" dir=forward penwidth=1.5 style=solid]
	N6 -> N7 [color="#AF56A6" dir=forward penwidth=1.5 style=dashed]
	N7 -> N8 [label=secures color="#61CAC3" dir=forward penwidth=1.5 style=solid]
	N8 -> N9 [label="responds to" color="#000000" dir=forward penwidth=1.5 style=solid]
	N9 -> N10 [color="#AF56A6" dir=forward penwidth=1.5 style=dashed]
	N10 -> N11 [color="#AF56A6" dir=forward penwidth=1.5 style=solid]
	N6 -> N2 [color="#A1887F" dir=forward penwidth=1.5 style=dashed]
}