1. 20 Feb, 2019 1 commit
    • 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
  2. 13 Jan, 2019 1 commit
  3. 17 Dec, 2018 1 commit
  4. 25 Feb, 2017 1 commit
  5. 14 Nov, 2016 1 commit
  6. 22 May, 2016 1 commit
  7. 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
  8. 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
  9. 28 Dec, 2015 1 commit
  10. 27 Dec, 2015 3 commits