canvg icon indicating copy to clipboard operation
canvg copied to clipboard

JavaScript SVG parser and renderer on Canvas

Results 162 canvg issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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...

imported

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: ![canvas](https://user-images.githubusercontent.com/3704789/44326646-e4753d00-a48e-11e8-899b-9b13a93fc9eb.png) svg result: ![svg](https://user-images.githubusercontent.com/3704789/44326708-16869f00-a48f-11e8-865d-d51d2983ff18.png) 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:...