![]() | ![]() | ![]() | 10.2 The <page> element |
title
attribute is used instead.
title
attribute is used instead.
no
.
<notes>
element,
<layer>
elements,
<view>
elements,
If a page contains no layer element, Ipe automatically adds a default layer named "alpha", visible and editable.
If a page contains no view element, a single view where all layers are visible is assumed.
This element has no attributes. Its contents is plain text, containing notes for this page.
yes
or
no
and indicates whether the user can select and modify the
contents of the layer in the Ipe user interface (of course the user
can always modify the setting of the attribute).
never
,
visible
, or always
, and indicates whether snapping to
this layer is enabled. The default is visible
.
The layer element must be empty.
yes
.
The view element may be empty, or it may contain a sequence of attribute mappings and layer transformations.
An attribute mapping is an element with one of the following tags:
pen, symbolsize, arrowsize, opacity, color, dashstyle, symbolIt must have two attributes
map
and to
, both of which
are names of symbolic attribute values. The effect is that in this
view, the attribute map
is replaced by the attribute to
.
A layer transformation is a <transform> element. It must have
two attributes: layer
is the name of a layer of the page,
matrix
is a transformation matrix. In the view, all objects on
that layer are transformed with this matrix.