diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-11-01 08:07:49 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-11-01 08:07:49 +0000 |
| commit | 28eee2c67d68683cad4e924cdbad73c924d06831 (patch) | |
| tree | b17f7df0a1540d314e05470c2cb728e2b449fba1 /root | |
| parent | component get_or_create (diff) | |
| download | mmm-28eee2c67d68683cad4e924cdbad73c924d06831.tar.gz mmm-28eee2c67d68683cad4e924cdbad73c924d06831.zip | |
fix realities SVGs
Diffstat (limited to 'root')
| -rw-r--r-- | root/articles/realities.moon | 4 | ||||
| -rw-r--r-- | root/experiments/center_of_mass.moon | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/root/articles/realities.moon b/root/articles/realities.moon index 5de8f6a..05c0c03 100644 --- a/root/articles/realities.moon +++ b/root/articles/realities.moon @@ -12,10 +12,6 @@ Fileder { append = _content\append if MODE == 'SERVER' - -- import compile from require 'lib.duct_tape' - - -- append '<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.6/svg.min.js"></script>' - export ^ class Diagram style = { diff --git a/root/experiments/center_of_mass.moon b/root/experiments/center_of_mass.moon index e5eceab..641fc5a 100644 --- a/root/experiments/center_of_mass.moon +++ b/root/experiments/center_of_mass.moon @@ -2,8 +2,8 @@ import define_fileders from require 'lib.mmmfs' Fileder = define_fileders ... with Fileder { - 'name: alpha': 'center_of_mass', - 'description: text/plain': "Fonts sorted by Center-of-Mass", + 'name: alpha': 'center_of_mass', + 'description: text/plain': "Fonts aligned by Center-of-Mass", } if MODE == 'CLIENT' |
