SVG
SVG copied to clipboard
Fork of the ms svg library
#### 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...
The text position on the image is incorrect when resetting pointsperinch (for example 100 200 300)
#### Description The text position on the image is incorrect when resetting pointsperinch (for example 100 200 300) #### Example data #### Used Versions
#### 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...
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:  PNG file after .draw...
#### 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...
#### Description svg to png missing arrow #### Example data ` ` #### Used Versions
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.
#### 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!...
#### 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 ```...