~valavanisalex/ubuntu/oneiric/inkscape/inkscape_0.48.1-2ubuntu4

« back to all changes in this revision

Viewing changes to src/trace/potrace/curve.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-06 22:03:02 UTC
  • mto: (2.4.1 sid) (1.4.1 upstream) (45.1.3 maverick)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060706220302-itgso3qgxdaxjmcy
Tags: upstream-0.44
ImportĀ upstreamĀ versionĀ 0.44

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
   This file is part of potrace. It is free software and it is covered
3
3
   by the GNU General Public License. See the file COPYING for details. */
4
4
 
5
 
/* $Id: curve.cpp,v 1.8 2005/03/06 13:43:37 ishmal Exp $ */
 
5
/* $Id: curve.cpp 10570 2006-01-10 12:26:08Z rwst $ */
6
6
/* private part of the path and curve data structures */
7
7
 
8
 
#include <stdio.h>
9
8
#include <stdlib.h>
10
9
#include <string.h>
11
10
 
12
 
#include "potracelib.h"
13
11
#include "lists.h"
14
12
#include "curve.h"
15
13