Is there an way to convert the Svg to png stuff
See original GitHub issueI’ve test this component in my app to replace all the font icons to svg ones, and it’s so great that it works perfectly both on iOS and Android.
but on Android, it force closed if i use the svg icon in ListView
, i’think perhaps it’s not a good way because the icon will be render in every renderRow
method, and it will cause perf issue(?)
so i’m wondering is there an way to render the icon just once( export to a Image
source for example) and then be used in the ListView
as they are all the same
Issue Analytics
- State:
- Created 7 years ago
- Comments:5
Top Results From Across the Web
SVG to PNG – Convert SVG files to PNG Online
Use this free online SVG to PNG converter to convert SVG files to PNG images, quickly and easily, without having to install any...
Read more >SVG to PNG (Online & Free) - Convertio
Best way to convert your SVG to PNG file in seconds. 100% free, secure and easy to use! Convertio — advanced online tool...
Read more >SVG to PNG Converter - CloudConvert
Convert scalable vector images to PNG with CloudConvert! Our conversion technology preserveres transparency and allows to scale lossless the vector to any ...
Read more >SVG to PNG - online-convert.com
How to convert a SVG to a PNG file? · Choose the SVG file you want to convert · Change quality or size...
Read more >SVG to PNG online converter - rasterize SVG images - Ezgif
Upload and convert SVG to PNG. Rasterize vector images. Set desired dimensions for the output image. Free online tool, no watermarks.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try this:
This is a new feature finished recently.
Hi @magicismight, When I try to use toDataURL(), I get a
width and height must be > 0
exception. Could you please help me with this?