@@ -59,7 +59,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
59
59
60
60
### Changed
61
61
- ` ColorU8 ` and ` PremultipliedColorU8 ` are stored as ` [u8; 4] ` instead of ` u32 ` .
62
- This fixes potential [ alignment issues] ( https://github.com/RazrFalcon /tiny-skia/issues/70 )
62
+ This fixes potential [ alignment issues] ( https://github.com/linebender /tiny-skia/issues/70 )
63
63
and make the code easier to understand.
64
64
Thanks to [ @e00E ] ( https://github.com/e00E )
65
65
- ` PathBuilder::push_rect ` accepts ` Rect ` and not ` f32 ` numbers now.
@@ -248,31 +248,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
248
248
### Added
249
249
- Bindings to a stripped down Skia fork.
250
250
251
- [ Unreleased ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.11.4...HEAD
252
- [ 0.11.4 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.11.3...v0.11.4
253
- [ 0.11.3 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.11.2...v0.11.3
254
- [ 0.11.2 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.11.1...v0.11.2
255
- [ 0.11.1 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.11.0...v0.11.1
256
- [ 0.11.0 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.10.0...v0.11.0
257
- [ 0.10.0 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.9.1...v0.10.0
258
- [ 0.9.1 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.9.0...v0.9.1
259
- [ 0.9.0 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.8.4...v0.9.0
260
- [ 0.8.4 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.8.3...v0.8.4
261
- [ 0.8.3 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.8.2...v0.8.3
262
- [ 0.8.2 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.8.1...v0.8.2
263
- [ 0.8.1 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.8.0...v0.8.1
264
- [ 0.8.0 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.7.0...v0.8.0
265
- [ 0.7.0 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.6.6...v0.7.0
266
- [ 0.6.6 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.6.5...v0.6.6
267
- [ 0.6.5 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.6.4...v0.6.5
268
- [ 0.6.4 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.6.3...v0.6.4
269
- [ 0.6.3 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.6.2...v0.6.3
270
- [ 0.6.2 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.6.1...v0.6.2
271
- [ 0.6.1 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.6.0...v0.6.1
272
- [ 0.6.0 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.5.1...v0.6.0
273
- [ 0.5.1 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.5.0...v0.5.1
274
- [ 0.5.0 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.4.2...v0.5.0
275
- [ 0.4.2 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.4.1...v0.4.2
276
- [ 0.4.1 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.4.0...v0.4.1
277
- [ 0.4.0 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.3.0...v0.4.0
278
- [ 0.3.0 ] : https://github.com/RazrFalcon /tiny-skia/compare/v0.2.0...v0.3.0
251
+ [ Unreleased ] : https://github.com/linebender /tiny-skia/compare/v0.11.4...HEAD
252
+ [ 0.11.4 ] : https://github.com/linebender /tiny-skia/compare/v0.11.3...v0.11.4
253
+ [ 0.11.3 ] : https://github.com/linebender /tiny-skia/compare/v0.11.2...v0.11.3
254
+ [ 0.11.2 ] : https://github.com/linebender /tiny-skia/compare/v0.11.1...v0.11.2
255
+ [ 0.11.1 ] : https://github.com/linebender /tiny-skia/compare/v0.11.0...v0.11.1
256
+ [ 0.11.0 ] : https://github.com/linebender /tiny-skia/compare/v0.10.0...v0.11.0
257
+ [ 0.10.0 ] : https://github.com/linebender /tiny-skia/compare/v0.9.1...v0.10.0
258
+ [ 0.9.1 ] : https://github.com/linebender /tiny-skia/compare/v0.9.0...v0.9.1
259
+ [ 0.9.0 ] : https://github.com/linebender /tiny-skia/compare/v0.8.4...v0.9.0
260
+ [ 0.8.4 ] : https://github.com/linebender /tiny-skia/compare/v0.8.3...v0.8.4
261
+ [ 0.8.3 ] : https://github.com/linebender /tiny-skia/compare/v0.8.2...v0.8.3
262
+ [ 0.8.2 ] : https://github.com/linebender /tiny-skia/compare/v0.8.1...v0.8.2
263
+ [ 0.8.1 ] : https://github.com/linebender /tiny-skia/compare/v0.8.0...v0.8.1
264
+ [ 0.8.0 ] : https://github.com/linebender /tiny-skia/compare/v0.7.0...v0.8.0
265
+ [ 0.7.0 ] : https://github.com/linebender /tiny-skia/compare/v0.6.6...v0.7.0
266
+ [ 0.6.6 ] : https://github.com/linebender /tiny-skia/compare/v0.6.5...v0.6.6
267
+ [ 0.6.5 ] : https://github.com/linebender /tiny-skia/compare/v0.6.4...v0.6.5
268
+ [ 0.6.4 ] : https://github.com/linebender /tiny-skia/compare/v0.6.3...v0.6.4
269
+ [ 0.6.3 ] : https://github.com/linebender /tiny-skia/compare/v0.6.2...v0.6.3
270
+ [ 0.6.2 ] : https://github.com/linebender /tiny-skia/compare/v0.6.1...v0.6.2
271
+ [ 0.6.1 ] : https://github.com/linebender /tiny-skia/compare/v0.6.0...v0.6.1
272
+ [ 0.6.0 ] : https://github.com/linebender /tiny-skia/compare/v0.5.1...v0.6.0
273
+ [ 0.5.1 ] : https://github.com/linebender /tiny-skia/compare/v0.5.0...v0.5.1
274
+ [ 0.5.0 ] : https://github.com/linebender /tiny-skia/compare/v0.4.2...v0.5.0
275
+ [ 0.4.2 ] : https://github.com/linebender /tiny-skia/compare/v0.4.1...v0.4.2
276
+ [ 0.4.1 ] : https://github.com/linebender /tiny-skia/compare/v0.4.0...v0.4.1
277
+ [ 0.4.0 ] : https://github.com/linebender /tiny-skia/compare/v0.3.0...v0.4.0
278
+ [ 0.3.0 ] : https://github.com/linebender /tiny-skia/compare/v0.2.0...v0.3.0
0 commit comments