Commit Graph

60 Commits

Author SHA1 Message Date
Horcrux
26cc3d4dd9 change examples layout 2016-06-09 21:15:59 +08:00
Horcrux
5412974550 bump version and update example 2016-06-08 21:48:35 +08:00
Horcrux
fd5a91399f fix #51
fix #51
2016-06-08 21:21:01 +08:00
Horcrux
329629ae21 fix lint warning 2016-05-21 21:07:26 +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
404bdf3782 fix clip bug 2016-05-21 16:21:54 +08:00
Horcrux
ce74efc58d add touch responder system on android 2016-05-18 17:33:54 +08:00
Horcrux
1f7a908406 checkout new branch for touch events support 2016-05-14 09:52:14 +08:00
Horcrux
91c6115e6e Fix #32
Fix #32  (G elements context bug)
2016-05-13 11:50:03 +08:00
Horcrux
ec67d4dae8 fix #33
fix #33
2016-05-13 11:15:05 +08:00
Horcrux
b81eba5684 Add text path for iOS
Add text path for iOS
Add clipPath Text support (iOS)
2016-05-13 10:00:47 +08:00
Horcrux
0b887bccf5 add Image element (iOS) 2016-05-05 18:50:22 +08:00
Horcrux
cbce096b5c Use eslint, add travis-ci 2016-05-04 17:54:30 +08:00
Horcrux
69ad9114c6 move SerializablePath dependency to local lib
move SerializablePath dependency  to local lib
fix issue #29
2016-05-03 11:41:07 +08:00
Horcrux
5008457ba6 fix percentage bug, add Svg element flex layout support 2016-04-29 21:26:04 +08:00
Horcrux
fa751e31b0 complete ClipPath element on iOS 2016-04-27 23:14:15 +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
902bdcb1d0 fix text context and complete gradient js code 2016-04-26 22:08:54 +08:00
Horcrux
1baf00c034 fix ellipse draw bug and fix shape props context 2016-04-26 21:04:54 +08:00
Horcrux
24dcc83a80 complete basic shapes(ios) 2016-04-26 19:10:57 +08:00
Horcrux
5c31c538d6 fix Example xcodeproj path error 2016-04-24 10:22:36 +08:00
Horcrux
7d37cde40d Add polyline strokeLinecap strokeLinejoin example 2016-04-24 00:24:15 +08:00
Horcrux
1741f63b41 fix line strokeLinecap bug #11
fix line strokeLinecap bug #11
2016-04-24 00:00:58 +08:00
Horcrux
e2263e7f66 change stroke example 2016-04-23 19:50:19 +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
d990eaa472 try to implement stroke text with gradient but failed
try to implement stroke text with gradient but failed
2016-04-23 11:53:48 +08:00
Horcrux
2eda0e8ce2 add support for text clipping and support for text fill pattern 2016-04-22 22:21:44 +08:00
Horcrux
74b5e82781 support stroke in pattern.
support stroke="url(#pattern)"
2016-04-22 19:04:07 +08:00
Horcrux
bfcc39f73e Add auto rnpm link in postinstall step 2016-04-22 10:18:29 +08:00
Horcrux
282ef5b2dd change exmaple react-native version 2016-04-22 09:28:14 +08:00
Horcrux
07032af92a change Example dependency
change Example dependency from art-svg to svg
2016-04-22 09:25:50 +08:00
Horcrux
936a10ddb8 remove useless double stops 2016-04-21 23:06:08 +08:00
Horcrux
a48d21de6e restore clip after clip 2016-04-21 22:09:22 +08:00
Horcrux
7d3ef84163 add ClipPath element support 2016-04-21 17:55:18 +08:00
Horcrux
7859813eac none color fill path add clip 2016-04-21 16:10:38 +08:00
Horcrux
c8aaa1eb12 change copy right and add clip for ios 2016-04-21 15:42:30 +08:00
Horcrux
870c0c37e7 add Gradients 2016-04-20 19:02:26 +08:00
Horcrux
7c288b0005 Android get rid of ART dependency 2016-04-20 12:52:35 +08:00
Horcrux
b1d8e6a29a recover removed files which are deleted by accident 2016-04-20 00:57:32 +08:00
Horcrux
d700ca5493 refactor all components and isolated from ART dependency 2016-04-20 00:52:59 +08:00
Horcrux
c8a04c3d28 remove unused vars 2016-04-19 15:18:16 +08:00
Horcrux
1eef9f625d remove fillRule example 2016-01-28 18:21:33 +08:00
Horcrux
3c56ad3dd7 refactor LinearGradient and RadialGradient
refactor LinearGradient and RadialGradient
and add fillOpacity support for LinearGradient and RadialGradient
2016-01-28 18:12:59 +08:00
Horcrux
7eef3b1e3b update example`s dependencies version 2016-01-27 16:03:38 +08:00
Horcrux
e181a1a546 Gradient supports percent value
Gradient supports percent value
2016-01-26 11:36:58 +08:00
Horcrux
2cd7290808 优化 Symbol
优化 Symbol
2016-01-25 18:38:35 +08:00