1. 24 Jul, 2014 1 commit
  2. 02 Jul, 2014 2 commits
  3. 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
  4. 30 Jun, 2014 1 commit
    • Eric Domke's avatar
      Improve SVG Support: TSpans, Paths, etc. · 7bb22d37
      Eric Domke authored
      - 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 a marker to scale with either the stroke width or the use a
      custom coordinate space
      - Allow gradients to reference other gradients defined later in the SVG
      - Respect the font and fill styles of TextSpan elements.  Current
      support is still partial.
      - Fix href attribute bug on the SVG use element
      7bb22d37
  5. 28 Jun, 2014 4 commits
  6. 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
  7. 17 Jun, 2014 1 commit
    • Guymestef's avatar
      Reading EntityReference on open when use as a node · 87e25aa7
      Guymestef authored
      Read EntityReference node and add it to the SvgDocument.
      
      ```
      <?xml version="1.0"?>
      <svg xmlns="http://www.w3.org/2000/svg" width="800px" height="800px">
        <g>
          <rect width="200px" height="200px" fill="black" />
          <text x="100px" y="100px" font-family="Verdana" font-size="24" fill="white" text-anchor="middle">&name;</text>
        </g>
      </svg>
      ```
      87e25aa7
  8. 14 Jun, 2014 1 commit
  9. 12 Jun, 2014 1 commit
  10. 11 Jun, 2014 1 commit
  11. 02 Jun, 2014 1 commit
  12. 31 May, 2014 1 commit
  13. 21 May, 2014 1 commit
    • C Moore's avatar
      Requested Changes from PR #67 Review · c04111fc
      C Moore authored
      Moved Display="none" hack & Added .Render check for : if (!Visible ||
      !Displayable)
      
      Also, minor change to logic of SvgBoolConverter so bad visibility values
      (other than "hidden" or "collapse") wouldn't accidentally hide element
      c04111fc
  14. 20 May, 2014 1 commit
  15. 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
  16. 26 Apr, 2014 1 commit
  17. 22 Apr, 2014 2 commits
  18. 17 Apr, 2014 1 commit
    • HarkDev's avatar
      Fixed Bound Calculation · 02ee6c04
      HarkDev authored
      To get the Bounds, the Union method of the rectangle must be called only when the first rectangle has been set. If the Renctangle is empty, use the first children's Bound, as a rectangle.
      02ee6c04
  19. 29 Mar, 2014 3 commits
  20. 28 Mar, 2014 5 commits
  21. 24 Mar, 2014 2 commits
  22. 23 Mar, 2014 3 commits
  23. 20 Mar, 2014 3 commits
  24. 13 Mar, 2014 1 commit