1. 20 Apr, 2017 1 commit
  2. 28 Mar, 2017 1 commit
  3. 25 Mar, 2017 1 commit
  4. 19 Mar, 2017 2 commits
  5. 13 Mar, 2017 1 commit
  6. 12 Mar, 2017 1 commit
  7. 11 Mar, 2017 1 commit
  8. 10 Mar, 2017 2 commits
  9. 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
  10. 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
  11. 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
  12. 02 Mar, 2017 1 commit
  13. 25 Feb, 2017 1 commit
  14. 23 Feb, 2017 1 commit
  15. 06 Jan, 2017 1 commit
  16. 28 Dec, 2016 1 commit
  17. 18 Nov, 2016 3 commits
  18. 14 Nov, 2016 1 commit
  19. 02 Nov, 2016 1 commit
  20. 14 Sep, 2016 1 commit
  21. 28 Jun, 2016 2 commits
  22. 24 May, 2016 1 commit
  23. 22 May, 2016 5 commits
  24. 09 May, 2016 1 commit
  25. 30 Apr, 2016 2 commits
  26. 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
  27. 04 Jan, 2016 2 commits
  28. 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
  29. 27 Dec, 2015 1 commit