~ubuntu-branches/ubuntu/lucid/agg/lucid-proposed

« back to all changes in this revision

Viewing changes to src/agg_line_profile_aa.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri
  • Date: 2007-06-18 11:16:40 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070618111640-3nvfrzv3n68pqwvu
Tags: 2.5-1
* New upstream release.
* New maintainer. I gonna take care of this package from now on.
* Previous versions's co-maintainers won't appear more in
  uploaders field in debian/control.
* Added XS-Vcs-Bzr field that points directly to the bzr branch
  in launchpad where this package will be maintained.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//----------------------------------------------------------------------------
2
 
// Anti-Grain Geometry - Version 2.4
3
 
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
4
 
//
5
 
// Permission to copy, use, modify, sell and distribute this software 
6
 
// is granted provided this copyright notice appears in all copies. 
7
 
// This software is provided "as is" without express or implied
8
 
// warranty, and with no claim as to its suitability for any purpose.
9
 
//
10
 
//----------------------------------------------------------------------------
 
2
// Anti-Grain Geometry (AGG) - Version 2.5
 
3
// A high quality rendering engine for C++
 
4
// Copyright (C) 2002-2006 Maxim Shemanarev
11
5
// Contact: mcseem@antigrain.com
12
6
//          mcseemagg@yahoo.com
13
 
//          http://www.antigrain.com
 
7
//          http://antigrain.com
 
8
// 
 
9
// AGG is free software; you can redistribute it and/or
 
10
// modify it under the terms of the GNU General Public License
 
11
// as published by the Free Software Foundation; either version 2
 
12
// of the License, or (at your option) any later version.
 
13
// 
 
14
// AGG is distributed in the hope that it will be useful,
 
15
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
// GNU General Public License for more details.
 
18
// 
 
19
// You should have received a copy of the GNU General Public License
 
20
// along with AGG; if not, write to the Free Software
 
21
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
 
22
// MA 02110-1301, USA.
14
23
//----------------------------------------------------------------------------
15
24
 
16
25
#include "agg_renderer_outline_aa.h"