1. 30 Dec, 2018 1 commit
  2. 29 Dec, 2018 1 commit
  3. 28 Dec, 2018 1 commit
  4. 25 Dec, 2018 1 commit
  5. 24 Dec, 2018 1 commit
  6. 22 Dec, 2018 1 commit
  7. 20 Dec, 2018 1 commit
  8. 19 Dec, 2018 1 commit
  9. 18 Dec, 2018 3 commits
  10. 17 Dec, 2018 1 commit
  11. 26 Mar, 2017 1 commit
  12. 25 Mar, 2017 1 commit
  13. 19 Mar, 2017 3 commits
  14. 10 Mar, 2017 1 commit
  15. 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
  16. 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
  17. 28 Feb, 2017 1 commit
  18. 25 Feb, 2017 1 commit
  19. 18 Nov, 2016 1 commit
  20. 14 Nov, 2016 1 commit
  21. 02 Nov, 2016 2 commits
  22. 14 Sep, 2016 1 commit
  23. 22 May, 2016 1 commit
  24. 09 May, 2016 1 commit
  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. 06 Jan, 2016 1 commit
  27. 04 Jan, 2016 1 commit
  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. 28 Dec, 2015 1 commit
  30. 27 Dec, 2015 3 commits
  31. 20 Dec, 2015 1 commit
    • HeinrichAD's avatar
      Add: shape-rendering; Fix: CurrentCulture · 7894ea9e
      HeinrichAD authored
      Fix:
      Now the application make sure to set back the old culture even an error
      occurred.
      SvgColourConverter.ConvertFrom
      SvgPathBuilder.ConvertTo
      SvgDocument.Write
      SvgExtentions.GetXML
      
      Add:
      Attribute: "shape-rendering"
      
      Change:
      - Many other properties were unknowingly overloaded. I changed them to
      override.
      - Some methods or structures need the [CLSCompliant(false)] Attribute.
      For example the Enums.TryParse extension. This extension has the where
      condition IConvertible. IConvertible is [CLSCompliant(false)] and that
      the reason why it is correct to mark the Enums.TryParse extension also
      as [CLSCompliant(false)].
      - Property "float Opacity" in SvgElement was unknowingly overloaded in
      SvgGradientStop as string [stop-opacity]. In the end this property was
      only used as float. I changed the SvgGradientStop.Opacity property from
      string to float and to override.
      7894ea9e
  32. 17 Sep, 2015 2 commits