Sharing SVGs: Difference between revisions
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
- Under the Options tab, '''by default''' "Preserve Illustrator Editing Capabilities" is checked. '''What that does?''' | - Under the Options tab, '''by default''' "Preserve Illustrator Editing Capabilities" is checked. '''What that does?''' | ||
[[File:XML default code of an SVG exported from Adobe Illustrator .png|left|thumb|440x440px]] | |||
[[Category:SI29]] | [[Category:SI29]] | ||
[[Category:SI29/Shred]] | [[Category:SI29/Shred]] | ||
Revision as of 13:58, 25 January 2026
For SI29 on which the focus is on file sharing, for this 1st prototype out of 5 Ema and Luca focused on sharing SVGs file type between Brazil and the Netherlands.
Luca owns a laser projector. The idea was to share SVGs in a very simple and direct way, to publicly(?) project them.
According to Wikipedia, files can be shared with and transferred between computers and mobile devices via removable media, networks, or the Internet. We focused on which methods of transfer we already have and use, so we opted to use Sergio (our server).
What is an SVG?
Scalable Vector Graphics (SVG) is a type of file that is based on the Extensible Markup Language (XML) file format which is a subset of SGML. Therefore this type of file can be rendered as an HTML. SVG file format is used for 2D images that are defined by mathematical formulas rather than pixels. Thanks to that aspect, SVGs are "infinitely" scalable.
SVG code can be edited, animated, and manipulated. It is also possible to add CSS or JavaScript to also create interactive graphics.
SVGs methods of creations
Vector software
In a vector software such as Adobe Illustrator, once you export an SVG there are a few things to notice.
- First of all, the shape that u draw must be contained in the sheet of paper. Otherwise when exported, the shape will be invisible. Do not worry cause any sheets of paper will be rendered. Apparently the sheet of paper is the basic condition for the shape to actually exists (meaning to actually be exported).
- With the "SVG Code..." button at the bottom u can see the XML code of your SVG, before exporting it. It will be opened in a text editor, allowing you to edit it and save it as you want, where u want.
- The central button with the world icon at the bottom, opens your SVG in an HTML page on your default browser. This also happens before you actually exported your SVG.
- Under the Options tab, by default "Preserve Illustrator Editing Capabilities" is checked. What that does?