/usr/include/wxSVG/SVGCoordinates.h is in libwxsvg-dev 2:1.2~dfsg0-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | //////////////////////////////////////////////////////////////////////////////
//// Name: SVGCoordinates.h
//// Purpose:
//// Author: Alex Thuering
//// Created: 2006/01/07
//// RCS-ID: $Id: SVGCoordinates.h,v 1.1 2006/01/08 12:31:03 ntalex Exp $
//// Copyright: (c) 2006 Alex Thuering
//// Licence: wxWindows licence
////////////////////////////////////////////////////////////////////////////////
#ifndef WX_SVG_COORDINATES_H
#define WX_SVG_COORDINATES_H
enum wxSVG_COORDINATES
{
wxSVG_COORDINATES_USER = 0,
wxSVG_COORDINATES_VIEWPORT = 1,
wxSVG_COORDINATES_SCREEN = 2
};
#endif // WX_SVG_COORDINATES_H
|