Skip to content

Commit

Permalink
0.9.0 text underline
Browse files Browse the repository at this point in the history
  • Loading branch information
namniak committed Mar 11, 2016
1 parent 41bfe7d commit c09461e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ __Options:__

```textDecoration```: (String) - additional text decoration
* 'none' - no decoration
* 'underline' - text is underlined according to `context.strokeStyle`
* 'underline' - text is underlined according to `context.strokeStyle` and `context.lineWidth`


NOTE: if a single word is too long to fit the width with specified font size, it will break on any letter unless ```sizeToFill``` option is enabled.
Expand Down
2 changes: 1 addition & 1 deletion canvas-text-wrapper.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "canvas-text-wrapper",
"description": "Split canvas text into lines on specified rule with optional alignment, padding, and more. Supports HDPI screens.",
"version": "0.8.3",
"version": "0.9.0",
"license": "MIT",
"main": "canvas-text-wrapper.js",
"keywords": [
Expand Down

0 comments on commit c09461e

Please sign in to comment.