summaryrefslogtreecommitdiff
path: root/lisp/svg.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/svg.el')
-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."
svg
(dom-node 'line
`((x1 . ,x1)
- (x2 . ,y1)
- (y1 . ,x2)
+ (x2 . ,x2)
+ (y1 . ,y1)
(y2 . ,y2)
,@(svg--arguments svg args)))))