]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/svg/svg.el
Merge commit 'dea0ba6347f2eb5be310826e7917effb73e1e600'
[gnu-emacs-elpa] / packages / svg / svg.el
index bf9ad34b17ede0621c6d1e8825266d6937c39637..7b14ee545388ced143012b0147613ae1a76ca65d 100644 (file)
@@ -5,6 +5,7 @@
 ;; Maintainer: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: image
 ;; Version: 0.1
+;; Package-Requires: ((emacs "25"))
 
 ;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -128,8 +129,8 @@ X/Y denote the center of the ellipse."
    svg
    (dom-node 'line
             `((x1 . ,x1)
-              (x2 . ,y1)
-              (y1 . ,x2)
+              (y1 . ,y1)
+              (x2 . ,x2)
               (y2 . ,y2)
               ,@(svg-arguments svg args)))))