1. 18 Nov, 2016 1 commit
  2. 17 Nov, 2016 5 commits
  3. 14 Nov, 2016 1 commit
  4. 02 Nov, 2016 2 commits
  5. 14 Sep, 2016 2 commits
  6. 28 Jun, 2016 2 commits
  7. 24 May, 2016 3 commits
  8. 22 May, 2016 6 commits
  9. 09 May, 2016 4 commits
  10. 30 Apr, 2016 2 commits
  11. 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
  12. 06 Jan, 2016 2 commits
  13. 04 Jan, 2016 4 commits
  14. 03 Jan, 2016 2 commits
    • Tebjan Halm's avatar
      Merge pull request #211 from OperatorOverload/master · a935f4ee
      Tebjan Halm authored
      Update to fix Draw(Height,Width) overload
      a935f4ee
    • HeinrichAD's avatar
      Maker rendering does not get right position. · 1a003b2d
      HeinrichAD authored
      As long as the functions AdjustForViewBoxWidth and
      AdjustForViewBoxHeight are not fully developed pay attention that the
      ViewBox width and height will not mismatch the positions of the marker
      element then one of them are zero.
      
      This changes are based on Issue #212 from mater.
      
      Add: Quick solution to avoid  ViewBox width or height zero calculation.
      Add: UnitTests
      1a003b2d
  15. 28 Dec, 2015 1 commit
  16. 27 Dec, 2015 2 commits