summaryrefslogtreecommitdiff
path: root/account.el
diff options
context:
space:
mode:
Diffstat (limited to 'account.el')
-rw-r--r--account.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/account.el b/account.el
index 8df7477..f0117da 100644
--- a/account.el
+++ b/account.el
@@ -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))