A to 100.
(For some reason the value of A is represented as a percentage
from 0 to 100,
although R, G and B
are represented by values from 0 to 255.)
Edit menu. It is sometimes
convenient for making changes that might be awkward using the GUI,
or for examining the details of how the drawing has been
constructed. For example,
the details of how paths are encoded are given under
Path data
in the SVG specification.
<object type="image/svg+xml" data="name.svg"
width="500" height="400">
Alternative content </object>svg element in
the .svg file contains a
viewBox attribute.
Inkscape does not normally create a viewBox
attribute, but one can be added using the built-in XML editor.
(See Bah’s
Positioning SVG.)
a element by using <img>
rather than <object>
(see Bah’s
The <img> Tag).
It is also possible to define links within the SVG itself.
As of version 0.92 there are ‘live path effects’ to
fill the space bounded by separate open paths:
create a path with a fill attribute
and then do .
In the dialogue box that comes up, click on the plus sign and
in the pop-up list select either
or (the latter being for
just two strokes). That path becomes the ‘container’.
Then, one path at a time, select a path that you want
to use as a boundary; do ;
select the container path; and click on the
icon in the dialogue box.
The individual boundary lines can be reversed as necessary, using
check boxes in the dialogue, to get the desired effects.
The stroke styles of the boundary paths and of the container path
can be set independently. If the container path has a stroke
attribute, then with
the fill area is completely enclosed by strokes,
while with
the container’s stroke just joins the end of the first path
to the start of the second path (red strokes in the figure on the right).
(In response to my
erroneous bug report in 2017, the Fill between strokes
path effect was enhanced within a few weeks
to optionally also join the other two ends of the two strokes.
This wasn’t actually released until 2020 May 9.)
One way is to use
in the Text tool. This works nicely with letters and numerals, but
not so nicely with other characters.
Whether it works or not depends on the font.
For example, I can superscript a comma with the Linux Libertine G font
but not with other fonts that I’ve tried.
Another way is to use the xy and xy icons that are in the toolbar when the Text tool is active. This method seems to work regardless of the font.
The two methods don’t mix well, and the glyphs used are not the same.
eps_input.inx in
/usr/share/inkscape/extensions/
(c:\Program Files (x86)\Inkscape\share\extensions\ on my Windows 7 machine)
or ~/.inkscape/extensions/. At various times it has used
different converters: gs, pstoedit, ps2pdf. If problems occur, a workaround
may be to just manually use one of these converters to produce a
.svg file. We recently (2012 Aug 7) had good luck with pstoedit.ps2pdf, part of
Ghostscript.