canvg
canvg copied to clipboard
JavaScript SVG parser and renderer on Canvas
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`^17.0.36` -> `^18.0.0`](https://renovatebot.com/diffs/npm/@types%2freact/17.0.50/18.0.21) |...
Hi, I use this amazing library with the angular project. However the Angular warning displays with the following message: Warning: ...\node_modules\canvg\lib\index.es.js depends on '@babel/runtime-corejs3/core-js-stable/reflect/get-prototype-of'. CommonJS or AMD dependencies can cause...
### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...
### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...
I have an SVG exported from Adobe Animate CC and the code looks like this: [CustomSvg.zip](https://github.com/canvg/canvg/files/5459404/CustomSvg.zip) I tried pasting the code on https://canvg.github.io/canvg/demo/index.html and the Canvg output is a black...
_From [[email protected]](https://code.google.com/u/110523491138478207378/) on August 15, 2014 16:25:20_ Please check the following before submitting the issue: [x] When I drag the svg to my browser, it renders without errors [x] My...
I want to seek animate svg,but the start function don't support to setCurrentTime
Canvas and SVG render results are different, as follows: canvg result:  svg result:  svg code: ``` ```
barber's pole renders on SVG but not so good with canvag ``` ```
I'm trying to render with OffscreenCanvas a svg that has clipPath, but the clipPath doesn't seem to be applied when rendering in Chrome/Edge, in Firefox it works perfectly. Default renderer:...