1. 17 Dec, 2018 4 commits
  2. 20 Apr, 2017 1 commit
  3. 28 Mar, 2017 1 commit
  4. 25 Mar, 2017 1 commit
  5. 19 Mar, 2017 2 commits
  6. 13 Mar, 2017 1 commit
  7. 12 Mar, 2017 1 commit
  8. 11 Mar, 2017 1 commit
  9. 10 Mar, 2017 2 commits
  10. 07 Mar, 2017 1 commit
    • mrbean-bremen's avatar
      Fixed PushTransform for SvgUse · bed13eb8
      mrbean-bremen authored
      - fixed matrix order (Prepend instead of Append)
      - fixes #64 (see __issue-064-01.svg and __issue-064-02.svg)
      - fixes test for struct-use-03-t.svg
      bed13eb8
  11. 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
  12. 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
  13. 02 Mar, 2017 1 commit
  14. 25 Feb, 2017 1 commit
  15. 23 Feb, 2017 1 commit
  16. 06 Jan, 2017 1 commit
  17. 28 Dec, 2016 1 commit
  18. 18 Nov, 2016 3 commits
  19. 14 Nov, 2016 1 commit
  20. 02 Nov, 2016 1 commit
  21. 14 Sep, 2016 1 commit
  22. 28 Jun, 2016 2 commits
  23. 24 May, 2016 1 commit
  24. 22 May, 2016 5 commits
  25. 09 May, 2016 1 commit
  26. 30 Apr, 2016 2 commits
  27. 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