1. 06 Jan, 2017 5 commits
  2. 28 Dec, 2016 2 commits
  3. 19 Nov, 2016 1 commit
  4. 18 Nov, 2016 4 commits
  5. 17 Nov, 2016 5 commits
  6. 14 Nov, 2016 1 commit
  7. 02 Nov, 2016 2 commits
  8. 14 Sep, 2016 2 commits
  9. 28 Jun, 2016 2 commits
  10. 24 May, 2016 3 commits
  11. 22 May, 2016 6 commits
  12. 09 May, 2016 4 commits
  13. 30 Apr, 2016 2 commits
  14. 19 Apr, 2016 1 commit
    • AKH's avatar
      Issue 225 - Image with large embedded image fails to render · a0da74b0
      AKH authored
      - Changed SvgImage.Href property from Uri type to String to avoid UriFormatException if Uri contains too much data
      - Changed GetImage to receive a string instead of Uri object.
        - Created a temp Uri object in method with substring of allowed length and using this to determine Uri characteristics
      a0da74b0