1. 28 Mar, 2017 1 commit
  2. 25 Mar, 2017 1 commit
  3. 19 Mar, 2017 2 commits
  4. 13 Mar, 2017 1 commit
  5. 12 Mar, 2017 1 commit
  6. 11 Mar, 2017 1 commit
  7. 10 Mar, 2017 2 commits
  8. 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
  9. 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
  10. 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
  11. 02 Mar, 2017 1 commit
  12. 25 Feb, 2017 1 commit
  13. 23 Feb, 2017 1 commit
  14. 06 Jan, 2017 1 commit
  15. 28 Dec, 2016 1 commit
  16. 18 Nov, 2016 3 commits
  17. 14 Nov, 2016 1 commit
  18. 02 Nov, 2016 1 commit
  19. 14 Sep, 2016 1 commit
  20. 28 Jun, 2016 2 commits
  21. 24 May, 2016 1 commit
  22. 22 May, 2016 5 commits
  23. 09 May, 2016 1 commit
  24. 30 Apr, 2016 2 commits
  25. 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
  26. 04 Jan, 2016 2 commits
    • HeinrichAD's avatar
      Add documentation · ac63bffd
      HeinrichAD authored
      Documentation reference.
      ac63bffd
    • HeinrichAD's avatar
      Separator change · 701081ed
      HeinrichAD authored
      - change separator
      - add documentation reference to separator changing
      - remove and sort usings
      701081ed
  27. 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
  28. 27 Dec, 2015 2 commits