oksvg icon indicating copy to clipboard operation
oksvg copied to clipboard

Partial implementation of SVG 2.0 specification in golang.

Results 23 oksvg issues
Sort by recently updated
recently updated
newest added

I'm trying to convert a `svg` file to `png`, but the output file ended with a black background instead of white. ``` package converter import ( "image" "image/png" "net/http" "os"...

I have a working implementation that supports top level `style` tags and is tested. It is based on my comments in #34. This feels a bit hacky, since I'm circumventing...

This updates `golang.org/x/net` to bring in an update to a version of `golang.org/x/text` that isn't vulnerable to CVE-2021-38561. Rasterx should be good to go as well once https://github.com/golang/image/pull/9 lands. Fixes...

https://security.snyk.io/vuln/SNYK-GOLANG-GOLANGORGXTEXTINTERNALLANGUAGE-2400718 All versions of `golang.org/x/text` below `0.3.7` are vulnerable. Updating to a later `golang.org/x/net` should solve this issue for the project. Cheers.

Various icons in the material collection specify the fill as "current", which crashes out. For example: https://github.com/fyne-io/defyne/blob/main/Icon.svg

hello :) wondering if the converter supports text or Im doing something wrong :| have this svg that I create in the code, so in the end I have the...

When using the "stroke-dasharray" attribute short lines render correctly, but long lines break # Screenshot Left: Chrome Right: Fyne (using OKSVG) # Sample SVG ```svg ``` # Sample Code ```go...

Hi ! This is not an issue, but rather a proposal; feel free to close it if not interested ! I would like to use oksvg to render svg files...

Hey @srwiley, This is not an issue so feel free to close, but I just wanted to tell you about a simple [SVG Editor](https://github.com/stuartmscott/svge) I was able to create thanks...

Please consider supporting percentages in stoke-width as per https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-width Cause: strconv.ParseFloat: parsing "14%": invalid syntax