fix text context and complete gradient js code

This commit is contained in:
Horcrux
2016-04-26 22:08:54 +08:00
parent 1baf00c034
commit 902bdcb1d0
17 changed files with 72 additions and 154 deletions

View File

@@ -76,9 +76,9 @@ function extractFont(font) {
}
const anchord = {
right: 1,
center: 2,
left: 0
end: 1,
middle: 2,
start: 0
};
export default function(props) {