2019-07-25 15:33:30 +00:00
|
|
|
Skia Graphics Release Notes
|
|
|
|
|
|
|
|
This file includes a list of high level updates for each milestone release.
|
|
|
|
|
|
|
|
-----
|
|
|
|
|
|
|
|
Milestone 78
|
|
|
|
|
|
|
|
* Added RELEASE_NOTES.txt file
|
2019-07-29 21:52:48 +00:00
|
|
|
|
2019-08-01 21:20:19 +00:00
|
|
|
* SkDrawLooper is no longer supported in SkPaint or SkCanvas.
|
2019-07-29 21:52:48 +00:00
|
|
|
|
2019-08-01 21:20:19 +00:00
|
|
|
* SkImageFilter API refactor started:
|
2019-08-01 20:02:27 +00:00
|
|
|
- Provide new factory API in include/effects/SkImageFilters
|
2019-08-01 21:20:19 +00:00
|
|
|
- Consolidated enum types to use SkTileMode and SkColorChannel
|
|
|
|
- Hide filter implementation classes
|
2019-08-02 13:57:04 +00:00
|
|
|
- Hide previously public functions on SkImageFilter that were intended for internal use only
|
2019-08-01 21:20:19 +00:00
|
|
|
|
|
|
|
* SkColorFilters::HSLAMatrix - new matrix color filter operating in HSLA space.
|