go-chart/pkg/drawing
2022-08-27 17:21:43 +02:00
..
color.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
color_test.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
constants.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
curve.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
curve_test.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
dasher.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
demux_flattener.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
drawing.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
flattener.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
free_type_path.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
graphic_context.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
image_filter.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
line.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
matrix.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
painter.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
path.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
raster_graphic_context.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
README.md refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
stack_graphic_context.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
stroker.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
text.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
transformer.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00
util.go refactor: change project structure and package name 2022-08-27 17:21:43 +02:00

go-chart > drawing

The bulk of the code in this package is based on draw2d, but with significant modifications to make the APIs more golang friendly and careful about units (points vs. pixels).