Commit Graph

31 Commits

Author SHA1 Message Date
Hamcha 219501b99b
Change import paths 2018-11-16 12:21:14 +01:00
Andrew Brampton c378327bfa Update code.google.com/p/freetype-go to github.com/golang/freetype. Fixes #86.
Updates the dependency, as well as other changes needed to support the newer version of freetype.
2015-09-06 18:08:19 -07:00
Steven Edwards 0e0aa125a3 Replace remaining draw2d.NewGraphicContext instances. 2015-08-19 15:42:16 -04:00
Laurent Le Goff 7ef94ce784 Merge branch 'master' into Clean-Up
Conflicts:
	arc.go
	curve/curve_test.go
	draw2dgl/gc.go
	draw2dimg/rgba_interpolation.go
	draw2dpdf/gc.go
	draw2dpdf/path_converter.go
	path_adder.go
	path_storage.go
	raster/raster_test.go
	vertex2d.go
2015-08-14 21:40:32 +02:00
Stani fcd849f2e4 support different transparencies for fillstroke 2015-07-13 00:31:57 +02:00
Stani 6b72c6dec7 fix horizontal alignment of text 2015-07-12 21:17:39 +02:00
Stani 1f0b304e2e fix string alignment with new gofpdf api 2015-07-12 20:48:52 +02:00
Stani 9bd0ecf14e use filenames in examples README 2015-07-12 03:04:30 +02:00
Stani 316bf1b039 Add README to draw2dpdf 2015-07-12 03:03:27 +02:00
Stani b4e9f9c266 fix SetFontData for pdf 2015-07-12 02:36:44 +02:00
Stani 6e58827921 update readme 2015-07-11 22:53:24 +02:00
Stani a5918dc963 only regenerate pdf if it has been deleted 2015-07-11 19:19:03 +02:00
Stani 99f1fece69 implement SetLineDash for draw2dpdf 2015-07-11 18:58:28 +02:00
Stani a43544c31d add geometry and gopher2 samples 2015-07-11 18:44:36 +02:00
Stani 743e113349 fix arc angle bug 2015-07-11 18:39:51 +02:00
Stani 08a6c87a0b replace gc.Current.Path.Clear() with gc.Current.Path = draw2d.NewPathStorage(); fixes #61 2015-07-11 01:22:50 +02:00
Stani a826fc7216 fix path drawing 2015-07-11 01:12:09 +02:00
Stani f879ad32a7 get 100% test coverage for draw2dpdf 2015-07-10 21:50:07 +02:00
Stani 72c9be4ed0 add copyright information 2015-07-10 15:11:19 +02:00
Stani 61b036038c correct draw2d/samples path 2015-07-10 02:42:12 +02:00
Stani 730589cb95 correct draw2d/samples path 2015-07-10 02:33:06 +02:00
Stani 10796a3100 prepare testing for including samples 2015-07-10 02:07:18 +02:00
Stani 903829eb54 fix fontdir bug 2015-07-10 02:05:22 +02:00
Laurent Le Goff 04427cabf5 Merge with master 2015-07-09 18:06:14 +02:00
Stani 4c03f51911 fix imageCount 2015-07-08 11:59:35 +02:00
Stani 62e23c1693 improve docstrings of draw2dpdf/gc.go 2015-07-08 00:48:15 +02:00
Stani 67213e40fc improve documentation for godoc 2015-07-08 00:01:01 +02:00
Stani 8c807d1289 make sample interface private 2015-07-07 23:35:03 +02:00
Stani cf81b0b120 add documentation fix 2015-07-07 23:32:27 +02:00
Stani e94fab8197 rename draw2dpdf graphiccontext.go to gc.go as in draw2d 2015-07-07 21:48:16 +02:00
Stani dbdf3e22bc rename pdf2d to draw2dpdf 2015-07-07 00:25:56 +02:00