Best Software and Format For Vector Graphics Interoperability

What are the best options on Linux for creating logos as vector graphics projects, which can also be edited by someone using Adobe Illustrator?

10 points · 3 comments · view on lemmy.world

3 Comments

haerrii@feddit.org · 22 pts · 1y

Inkscape with SVG would be my first choice.

TheLeadenSea@sh.itjust.works · 11 pts · 1y (1 reply)

Inkscape or Boxy SVG

sxan@midwest.social · 14 pts · 1y

Just to clarify for OP:

The format is always SVG, as it's an open standard. Inkscape is the leading FOSS SVG vector editor. Boxy is a web-based SVG editor which is freemium.

SVG is the W3C standard for vector graphics that can be rendered by practically every browser. Gzip compressed SVG files (svgz) are much smaller but enjoy less support.

Illustrator can import, edit, and export SVG files.