Skip to content

Commit d142151

Browse files
committed
fix lines and contrib require
1 parent 7f14082 commit d142151

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

contrib/harmonic_armature_guide.lua

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ HARMONIC ARMATURE GUIDE
2222
Harmonic Armature (also known as 14 line armature)
2323
2424
INSTALLATION
25-
* copy this file in $CONFIGDIR/lua/ where CONFIGDIR is your darktable configuration directory
25+
* copy this file in $CONFIGDIR/lua/contrib where CONFIGDIR is your darktable configuration directory
2626
* add the following line in the file $CONFIGDIR/luarc
27-
require "harmonic_armature_guide"
27+
require "contrib/harmonic_armature_guide"
2828
2929
USAGE
3030
* when using guides, select "harmonic armature" as guide
@@ -69,12 +69,6 @@ function(cairo, x, y, width, height, zoom_scale)
6969
cairo:line_to(1, 0.5)
7070
cairo:line_to(0, 1)
7171

72-
-- middle lines - not needed for harmonic armature
73-
-- cairo:move_to(0,0.5)
74-
-- cairo:line_to(1,0.5)
75-
-- cairo:move_to(0.5,0)
76-
-- cairo:line_to(0.5,1)
77-
7872
cairo:restore()
7973
end,
8074
-- gui

0 commit comments

Comments
 (0)