X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/f9989d3f023079c48ba1115c271d0d262b0813d5..0ead54c6ffb0e744fbbc32c9dd8614856ebbc354:/packages/svg/svg.el diff --git a/packages/svg/svg.el b/packages/svg/svg.el index bf9ad34b1..7b14ee545 100644 --- a/packages/svg/svg.el +++ b/packages/svg/svg.el @@ -5,6 +5,7 @@ ;; Maintainer: Lars Magne Ingebrigtsen ;; 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)))))