1. 01 Aug, 2014 1 commit
    • Eric Domke's avatar
      CSS Support · 3aedd8e8
      Eric Domke authored
      - Very initial support of CSS stylesheets in the SVG via including the
      ExCss and Fizzler libraries
      - Bug fixes with path rendering
      - Improvements to the API for loading an SVG file
      3aedd8e8
  2. 24 Jul, 2014 2 commits
  3. 22 Jul, 2014 1 commit
    • Dan Backes's avatar
      Colors Fix, Perf Improvement, Thread Safety · 837e0963
      Dan Backes authored
      -Fixes issues with colors not parsing correctly. Saving an SvgDocument
      resulted in RGB color values being converted to well known color names.
      
      -Compile regex statements to improve performance.
      
      -Make rendering a document threadsafe.
      837e0963
  4. 21 Jul, 2014 1 commit
  5. 16 May, 2014 1 commit
    • Mark Johnson's avatar
      - RGBa support · c9b34390
      Mark Johnson authored
      - exponent support in units (IE sucks!)
      - inherit font-size and font-family from root element on text elements
      - allow empty text elements if there is a non empty TSPan
      c9b34390
  6. 26 Feb, 2014 1 commit
  7. 12 Nov, 2013 1 commit
  8. 11 Jul, 2013 2 commits
  9. 19 Mar, 2012 1 commit
    • G Money's avatar
      - Made Deepcopy change to all elements to allow for duplicating part of the Svg document tree · 094c0b1a
      G Money authored
      - Changes to get texts displaying bold / normal weight
      - Changes to get textspans work correctly
      - Made (semi-hardcoded) document metadata section - allow reading and regurgitating metdata tag from an original source document
      - Included image
      - Modified paths to allow for scientific notation
      - Included ability to have markers for path ends (arrow ends etc)
      094c0b1a
  10. 04 Mar, 2010 1 commit
  11. 04 Jan, 2010 1 commit
  12. 24 Aug, 2009 1 commit
  13. 26 Dec, 2008 1 commit
  14. 21 Dec, 2008 1 commit
  15. 20 Dec, 2008 1 commit
  16. 18 Oct, 2008 1 commit
  17. 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
  18. 24 Mar, 2008 1 commit
  19. 07 Mar, 2008 1 commit