Skip to content

Commit

Permalink
icon-rotate is a render property, units are degrees (fixes #124)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jul 23, 2014
1 parent bad6663 commit 871daf2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions reference/v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@
"type": "string",
"doc": "A string with {tokens} replaced, referencing the data property to pull from."
},
"icon-rotate": {
"type": "number",
"default": 0,
"doc": "Rotation angle of icon, in degrees."
},
"icon-padding": {
"type": "number",
"default": 2,
Expand Down Expand Up @@ -338,7 +343,8 @@
},
"text-rotate": {
"type": "number",
"default": 0
"default": 0,
"doc": "Rotation angle of text, in degrees."
},
"text-padding": {
"type": "number",
Expand Down Expand Up @@ -670,11 +676,6 @@
"function": true,
"transition": true
},
"icon-rotate": {
"type": "number",
"default": 0,
"function": true
},
"icon-size": {
"type": "number",
"default": 1,
Expand Down

0 comments on commit 871daf2

Please sign in to comment.