Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
namniak committed Mar 10, 2016
1 parent a3a758a commit 0fe89e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ __Options:__
shorthand property


```lineHeight:``` (String or Number) - Number means 'n' times font size where 1 is equivalent to '100%'. Also the property can be set in '%' or 'px.
```lineHeight:``` (String or Number) - Number means 'n' times font size where 1 is equivalent to '100%'. Also the property can be set in '%' or 'px'.


```textAlign:``` (String)- horizontal alignment of each line
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canvas-text-wrapper",
"version": "0.8.2",
"version": "0.8.3",
"ignore": [
"**/.*",
"**/*.log",
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.2",
"version": "0.8.3",
"license": "MIT",
"main": "canvas-text-wrapper.js",
"keywords": [
Expand Down

0 comments on commit 0fe89e4

Please sign in to comment.