Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-lty committed Dec 21, 2015
2 parents 8cfac3b + c8fe4bd commit 17fad39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ qlineargradient(0, 0, 0, 0, $stops)
#### qrgba
Qt's rgba:
```
qrgba(255, 128, 128, 50%)
rgba(255, 128, 128, 50%)
```
is replaced by CSS rgba:
```
qrgba(255, 128, 128, 0.5)
rgba(255, 128, 128, 0.5)
```

## Executable usage
Expand Down

0 comments on commit 17fad39

Please sign in to comment.