Refresh when drawing
We just rolled an update to the svg edit part of the website. Next time when you open the online svg editor make sure to click CTRL+R to force your browser to reload the code instead of using the old one from the cache. Although the server responds with the correct modification date, yet chrome insists on pulling the content from the cache and not fetching the full code.
January 2nd, 2011 at 2:25 pm
Got a question. I modified a clip art and was able to download it by clicking high png- a new page popped up with firefox then I right cliked the image and saved it to my computer. But when I clicked svg – a new page popped up like before, but when I right clicked it I was only given the option to save page as .pdf or save page as… but nothing about saving image. So what are to you do next when the .svg image pops up. How do you download that?
Thank you.
January 2nd, 2011 at 3:22 pm
Hi Lane,
The SVG format is an image format just like the PNG. The difference is that the SVG is a vector format that can be scaled without the pixelization that happens with the other raster formats like PNG.
Once you click on the SVG icon and the svg image opens, you can save it to your hard drive by selecting File -> Save As .
Hope this helps,
Mohamed