Hacker News new | ask | show | jobs
by prmoustache 606 days ago
Speaking of SVG spec, is there a guide on how to create SVG files with Inkscape that will render well on most web browsers supporting SVG?

I have failed a number of times producing an SVG file that would render the same on browsers and in Inkscape editor window. This is frustrating.

1 comments

fwiw I make everything a path, make it small and edit > crop to selection, then save as optimized svg - open with a Webbrowser - Show source - copy - paste into html - remove width and height (handled in the css) add the title etc and done I think.

yay for Inkscape but please make dialog modals when multiple tabs are open come to the front and show themselves on macOS - don’t be shy

This should be an export option or at least some sort of plug-in
thanks