1. 24 Jul, 2014 2 commits
    • Eric Domke's avatar
      Various Parsing Bug Fixes · f10b0336
      Eric Domke authored
      - Implemented .Net 3.5 support mostly by removing ISvgEventCaller
      functionality in .Net 3.5 build
      - Added ability to parse colors such as rgb(#%, #%, #%)
      - Fix issues with calculating the next coordinate after a close figure
      and a relative move
      - Allow the std. deviation in a gaussian blur to be a float.
      - Allow "none" for a unit collection
      - Allow gradients to reference other gradients defined later in the SVG
      - Fix href attribute bug on the SVG use element
      - Adding a descendants convenience methods (similar to the Xml to Linq
      API)
      - Removed non-functional property from the SvgDescription class to
      encourage use of the Content property instead
      f10b0336
    • Tebjan Halm's avatar
  2. 01 Jul, 2014 1 commit
    • Eric Domke's avatar
      Descendants Extension and Metadata Tweaks · 1f36e015
      Eric Domke authored
      - Adding a descendants convenience methods (similar to the Xml to Linq
      API)
      - Removed non-functional property from the SvgDescription class to
      encourage use of the Content property instead
      - Added unit test project for unit test of new functionality.
      1f36e015
  3. 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
  4. 14 Jun, 2014 1 commit
  5. 28 Mar, 2014 1 commit
  6. 13 Mar, 2014 1 commit
  7. 12 Mar, 2014 1 commit
  8. 11 Mar, 2014 4 commits
  9. 09 Mar, 2014 1 commit
  10. 05 Dec, 2013 1 commit
  11. 29 Nov, 2013 1 commit
  12. 25 Nov, 2013 2 commits
  13. 17 Nov, 2013 1 commit
  14. 14 Nov, 2013 1 commit
  15. 12 Nov, 2013 2 commits
  16. 15 Oct, 2013 2 commits
  17. 14 Oct, 2013 1 commit
  18. 23 Aug, 2013 1 commit
  19. 31 Jul, 2013 1 commit
  20. 30 Jul, 2013 1 commit
  21. 25 Jul, 2013 1 commit
  22. 11 Jul, 2013 2 commits
  23. 10 Jul, 2013 2 commits
  24. 08 Jul, 2013 1 commit
  25. 28 Jun, 2013 2 commits
  26. 27 Jun, 2013 1 commit
  27. 26 Jun, 2013 1 commit
  28. 20 Jun, 2013 1 commit
  29. 19 Jun, 2013 1 commit
  30. 04 Jun, 2013 1 commit
    • Matt Bowers's avatar
      Embedded transformations · 8c10c2e6
      Matt Bowers authored
      Embedded transformations were not being applied correctly; they were
      being done in reverse order.
      8c10c2e6