1. 27 Dec, 2015 2 commits
    • HeinrichAD's avatar
      Revert "Add Feature to use Customer/ Private Fonts." · a7097113
      HeinrichAD authored
      This reverts commit 480a54d8.
      a7097113
    • HeinrichAD's avatar
      Add Feature to use Customer/ Private Fonts. · 480a54d8
      HeinrichAD authored
      Based on Issue #204.
      Now users can add customer fonts/ private fonts to
      SvgElement.PrivateFonts.
      
      Unit Test:
      Add Test: PrivateFontsTest
      Add Resources from PrivateFontsTest.
      Add SvgTestHelper
      Change MultiThreadingTest, now based on SvgTestHelper to use shared code
      (no code duplication)
      
      Note:
      MuliThreadingTest TestFile is not available. The vvvv/master should add
      the test file to the resources or other developer can not test the svg
      engine.
      480a54d8
  2. 17 Sep, 2015 1 commit
  3. 20 Aug, 2015 1 commit
  4. 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
  5. 06 May, 2010 2 commits