"대문"의 두 판 사이의 차이

감성상자
둘러보기로 가기 검색하러 가기
36번째 줄: 36번째 줄:
  
 
     rankdir=LR;
 
     rankdir=LR;
     node [shape=box,style=filled, fillcolor="#ffaaee"];
+
     node [shape=box,style=filled, fillcolor="#eeeeee"];
  
 
     subgraph clusterClient {
 
     subgraph clusterClient {
       label="클라이언트"; style=filled; bgcolor="#ffaacc";
+
       label="클라이언트"; style=filled; bgcolor="#aaaaaa";
 
       "Client1";
 
       "Client1";
 
       "Client2";
 
       "Client2";
46번째 줄: 46번째 줄:
  
 
     subgraph clusterServer {
 
     subgraph clusterServer {
       label="서버"; style=filled; bgcolor="#aabbcc";
+
       label="서버"; style=filled; bgcolor="#dddddd";
 
       "App";
 
       "App";
 
       "Database" [shape=DatabaseShape,peripheries=0];
 
       "Database" [shape=DatabaseShape,peripheries=0];

2020년 10월 3일 (토) 14:54 판