~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to doc/manual_15.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2009-12-11 21:22:35 UTC
  • mfrom: (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091211212235-5iio4nzpra64snab
Tags: 7.0.10-1
* New upstream.  Closes: #551192.
  - New build-depends: libcairo2-dev, liblua5.1-0-dev, gsfonts
  - patches/config.diff: Remove.  Upstream build system replaced.
  - Runtime lib package changed to libipe7.0.10 from libipe1c2a
  - Devel package renamed to libipe-dev (from libipe1-dev)
  - Package ipe depends on lua5.1 due to ipe-update-master.

* rules: Re-write to use dh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
 
   "DTD/xhtml1-transitional.dtd">
4
 
<html xmlns="http://www.w3.org/1999/xhtml">
5
 
<!-- XML file produced from file: manual.tex
6
 
     using Hyperlatex v 2.6 (c) Otfried Cheong
7
 
     on Emacs 21.4.1, Sun Dec 24 00:03:22 2006 -->
8
 
<head>
9
 
<title>Ipe Manual -- 5 Object types</title>
10
 
 
11
 
<style type="text/css">
12
 
.maketitle { align : center }
13
 
div.abstract { margin-left: 20%; margin-right: 10%; }
14
 
h3.abstract  { align : center }
15
 
div.verse, div.quote, div.quotation {
16
 
  margin-left : 10%; 
17
 
  margin-right : 10%;
18
 
}
19
 
</style>
20
 
 
21
 
<meta http-equiv="Content-Type" 
22
 
        content="text/html; charset=UTF-8">
23
 
</head>
24
 
<body bgcolor="#ffffe6">
25
 
<table width="100%" cellpadding=0 cellspacing=2><tr><td bgcolor="#99ccff"><a href="manual_22.html"><img border="0" alt="6 Snapping" src="next.png"></a></td><td bgcolor="#99ccff"><a href="manual.html"><img border="0" alt="Top" src="up.png"></a></td><td bgcolor="#99ccff"><a href="manual_4.html"><img border="0" alt="4 General Concepts" src="previous.png"></a></td><td align="center" bgcolor="#99ccff" width="100%"><b>5 Object types</b></td></tr></table>
26
 
<h1>5 Object types</h1>
27
 
 
28
 
<p>
29
 
 
30
 
Ipe supports six different types of geometric objects, namely path
31
 
objects (which includes all objects with a stroked contour and filled
32
 
interior, such as (poly)lines, polygons, splines, splinegons, circles
33
 
and ellipses, circular and elliptic arcs, and rectangles), mark
34
 
objects, text objects, image objects, group objects, and reference
35
 
objects (which means that a template is reused at a certain spot).
36
 
<p>Most objects are created by clicking the left mouse button somewhere
37
 
on the canvas in the right Ipe mode.  Group objects are created using
38
 
the <em>Group</em> function on the <em>Edit</em> menu, and image objects
39
 
can be added to the document using the <em>Insert image</em> ipelet.
40
 
<ul>
41
 
<li><a href="manual_16.html">5.1 Path objects</a>
42
 
<li><a href="manual_17.html">5.2 Text objects</a>
43
 
<li><a href="manual_18.html">5.3 Mark objects</a>
44
 
<li><a href="manual_19.html">5.4 Image objects</a>
45
 
<li><a href="manual_20.html">5.5 Group objects</a>
46
 
<li><a href="manual_21.html">5.6 Reference objects and templates</a>
47
 
</ul>
48
 
<hr />
49
 
<table width="100%" cellpadding=0 cellspacing=2><tr><td bgcolor="#99ccff"><a href="manual_22.html"><img border="0" alt="6 Snapping" src="next.png"></a></td><td bgcolor="#99ccff"><a href="manual.html"><img border="0" alt="Top" src="up.png"></a></td><td bgcolor="#99ccff"><a href="manual_4.html"><img border="0" alt="4 General Concepts" src="previous.png"></a></td><td align="center" bgcolor="#99ccff" width="100%"><b>5 Object types</b></td></tr></table></body></html>