Pixplicity / sharp

Scalable vector graphics for Android
Apache License 2.0
1.03k stars 117 forks source link

Strokes do not draw gradients #18

Closed pflammertsma closed 8 years ago

pflammertsma commented 8 years ago

It appears that strokes only are drawn if they are provided as a defined color.

Sharp should support referencing gradients, as it does for fills, in the following syntax:

<path style="stroke:url(#linearGradient123);..." ... />