1. 04 Feb, 2019 1 commit
  2. 03 Feb, 2019 1 commit
  3. 27 Jan, 2019 1 commit
  4. 24 Jan, 2019 1 commit
  5. 21 Jan, 2019 1 commit
  6. 15 Jan, 2019 1 commit
  7. 06 Jan, 2019 1 commit
  8. 01 Jan, 2019 1 commit
  9. 30 Dec, 2018 1 commit
  10. 29 Dec, 2018 1 commit
  11. 25 Dec, 2018 1 commit
  12. 19 Dec, 2018 1 commit
  13. 18 Dec, 2018 1 commit
  14. 19 Mar, 2017 1 commit
  15. 10 Mar, 2017 1 commit
  16. 03 Mar, 2017 1 commit
    • mrbean-bremen's avatar
      Do not create a clip region for view box · b12c63d1
      mrbean-bremen authored
      - a view box does not need a clip region, this breaks the overflow
      handling
      - overflow handling:  handle overflow attribut "Inherit" as Visible and
      "Scroll" as Hidden as per W3C documentation
      - fixes #279
      b12c63d1
  17. 02 Nov, 2016 1 commit
  18. 21 Aug, 2015 1 commit
  19. 03 Apr, 2015 1 commit
  20. 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
  21. 04 Aug, 2014 1 commit
    • Eric Domke's avatar
      Refactoring while working through W3C tests · d5c659a5
      Eric Domke authored
      - Adding W3C test cases and a test fixture
      - Fixed support for CSS stylesheets (particularly when class names are
      referenced)
      - Refactoring unit calculations so that percentages and fractions
      calculate more accurately
      - SvgImage:
      - Support PreserveAspectRatio attribute
      - Support for referencing svg images
      - Refactored text rendering to use the AttributeCollection inheritance
      scheme
      - Initial attempt at 'ex' unit support
      - Added support for system color names
      - Changed parsing of entities to support XML entities
      - Supporting loading of a svg document directly from a XmlDocument with
      requiring serializing the document as a string first.
      - ...
      d5c659a5