From aed22d4815d3a11484e8b4fd20d82e0c79a55d80 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 16 May 2015 21:38:26 +0200 Subject: Set factor --- drawtext/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawtext/main.go b/drawtext/main.go index 21efbea..16c2de2 100644 --- a/drawtext/main.go +++ b/drawtext/main.go @@ -11,6 +11,6 @@ func main() { robo.Initialize(handle, 113, robo.Portrait) robo.A4.UpperRight(handle.Writer) + robo.Triple{100, 100, 100}.Factor(handle.Writer) robo.PrintStdin(handle.Writer) - //robo.DrawPic(handle.Writer) } -- cgit v1.2.3