1. 06 May, 2010 2 commits
  2. 04 Mar, 2010 2 commits
  3. 03 Mar, 2010 1 commit
  4. 04 Jan, 2010 1 commit
  5. 24 Aug, 2009 1 commit
  6. 03 Aug, 2009 2 commits
  7. 26 Dec, 2008 1 commit
  8. 21 Dec, 2008 1 commit
  9. 20 Dec, 2008 1 commit
  10. 19 Dec, 2008 3 commits
  11. 30 Oct, 2008 1 commit
  12. 18 Oct, 2008 5 commits
  13. 17 Oct, 2008 1 commit
  14. 17 Jun, 2008 1 commit
    • davescriven's avatar
      - Fixed #6324: SvgElement.PushTransforms and ViewBox - not necessarily related... · 7a704170
      davescriven authored
      - Fixed #6324: SvgElement.PushTransforms and ViewBox - not necessarily related to ViewBox but every   element was 'resetting' the current graphics transform if the element contained it's own transform. This 
        was a very small fix for a large problem (SvgElement.PushTransforms Matrix transformMatrix = new   Matrix(); changed to Matrix transformMatrix = renderer.Transform; in order to inherit the current   transform.)
      - Fixed #6344: Parsing document incorrectly parents elements when it encounters empty nodes which are   in a different namespace. Empty nodes are now ignored and current nodes are closed as required. We'll 
        see how this fix goes.
      - Fixed #6381: Units in inches are incorrectly parsed as millimeters - problem was caused by some   copy/paste work.
      - Graphics has been replaced by SvgRenderer. This is essentially a wrapper around graphics but will allow
        custom svg related properties in the future when needed.
      - Removed ISvgRenderer: A concrete implementation is suitable.
      - SvgElement.ElementName has been changed to non-virtual and is set by the parser instead of the   developer having to specify it when developing the class.
      - Added more XML API documentation.
      7a704170
  15. 28 May, 2008 1 commit
  16. 17 May, 2008 1 commit
  17. 29 Apr, 2008 3 commits
  18. 28 Apr, 2008 1 commit
  19. 22 Apr, 2008 1 commit
  20. 19 Apr, 2008 1 commit
  21. 14 Apr, 2008 2 commits
  22. 24 Mar, 2008 1 commit
  23. 07 Mar, 2008 3 commits