- 02 Jun, 2012 1 commit
-
-
Tebjan Halm authored
-
- 16 Apr, 2012 3 commits
-
-
Tebjan Halm authored
-
Tebjan Halm authored
-
Tebjan Halm authored
Still a little raw - have a look and let me know what you think
-
- 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)
-
- 20 Feb, 2012 1 commit
-
-
Tebjan Halm authored
-
- 24 Dec, 2011 5 commits
-
-
Tebjan Halm authored
* fixed missing files
-
Tebjan Halm authored
* added few enum converters
-
Tebjan Halm authored
-
Tebjan Halm authored
* added precise MeasureString method
-
Tebjan Halm authored
-
- 07 Dec, 2011 1 commit
-
-
Tebjan Halm authored
* added implicit operator from RectangleF to SvgViewBox
-
- 02 Dec, 2011 1 commit
-
-
Tebjan Halm authored
* SvgDocument can calculate its size in percentage * SvgTransform collection can return all matrices multiplied
-
- 30 Nov, 2011 1 commit
-
-
Tebjan Halm authored
* added method to collect paths of children elements * fixed possible bug getinheritedattribute
-
- 11 Nov, 2011 2 commits
-
-
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
-
Tebjan Halm authored
-
- 02 Nov, 2010 3 commits
- 01 Nov, 2010 4 commits
- 28 Jul, 2010 1 commit
-
-
_TFSSERVICE authored
-
- 06 May, 2010 2 commits
-
-
davescriven authored
-
davescriven authored
-
- 04 Mar, 2010 2 commits
-
-
davescriven authored
-
davescriven authored
-
- 03 Mar, 2010 1 commit
-
-
davescriven authored
- Adding initial support for Write functionality. Units & Transforms mostly. Enums still need work. Needs support for an IsDirty concept so that that every possible attribute isn't written.
-
- 04 Jan, 2010 1 commit
-
-
ddpruitt authored
-
- 24 Aug, 2009 1 commit
-
-
ddpruitt authored
Removed some compiler warnings.
-
- 03 Aug, 2009 2 commits
- 26 Dec, 2008 1 commit
-
-
davescriven authored
- Fixed a bug that caused <text/> elements to be parsed incorrectly, leading to exceptions within the document.
-
- 21 Dec, 2008 1 commit
-
-
davescriven authored
- Fixed #7986: public static SvgDocument Open(XmlDocument document) returns null: Implemented the proposed solution - Added more XML API comments. - Removed SvgVisualElementEvents.cs class - this was not used and not likely to be used
-
- 20 Dec, 2008 1 commit
-
-
davescriven authored
- Refactored SvgElementFactory to use the new SvgElementAttribute to get available elements.
-
- 19 Dec, 2008 3 commits
-
-
davescriven authored
-
davescriven authored
This was accomplished by adding the new static method to the SvgRenderer class (as detailed in the work item) and a new Draw method overload that takes in a Graphics object as a parameter.
-
davescriven authored
- Fixing #8494: Polyline fill being ignored. This appears to have been done on purpose (the Fill property was overridden to return null) but without reason. GIMP, Firefox 3 & Opera 9 all render the fill.
-
- 30 Oct, 2008 1 commit
-
-
davescriven authored
-