SharpVectors icon indicating copy to clipboard operation
SharpVectors copied to clipboard

SharpVectors - SVG# Reloaded: SVG DOM and Rendering in C# for the .Net.

Results 42 SharpVectors issues
Sort by recently updated
recently updated
newest added

**NOTE**: All dates in Year/Month/Day format. ### Version Planning - 2020/08/13 The next update, **Version 1.7**, will be released under two nuget names - [x] **SharpVectors.Reloaded** - [x] **SharpVectors** I...

enhancement
Impact: High
task

A useful feature would be to allow the color defined in the svg to be overridden from a xaml binding (or indeed code behind). Some use cases that come to...

enhancement
Impact: Medium

Implement filter support. The filter support in WPF 3.0 and 3.5 are software implemented and very slow and not usable in large documents. WPF 4.0 introduced hardware accelerated filter support....

Impact: High
task

Complete the support of vertical texts Complete the support of text paths Complete multi-position and multi-angle-rotation of characters. #### This work item was migrated from CodePlex CodePlex work item ID:...

Impact: High
task

There seems to be a bug in the `text-anchor` implementation. If you render a svg with a `` that contains a `text-anchor` value other than empty/start, it will not place...

bug
Impact: High

I converted PDF to SVG. And this SVG document was displayed in Image using SharpVectors. However, the text of the content is displayed overlapping. When I open this in Microsoft...

bug
Impact: Medium

[SmyrnaSeal-BIMI.zip](https://github.com/ElinamLLC/SharpVectors/files/6395184/SmyrnaSeal-BIMI.zip) Use our latest codes and try to convert the attachment SVG file to JPEG file, the exception "StackOverflow" will be thrown. I try to debug it and found when...

bug
Impact: High

When I use the plugin to render the svc document file, there is an error message happened as below: ``` _renderer = new GdiGraphicsRenderer() { BackColor = Color.White }; _window...

Direction of gradient fill seems to be identical, i.e: Example 1 and 2 on following page give same results: https://www.w3schools.com/graphics/svg_grad_linear.asp

bug

https://storage.googleapis.com/artlab-public.appspot.com/stencils/selman/volleyball-01.svg This volleyball svg file draw incorrectly one more line draw in the left side ![volleyball](https://user-images.githubusercontent.com/23231330/100317622-a238ef80-2ff7-11eb-8183-756a7cc6fe22.png)

bug
Impact: Medium