1. 13 Oct, 2014 1 commit
    • Eric Domke's avatar
      Serialization Fixes · 7ece1215
      Eric Domke authored
      More serialization bug fixes and better fallback for font definition
      problems.
      7ece1215
  2. 08 Oct, 2014 1 commit
    • Eric Domke's avatar
      Serialization Bug Fixes · ec0cf19d
      Eric Domke authored
      Added parameter to the SvgAttribute indicating whether the storage is
      the _attribute dictionary.  If true, the output will only be serialized
      only if the key is in the dictionary.  This structure is an alternate to
      the SvgDefinitionDefaults class.
      ec0cf19d
  3. 06 Oct, 2014 1 commit
  4. 03 Oct, 2014 1 commit
  5. 02 Oct, 2014 5 commits
  6. 01 Oct, 2014 1 commit
  7. 30 Sep, 2014 5 commits
  8. 26 Sep, 2014 3 commits
  9. 24 Sep, 2014 1 commit
    • Dan Backes's avatar
      Performance Improvement · 1b8cb43f
      Dan Backes authored
      - Because querying the Bounds property of an ISvgBoundable or
        SvgVisualElement is expensive, we introduced an ImmutableBoundable that
        is used by the SvgRenderer. This class stores the bounds of the supplied
        ISvgBoundable so that multiple queries for the bounds do not hamper
        performance when rendering.
      
      - Converted the Bounds property on ISvgBoundable and SvgVisualElement to a
        CalculateBounds method to indicate that it is an expensive operation
        that returns a new value each time it is called.
      
      - Removed redundant ISvgBoundable Location and Size properties.
      
      - Fixed a bug in SvgFragment.Path property by converting it to a method that
        indicates it returns a new GraphicsPath instance when called and by
        disposing of that instance in CalculateBounds. There are many more
        instances of GraphicsPath not being disposed in the code base but we did
        not address that here.
      1b8cb43f
  10. 23 Sep, 2014 7 commits
  11. 15 Sep, 2014 3 commits
  12. 14 Sep, 2014 1 commit
  13. 25 Aug, 2014 1 commit
    • Eric Domke's avatar
      Bug Fixes · 4200d302
      Eric Domke authored
      - Improving rendering of SVG images
      - Allow markers on lines, polygons, and polylines
      - Implement different line joins and line caps
      - Improve CSS handling
      4200d302
  14. 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
  15. 18 Aug, 2014 2 commits
  16. 17 Aug, 2014 1 commit
    • Eric Domke's avatar
      Text on a Path & SVG Fonts · 7c70bd11
      Eric Domke authored
      - Extraction interface for SvgRenderer
      - Initial support for Text on a Path
      - Initial support for Svg Fonts
      - Support for symbol element
      - Minor bug fixes with image pattern rendering
      - Additional support for Text whitespace modes
      7c70bd11
  17. 10 Aug, 2014 1 commit
  18. 05 Aug, 2014 1 commit
    • Tebjan Halm's avatar
      Merge pull request #92 from erdomke/master · 1bc4c0f3
      Tebjan Halm authored
      Bug Fixes: Remove WPF dependency
      Fix compilation error after merge I also worked on:
      Add support for underline and strike through
      Fix whitespace handling with text rendering
      1bc4c0f3
  19. 04 Aug, 2014 3 commits