Commit Graph

  • 3be68eb22e Merge branch 'master' into draw-image-rotated wsw 2016-12-08 13:24:25 +0800
  • f685e7c163 default fill/stoke (black on white) wsw 2016-12-08 13:11:16 +0800
  • f06d3564a1 apply current matrix when draw image wsw 2016-12-08 11:16:19 +0800
  • bb1054e936 Merge pull request #12 from wsw0108/pattern-gradient Michael Fogleman 2016-12-06 19:30:53 -0500
  • d60a19b37a int/float64 things wsw 2016-11-22 12:56:58 +0800
  • 214e3152fb radial gradient from package 'pixman' wsw 2016-11-21 21:13:54 +0800
  • 8da875f641 cleanup again wsw 2016-11-21 14:57:15 +0800
  • 298fbeaa77 cleanup, add commets wsw 2016-11-21 14:51:07 +0800
  • 1aa57065bb linear gradient wsw 2016-11-21 11:01:12 +0800
  • db5b86472e Pattern, solid(color) and surface(image) wsw 2016-11-20 20:31:05 +0800
  • 0453121a44 parseHexColor: check length exclusively Nazri Ramliy 2016-10-08 10:25:33 +0800
  • 9723df1ee8 Add test for parseHexColor Nazri Ramliy 2016-10-08 10:22:38 +0800
  • b28a9453d4 add mask example Michael Fogleman 2016-09-28 10:25:10 -0400
  • ae49c2a7ae bug fixes Michael Fogleman 2016-09-20 22:21:59 -0400
  • e8e616055c update Michael Fogleman 2016-04-22 16:59:45 -0400
  • 15eec45bd9 new example Michael Fogleman 2016-04-22 16:57:46 -0400
  • 4d5a250fb8 DrawString bug fix Michael Fogleman 2016-04-22 16:57:31 -0400
  • 928b874494 Merge pull request #6 from flopp/LoadFontFace+error Michael Fogleman 2016-03-05 16:13:15 -0500
  • 646568c788 LoadFontface returns an error flopp 2016-03-05 20:46:55 +0100
  • 021242611d clipping simplification Michael Fogleman 2016-02-26 08:39:32 -0500
  • 9d56681560 LoadImage Michael Fogleman 2016-02-25 15:06:04 -0500
  • 64d88fe46a implement clipping Michael Fogleman 2016-02-25 14:16:48 -0500
  • cc92081ed6 update readme Michael Fogleman 2016-02-25 12:47:20 -0500
  • 15bab65913 DrawRegularPolygon Michael Fogleman 2016-02-25 12:46:59 -0500
  • 8b73be9973 Update README.md Michael Fogleman 2016-02-24 21:55:37 -0500
  • 60b91a20e1 workaround freetype/raster issues Michael Fogleman 2016-02-24 21:45:09 -0500
  • 187c2bb9a5 Update README.md Michael Fogleman 2016-02-24 21:36:44 -0500
  • 6e542bac45 update readme Michael Fogleman 2016-02-24 21:30:09 -0500
  • feba086eb0 revert changes to lorem example Michael Fogleman 2016-02-24 21:28:04 -0500
  • e48cc03e84 word wrap implemented Michael Fogleman 2016-02-24 21:26:51 -0500
  • 315dff9066 word wrap in progress Michael Fogleman 2016-02-24 17:22:21 -0500
  • c7b235b146 Merge pull request #3 from odeke-em/encodePNG Michael Fogleman 2016-02-24 16:10:04 -0500
  • 93f92929f2 encodePNG implemented Emmanuel Odeke 2016-02-24 12:24:57 -0800
  • d4745d7279 update constant Michael Fogleman 2016-02-23 23:00:23 -0500
  • 8dc1d89666 meme text example Michael Fogleman 2016-02-23 22:25:43 -0500
  • 25b475c827 Update context.go Michael Fogleman 2016-02-23 16:44:53 -0500
  • 8a9e535a6b Update README.md Michael Fogleman 2016-02-23 16:39:09 -0500
  • e5ff69e151 add doc comments to context functions Michael Fogleman 2016-02-23 16:30:53 -0500
  • a6a18ab3e8 move path functions to path.go Michael Fogleman 2016-02-22 22:37:52 -0500
  • 2a0857f791 loadFontFace errors Michael Fogleman 2016-02-22 22:36:34 -0500
  • c839b5829a refactor Michael Fogleman 2016-02-22 22:34:11 -0500
  • b224ca0761 fi -> fix, fp -> fixp Michael Fogleman 2016-02-22 22:33:22 -0500
  • 13946d06f4 stars example Michael Fogleman 2016-02-22 21:42:29 -0500
  • 4e381bbedc Update README.md Michael Fogleman 2016-02-22 21:40:53 -0500
  • 5af67d1f6f Add support for dashed strokes Michael Fogleman 2016-02-22 21:00:39 -0500
  • 68f7fe39e5 unfix, flattenPath Michael Fogleman 2016-02-21 22:57:37 -0500
  • a4bc9dc362 stack should not affect current, hasCurrent Michael Fogleman 2016-02-21 22:31:21 -0500
  • 68ecba1329 NewSubPath Michael Fogleman 2016-02-21 22:22:17 -0500
  • c8a59bf5b5 scatter plot example Michael Fogleman 2016-02-21 19:48:34 -0500
  • 509f79dbd2 update example Michael Fogleman 2016-02-21 17:29:11 -0500
  • 9c129741d4 Update README.md Michael Fogleman 2016-02-21 17:20:33 -0500
  • c126f15b11 spiral example Michael Fogleman 2016-02-21 17:04:23 -0500
  • 2473675902 linewidth example Michael Fogleman 2016-02-21 16:57:17 -0500
  • a4e5cdbeb8 fix some curve issues Michael Fogleman 2016-02-21 16:34:28 -0500
  • a68d5b73e5 QuadraticBezier Michael Fogleman 2016-02-21 16:20:17 -0500
  • 104a343597 *About functions in Context only Michael Fogleman 2016-02-21 15:54:54 -0500
  • add21769e5 Update README.md Michael Fogleman 2016-02-21 15:45:28 -0500
  • 6dd1c19629 random beziers example Michael Fogleman 2016-02-21 15:37:49 -0500
  • d2dd665b30 Update README.md Michael Fogleman 2016-02-20 23:25:42 -0500
  • 153a3875fa cubic example Michael Fogleman 2016-02-20 23:22:00 -0500
  • 5cc58d1aa5 track current point; emulate cubic beziers Michael Fogleman 2016-02-20 23:11:34 -0500
  • a4a5e21ecd bug fix Michael Fogleman 2016-02-20 18:12:34 -0500
  • 922e8e1f9e bug fix Michael Fogleman 2016-02-20 18:06:19 -0500
  • 215984bf96 sine Michael Fogleman 2016-02-20 15:42:59 -0500
  • a46d144fed support alpha in SetHexColor Michael Fogleman 2016-02-20 15:42:36 -0500
  • d930cb4052 Update README.md Michael Fogleman 2016-02-20 15:41:59 -0500
  • 806ad20891 bug fix Michael Fogleman 2016-02-20 15:27:48 -0500
  • e6644b7b24 remove unneeded code Michael Fogleman 2016-02-20 15:14:24 -0500
  • 8014fc54f3 fix open fill paths Michael Fogleman 2016-02-20 15:10:16 -0500
  • b77c5f2881 ShearAbout Michael Fogleman 2016-02-20 14:53:33 -0500
  • 1d5fd3d775 wrap readme Michael Fogleman 2016-02-20 14:45:58 -0500
  • e08199f06f ScaleAbout Michael Fogleman 2016-02-20 14:45:17 -0500
  • 52d268d7a2 example Michael Fogleman 2016-02-19 23:03:39 -0500
  • b61daf122a readme Michael Fogleman 2016-02-19 22:51:46 -0500
  • 8ed9c9d862 anchored functions Michael Fogleman 2016-02-19 21:35:56 -0500
  • abe835c734 DrawRoundedRectangle Michael Fogleman 2016-02-19 21:15:22 -0500
  • 43258d7dd7 InvertY Michael Fogleman 2016-02-19 21:00:56 -0500
  • 4ce170694c refactor Michael Fogleman 2016-02-19 20:54:59 -0500
  • cf2e9fdfaf fix Michael Fogleman 2016-02-19 20:46:19 -0500
  • a2934a183c fix Michael Fogleman 2016-02-19 20:38:38 -0500
  • 480aab5c1c gopher Michael Fogleman 2016-02-19 19:45:57 -0500
  • dbef31de34 Push/Pop doesn't affect Path Michael Fogleman 2016-02-19 19:45:49 -0500
  • 5e6e015a82 Use draw.Over in DrawImage Michael Fogleman 2016-02-19 18:33:15 -0500
  • d4dd88993f Update README.md Michael Fogleman 2016-02-19 17:14:53 -0500
  • 53c83ddc6d readme Michael Fogleman 2016-02-19 17:12:17 -0500
  • e36457c6f4 Update README.md Michael Fogleman 2016-02-19 17:09:51 -0500
  • 54f635062b Update README.md Michael Fogleman 2016-02-19 17:05:21 -0500
  • be43f59692 Update README.md Michael Fogleman 2016-02-19 16:55:58 -0500
  • 95e441e50e Update README.md Michael Fogleman 2016-02-19 16:53:13 -0500
  • 17e9e8cd2b Update README.md Michael Fogleman 2016-02-19 16:49:48 -0500
  • 10f97432c4 add readme Michael Fogleman 2016-02-19 15:03:56 -0500
  • b28cce5a2b gopher.png Michael Fogleman 2016-02-19 14:47:31 -0500
  • 85b390fbce simplified Push/Pop Michael Fogleman 2016-02-19 14:10:39 -0500
  • 0fd2b0f764 fontHeight Michael Fogleman 2016-02-19 14:03:52 -0500
  • 6a8c25552f WritePNG -> SavePNG Michael Fogleman 2016-02-19 13:54:55 -0500
  • 920f472de0 simplify example Michael Fogleman 2016-02-19 13:53:33 -0500
  • d1da415ba6 DrawImage, LoadPNG Michael Fogleman 2016-02-19 13:49:03 -0500
  • 207b76187a transparent example Michael Fogleman 2016-02-19 13:34:47 -0500
  • e554ef45e8 Push / Pop Michael Fogleman 2016-02-19 13:34:04 -0500
  • d4efe60192 remove old example Michael Fogleman 2016-02-19 13:18:08 -0500