aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-05-08 13:45:31 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-05-08 13:45:31 +0200
commite7216d11cff656523d1e0b57f258770981f94e45 (patch)
tree13ba5f8275184ff24a93cda2f087d66e86a87b69
parent8ec2886b20c974747c767e3d589d5823f328f64d (diff)
Add more line styles (from docu, untested)
-rw-r--r--cutter.go3
1 files changed, 3 insertions, 0 deletions
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) {