* lisp/svg.el (svg-line): Fix x/y typo. (Bug#26953)
This commit is contained in:
parent
7f4e5ca8fb
commit
547f78c813
1 changed files with 2 additions and 2 deletions
|
|
@ -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)))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue