flyskywhy / react-native-gcanvas

react native canvas based on gpu opengl glsl GCanvas -- A lightweight cross-platform graphics rendering engine. (超轻量的跨平台图形引擎)
Apache License 2.0
217 stars 21 forks source link

Drawing svg #40

Closed silverbuggy closed 1 year ago

silverbuggy commented 2 years ago

Does this library support drawing svg on the canvas?

flyskywhy commented 2 years ago

Can you try https://github.com/canvg/canvg or https://stackoverflow.com/questions/3768565/drawing-an-svg-file-on-a-html5-canvas or https://stackoverflow.com/questions/2907537/how-to-convert-svg-files-to-html5s-canvas and tell me the result?

gydroperit commented 1 year ago

canvg is working

flyskywhy commented 1 year ago

Thanks @gydroperit