summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/metauml/manual/fig/instance.mp
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/metapost/metauml/manual/fig/instance.mp')
-rw-r--r--Master/texmf-dist/doc/metapost/metauml/manual/fig/instance.mp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/metauml/manual/fig/instance.mp b/Master/texmf-dist/doc/metapost/metauml/manual/fig/instance.mp
new file mode 100644
index 00000000000..9417224306a
--- /dev/null
+++ b/Master/texmf-dist/doc/metapost/metauml/manual/fig/instance.mp
@@ -0,0 +1,9 @@
+input metauml;
+
+beginfig(1);
+ Instance.order("o: Order")
+ ("name='book'", "{placed}", "{payed}");
+ drawObject(order);
+endfig;
+
+end \ No newline at end of file