~valavanisalex/ubuntu/precise/inkscape/fix-943984

« back to all changes in this revision

Viewing changes to inkscape-0.47pre1/share/extensions/Poly3DObjects/cube.obj

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2009-07-02 17:09:45 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090702170945-nn6d6zswovbwju1t
Tags: 0.47~pre1-0ubuntu1
* New upstream release.
  - Don't constrain maximization on small resolution devices (pre0)
    (LP: #348842)
  - Fixes segfault on startup (pre0)
    (LP: #391149)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#Name:Cube
 
2
#Type:Face-specified
 
3
#Direction:Clockwise
 
4
 
 
5
v   -0.5    -0.5    -0.5
 
6
v   -0.5    -0.5    0.5
 
7
v   -0.5    0.5    -0.5
 
8
v   -0.5    0.5    0.5
 
9
v   0.5    -0.5    -0.5
 
10
v   0.5    -0.5    0.5
 
11
v   0.5    0.5    -0.5
 
12
v   0.5    0.5    0.5
 
13
 
 
14
f   8    4    2    6
 
15
f   8    6    5    7
 
16
f   8    7    3    4
 
17
f   4    3    1    2
 
18
f   1    3    7    5
 
19
f   2    1    5    6
 
 
b'\\ No newline at end of file'