1. 20 Feb, 2019 2 commits
    • Gertjan van Heertum's avatar
      Added test cases for lexer issue #399 · 326dae7c
      Gertjan van Heertum authored
      - added (base) test cases for the lexer issues and 2 test files. The d="" luckily seems to 
        behave as expected (did crash in earlier versions)
      - found the exact line in the CSS that failed (border with !important) and isolated the test
      - updated names of the tests and files
      - added a reference test for the non important line (which should always work).
      - fixed small spelling error in the css parser.
      - added trailing whitespace test for #399, which also crashes the lexer 
      326dae7c
    • mrbean-bremen's avatar
      Fixed intial font-size - now set to 1em · 50e5d1f7
      mrbean-bremen authored
      - added basic support for "medium", "small" etc. font-size values
      - fixes #419
      50e5d1f7
  2. 17 Feb, 2019 1 commit
  3. 16 Feb, 2019 1 commit
  4. 10 Feb, 2019 1 commit
  5. 04 Feb, 2019 1 commit
  6. 03 Feb, 2019 1 commit
  7. 27 Jan, 2019 4 commits
  8. 24 Jan, 2019 2 commits
  9. 21 Jan, 2019 1 commit
  10. 19 Jan, 2019 1 commit
  11. 15 Jan, 2019 1 commit
  12. 13 Jan, 2019 1 commit
  13. 06 Jan, 2019 1 commit
  14. 02 Jan, 2019 1 commit
  15. 01 Jan, 2019 1 commit
  16. 30 Dec, 2018 1 commit
  17. 28 Dec, 2018 1 commit
  18. 25 Dec, 2018 1 commit
  19. 24 Dec, 2018 1 commit
  20. 22 Dec, 2018 1 commit
  21. 18 Dec, 2018 2 commits
  22. 17 Dec, 2018 1 commit
  23. 28 Feb, 2017 1 commit
  24. 25 Feb, 2017 1 commit
  25. 18 Nov, 2016 1 commit
  26. 14 Nov, 2016 1 commit
  27. 14 Sep, 2016 1 commit
  28. 22 May, 2016 1 commit
  29. 19 Apr, 2016 1 commit
    • AKH's avatar
      Issue 225 - Image with large embedded image fails to render · a0da74b0
      AKH authored
      - Changed SvgImage.Href property from Uri type to String to avoid UriFormatException if Uri contains too much data
      - Changed GetImage to receive a string instead of Uri object.
        - Created a temp Uri object in method with substring of allowed length and using this to determine Uri characteristics
      a0da74b0
  30. 04 Jan, 2016 1 commit
  31. 03 Jan, 2016 1 commit
    • HeinrichAD's avatar
      Maker rendering does not get right position. · 1a003b2d
      HeinrichAD authored
      As long as the functions AdjustForViewBoxWidth and
      AdjustForViewBoxHeight are not fully developed pay attention that the
      ViewBox width and height will not mismatch the positions of the marker
      element then one of them are zero.
      
      This changes are based on Issue #212 from mater.
      
      Add: Quick solution to avoid  ViewBox width or height zero calculation.
      Add: UnitTests
      1a003b2d
  32. 28 Dec, 2015 1 commit
  33. 27 Dec, 2015 2 commits