• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D05-Apr-2018250 54

color.goH A D05-Apr-20182.8 KiB12790

color_test.goH A D05-Apr-20181.1 KiB5436

constants.goH A D05-Apr-201887 74

curve.goH A D05-Apr-20184.4 KiB186122

curve_test.goH A D05-Apr-2018570 3624

dasher.goH A D05-Apr-20182.4 KiB9070

demux_flattener.goH A D05-Apr-2018906 4229

drawing.goH A D05-Apr-20184.3 KiB14970

flattener.goH A D05-Apr-20182.6 KiB9866

free_type_path.goH A D05-Apr-2018849 3117

graphic_context.goH A D05-Apr-20183.1 KiB8343

image_filter.goH A D05-Apr-2018291 147

line.goH A D05-Apr-2018810 4942

matrix.goH A D05-Apr-20186.8 KiB221161

painter.goH A D05-Apr-2018837 3224

path.goH A D05-Apr-20185.1 KiB187136

raster_graphic_context.goH A D05-Apr-20188.9 KiB284215

stack_graphic_context.goH A D05-Apr-20185.4 KiB212144

stroker.goH A D05-Apr-20182.2 KiB8664

text.goH A D05-Apr-20181.8 KiB6848

transformer.goH A D05-Apr-2018944 4024

util.goH A D05-Apr-20181.3 KiB6954

README.md

1go-chart > drawing
2==================
3
4The bulk of the code in this package is based on [draw2d](https://github.com/llgcode/draw2d), but
5with significant modifications to make the APIs more golang friendly and careful about units (points vs. pixels).