Forum Discussion
Tim_
4 years agoCommunity Member
Rise - Labelled graphic and SVG?
Rise lets you use SVG graphics in most places which are great for crisp graphics on more platforms - but there are problems using them in the editor. For instance on a labelled graphic, my currently...
PhilFoss
2 years agoCommunity Member
Thats good to know @Tim thanks for the info. I was pleasantly surprised I was able to upload an animated svg file.
Concerning the occasional sizing issue where the svg becomes a 1x1 pixel, in your svg file you could try editing the code and making sure there is a native size specified in the first line of code. If this is not in your file, some browsers will not know what size it should be, so it becomes a 1x1 image.
<svg version="1.1" width="800" height="600" ...