Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Commit

Permalink
scaling clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Sep 28, 2016
1 parent 3477118 commit 6b8c8e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -704,13 +704,13 @@
"doc": "The icon is displayed at its intrinsic aspect ratio."
},
"width": {
"doc": "Scaling is done in the x-dimension to fit the text's dimensions."
"doc": "The icon is scaled in the x-dimension to fit the width of the text."
},
"height": {
"doc": "Scaling is done in the y-dimension to fit the text's dimensions."
"doc": "The icon is scaled in the y-dimension to fit the height of the text."
},
"both": {
"doc": "Scaling is done in both x- and y-dimensions."
"doc": "The icon is scaled in both x- and y-dimensions."
}
},
"default": "none",
Expand Down

0 comments on commit 6b8c8e2

Please sign in to comment.