Commit Graph

62 Commits

Author SHA1 Message Date
Horcrux
9df76e5668 Use Image.propTypes.source as href propType 2017-04-04 10:45:54 +08:00
Horcrux
cad8d8902b Merge pull request #216 from gpminsuk/master
Data URI support for href in react-native-svg Image tag
2017-04-04 10:41:35 +08:00
Horcrux
c91d333950 saveDefinition => parseReference 2017-02-04 11:18:10 +08:00
Horcrux
cfaca8b3cb Add gradientUnits support 2017-01-24 22:24:36 +08:00
Horcrux
42c626dbfb Fix G renderable props 2017-01-22 23:10:23 +08:00
Horcrux
777b3532ce Fix touchEvents with viewBox prop on SVG 2017-01-22 20:39:42 +08:00
Horcrux
1db96aaa07 Fix warnings 2017-01-22 19:45:50 +08:00
Horcrux
8cd78e830e Finish Symbol refactor on Android 2017-01-22 17:57:07 +08:00
Horcrux
1b04e11ca4 Refactor Symbol on iOS 2017-01-22 17:51:47 +08:00
Horcrux
af6db7039f Finish percentage props refactor on iOS 2017-01-20 17:47:57 +08:00
Horcrux
7c9f6b2d3d Remove unused public method 2017-01-16 14:38:43 +08:00
Horcrux
dcc39c4b67 Fix memory leaks 2017-01-11 19:31:42 +08:00
Horcrux
6e81ecf147 Fix touch events on Text elements 2017-01-11 18:55:42 +08:00
Horcrux
52dfe21074 Implement TextPath: first step (iOS) 2017-01-09 20:16:20 +08:00
Horcrux
1d06134719 Add TextPath element 2017-01-09 13:08:22 +08:00
Horcrux
f9fe7bdc4e merge master fix conflicts 2017-01-09 11:11:12 +08:00
Horcrux
88cacb69f6 Fix Use elements do not reset template bug 2017-01-08 22:16:31 +08:00
Horcrux
074166b111 rename mergeProperties related variables 2017-01-08 19:05:37 +08:00
Horcrux
4f54fe219f move renderLayerTo to Renderable
Move renderLayerTo to Renderable.
2017-01-08 17:43:03 +08:00
Horcrux
431b61ce76 Fix memory leaks in iOS
Fix memory leaks in iOS and do not render stroke if strokeWidth is
undefined
2017-01-08 17:08:37 +08:00
Horcrux
152e839126 Remove path data usage in clipPath
Remove path data usage in clipPath.
Use clipPath in SVG way
2017-01-07 23:17:10 +08:00
Minsuk Kang
680e001070 Image ratio validation and check for iOS 2017-01-06 14:46:59 -08:00
Horcrux
632862299f Merge pull request #195 from janicduplessis/master
Update iOS RN header paths
2017-01-05 10:33:11 +08:00
Horcrux
5bb8c3d48f move traverseSubviews method to SVGNode 2016-12-02 15:17:55 +08:00
Janic Duplessis
ad360e71c2 Update iOS RN header paths 2016-12-01 05:14:57 -05:00
Horcrux
44860a02ff Fix ClipPath position with Text elements 2016-11-11 14:10:19 +08:00
Horcrux
0434cddc8b Fix memory issue with ClipPath
Fix memory issue with ClipPath.
2016-11-11 13:25:16 +08:00
Horcrux
aae482236d Finish TSpan 2016-11-11 00:48:55 +08:00
Horcrux
a37c3ceee6 finish basic text support on iOS 2016-09-17 15:42:27 +08:00
Horcrux
e78e5db092 fix #127 2016-08-27 09:50:03 +08:00
Horcrux
eabec82b97 fix #111
reset ownedPropList everytime mergeProperties method is called.
2016-08-24 17:36:27 +08:00
Horcrux
63ad060e49 fix #115 2016-08-16 20:00:49 +08:00
Horcrux
d84b00d02f set unrecognized font family to default. 2016-08-13 17:00:15 +08:00
Horcrux
d1afb78da0 Add preserveAspectRatio prop for Image
Add preserveAspectRatio prop for Image.
Fix touch events for Image on Android.
Fix viewBox slice bug on Android.
2016-08-13 14:03:08 +08:00
Horcrux
76a3e8e32d add toDataURL method for svg elements
Add toDataURL method for svg elements to get data64 data  of svg.(iOS)
Add example for this.
2016-08-10 16:54:48 +08:00
Horcrux
6ebd928ab4 fix Text cannot handle touch events bug 2016-08-06 23:17:38 +08:00
Horcrux
43de62650b fix memory leaks 2016-08-06 22:57:15 +08:00
Horcrux
7f4eb47f81 fix touch events within the elements which are nested in G 2016-08-06 21:37:58 +08:00
steve
a3fdebba1e fixes #96 for iOS only - viewBox or nested G elements stifle events 2016-08-04 09:31:38 +01:00
Horcrux
6c7c2fdf3f Add touch events support for G elements 2016-07-31 22:01:14 +08:00
Horcrux
ab064d86e0 fix #84 2016-07-27 18:10:40 +08:00
Horcrux
0fd92e30ea fix transform bug 2016-07-27 16:22:31 +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
9888a1adf2 add viewBox support for android 2016-07-26 11:37:31 +08:00
Horcrux
03685f3787 remove unused context param, fix typo 2016-07-25 12:53:34 +08:00
Horcrux
a2598a5591 native prop tranform => trans,fix defs typo 2016-07-25 11:15:39 +08:00
Horcrux
cbea7a4edb finish Symbol refactor
finish Symbol refactor
finish all reusable elements refactor (iOS)
2016-07-24 11:41:00 +08:00
Horcrux
10b28434bb refactor viewBox for svg 2016-07-23 23:44:26 +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