Commit Graph

42 Commits

Author SHA1 Message Date
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
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
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
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
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
Horcrux
50b941c4bc Add Symbol element refactor viewbox
Add Symbol element refactor viewbox
2016-01-25 18:07:06 +08:00
Horcrux
060cf7746b Add gradient elements and examples
Add gradient elements and examples
2016-01-25 15:50:06 +08:00
Horcrux
e001285cbe Refactor reuse elements
Refactor reuse elements
2016-01-25 11:39:31 +08:00
Horcrux
11c211a9a9 add Use element and add example for it
add Use element and add example for it
2016-01-23 19:25:12 +08:00
Horcrux
af0995022d apply common stroke processor to elements
apply common stroke processor to elements
2016-01-23 16:50:11 +08:00
Horcrux
1fecd0a015 Add G example and add viewbox for Svg
Add G example and add viewbox for Svg
2016-01-23 16:08:19 +08:00
Horcrux
d40921354b Add Text
Add Text
2016-01-23 11:09:00 +08:00
Horcrux
b871e0087e Add G element
Add G element
2016-01-22 18:41:52 +08:00
Horcrux
815540fc28 Add path examples
Add path examples
2016-01-22 00:08:07 +08:00
Horcrux
a482948b83 Add examples and refactor code
Add examples and refactor code
2016-01-21 23:44:38 +08:00