Update the symbol library.

This commit is contained in:
2011-02-14 10:46:57 +01:00
parent baed5ee4bd
commit ac56c16ab8
5 changed files with 32 additions and 15 deletions

View File

@@ -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