SVG icon indicating copy to clipboard operation
SVG copied to clipboard

Fork of the ms svg library

Results 139 SVG issues
Sort by recently updated
recently updated
newest added

#### Description I am using the following code to render an SVG on top of an image: ``` private async Task GetStampedImageStreamAsync(Stream sourceStream, GetWatermarkResponseSettings watermarkSettings, bool withSpecial) { var destinationStream...

bug
platform-support

#### Description The text position on the image is incorrect when resetting pointsperinch (for example 100 200 300) #### Example data #### Used Versions

bug

#### Description Convert svg to png but it does not render well. Following is the code I used: ``` csharp string inputSvgPath = "input.svg"; string outputPngPath = "output.png"; var svgDocument...

bug
enhancement

It was working fine before the fix for [Issue 385](https://github.com/vvvv/SVG/issues/385), but now text anchors for middle and end do not work when rendered. SVG file: ![image](https://user-images.githubusercontent.com/48996325/55094178-df5f1880-5083-11e9-8ca5-07f25e444c04.png) PNG file after .draw...

bug

#### Description As a user with a custom font embedded in my SVG, I want it to be used (when specified) rather than the default font so that my output...

bug
enhancement

#### Description svg to png missing arrow #### Example data ` ` #### Used Versions

bug

SvgGaussianBlur has a bunch of code for computing the gaussian blur of an image, but none of it seems to actually be called. Am I missing something? Cheers.

bug
enhancement
help needed

#### Description Sorry for bad english. When I try to open my svg files before converting to png, I encounter this error below #### Example data var svgDocument = SvgDocument.Open("filename.svg");...

#### Description Given SVG input file with CSS ` polyline{ fill: none; }; ellipse{ stroke:url(#colorForest); fill: none; stroke-width: 4; }; ` This code https://github.com/svg-net/SVG/blob/master/Source/SvgDocument.cs#L490 parses the CSS and returns 3!...

bug

#### bash-file ```bash sudo dnf install libgit2 libgit2-devel compat-openssl10 openssl-devel git clone https://github.com/svg-net/SVG.git cd SVG/Samples/SvgConsole/ sudo dnf dotnet dotnet-sdk-5.0 dotnet publish -f netcoreapp3.1 -c Release -r linux-x64 -o SvgConsole-linux-x64-netcoreapp3.1 ```...

platform-support