aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/svg.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/svg.el b/lisp/svg.el
index cb924f8163d..fc1a6d60e1a 100644
--- a/lisp/svg.el
+++ b/lisp/svg.el
@@ -107,8 +107,8 @@ X/Y denote the center of the ellipse."
107 svg 107 svg
108 (dom-node 'line 108 (dom-node 'line
109 `((x1 . ,x1) 109 `((x1 . ,x1)
110 (x2 . ,y1) 110 (x2 . ,x2)
111 (y1 . ,x2) 111 (y1 . ,y1)
112 (y2 . ,y2) 112 (y2 . ,y2)
113 ,@(svg--arguments svg args))))) 113 ,@(svg--arguments svg args)))))
114 114