←back to thread

Inkscape 1.4

(inkscape.org)
561 points s1291 | 4 comments | | HN request time: 1.129s | source
Show context
tetris11 ◴[] No.41873413[source]
The more I learn about the SVG spec, the more I understand the rationale of some of the UI decisions inkscape made, and the more impressed I am by how they implemented advanced techniques like shape union and intersection, clipping and masking.
replies(4): >>41874382 #>>41874729 #>>41876819 #>>41877529 #
1. prmoustache ◴[] No.41877529[source]
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.

replies(1): >>41877893 #
2. mediumsmart ◴[] No.41877893[source]
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

replies(2): >>41879731 #>>41881880 #
3. prmoustache ◴[] No.41879731[source]
thanks
4. dudus ◴[] No.41881880[source]
This should be an export option or at least some sort of plug-in