Commit graph

400 commits

Author SHA1 Message Date
Stani
244893c6ab added helloworld sample 2015-06-27 19:42:59 +02:00
Stani
be91a632c9 fixed the SetFontData method 2015-06-27 19:41:34 +02:00
Stani
13f1147b90 set default fill color to white for NewPdf 2015-06-27 18:33:15 +02:00
Stani
2905171a22 added a NewPdf constructor for convenience 2015-06-27 18:24:16 +02:00
Stani
01150ac981 add gopher sample 2015-06-27 17:55:34 +02:00
Stani
eee9c42bb9 moved line in frame-image 2015-06-27 17:55:01 +02:00
Stani
5a3d7085a2 added working frame-image sample 2015-06-27 17:47:29 +02:00
Stani
7ffd99f6bd fix GraphicContext.DrawImage and use PNG as default format 2015-06-27 17:46:03 +02:00
Stani
66b0d91546 move android in its own folder 2015-06-27 17:19:08 +02:00
Stani
464bc2488b improved comment 2015-06-27 17:18:36 +02:00
Stani
d140c26465 disable PathLogger 2015-06-27 16:51:37 +02:00
Stani
5d1b0f3315 added an example as documentation and test 2015-06-27 16:47:27 +02:00
Stani
0d629a4957 fix typo 2015-06-27 16:34:30 +02:00
Stani
74e84c4493 implemented more methods for pdf graphic context, fixed the code for 100% golint and go vet 2015-06-27 16:21:13 +02:00
Stani
bbcbc3df5e fix c255 for rgb conversion 2015-06-27 13:50:43 +02:00
Stani
a422b2462d partial implementation of gofpdf backend 2015-06-27 01:13:20 +02:00
Stani
d47e08f7c9 Preparing for pdf backend
- make PathStorage Commands and Vertices public, so they can be accessed by the pdf backend
- start every path with MoveTo (also before ArcTo)
2015-06-27 01:03:41 +02:00
Laurent Le Goff
b14683a552 Start working on text 2015-04-30 18:06:25 +02:00
Laurent Le Goff
f6e1ada0f2 Fix bug 2015-04-30 16:30:50 +02:00
Laurent Le Goff
f2563306e4 Start implementing drawer 2015-04-30 16:27:23 +02:00
Laurent Le Goff
72643a28b2 Rename MatrixTransform to Matrix 2015-04-30 14:11:23 +02:00
Laurent Le Goff
383fef0d7d clean Api 2015-04-30 12:20:22 +02:00
Laurent Le Goff
0345095002 Starts a non Contextual Graphics API 2015-04-29 22:06:59 +02:00
Laurent Le Goff
c7ef18681a comment 2015-04-29 18:09:07 +02:00
Laurent Le Goff
c686a7fcf6 add comments on path 2015-04-29 17:59:39 +02:00
Laurent Le Goff
cf01bf3026 document 2015-04-29 17:52:43 +02:00
Laurent Le Goff
94ef483cbd draw2dkit 2015-04-29 17:49:18 +02:00
Laurent Le Goff
9012e5e580 move helpers to draw2dkit 2015-04-29 17:32:28 +02:00
Laurent Le Goff
47f90d3414 remove old .project file 2015-04-29 17:16:55 +02:00
Laurent Le Goff
74e6b9b1ec move flattening code in draw2dbase 2015-04-29 17:16:44 +02:00
Laurent Le Goff
82ef300f1d move flattening code in draw2dbase 2015-04-29 17:16:15 +02:00
Laurent Le Goff
ee83fedb10 Document path 2015-04-29 16:53:36 +02:00
Laurent Le Goff
409365e40f transform clean up 2015-04-29 16:37:07 +02:00
Laurent Le Goff
511954196b clean Transform 2015-04-29 16:19:49 +02:00
Laurent Le Goff
966a9b73f7 remove path package and create draw2dimg package 2015-04-29 14:33:32 +02:00
Laurent Le Goff
24d62b9aa7 remove unused file 2015-04-29 11:27:59 +02:00
Laurent Le Goff
ce6fbe94f3 Remove old functions 2015-04-29 11:24:09 +02:00
Laurent Le Goff
79f25c1ea2 Refactoring path things 2015-04-29 11:16:03 +02:00
Laurent Le Goff
0b7a049f3e refactoring mv path things in path package 2015-04-29 10:28:05 +02:00
Laurent Le Goff
1d191b3eaf Start path package 2015-04-27 12:16:50 +02:00
Laurent Le Goff
61a6e03fdb Start path package 2015-04-27 12:16:18 +02:00
Laurent Le Goff
d6812fd8e6 Start path package 2015-04-27 12:14:34 +02:00
Laurent Le Goff
06178b5d2d rename Path to PathBuilder 2015-04-23 18:12:31 +02:00
Laurent Le Goff
fef7265145 Remove unecessary method in Path interface 2015-04-23 18:09:41 +02:00
Laurent Le Goff
41809b9132 remove LineMarker 2015-04-23 17:43:26 +02:00
Laurent Le Goff
565dfa9eb9 Replace copy things by append 2015-04-23 17:24:41 +02:00
Laurent Le Goff
5df1705bb4 Remove LineNoMarker 2015-04-23 17:14:16 +02:00
Laurent Le Goff
42d0eb260f Replace LineCloseMarker by Close() Method 2015-04-23 17:08:20 +02:00
Laurent Le Goff
4fa829a373 replace LineEndMarker by End() Method 2015-04-23 16:18:21 +02:00
Laurent Le Goff
ceb331894d Rename LineTracer and VertexConverter to LineBuilder 2015-04-23 15:36:56 +02:00