author | Chengsong |
Fri, 14 Jul 2023 00:32:41 +0100 | |
changeset 665 | 3bedbdce3a3b |
parent 533 | 6acbc939af6a |
permissions | -rw-r--r-- |
533 | 1 |
\documentclass[tikz, border=10pt]{standalone} |
2 |
\usetikzlibrary{shapes} |
|
3 |
||
4 |
||
5 |
||
532 | 6 |
|
7 |
\begin{document} |
|
8 |
||
533 | 9 |
\begin{tikzpicture}[every node/.append style={draw, rounded corners, inner sep=10pt}] |
10 |
\node [rectangle split, rectangle split horizontal, rectangle split parts=3] |
|
11 |
{Services |
|
12 |
\nodepart{two} Event Driven Framework |
|
13 |
\nodepart{three} OS Adapter Layer}; |
|
14 |
||
532 | 15 |
\end{tikzpicture} |
16 |
\end{document} |