From e7216d11cff656523d1e0b57f258770981f94e45 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 8 May 2015 13:45:31 +0200 Subject: Add more line styles (from docu, untested) --- cutter.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cutter.go') diff --git a/cutter.go b/cutter.go index ebbd2cf..ecf2014 100644 --- a/cutter.go +++ b/cutter.go @@ -150,6 +150,9 @@ const ( DashLongDot DashDoubleDot DashLongDoubleDot + Custom1 // 2 args ? --a-- b --a-- + Custom2 // 3 args ? --a-- b -c- b -c- b --a-- + Custom3 // 3 args ? --a-- b -c- b --a-- ) func (c Cutter) LineType(n LineStyle) { -- cgit v1.2.3