SVG

 
1-10 of 12 < Previous Next >
1 vote

Optional second parameter for scale transform not supported

In SVG\Transforms\SvgTransformConverter.cs::ConvertFrom() This was what I did to get it to accept the second parameter: case "scale": string[] s...

id# 6156 | Planned Release: None | Last Updated: Today at 9:00 PM  by virvelox
2 votes
fixed

Library incorrectly handles linear gradients.

For example try to render file in attachment.

id# 6072 | Planned Release: None | Last Updated: Apr 29 at 10:54 AM  by davescriven
1 vote
fixed

H,h,V,v path elements support.

SvgPathBuilder works incorrectly while processing H,h,V or v path element if it contains only one coordinate value.

id# 6071 | Planned Release: None | Last Updated: Apr 28 at 11:35 PM  by Axyonych
1 vote
fixed

Float parsing culture dependent errors

It seems that float parsing code does not work in cultures that have decimal separator different from '.' symbol. (for example russian). Affected files are: Paths\SvgPathBuilder.cs Transforms\SvgT...

id# 6018 | Planned Release: None | Last Updated: Apr 19 at 5:52 AM  by davescriven
1 vote

Support querystring defined entities for Svg.Web.SvgHandler

This would allow the same SVG file to be used for more than one purpose by allowing change of colours, sizes and more.

id# 5652 | Planned Release: None | Last Updated: Apr 19 at 5:41 AM  by davescriven
1 vote
fixed

latest version from source control does not compile

File DataTypes\SvgCoordinateUnits is missing. Please remove all occurences of using System.Linq; so we can build for the 2.0 framework.

id# 5921 | Planned Release: None | Last Updated: Apr 14 at 8:11 AM  by davescriven
1 vote

Add support to reference elements within another file

This feature would support building frameworks of elements to be used for three-state buttons, menu backgrounds etc.

id# 5823 | Planned Release: None | Last Updated: Mar 24 at 5:26 AM  by davescriven
1 vote

Add SVG CSS Stylesheet support

There could be significantly less duplicated XML if stylesheets were supported.

id# 5822 | Planned Release: None | Last Updated: Mar 24 at 5:24 AM  by davescriven
1 vote

Ensure XML API documention in the code

Most of the classes have no documentation. Add some decent doco.

id# 5701 | Planned Release: None | Last Updated: Mar 11 at 1:33 PM  by davescriven
1 vote

Files without a width/height defined throw an exception when rendered.

Any <svg> elements without a width or height set will throw null reference exceptions during render. The bounds of an <svg> element must be worked out by examining the element child tree.

id# 5653 | Planned Release: None | Last Updated: Mar 9 at 12:33 AM  by davescriven

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 12 < Previous 1 2 Next >
Updating...