Commit Graph

35 Commits

Author SHA1 Message Date
Horcrux
6a0c47a898 refactor clipPath native code
refactor clipPath native code
add strokeMiterlimit prop support
2016-05-21 19:58:49 +08:00
Horcrux
9677e4768a delete unused code 2016-05-18 21:05:48 +08:00
Horcrux
f34c0c209a run hitTest only if necessary 2016-05-18 20:15:29 +08:00
Horcrux
5c0aa77390 fix touch system on iOS
subViews in G will run hitTest now.
fix hitTest while using clipPath
2016-05-18 18:30:51 +08:00
Horcrux
ea7f462022 remove unused code 2016-05-15 18:24:53 +08:00
Horcrux
233ea81a4a fix create native component issue
fix create native component issue
2016-05-15 10:50:53 +08:00
Horcrux
8d01e8eccb refactor shape elements add responder system.
refactor shape elements add responder system.
Just iOS.
2016-05-15 00:40:43 +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
9043443934 refactor Text element 2016-05-12 15:34:56 +08:00
Horcrux
0b887bccf5 add Image element (iOS) 2016-05-05 18:50:22 +08:00
Horcrux
5008457ba6 fix percentage bug, add Svg element flex layout support 2016-04-29 21:26:04 +08:00
Horcrux
12c38d7604 fix circle drawing bug in iOS 4s+ 2016-04-28 23:54:23 +08:00
Horcrux
6da1b5887f remove defined ClipPath after <ClipPath /> is unmounted 2016-04-27 23:31:33 +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
cd77525a7b complete percentage coords refactor on ios 2016-04-27 10:48:49 +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
a0c23868cb fix transparent bug 2016-04-24 12:31:47 +08:00
duhduhdan
d3235ed6a2 Switches RNSVGPath.m and RNSVGText.m strokeDash to new strokeDasharray 2016-04-23 11:40:53 -07: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
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
936a10ddb8 remove useless double stops 2016-04-21 23:06:08 +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
a136063f90 add filleRule for ios 2016-04-20 23:27:12 +08:00
Horcrux
c4a185354a fix gradients stops in a right order 2016-04-20 21:50:35 +08:00
Horcrux
7c288b0005 Android get rid of ART dependency 2016-04-20 12:52:35 +08:00
Horcrux
d700ca5493 refactor all components and isolated from ART dependency 2016-04-20 00:52:59 +08:00