0
I Use This!
Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 14, 2023 — Jun 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Updated assembly version to reflect the latest release (0.5.2). More... over 15 years ago
- Fixed "#7845 - Arc Path Renders incorrectly" as described in the work item - W3C example now renders correctly. - Ensured that a divide by zero exception could not occur during rendering of stroke dash arrays. More... over 15 years ago
- Fixed "#7524 - support style stroke-dasharray" - Changed the ISvgStylable interface StrokeDashArray property to be of type SvgUnitCollection instead of SvgUnit[] and updated SvgGraphicsElement to implement this change. More... over 15 years ago
- Fixed "#7522 support rotate(angle,cx,cy)". Added new properties and a new constructor overload to SvgRotate in order to support the optional parameters. - Removed redundant code from SvgElementFactory. More... over 15 years ago
- Fixed [workitem:7526] whitespaces \t \r \n in path and points result in exception. The SvgUnitCollectionConverter (SvgUnitCollection.cs) class had to split on \r, \t and \n aswell as ' ' and ','. More... over 15 years ago
- Added arc path support (#6455 Arc Segments in SvgPathBuilder) - Added SvgMatrix, SvgShear and SvgSkew missing files from the previous check-in. More... over 15 years ago
- Applied patches 1944, 1955 and 1956. - Made all transforms (SvgTranslate, SvgMatrix etc) sealed types. More... over 15 years ago
- 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. More... almost 16 years ago
- Fixed #6184: Transforms are parsed but ignored The fragments were behaving as the "root" of a document instead of potentially being anywhere. More... about 16 years ago
- Fixed #6156: Optional second parameter for scale transform not supported. More... about 16 years ago
-Fixed SvgRectangle default fill color. More... about 16 years ago
Fixed bitmap size calculation in SvgDocument.Draw(); Added guard on case when exception occured during rendering. More... about 16 years ago
- Fix for #6072 - Two issues: - SvgGradientStop offset values were not being confined to percentages (0.0-1.0 or %) so a ToPercentage() method has been added to SvgUnit which converts to a percentage unit. This method is called during the Offset property setter. - SvgLinearGradientServer was incorrectly calculating the end point of the gradient. More... about 16 years ago
Fixed H,h,V,v path elements support (#6071). More... about 16 years ago
Added custom entity support to SvgHandler. More... about 16 years ago
- Resolved issue 6018 by applying the fixes recommended. - Added initial custom/querystring 'parameters' implementation (#5652) More... about 16 years ago
Removing old, unreferenced file. More... about 16 years ago
Adding missing project file. More... about 16 years ago
- Bug fix to SvgHandler that caused exceptions to be thrown when ?raw=true was in the querystring - 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. More... about 16 years ago
Removed obj and bin folders - not required. More... over 16 years ago
All current source code More... over 16 years ago
Created team project folder $/svg via the Team Project Creation Wizard More... over 16 years ago