From ac56c16ab83e6171c6e70454ec77f0e0b0764b38 Mon Sep 17 00:00:00 2001
From: Přemysl Janouch
Date: Mon, 14 Feb 2011 10:46:57 +0100
Subject: Update the symbol library.
---
share/library/Passive/capacitor.lua | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
(limited to 'share/library/Passive')
diff --git a/share/library/Passive/capacitor.lua b/share/library/Passive/capacitor.lua
index 02cf0ce..8b43ad8 100644
--- a/share/library/Passive/capacitor.lua
+++ b/share/library/Passive/capacitor.lua
@@ -40,11 +40,12 @@ end
local render_polar = function (cr)
render (cr)
- cr.move_to (0.6, -1)
- cr.line_to (1.4, -1)
+ -- The plus sign
+ cr.move_to (-0.6, -1)
+ cr.line_to (-1.4, -1)
- cr.move_to (1, -1.4)
- cr.line_to (1, -0.6)
+ cr.move_to (-1, -1.4)
+ cr.line_to (-1, -0.6)
cr.stroke ()
end
--
cgit v1.2.3-70-g09d2