Releases: earlygrey/shapedrawer
Releases · earlygrey/shapedrawer
Add method for offsetting a polygon
Set texture region and misc fixes
Merge branch 'master' of https://github.com/earlygrey/shapedrawer merging rectangle fix
libGDX 1.9.12 Compatibility, drawings, triangles.
v2.4.0 add to CHANGES and change version name in build.gradle
Bug fixes and coloured rectangles
See CHANGES
Graph Drawer
This version adds the Graph Drawer class, which can draw the function graph of Interpolations.
Also includes some minor fixes, additions and doc corrections - see CHANGES file.
Coloured lines and polygons
Added the ability to colour the endpoints of lines, and the centre and perimeter of regular polygons.
Fixes crash with filledRectangle
v2.0.3 bugfix: filledRectangle() was missing pushToBatch() call, sometimes p…
Fixes crash when drawing large shapes
Internal changes that prevent crash when drawing shapes with more than about 400 vertices when using PolygonBatch.
Fixes texture coordinate bug
v2.0.1 Update CHANGES
All-in-one ShapeDrawer
This is a breaking update that removes the short-lived PolygonShapeDrawer and allows ShapeDrawer to draw filled shapes without a PolygonBatch