support stroke in pattern.

support stroke="url(#pattern)"
This commit is contained in:
Horcrux
2016-04-22 19:04:07 +08:00
parent bfcc39f73e
commit 74b5e82781
20 changed files with 456 additions and 369 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import React, {
Children
} from 'react-native';
import {NativeGroup} from './G';
import {set, remove} from '../lib/extract/extractFill';
import {set, remove} from '../lib/extract/patterns';
import percentFactory from '../lib/percentFactory';
import percentToFloat from '../lib/percentToFloat';
import Stop from './Stop';