Horcrux
|
8e0fb39a78
|
add FillOpacity strokeOpacity for gradients on Android
|
2016-07-27 16:00:26 +08:00 |
|
Horcrux
|
92ea884d6f
|
native prop trans => matrix
|
2016-07-27 15:54:45 +08:00 |
|
Horcrux
|
b512d57c7a
|
remove unnecessary code
|
2016-07-27 14:55:58 +08:00 |
|
Horcrux
|
28fa1cd091
|
refactor gradients on Android merge #86 into branch
|
2016-07-26 17:17:48 +08:00 |
|
Horcrux
|
9888a1adf2
|
add viewBox support for android
|
2016-07-26 11:37:31 +08:00 |
|
Horcrux
|
f82032c21c
|
start refactoring on android
|
2016-07-25 20:18:02 +08:00 |
|
Horcrux
|
7e13b801e1
|
refactor text render
Support G inherit props.
Refactor text render. Text glyphs will perfectly draw along the path
|
2016-07-22 23:49:15 +08:00 |
|
Horcrux
|
4eddfc6885
|
trans => transform
|
2016-07-19 10:37:30 +08:00 |
|
Horcrux
|
a360d4ec65
|
clipPathId => clipPathRef
|
2016-07-19 09:38:41 +08:00 |
|
Horcrux
|
d610729208
|
clipPathId => clipPathRef
|
2016-07-19 09:34:27 +08:00 |
|
Horcrux
|
fabefb7158
|
upgrade example`s react-native version to 0.29.0
|
2016-07-13 17:56:10 +08:00 |
|
Nhat
|
a1424bcb52
|
Upgrade gradle to match the version in react native.
Change url of react native repository so that it loads the correct local version.
|
2016-07-08 17:32:19 +07:00 |
|
Wang Yitong
|
391df76b36
|
fix compile on rn 0.29.0
add new params to TouchEvent.obtain method
|
2016-07-06 11:39:26 +08:00 |
|
Horcrux
|
1f21660a88
|
touchable => responsible
|
2016-06-11 09:38:20 +08:00 |
|
Horcrux
|
a350cdbeb0
|
refactor Image load with Fresco image
refactor Image load with Fresco image(Android)
|
2016-05-24 09:52:54 +08:00 |
|
Horcrux
|
6a0c47a898
|
refactor clipPath native code
refactor clipPath native code
add strokeMiterlimit prop support
|
2016-05-21 19:58:49 +08:00 |
|
Horcrux
|
bb9380b049
|
save clipPath into svg instance
|
2016-05-21 17:02:46 +08:00 |
|
Horcrux
|
404bdf3782
|
fix clip bug
|
2016-05-21 16:21:54 +08:00 |
|
Horcrux
|
85ab1c67c5
|
add Image support for Android
|
2016-05-19 00:13:59 +08:00 |
|
Horcrux
|
428683df9f
|
run hitTest only if necessary(Android)
|
2016-05-18 21:05:29 +08:00 |
|
Horcrux
|
bf5d6c8a8b
|
fix Image Exception on Android
|
2016-05-18 18:40:25 +08:00 |
|
Horcrux
|
c9e4e3aead
|
fix ClipPath bug
|
2016-05-18 17:54:52 +08:00 |
|
Horcrux
|
ce74efc58d
|
add touch responder system on android
|
2016-05-18 17:33:54 +08:00 |
|
Horcrux
|
75e03f87e9
|
fix android circle bug remove unused ShapeNode
|
2016-05-17 12:01:08 +08:00 |
|
Horcrux
|
d8c2b1d9ea
|
refactor shape elements on Android
|
2016-05-16 11:12:26 +08:00 |
|
Horcrux
|
5c874ca41b
|
Add ClipPath support for android
|
2016-05-13 10:52:20 +08:00 |
|
Horcrux
|
7c3c1c2602
|
Add Image element for Android(not finished yet)
|
2016-05-12 15:33:25 +08:00 |
|
Horcrux
|
f173726b9c
|
complete ClipPath element on android
|
2016-04-28 01:01:47 +08:00 |
|
Horcrux
|
6ad74e3287
|
Revert "Revert "change circle radius percentage calculation""
This reverts commit f717d8bd93.
|
2016-04-27 16:49:23 +08:00 |
|
Horcrux
|
f717d8bd93
|
Revert "change circle radius percentage calculation"
This reverts commit 99ab08db25.
|
2016-04-27 16:49:10 +08:00 |
|
Horcrux
|
99ab08db25
|
change circle radius percentage calculation
Change circle radius percentage calculation.
Add example for percentage props for shape.
Remove unused document ref
|
2016-04-27 16:45:58 +08:00 |
|
Horcrux
|
c2359616bf
|
complete elements percentage props support
Support Rect, Circle, Line, Ellipse percentage props
And support percentage props for gradients
|
2016-04-27 16:09:38 +08:00 |
|
Horcrux
|
a94c406491
|
setStrokeDash => setStrokeDasharray
|
2016-04-24 10:02:59 +08:00 |
|
Horcrux
|
81733043cf
|
fix ReactNativeART arc drawing on Android
fix ReactNativeART arc drawing on Android
|
2016-04-23 23:23:15 +08:00 |
|
Horcrux
|
5b630f1e4a
|
fix fillrule bug on Android
|
2016-04-23 23:01:24 +08:00 |
|
Horcrux
|
5e32544e22
|
Stroke dash as ios do
|
2016-04-23 22:02:57 +08:00 |
|
Horcrux
|
70a9473b5f
|
strokeDash => strokeDasharray
|
2016-04-23 15:28:32 +08:00 |
|
Horcrux
|
b144bd23fc
|
add dashoffset support
|
2016-04-23 15:21:07 +08:00 |
|
Horcrux
|
05faac3cf1
|
add some android support
add path for Text
add stroke pattern
add text dashed and fix dasharray bug
|
2016-04-23 14:44:48 +08:00 |
|
Horcrux
|
936a10ddb8
|
remove useless double stops
|
2016-04-21 23:06:08 +08:00 |
|
Horcrux
|
67e66aa4de
|
change copyright
|
2016-04-21 22:16:05 +08:00 |
|
Horcrux
|
a48d21de6e
|
restore clip after clip
|
2016-04-21 22:09:22 +08:00 |
|
Horcrux
|
26912bbe15
|
add clip for android
|
2016-04-21 20:51:37 +08:00 |
|
Horcrux
|
c8aaa1eb12
|
change copy right and add clip for ios
|
2016-04-21 15:42:30 +08:00 |
|
Horcrux
|
cea32755f5
|
fix stroke and fill order
|
2016-04-20 23:54:54 +08:00 |
|
Horcrux
|
c4a185354a
|
fix gradients stops in a right order
|
2016-04-20 21:50:35 +08:00 |
|
Horcrux
|
870c0c37e7
|
add Gradients
|
2016-04-20 19:02:26 +08:00 |
|
Horcrux
|
677bbbe408
|
change package names
|
2016-04-20 13:06:31 +08:00 |
|
Horcrux
|
7c288b0005
|
Android get rid of ART dependency
|
2016-04-20 12:52:35 +08:00 |
|