1. 19 Jan, 2019 1 commit
  2. 15 Jan, 2019 1 commit
  3. 13 Jan, 2019 1 commit
  4. 06 Jan, 2019 1 commit
  5. 02 Jan, 2019 1 commit
  6. 01 Jan, 2019 1 commit
  7. 30 Dec, 2018 2 commits
  8. 29 Dec, 2018 1 commit
  9. 28 Dec, 2018 1 commit
  10. 25 Dec, 2018 1 commit
  11. 24 Dec, 2018 1 commit
  12. 22 Dec, 2018 1 commit
  13. 20 Dec, 2018 1 commit
  14. 19 Dec, 2018 1 commit
  15. 18 Dec, 2018 3 commits
  16. 17 Dec, 2018 1 commit
  17. 26 Mar, 2017 1 commit
  18. 25 Mar, 2017 1 commit
  19. 19 Mar, 2017 3 commits
  20. 10 Mar, 2017 1 commit
  21. 04 Mar, 2017 1 commit
    • mrbean-bremen's avatar
      * Allow relative paths for image URLs · 96184773
      mrbean-bremen authored
      - relative URL have not been loaded (example: masking-path-06-b.svg in test data)
      - Updated passing tests (note: not all changes are related to the current fix)
      96184773
  22. 03 Mar, 2017 1 commit
    • mrbean-bremen's avatar
      Do not create a clip region for view box · b12c63d1
      mrbean-bremen authored
      - a view box does not need a clip region, this breaks the overflow
      handling
      - overflow handling:  handle overflow attribut "Inherit" as Visible and
      "Scroll" as Hidden as per W3C documentation
      - fixes #279
      b12c63d1
  23. 28 Feb, 2017 1 commit
  24. 25 Feb, 2017 1 commit
  25. 18 Nov, 2016 1 commit
  26. 14 Nov, 2016 1 commit
  27. 02 Nov, 2016 2 commits
  28. 14 Sep, 2016 1 commit
  29. 22 May, 2016 1 commit
  30. 09 May, 2016 1 commit
  31. 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
  32. 06 Jan, 2016 1 commit
  33. 04 Jan, 2016 1 commit
  34. 03 Jan, 2016 1 commit
    • 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