author | Chengsong |
Sat, 08 Jul 2023 22:18:22 +0100 | |
changeset 656 | 753a3b0ee02b |
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} |