Skip to content

Commit

Permalink
quick fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
victorsosa committed Jun 18, 2016
1 parent 9534284 commit 7ad0e77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,19 @@ Since ver 1.1 Implement a similar image tag to be used as for example:
```

###Roadmap
ver 1.1.3 implement an svg tag that can support svg tags.
ver 1.1.3 implement an SVGImage tag that can support svg tags.
```
<!-- this is more complicated to implement, pending to be implemented -->
<svg:SVGImage width="100" height="100">
<circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
</svg:svg>
</svg:SVGImage>
```
ver 1.2 Change api dependency from pents90/svg-android to Pixplicity/sharp


###Release note
v1.1.0 -- Implemented a similar image tag to render svg images.

v1.0.11 -- Major fix for load library issue and demo include.

v1.0.9 -- load from URL on Android and IOS included.
Expand Down

0 comments on commit 7ad0e77

Please sign in to comment.