1. 20 Jan, 2019 1 commit
    • Marcelo Bezerra's avatar
      Add support to .netstandard20 · 21b2e0ea
      Marcelo Bezerra authored
      - This build supports targeting .Net Framework 4.0 and .Netstandard2.0 allowing use of Svg library by .Net core apps.
      - Solution can be built using Visual Studio 2017 Preview and .Net Core 2.0 Preview 2+
      21b2e0ea
  2. 22 Dec, 2018 1 commit
  3. 17 Dec, 2018 1 commit
  4. 25 Feb, 2017 1 commit
  5. 18 Nov, 2016 1 commit
  6. 14 Nov, 2016 1 commit
  7. 14 Sep, 2016 1 commit
  8. 22 May, 2016 1 commit
  9. 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
  10. 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
  11. 28 Dec, 2015 1 commit
  12. 27 Dec, 2015 3 commits
  13. 17 Sep, 2015 1 commit
  14. 20 Aug, 2015 1 commit
  15. 04 Aug, 2014 1 commit
    • Eric Domke's avatar
      Refactoring while working through W3C tests · d5c659a5
      Eric Domke authored
      - Adding W3C test cases and a test fixture
      - Fixed support for CSS stylesheets (particularly when class names are
      referenced)
      - Refactoring unit calculations so that percentages and fractions
      calculate more accurately
      - SvgImage:
      - Support PreserveAspectRatio attribute
      - Support for referencing svg images
      - Refactored text rendering to use the AttributeCollection inheritance
      scheme
      - Initial attempt at 'ex' unit support
      - Added support for system color names
      - Changed parsing of entities to support XML entities
      - Supporting loading of a svg document directly from a XmlDocument with
      requiring serializing the document as a string first.
      - ...
      d5c659a5
  16. 06 May, 2010 2 commits