diff options
-rw-r--r-- | account.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -706,6 +706,10 @@ the displayed information.") (index 0) (start 0) (svg (svg-create 800 700 :stroke-width 10))) + (svg-circle + svg + 400 350 1000 + :fill-color "white") (mapc (lambda (cell) (setq start (+ (* block-width index) 10)) |