Skip to content

Commit

Permalink
Link to GRD parsing docs from SVG parsing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevallin committed Jan 3, 2016
1 parent 9598817 commit b2ee356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ Gradient::GRD.read("./kiwi.grd")

### Import SVG gradients
SVG images can contain multiple gradients, and these can be extracted in the same
way as for `.grd` files.
way as for [`.grd`](#import-adobe-photoshop-gradient-grd-files) files.

```ruby
Gradient::SVG.read("./lemon-lime.svg")
# => {
Expand Down

0 comments on commit b2ee356

Please sign in to comment.