This mode is used to edit SVG. It has commands that are used to insert frequently used tags. If you edit SVG often, you will want to add more commands to this mode. See the Mozilla SVG introduction.
If you are learning to use this mode, you might consider printing this
page for easy reference.
Go back to
all mode descriptions.
Command Name | Description |
---|---|
start vector graphics | Types <svg>. |
finish vector graphics | Types </svg>. |
insert rectangle | Types <rect/>. |
insert circle | Types <circle/>. |
insert ellipse | Types <ellipse/>. |
insert arc | Types <path .../>. |
insert text | Types <text .../>. |
insert line | Types <line .../>. |