diff --git a/examples/unfinished/atoms/.meteor/.gitignore b/examples/unfinished/atoms/.meteor/.gitignore new file mode 100644 index 0000000000..4083037423 --- /dev/null +++ b/examples/unfinished/atoms/.meteor/.gitignore @@ -0,0 +1 @@ +local diff --git a/examples/unfinished/atoms/.meteor/packages b/examples/unfinished/atoms/.meteor/packages new file mode 100644 index 0000000000..1826f1fa52 --- /dev/null +++ b/examples/unfinished/atoms/.meteor/packages @@ -0,0 +1,9 @@ +# Meteor packages used by this project, one per line. +# +# 'meteor add' and 'meteor remove' will edit this file for you, +# but you can also edit it by hand. + +standard-app-packages +autopublish +insecure +underscore diff --git a/examples/unfinished/atoms/.meteor/release b/examples/unfinished/atoms/.meteor/release new file mode 100644 index 0000000000..621e94f0ec --- /dev/null +++ b/examples/unfinished/atoms/.meteor/release @@ -0,0 +1 @@ +none diff --git a/examples/unfinished/atoms/atoms.css b/examples/unfinished/atoms/atoms.css new file mode 100644 index 0000000000..038920b4ab --- /dev/null +++ b/examples/unfinished/atoms/atoms.css @@ -0,0 +1,12 @@ +g[class=atom] circle { + stroke: black; + stroke-width: 3px; +} + +g[class=atom] text { + font-family: Arial, sans-serif; + font-size: 24px; + fill: black; + font-weight: bold; + text-anchor: middle; +} \ No newline at end of file diff --git a/examples/unfinished/atoms/atoms.html b/examples/unfinished/atoms/atoms.html new file mode 100644 index 0000000000..17071cb135 --- /dev/null +++ b/examples/unfinished/atoms/atoms.html @@ -0,0 +1,28 @@ +
+