summaryrefslogtreecommitdiffstats
path: root/pkg/draw/box.go
diff options
context:
space:
mode:
authorSergey Grebenshchikov <sgreben@gmail.com>2018-03-28 17:27:59 +0200
committerSergey Grebenshchikov <sgreben@gmail.com>2018-03-28 17:46:08 +0200
commitc76ad10b1dc63beeee3cf4fa8f4f4f4b02222289 (patch)
treee5735d201e3ab6267a75dec79ed5d53b0bcdf635 /pkg/draw/box.go
parent7e3d9839123783e5c367522953e494789ce3618d (diff)
Add braille & quarter-block canvas. Add scatter plot type. Re-write linechart + barchart.
Diffstat (limited to 'pkg/draw/box.go')
-rw-r--r--pkg/draw/box.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/draw/box.go b/pkg/draw/box.go
new file mode 100644
index 0000000..769e2fd
--- /dev/null
+++ b/pkg/draw/box.go
@@ -0,0 +1,6 @@
+package draw
+
+type Box struct {
+ Width int
+ Height int
+}