Prerelease: v2.0.0-beta.1
Pre-releaseEdit: 2020-02-22
This beta was created to support distributing the 2.0-beta of MyPaint, before the release and switch to libmypaint 1.5.0. The prerelease is not representative of the final API and should not be considered (not even remotely) stable.
This is the first beta of the libmypaint 2.0.0 release (yes, we'll start at beta.1 for this one, sorry).
API changes since the last alpha:
-
mypaint_tiled_surface_set_symmetry_state
now has an additional angle parameter. For users who don't use the mypaint_tiled_surface_x functions, nothing needs to be changed. -
mypaint_surface_end_atomic
now takes a pointer to a struct holding an array of rectangles, instead of a pointer to a single rectangle. This part of the API may be altered before the final release, so be aware of that.