1. 01 Mar, 2019 1 commit
  2. 27 Jan, 2019 1 commit
    • mrbean-bremen's avatar
      Partly fixed marker appearance · 6f96b730
      mrbean-bremen authored
      - fixed stroke and fill color (taken from marker or from included path)
      - added missing scaling for markerUnits="strokeWidth"
      - fixed initial value of "orient" to be "0"
      - fixes 2 of the W3C tests
      6f96b730
  3. 27 Dec, 2018 1 commit
  4. 20 Dec, 2018 1 commit
  5. 17 Dec, 2018 1 commit
  6. 27 Dec, 2015 1 commit
  7. 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
  8. 23 Aug, 2014 1 commit
    • Eric Domke's avatar
      Gradient, Pattern, and Clip Fixes · 3f4ee333
      Eric Domke authored
      - Better parser for dealing with parsing edge cases
      - Fix corner radius for rectangles
      - Fix to gradients.  Most tests now pass
      - Add the possibility for a fallback paint server
      - Initial fixes to clipping
      - Start marking passed test
      - Fixes to pattern rendering
      3f4ee333
  9. 18 Aug, 2014 1 commit
    • Eric Domke's avatar
      Bug Fixes · 46e375e4
      Eric Domke authored
      - Fixing path parsing algorithm to deal with nuanced arc cases and
      hopefully improve performance
      - Attempts at better memory management
      - Working toward getting symbols to render correctly
      46e375e4
  10. 24 Jul, 2014 1 commit
  11. 02 Jul, 2014 1 commit
  12. 27 Jun, 2014 1 commit
    • Eric Domke's avatar
      .Net 3.5 Support and Marker Fixes · 14a3b6a9
      Eric Domke authored
      - Implemented .Net 3.5 support mostly by removing ISvgEventCaller
      functionality in .Net 3.5 build
      - Added ability to parse orient="auto"
      - Added ability to parse colors such as rgb(#%, #%, #%)
      - Fixed marker rendering implementation
      14a3b6a9
  13. 11 Jun, 2014 1 commit
  14. 26 Apr, 2014 1 commit
    • C Moore's avatar
      Update SVG Viewer Test Project · e82abc8f
      C Moore authored
      Updated to .Net Framework 4, added some code to finish test, & removed
      extraneous files. I updated this project so I could test the changes for
      #66
      e82abc8f
  15. 16 Apr, 2012 1 commit
  16. 02 Nov, 2010 1 commit