- 24 Mar, 2014 1 commit
-
-
Bigous authored
-
- 20 Mar, 2014 1 commit
-
-
tebjan authored
-
- 13 Mar, 2014 1 commit
-
-
tebjan authored
-
- 11 Mar, 2014 2 commits
- 23 Dec, 2013 1 commit
-
-
Rob1080 authored
-
- 20 Dec, 2013 1 commit
-
-
Rob1080 authored
Fix for text when using Style="font:.." format. e.g. style="font: bold 16px/normal 'trebuchet ms', verdana, sans-serif;" Fix fr lowercase font family not being found.
-
- 17 Nov, 2013 1 commit
-
- 13 Sep, 2013 1 commit
-
-
Slava Sharashkin authored
-
- 11 Sep, 2013 2 commits
- 31 Jul, 2013 1 commit
-
-
Tebjan Halm authored
-
- 19 Mar, 2012 1 commit
-
-
G Money authored
- Changes to get texts displaying bold / normal weight - Changes to get textspans work correctly - Made (semi-hardcoded) document metadata section - allow reading and regurgitating metdata tag from an original source document - Included image - Modified paths to allow for scientific notation - Included ability to have markers for path ends (arrow ends etc)
-
- 24 Dec, 2011 1 commit
-
-
Tebjan Halm authored
* added precise MeasureString method
-
- 11 Nov, 2011 1 commit
-
-
Tebjan Halm authored
* fill can be null -> none in XML * added type converters for enums * added type converter for unitcollection * fixes several viewbox bugs * document can now draw into a given bitmap * content of SVG tag is written (used by the text tag) * changed font handling in text element, still need proper alignment * changed intersparse character of SvgTransformConverter.cs to space, because inkscape couldn't parse comma * added class diagram for basic shapes
-
- 04 Mar, 2010 1 commit
-
-
davescriven authored
-
- 26 Dec, 2008 1 commit
-
-
davescriven authored
- Fixed a bug that caused <text/> elements to be parsed incorrectly, leading to exceptions within the document.
-
- 20 Dec, 2008 1 commit
-
-
davescriven authored
- Refactored SvgElementFactory to use the new SvgElementAttribute to get available elements.
-
- 19 Dec, 2008 1 commit
-
-
davescriven authored
-
- 17 Jun, 2008 1 commit
-
-
davescriven authored
- Fixed #6324: SvgElement.PushTransforms and ViewBox - not necessarily related to ViewBox but every element was 'resetting' the current graphics transform if the element contained it's own transform. This was a very small fix for a large problem (SvgElement.PushTransforms Matrix transformMatrix = new Matrix(); changed to Matrix transformMatrix = renderer.Transform; in order to inherit the current transform.) - Fixed #6344: Parsing document incorrectly parents elements when it encounters empty nodes which are in a different namespace. Empty nodes are now ignored and current nodes are closed as required. We'll see how this fix goes. - Fixed #6381: Units in inches are incorrectly parsed as millimeters - problem was caused by some copy/paste work. - Graphics has been replaced by SvgRenderer. This is essentially a wrapper around graphics but will allow custom svg related properties in the future when needed. - Removed ISvgRenderer: A concrete implementation is suitable. - SvgElement.ElementName has been changed to non-virtual and is set by the parser instead of the developer having to specify it when developing the class. - Added more XML API documentation.
-
- 24 Mar, 2008 1 commit
-
-
davescriven authored
- Fixed support for text-anchor="middle" and text-anchor="end" for <text/> elements. - Added more XML API documentation - Added x attribute and y attribute support to <use/> elements.
-
- 07 Mar, 2008 1 commit
-
-
davescriven authored
-