You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`addBevelImage` has been removed. As per the deprecation added over 2 months ago, it has been renamed to `addBeveledImage`
50
+
-`addBevelImage` has been removed. As per the deprecation added over 2 months ago, it has been renamed to `addBeveledImage`.
51
51
52
52
## 1.1.2
53
53
### Fixed
@@ -92,8 +92,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
92
92
## 0.3.0
93
93
### Added
94
94
-**Typings**. This package will also work in TypeScript.
95
-
-`createBeveledPath()` same usage as `createBeveledClip()`, but does not create clips (so you can use shadows and fill to colourize it).
96
-
-`createRoundPath()` same usage as `createRoundClip()`, but does not create clips (so you can use shadows and fill to colourize it).
95
+
-`createBeveledPath()` same usage as `createBeveledClip()`, but does not create clips (so you can use shadows and fill to colorize it).
96
+
-`createRoundPath()` same usage as `createRoundClip()`, but does not create clips (so you can use shadows and fill to colorize it).
97
97
-`clip()` (how come this was not implemented?).
98
98
99
99
### Changed
@@ -110,10 +110,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
110
110
### Added
111
111
-`changeCanvasSize()` to change the canvas' width/height.
112
112
-`changeCanvasWidth()` to change the canvas' width.
113
-
-`changeCanvasHeigth()` to change the canvas' heigth.
113
+
-`changeCanvasHeigth()` to change the canvas' height.
114
114
115
115
### Removed
116
-
-`registerTextFont()` as canvas-constructor relies on Canvas 1.6.6, this method is useless.
116
+
-`registerTextFont()` as canvas-constructor relies on `canvas@1.6.6`, this method is useless.
117
117
118
118
## 0.1.6
119
119
### Added
@@ -144,9 +144,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
144
144
-`fill()` To fill the current/given path.
145
145
-`stroke()` To stroke the current/given path.
146
146
-`addStrokeText()` To add stroked text.
147
-
-`measureText()` To measure in pixels a text. Be **careful**, if you do not
148
-
provide a callback (second argument), this method will return an Integer value
149
-
instead of being chainable.
147
+
-`measureText()` To measure in pixels a text. Be **careful**, if you do not provide a callback (second argument), this method will return an Integer value instead of being chainable.
150
148
-`setTextBaseline()` To set the text's baseline.
151
149
-`setShadowOffsetX()` To set the shadow offset for the axis X.
152
150
-`setShadowOffsetY()` To set the shadow offset for the axis Y.
@@ -174,7 +172,7 @@ identical to `addRect()`).
174
172
175
173
## 0.1.0
176
174
### Added
177
-
- Added `addFont()` method for retrocompatibility with old versions of Canvas.
175
+
- Added `addFont()` method for retro-compatibility with old versions of Canvas.
178
176
(Thanks to [York](https://github.com/YorkAARGH) in
0 commit comments