~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to src/livarot/float-line.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *  \file livarot/float-line.cpp
3
3
 *
4
4
 * Implementation of coverage with floating-point values.
5
 
 * 
 
5
 *
6
6
 *  \author Fred
7
7
 *
8
8
 *  public domain
12
12
#ifdef faster_flatten
13
13
# include <cmath>  // std::abs(float)
14
14
#endif
 
15
#include <stdio.h>
15
16
#include "livarot/float-line.h"
16
17
#include "livarot/int-line.h"
 
18
#include <cstdio>
17
19
 
18
20
FloatLigne::FloatLigne()
19
21
{
23
25
 
24
26
FloatLigne::~FloatLigne()
25
27
{
26
 
    
27
28
}
28
29
 
29
30
/// Reset the line to  empty (boundaries and runs).