--- a/allmakefiles.sh
+++ b/allmakefiles.sh
@@ -150,17 +150,16 @@ gc/boehm/leaksoup/Makefile
"
MAKEFILES_gfx="
gfx/Makefile
gfx/idl/Makefile
gfx/public/Makefile
gfx/src/Makefile
gfx/src/beos/Makefile
-gfx/src/ps/Makefile
gfx/src/psshared/Makefile
gfx/src/photon/Makefile
gfx/src/mac/Makefile
gfx/src/os2/Makefile
gfx/src/windows/Makefile
gfx/src/thebes/Makefile
gfx/tests/Makefile
"
--- a/embedding/config/basebrowser-qnx
+++ b/embedding/config/basebrowser-qnx
@@ -43,17 +43,16 @@ components/libxpconnect.so
components/xpconnect.xpt
;
; XP widgets/graphics
;
libgkgfx.so
libgfxpsshar.so
-components/libgfxps.so
components/gfx.xpt
components/widget.xpt
;
; qnx photon widget and gfx modules
;
components/libwidget_photon.so
components/libgfx_photon.so
--- a/embedding/config/basebrowser-unix
+++ b/embedding/config/basebrowser-unix
@@ -46,17 +46,16 @@ components/xpconnect.xpt
; XP widgets/graphics
;
libgkgfx.so
libgtksuperwin.so
libgtkembedmoz.so
libgfxpsshar.so
components/libgkgfxthebes.so
-components/libgfxps.so
components/gfx.xpt
components/libwidget_gtk2.so
components/widget.xpt
; layout
libmoz_art_lgpl.so
res/dtd/xhtml11.dtd
components/libgklayout.so
--- a/embedding/config/minimo-qnx
+++ b/embedding/config/minimo-qnx
@@ -35,17 +35,16 @@ components/libxpconnect.so
components/xpconnect.xpt
;
; XP widgets/graphics
;
libgkgfx.so
libgfxpsshar.so
-components/libgfxps.so
components/gfx.xpt
components/widget.xpt
;
; qnx photon widget and gfx modules
;
components/libwidget_photon.so
components/libgfx_photon.so
--- a/gfx/src/Makefile.in
+++ b/gfx/src/Makefile.in
@@ -64,19 +64,16 @@ REQUIRES = xpcom \
DIRS = shared
ifdef MOZ_ENABLE_FREETYPE2
DIRS += freetype
endif
ifdef MOZ_ENABLE_POSTSCRIPT
DIRS += psshared
-ifndef MOZ_ENABLE_CAIRO_GFX
-DIRS += ps
-endif
endif
ifdef MOZ_ENABLE_CAIRO_GFX
DIRS += thebes
else
ifdef MOZ_ENABLE_PHOTON
DIRS += photon
endif
--- a/gfx/src/beos/nsDeviceContextBeOS.cpp
+++ b/gfx/src/beos/nsDeviceContextBeOS.cpp
@@ -44,21 +44,16 @@
#include "nsIServiceManager.h"
#include "nsCRT.h"
#include "nsReadableUtils.h"
#include "nsDeviceContextBeOS.h"
#include "nsFontMetricsBeOS.h"
#include "nsGfxCIID.h"
-#ifdef USE_POSTSCRIPT
-#include "nsGfxPSCID.h"
-#include "nsIDeviceContextPS.h"
-#endif /* USE_POSTSCRIPT */
-
#include <ScrollBar.h>
#include <Screen.h>
#include "nsIScreenManager.h"
nscoord nsDeviceContextBeOS::mDpi = 96;
nsDeviceContextBeOS::nsDeviceContextBeOS()
@@ -330,38 +325,17 @@ NS_IMETHODIMP nsDeviceContextBeOS::GetCl
{
//XXX do we know if the client rect should ever differ from the screen rect?
return GetRect(aRect);
}
NS_IMETHODIMP nsDeviceContextBeOS::GetDeviceContextFor(nsIDeviceContextSpec *aDevice,
nsIDeviceContext *&aContext)
{
-#ifdef USE_POSTSCRIPT
- static NS_DEFINE_CID(kCDeviceContextPS, NS_DEVICECONTEXTPS_CID);
-
- // Create a Postscript device context
- nsresult rv;
- nsIDeviceContextPS *dcps;
-
- rv = CallCreateInstance(kCDeviceContextPS, &dcps);
-
- NS_ASSERTION(NS_SUCCEEDED(rv), "Couldn't create PS Device context");
-
- dcps->SetSpec(aDevice);
- dcps->InitDeviceContextPS((nsIDeviceContext*)aContext, (nsIDeviceContext*)this);
-
- rv = dcps->QueryInterface(NS_GET_IID(nsIDeviceContext), (void **)&aContext);
-
- NS_RELEASE(dcps);
-
- return rv;
-#else
return NS_ERROR_NOT_IMPLEMENTED;
-#endif /* USE_POSTSCRIPT */
}
NS_IMETHODIMP nsDeviceContextBeOS::BeginDocument(PRUnichar * aTitle, PRUnichar* aPrintToFileName, PRInt32 aStartPage, PRInt32 aEndPage)
{
return NS_OK;
}
NS_IMETHODIMP nsDeviceContextBeOS::EndDocument(void)
deleted file mode 100644
--- a/gfx/src/ps/Courier-Bold.h
+++ /dev/null
@@ -1,3196 +0,0 @@
-/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is mozilla.org code.
- *
- * The Initial Developer of the Original Code is
- * Netscape.
- * Portions created by the Initial Developer are Copyright (C) 1998
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * either of the GNU General Public License Version 2 or later (the "GPL"),
- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the MPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the MPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-
-// -- AUTOMATICALLY GENERATED FILE FROM AFMGEN.EXE, DO NOT EDIT
-
-#include "nsAFMObject.h"
-
-
-const AFMFontInformation Courier_BoldAFM = {
-2.000000,
-"Courier-Bold",
-"Courier Bold",
-"Courier",
-"Bold",
--113.000000,
--250.000000,
-749.000000,
-801.000000,
-"002.004",
-"",
-"AdobeStandardEncoding",
-0,
-0,
-"",
-0,
-PR_FALSE,
-0.000000,
-0.000000,
-PR_FALSE,
-562.000000,
-439.000000,
-626.000000,
--142.000000,
--100.000000,
-50.000000,
-260
-};
-
-
-
-const AFMscm AFMCourier_BoldChars[] = {
-{
-32,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000
-}
-,
-{
-33,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-202.000000,
--15.000000,
-398.000000,
-572.000000
-}
-,
-{
-34,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-135.000000,
-277.000000,
-465.000000,
-562.000000
-}
-,
-{
-35,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-56.000000,
--45.000000,
-544.000000,
-651.000000
-}
-,
-{
-36,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-82.000000,
--126.000000,
-519.000000,
-666.000000
-}
-,
-{
-37,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-5.000000,
--15.000000,
-595.000000,
-616.000000
-}
-,
-{
-38,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-36.000000,
--15.000000,
-546.000000,
-543.000000
-}
-,
-{
-39,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-171.000000,
-277.000000,
-423.000000,
-562.000000
-}
-,
-{
-40,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-219.000000,
--102.000000,
-461.000000,
-616.000000
-}
-,
-{
-41,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-139.000000,
--102.000000,
-381.000000,
-616.000000
-}
-,
-{
-42,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-91.000000,
-219.000000,
-509.000000,
-601.000000
-}
-,
-{
-43,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-71.000000,
-39.000000,
-529.000000,
-478.000000
-}
-,
-{
-44,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-123.000000,
--111.000000,
-393.000000,
-174.000000
-}
-,
-{
-45,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-100.000000,
-203.000000,
-500.000000,
-313.000000
-}
-,
-{
-46,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-192.000000,
--15.000000,
-408.000000,
-171.000000
-}
-,
-{
-47,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-98.000000,
--77.000000,
-502.000000,
-626.000000
-}
-,
-{
-48,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-87.000000,
--15.000000,
-513.000000,
-616.000000
-}
-,
-{
-49,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-81.000000,
-0.000000,
-539.000000,
-616.000000
-}
-,
-{
-50,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-61.000000,
-0.000000,
-499.000000,
-616.000000
-}
-,
-{
-51,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-63.000000,
--15.000000,
-501.000000,
-616.000000
-}
-,
-{
-52,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
-0.000000,
-507.000000,
-616.000000
-}
-,
-{
-53,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-70.000000,
--15.000000,
-521.000000,
-601.000000
-}
-,
-{
-54,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-90.000000,
--15.000000,
-521.000000,
-616.000000
-}
-,
-{
-55,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-55.000000,
-0.000000,
-494.000000,
-601.000000
-}
-,
-{
-56,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-83.000000,
--15.000000,
-517.000000,
-616.000000
-}
-,
-{
-57,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-79.000000,
--15.000000,
-510.000000,
-616.000000
-}
-,
-{
-58,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-191.000000,
--15.000000,
-407.000000,
-425.000000
-}
-,
-{
-59,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-123.000000,
--111.000000,
-408.000000,
-425.000000
-}
-,
-{
-60,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-66.000000,
-15.000000,
-523.000000,
-501.000000
-}
-,
-{
-61,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-71.000000,
-118.000000,
-529.000000,
-398.000000
-}
-,
-{
-62,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-15.000000,
-534.000000,
-501.000000
-}
-,
-{
-63,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-98.000000,
--14.000000,
-501.000000,
-580.000000
-}
-,
-{
-64,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-16.000000,
--15.000000,
-584.000000,
-616.000000
-}
-,
-{
-65,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--9.000000,
-0.000000,
-609.000000,
-562.000000
-}
-,
-{
-66,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
-0.000000,
-573.000000,
-562.000000
-}
-,
-{
-67,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-22.000000,
--18.000000,
-560.000000,
-580.000000
-}
-,
-{
-68,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
-0.000000,
-594.000000,
-562.000000
-}
-,
-{
-69,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-25.000000,
-0.000000,
-560.000000,
-562.000000
-}
-,
-{
-70,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-39.000000,
-0.000000,
-570.000000,
-562.000000
-}
-,
-{
-71,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-22.000000,
--18.000000,
-594.000000,
-580.000000
-}
-,
-{
-72,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-20.000000,
-0.000000,
-580.000000,
-562.000000
-}
-,
-{
-73,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-523.000000,
-562.000000
-}
-,
-{
-74,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-37.000000,
--18.000000,
-601.000000,
-562.000000
-}
-,
-{
-75,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-21.000000,
-0.000000,
-599.000000,
-562.000000
-}
-,
-{
-76,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-39.000000,
-0.000000,
-578.000000,
-562.000000
-}
-,
-{
-77,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--2.000000,
-0.000000,
-602.000000,
-562.000000
-}
-,
-{
-78,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-8.000000,
--12.000000,
-610.000000,
-562.000000
-}
-,
-{
-79,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-22.000000,
--18.000000,
-578.000000,
-580.000000
-}
-,
-{
-80,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-48.000000,
-0.000000,
-559.000000,
-562.000000
-}
-,
-{
-81,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-32.000000,
--138.000000,
-578.000000,
-580.000000
-}
-,
-{
-82,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-24.000000,
-0.000000,
-599.000000,
-562.000000
-}
-,
-{
-83,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-47.000000,
--22.000000,
-553.000000,
-582.000000
-}
-,
-{
-84,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-21.000000,
-0.000000,
-579.000000,
-562.000000
-}
-,
-{
-85,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-4.000000,
--18.000000,
-596.000000,
-562.000000
-}
-,
-{
-86,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--13.000000,
-0.000000,
-613.000000,
-562.000000
-}
-,
-{
-87,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--18.000000,
-0.000000,
-618.000000,
-562.000000
-}
-,
-{
-88,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-12.000000,
-0.000000,
-588.000000,
-562.000000
-}
-,
-{
-89,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-12.000000,
-0.000000,
-589.000000,
-562.000000
-}
-,
-{
-90,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
-0.000000,
-539.000000,
-562.000000
-}
-,
-{
-91,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-245.000000,
--102.000000,
-475.000000,
-616.000000
-}
-,
-{
-92,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-99.000000,
--77.000000,
-503.000000,
-626.000000
-}
-,
-{
-93,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-125.000000,
--102.000000,
-355.000000,
-616.000000
-}
-,
-{
-94,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-108.000000,
-250.000000,
-492.000000,
-616.000000
-}
-,
-{
-95,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
--125.000000,
-600.000000,
--75.000000
-}
-,
-{
-96,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-178.000000,
-277.000000,
-428.000000,
-562.000000
-}
-,
-{
-97,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-35.000000,
--15.000000,
-570.000000,
-454.000000
-}
-,
-{
-98,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
--15.000000,
-584.000000,
-626.000000
-}
-,
-{
-99,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-40.000000,
--15.000000,
-545.000000,
-459.000000
-}
-,
-{
-100,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-20.000000,
--15.000000,
-591.000000,
-626.000000
-}
-,
-{
-101,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-40.000000,
--15.000000,
-563.000000,
-454.000000
-}
-,
-{
-102,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-83.000000,
-0.000000,
-547.000000,
-626.000000
-}
-,
-{
-103,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
--146.000000,
-580.000000,
-454.000000
-}
-,
-{
-104,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-5.000000,
-0.000000,
-592.000000,
-626.000000
-}
-,
-{
-105,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-523.000000,
-658.000000
-}
-,
-{
-106,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-63.000000,
--146.000000,
-440.000000,
-658.000000
-}
-,
-{
-107,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-20.000000,
-0.000000,
-585.000000,
-626.000000
-}
-,
-{
-108,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-523.000000,
-626.000000
-}
-,
-{
-109,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--22.000000,
-0.000000,
-626.000000,
-454.000000
-}
-,
-{
-110,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-18.000000,
-0.000000,
-592.000000,
-454.000000
-}
-,
-{
-111,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
--15.000000,
-570.000000,
-454.000000
-}
-,
-{
-112,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--1.000000,
--142.000000,
-570.000000,
-454.000000
-}
-,
-{
-113,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-20.000000,
--142.000000,
-591.000000,
-454.000000
-}
-,
-{
-114,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-47.000000,
-0.000000,
-580.000000,
-454.000000
-}
-,
-{
-115,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-68.000000,
--17.000000,
-535.000000,
-459.000000
-}
-,
-{
-116,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-47.000000,
--15.000000,
-532.000000,
-562.000000
-}
-,
-{
-117,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--1.000000,
--15.000000,
-569.000000,
-439.000000
-}
-,
-{
-118,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--1.000000,
-0.000000,
-601.000000,
-439.000000
-}
-,
-{
-119,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--18.000000,
-0.000000,
-618.000000,
-439.000000
-}
-,
-{
-120,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-6.000000,
-0.000000,
-594.000000,
-439.000000
-}
-,
-{
-121,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--4.000000,
--142.000000,
-601.000000,
-439.000000
-}
-,
-{
-122,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-81.000000,
-0.000000,
-520.000000,
-439.000000
-}
-,
-{
-123,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-160.000000,
--102.000000,
-464.000000,
-616.000000
-}
-,
-{
-124,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-255.000000,
--250.000000,
-345.000000,
-750.000000
-}
-,
-{
-125,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-136.000000,
--102.000000,
-440.000000,
-616.000000
-}
-,
-{
-126,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-71.000000,
-153.000000,
-530.000000,
-356.000000
-}
-,
-{
-161,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-202.000000,
--146.000000,
-398.000000,
-449.000000
-}
-,
-{
-162,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-66.000000,
--49.000000,
-518.000000,
-614.000000
-}
-,
-{
-163,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-72.000000,
--28.000000,
-558.000000,
-611.000000
-}
-,
-{
-164,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-25.000000,
--60.000000,
-576.000000,
-661.000000
-}
-,
-{
-165,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-10.000000,
-0.000000,
-590.000000,
-562.000000
-}
-,
-{
-166,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--30.000000,
--131.000000,
-572.000000,
-616.000000
-}
-,
-{
-167,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-83.000000,
--70.000000,
-517.000000,
-580.000000
-}
-,
-{
-168,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-54.000000,
-49.000000,
-546.000000,
-517.000000
-}
-,
-{
-169,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-227.000000,
-277.000000,
-373.000000,
-562.000000
-}
-,
-{
-170,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-71.000000,
-277.000000,
-535.000000,
-562.000000
-}
-,
-{
-171,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-8.000000,
-70.000000,
-553.000000,
-446.000000
-}
-,
-{
-172,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-141.000000,
-70.000000,
-459.000000,
-446.000000
-}
-,
-{
-173,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-141.000000,
-70.000000,
-459.000000,
-446.000000
-}
-,
-{
-174,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-12.000000,
-0.000000,
-593.000000,
-626.000000
-}
-,
-{
-175,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-12.000000,
-0.000000,
-593.000000,
-626.000000
-}
-,
-{
-177,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-65.000000,
-203.000000,
-535.000000,
-313.000000
-}
-,
-{
-178,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-106.000000,
--70.000000,
-494.000000,
-580.000000
-}
-,
-{
-179,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-106.000000,
--70.000000,
-494.000000,
-580.000000
-}
-,
-{
-180,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-196.000000,
-165.000000,
-404.000000,
-351.000000
-}
-,
-{
-182,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-6.000000,
--70.000000,
-576.000000,
-580.000000
-}
-,
-{
-183,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-140.000000,
-132.000000,
-460.000000,
-430.000000
-}
-,
-{
-184,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-175.000000,
--142.000000,
-427.000000,
-143.000000
-}
-,
-{
-185,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-65.000000,
--142.000000,
-529.000000,
-143.000000
-}
-,
-{
-186,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-61.000000,
-277.000000,
-525.000000,
-562.000000
-}
-,
-{
-187,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-47.000000,
-70.000000,
-592.000000,
-446.000000
-}
-,
-{
-188,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-26.000000,
--15.000000,
-574.000000,
-116.000000
-}
-,
-{
-189,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--113.000000,
--15.000000,
-713.000000,
-616.000000
-}
-,
-{
-191,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-99.000000,
--146.000000,
-502.000000,
-449.000000
-}
-,
-{
-193,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-132.000000,
-508.000000,
-395.000000,
-661.000000
-}
-,
-{
-194,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-205.000000,
-508.000000,
-468.000000,
-661.000000
-}
-,
-{
-195,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-103.000000,
-483.000000,
-497.000000,
-657.000000
-}
-,
-{
-196,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-89.000000,
-493.000000,
-512.000000,
-636.000000
-}
-,
-{
-197,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-88.000000,
-505.000000,
-512.000000,
-585.000000
-}
-,
-{
-198,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-83.000000,
-468.000000,
-517.000000,
-631.000000
-}
-,
-{
-199,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-230.000000,
-485.000000,
-370.000000,
-625.000000
-}
-,
-{
-200,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-128.000000,
-485.000000,
-472.000000,
-625.000000
-}
-,
-{
-202,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-198.000000,
-481.000000,
-402.000000,
-678.000000
-}
-,
-{
-203,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-205.000000,
--206.000000,
-387.000000,
-0.000000
-}
-,
-{
-205,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-68.000000,
-488.000000,
-588.000000,
-661.000000
-}
-,
-{
-206,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-169.000000,
--199.000000,
-367.000000,
-0.000000
-}
-,
-{
-207,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-103.000000,
-493.000000,
-497.000000,
-667.000000
-}
-,
-{
-208,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--10.000000,
-203.000000,
-610.000000,
-313.000000
-}
-,
-{
-225,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--29.000000,
-0.000000,
-602.000000,
-562.000000
-}
-,
-{
-227,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-147.000000,
-196.000000,
-453.000000,
-580.000000
-}
-,
-{
-232,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-39.000000,
-0.000000,
-578.000000,
-562.000000
-}
-,
-{
-233,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-22.000000,
--22.000000,
-578.000000,
-584.000000
-}
-,
-{
-234,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--25.000000,
-0.000000,
-595.000000,
-562.000000
-}
-,
-{
-235,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-147.000000,
-196.000000,
-453.000000,
-580.000000
-}
-,
-{
-241,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--4.000000,
--15.000000,
-601.000000,
-454.000000
-}
-,
-{
-245,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-523.000000,
-439.000000
-}
-,
-{
-248,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-523.000000,
-626.000000
-}
-,
-{
-249,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
--24.000000,
-570.000000,
-463.000000
-}
-,
-{
-250,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--18.000000,
--15.000000,
-611.000000,
-454.000000
-}
-,
-{
-251,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-22.000000,
--15.000000,
-596.000000,
-626.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-22.000000,
--18.000000,
-578.000000,
-748.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-71.000000,
-103.000000,
-529.000000,
-413.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-71.000000,
-203.000000,
-529.000000,
-313.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-137.000000,
--15.000000,
-464.000000,
-487.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-86.000000,
-243.000000,
-474.000000,
-616.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-8.000000,
-0.000000,
-592.000000,
-320.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--12.000000,
-0.000000,
-600.000000,
-626.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--8.000000,
--18.000000,
-622.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-25.000000,
-0.000000,
-560.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-22.000000,
--18.000000,
-578.000000,
-780.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--1.000000,
--15.000000,
-569.000000,
-657.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-65.000000,
-44.000000,
-535.000000,
-371.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-138.000000,
-222.000000,
-433.000000,
-616.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-136.000000,
-0.000000,
-463.000000,
-447.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-81.000000,
-39.000000,
-520.000000,
-478.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-47.000000,
--22.000000,
-553.000000,
-790.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-19.000000,
-0.000000,
-581.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-4.000000,
--18.000000,
-596.000000,
-780.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-71.000000,
-16.000000,
-529.000000,
-500.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--9.000000,
-0.000000,
-609.000000,
-780.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-40.000000,
--15.000000,
-563.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--1.000000,
--15.000000,
-569.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--9.000000,
-0.000000,
-609.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
--18.000000,
-600.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-143.000000,
-230.000000,
-436.000000,
-616.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-25.000000,
-0.000000,
-560.000000,
-780.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-18.000000,
-0.000000,
-592.000000,
-636.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-137.000000,
--15.000000,
-464.000000,
-439.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-40.000000,
-14.000000,
-560.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-153.000000,
-230.000000,
-447.000000,
-616.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-6.000000,
--146.000000,
-574.000000,
-658.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-40.000000,
--15.000000,
-563.000000,
-625.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
-0.000000,
-525.000000,
-599.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
--15.000000,
-570.000000,
-625.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-22.000000,
--18.000000,
-578.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--47.000000,
--60.000000,
-648.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-71.000000,
-24.000000,
-529.000000,
-515.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-24.000000,
--15.000000,
-599.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-58.000000,
--27.000000,
-543.000000,
-626.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-248.000000,
-229.000000,
-352.000000,
-333.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-40.000000,
--15.000000,
-563.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-40.000000,
--206.000000,
-545.000000,
-459.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
--15.000000,
-523.000000,
-572.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-4.000000,
--18.000000,
-596.000000,
-748.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-22.000000,
--18.000000,
-594.000000,
-790.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-144.000000,
--15.000000,
-456.000000,
-608.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-5.000000,
--146.000000,
-115.000000,
-601.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-22.000000,
--18.000000,
-578.000000,
-759.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-523.000000,
-748.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-35.000000,
--15.000000,
-570.000000,
-625.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-40.000000,
--15.000000,
-563.000000,
-657.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
-0.000000,
-594.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--56.000000,
--60.000000,
-656.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--45.000000,
-0.000000,
-645.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-35.000000,
--15.000000,
-570.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
-0.000000,
-539.000000,
-790.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-47.000000,
--206.000000,
-553.000000,
-582.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-523.000000,
-748.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-523.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-65.000000,
-45.000000,
-535.000000,
-372.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-4.000000,
--18.000000,
-596.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-68.000000,
--17.000000,
-535.000000,
-667.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
-579.000000,
-600.000000,
-629.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--9.000000,
-0.000000,
-609.000000,
-801.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-22.000000,
--206.000000,
-560.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-523.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-255.000000,
--175.000000,
-345.000000,
-675.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-22.000000,
--18.000000,
-578.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
--15.000000,
-570.000000,
-636.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-12.000000,
-0.000000,
-589.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-72.000000,
--28.000000,
-558.000000,
-611.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-523.000000,
-780.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--9.000000,
-0.000000,
-609.000000,
-759.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-4.000000,
--18.000000,
-596.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-12.000000,
-0.000000,
-589.000000,
-748.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--4.000000,
--142.000000,
-601.000000,
-625.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-523.000000,
-625.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--9.000000,
-0.000000,
-609.000000,
-748.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--1.000000,
--142.000000,
-569.000000,
-439.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--9.000000,
-230.000000,
-749.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
--15.000000,
-570.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-35.000000,
--15.000000,
-570.000000,
-657.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--9.000000,
-0.000000,
-609.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-19.000000,
-0.000000,
-581.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-35.000000,
--15.000000,
-570.000000,
-636.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-19.000000,
-0.000000,
-581.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
--18.000000,
-600.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-19.000000,
-0.000000,
-581.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--1.000000,
--15.000000,
-569.000000,
-625.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-144.000000,
-3.000000,
-456.000000,
-626.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-523.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-25.000000,
-0.000000,
-560.000000,
-748.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-81.000000,
-0.000000,
-520.000000,
-667.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--24.000000,
-143.000000,
-624.000000,
-455.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
--146.000000,
-580.000000,
-667.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--24.000000,
-143.000000,
-634.000000,
-455.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-35.000000,
--15.000000,
-570.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
--15.000000,
-570.000000,
-657.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-68.000000,
--206.000000,
-535.000000,
-459.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
--15.000000,
-570.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--47.000000,
--60.000000,
-648.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--1.000000,
--15.000000,
-569.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-8.000000,
--12.000000,
-610.000000,
-759.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-523.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--34.000000,
-143.000000,
-624.000000,
-455.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-48.000000,
-0.000000,
-557.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-25.000000,
-0.000000,
-560.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--14.000000,
--142.000000,
-570.000000,
-626.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-35.000000,
--15.000000,
-570.000000,
-678.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--4.000000,
--142.000000,
-601.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-63.000000,
-0.000000,
-523.000000,
-657.000000
-}
-
-};
deleted file mode 100644
--- a/gfx/src/ps/Courier-BoldOblique.h
+++ /dev/null
@@ -1,3196 +0,0 @@
-/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is mozilla.org code.
- *
- * The Initial Developer of the Original Code is
- * Netscape.
- * Portions created by the Initial Developer are Copyright (C) 1998
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * either of the GNU General Public License Version 2 or later (the "GPL"),
- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the MPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the MPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-
-// -- AUTOMATICALLY GENERATED FILE FROM AFMGEN.EXE, DO NOT EDIT
-
-#include "nsAFMObject.h"
-
-
-const AFMFontInformation Courier_BoldObliqueAFM = {
-2.000000,
-"Courier-BoldOblique",
-"Courier Bold Oblique",
-"Courier",
-"Bold",
--56.000000,
--250.000000,
-868.000000,
-801.000000,
-"002.004",
-"",
-"AdobeStandardEncoding",
-0,
-0,
-"",
-0,
-PR_FALSE,
-0.000000,
-0.000000,
-PR_FALSE,
-562.000000,
-439.000000,
-626.000000,
--142.000000,
--100.000000,
-50.000000,
-260
-};
-
-
-
-const AFMscm AFMCourier_BoldObliqueChars[] = {
-{
-32,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000
-}
-,
-{
-33,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-216.000000,
--15.000000,
-495.000000,
-572.000000
-}
-,
-{
-34,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-212.000000,
-277.000000,
-584.000000,
-562.000000
-}
-,
-{
-35,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-88.000000,
--45.000000,
-640.000000,
-651.000000
-}
-,
-{
-36,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-87.000000,
--126.000000,
-629.000000,
-666.000000
-}
-,
-{
-37,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-102.000000,
--15.000000,
-624.000000,
-616.000000
-}
-,
-{
-38,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
--15.000000,
-594.000000,
-543.000000
-}
-,
-{
-39,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-230.000000,
-277.000000,
-542.000000,
-562.000000
-}
-,
-{
-40,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-266.000000,
--102.000000,
-592.000000,
-616.000000
-}
-,
-{
-41,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-117.000000,
--102.000000,
-444.000000,
-616.000000
-}
-,
-{
-42,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-179.000000,
-219.000000,
-597.000000,
-601.000000
-}
-,
-{
-43,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-114.000000,
-39.000000,
-596.000000,
-478.000000
-}
-,
-{
-44,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-99.000000,
--111.000000,
-430.000000,
-174.000000
-}
-,
-{
-45,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-143.000000,
-203.000000,
-567.000000,
-313.000000
-}
-,
-{
-46,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-207.000000,
--15.000000,
-426.000000,
-171.000000
-}
-,
-{
-47,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-91.000000,
--77.000000,
-626.000000,
-626.000000
-}
-,
-{
-48,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-136.000000,
--15.000000,
-592.000000,
-616.000000
-}
-,
-{
-49,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-93.000000,
-0.000000,
-561.000000,
-616.000000
-}
-,
-{
-50,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-61.000000,
-0.000000,
-593.000000,
-616.000000
-}
-,
-{
-51,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-72.000000,
--15.000000,
-571.000000,
-616.000000
-}
-,
-{
-52,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-82.000000,
-0.000000,
-558.000000,
-616.000000
-}
-,
-{
-53,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
--15.000000,
-621.000000,
-601.000000
-}
-,
-{
-54,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-136.000000,
--15.000000,
-652.000000,
-616.000000
-}
-,
-{
-55,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-147.000000,
-0.000000,
-622.000000,
-601.000000
-}
-,
-{
-56,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-115.000000,
--15.000000,
-604.000000,
-616.000000
-}
-,
-{
-57,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
--15.000000,
-592.000000,
-616.000000
-}
-,
-{
-58,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-206.000000,
--15.000000,
-479.000000,
-425.000000
-}
-,
-{
-59,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-99.000000,
--111.000000,
-480.000000,
-425.000000
-}
-,
-{
-60,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-121.000000,
-15.000000,
-612.000000,
-501.000000
-}
-,
-{
-61,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
-118.000000,
-614.000000,
-398.000000
-}
-,
-{
-62,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-97.000000,
-15.000000,
-589.000000,
-501.000000
-}
-,
-{
-63,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-183.000000,
--14.000000,
-591.000000,
-580.000000
-}
-,
-{
-64,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-66.000000,
--15.000000,
-641.000000,
-616.000000
-}
-,
-{
-65,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--9.000000,
-0.000000,
-631.000000,
-562.000000
-}
-,
-{
-66,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
-0.000000,
-629.000000,
-562.000000
-}
-,
-{
-67,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-75.000000,
--18.000000,
-674.000000,
-580.000000
-}
-,
-{
-68,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
-0.000000,
-664.000000,
-562.000000
-}
-,
-{
-69,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-25.000000,
-0.000000,
-669.000000,
-562.000000
-}
-,
-{
-70,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-39.000000,
-0.000000,
-683.000000,
-562.000000
-}
-,
-{
-71,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-75.000000,
--18.000000,
-674.000000,
-580.000000
-}
-,
-{
-72,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-20.000000,
-0.000000,
-699.000000,
-562.000000
-}
-,
-{
-73,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-642.000000,
-562.000000
-}
-,
-{
-74,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-59.000000,
--18.000000,
-720.000000,
-562.000000
-}
-,
-{
-75,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-21.000000,
-0.000000,
-691.000000,
-562.000000
-}
-,
-{
-76,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-39.000000,
-0.000000,
-635.000000,
-562.000000
-}
-,
-{
-77,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--2.000000,
-0.000000,
-721.000000,
-562.000000
-}
-,
-{
-78,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-8.000000,
--12.000000,
-729.000000,
-562.000000
-}
-,
-{
-79,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-74.000000,
--18.000000,
-645.000000,
-580.000000
-}
-,
-{
-80,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-48.000000,
-0.000000,
-642.000000,
-562.000000
-}
-,
-{
-81,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-84.000000,
--138.000000,
-636.000000,
-580.000000
-}
-,
-{
-82,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-24.000000,
-0.000000,
-617.000000,
-562.000000
-}
-,
-{
-83,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-54.000000,
--22.000000,
-672.000000,
-582.000000
-}
-,
-{
-84,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-86.000000,
-0.000000,
-678.000000,
-562.000000
-}
-,
-{
-85,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-101.000000,
--18.000000,
-715.000000,
-562.000000
-}
-,
-{
-86,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-84.000000,
-0.000000,
-732.000000,
-562.000000
-}
-,
-{
-87,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-84.000000,
-0.000000,
-737.000000,
-562.000000
-}
-,
-{
-88,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-12.000000,
-0.000000,
-689.000000,
-562.000000
-}
-,
-{
-89,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-109.000000,
-0.000000,
-708.000000,
-562.000000
-}
-,
-{
-90,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
-0.000000,
-636.000000,
-562.000000
-}
-,
-{
-91,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-223.000000,
--102.000000,
-606.000000,
-616.000000
-}
-,
-{
-92,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-223.000000,
--77.000000,
-496.000000,
-626.000000
-}
-,
-{
-93,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-103.000000,
--102.000000,
-486.000000,
-616.000000
-}
-,
-{
-94,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-171.000000,
-250.000000,
-555.000000,
-616.000000
-}
-,
-{
-95,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--27.000000,
--125.000000,
-584.000000,
--75.000000
-}
-,
-{
-96,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-297.000000,
-277.000000,
-487.000000,
-562.000000
-}
-,
-{
-97,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
--15.000000,
-592.000000,
-454.000000
-}
-,
-{
-98,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-13.000000,
--15.000000,
-636.000000,
-626.000000
-}
-,
-{
-99,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-81.000000,
--15.000000,
-631.000000,
-459.000000
-}
-,
-{
-100,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-61.000000,
--15.000000,
-644.000000,
-626.000000
-}
-,
-{
-101,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-81.000000,
--15.000000,
-604.000000,
-454.000000
-}
-,
-{
-102,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-83.000000,
-0.000000,
-677.000000,
-626.000000
-}
-,
-{
-103,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-41.000000,
--146.000000,
-673.000000,
-454.000000
-}
-,
-{
-104,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-18.000000,
-0.000000,
-614.000000,
-626.000000
-}
-,
-{
-105,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-545.000000,
-658.000000
-}
-,
-{
-106,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-37.000000,
--146.000000,
-580.000000,
-658.000000
-}
-,
-{
-107,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-33.000000,
-0.000000,
-642.000000,
-626.000000
-}
-,
-{
-108,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-545.000000,
-626.000000
-}
-,
-{
-109,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--22.000000,
-0.000000,
-648.000000,
-454.000000
-}
-,
-{
-110,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-18.000000,
-0.000000,
-614.000000,
-454.000000
-}
-,
-{
-111,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-71.000000,
--15.000000,
-622.000000,
-454.000000
-}
-,
-{
-112,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--31.000000,
--142.000000,
-622.000000,
-454.000000
-}
-,
-{
-113,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-61.000000,
--142.000000,
-684.000000,
-454.000000
-}
-,
-{
-114,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-47.000000,
-0.000000,
-654.000000,
-454.000000
-}
-,
-{
-115,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-67.000000,
--17.000000,
-607.000000,
-459.000000
-}
-,
-{
-116,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-118.000000,
--15.000000,
-566.000000,
-562.000000
-}
-,
-{
-117,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-70.000000,
--15.000000,
-591.000000,
-439.000000
-}
-,
-{
-118,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-70.000000,
-0.000000,
-694.000000,
-439.000000
-}
-,
-{
-119,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
-0.000000,
-711.000000,
-439.000000
-}
-,
-{
-120,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-6.000000,
-0.000000,
-670.000000,
-439.000000
-}
-,
-{
-121,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--20.000000,
--142.000000,
-694.000000,
-439.000000
-}
-,
-{
-122,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-81.000000,
-0.000000,
-613.000000,
-439.000000
-}
-,
-{
-123,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-204.000000,
--102.000000,
-595.000000,
-616.000000
-}
-,
-{
-124,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-202.000000,
--250.000000,
-504.000000,
-750.000000
-}
-,
-{
-125,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-114.000000,
--102.000000,
-506.000000,
-616.000000
-}
-,
-{
-126,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-120.000000,
-153.000000,
-589.000000,
-356.000000
-}
-,
-{
-161,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-197.000000,
--146.000000,
-477.000000,
-449.000000
-}
-,
-{
-162,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-121.000000,
--49.000000,
-604.000000,
-614.000000
-}
-,
-{
-163,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-107.000000,
--28.000000,
-650.000000,
-611.000000
-}
-,
-{
-164,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-22.000000,
--60.000000,
-707.000000,
-661.000000
-}
-,
-{
-165,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-98.000000,
-0.000000,
-709.000000,
-562.000000
-}
-,
-{
-166,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--56.000000,
--131.000000,
-701.000000,
-616.000000
-}
-,
-{
-167,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-74.000000,
--70.000000,
-619.000000,
-580.000000
-}
-,
-{
-168,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-49.000000,
-643.000000,
-517.000000
-}
-,
-{
-169,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-304.000000,
-277.000000,
-492.000000,
-562.000000
-}
-,
-{
-170,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-190.000000,
-277.000000,
-594.000000,
-562.000000
-}
-,
-{
-171,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-63.000000,
-70.000000,
-638.000000,
-446.000000
-}
-,
-{
-172,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-196.000000,
-70.000000,
-544.000000,
-446.000000
-}
-,
-{
-173,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-166.000000,
-70.000000,
-514.000000,
-446.000000
-}
-,
-{
-174,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-12.000000,
-0.000000,
-643.000000,
-626.000000
-}
-,
-{
-175,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-12.000000,
-0.000000,
-643.000000,
-626.000000
-}
-,
-{
-177,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-108.000000,
-203.000000,
-602.000000,
-313.000000
-}
-,
-{
-178,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-176.000000,
--70.000000,
-586.000000,
-580.000000
-}
-,
-{
-179,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-122.000000,
--70.000000,
-586.000000,
-580.000000
-}
-,
-{
-180,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-249.000000,
-165.000000,
-461.000000,
-351.000000
-}
-,
-{
-182,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-61.000000,
--70.000000,
-699.000000,
-580.000000
-}
-,
-{
-183,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-197.000000,
-132.000000,
-523.000000,
-430.000000
-}
-,
-{
-184,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-145.000000,
--142.000000,
-457.000000,
-143.000000
-}
-,
-{
-185,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-35.000000,
--142.000000,
-559.000000,
-143.000000
-}
-,
-{
-186,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-120.000000,
-277.000000,
-644.000000,
-562.000000
-}
-,
-{
-187,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-72.000000,
-70.000000,
-647.000000,
-446.000000
-}
-,
-{
-188,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-35.000000,
--15.000000,
-586.000000,
-116.000000
-}
-,
-{
-189,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--44.000000,
--15.000000,
-742.000000,
-616.000000
-}
-,
-{
-191,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-101.000000,
--146.000000,
-509.000000,
-449.000000
-}
-,
-{
-193,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-272.000000,
-508.000000,
-503.000000,
-661.000000
-}
-,
-{
-194,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-313.000000,
-508.000000,
-608.000000,
-661.000000
-}
-,
-{
-195,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-212.000000,
-483.000000,
-606.000000,
-657.000000
-}
-,
-{
-196,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-200.000000,
-493.000000,
-642.000000,
-636.000000
-}
-,
-{
-197,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-195.000000,
-505.000000,
-636.000000,
-585.000000
-}
-,
-{
-198,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-217.000000,
-468.000000,
-651.000000,
-631.000000
-}
-,
-{
-199,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-346.000000,
-485.000000,
-490.000000,
-625.000000
-}
-,
-{
-200,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-244.000000,
-485.000000,
-592.000000,
-625.000000
-}
-,
-{
-202,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-319.000000,
-481.000000,
-528.000000,
-678.000000
-}
-,
-{
-203,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-169.000000,
--206.000000,
-367.000000,
-0.000000
-}
-,
-{
-205,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-172.000000,
-488.000000,
-728.000000,
-661.000000
-}
-,
-{
-206,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-144.000000,
--199.000000,
-350.000000,
-0.000000
-}
-,
-{
-207,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-238.000000,
-493.000000,
-632.000000,
-667.000000
-}
-,
-{
-208,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-33.000000,
-203.000000,
-677.000000,
-313.000000
-}
-,
-{
-225,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--29.000000,
-0.000000,
-707.000000,
-562.000000
-}
-,
-{
-227,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-189.000000,
-196.000000,
-526.000000,
-580.000000
-}
-,
-{
-232,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-39.000000,
-0.000000,
-635.000000,
-562.000000
-}
-,
-{
-233,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-48.000000,
--22.000000,
-672.000000,
-584.000000
-}
-,
-{
-234,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-26.000000,
-0.000000,
-700.000000,
-562.000000
-}
-,
-{
-235,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-189.000000,
-196.000000,
-542.000000,
-580.000000
-}
-,
-{
-241,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-21.000000,
--15.000000,
-651.000000,
-454.000000
-}
-,
-{
-245,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-545.000000,
-439.000000
-}
-,
-{
-248,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-578.000000,
-626.000000
-}
-,
-{
-249,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-55.000000,
--24.000000,
-637.000000,
-463.000000
-}
-,
-{
-250,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-19.000000,
--15.000000,
-661.000000,
-454.000000
-}
-,
-{
-251,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-22.000000,
--15.000000,
-628.000000,
-626.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-74.000000,
--18.000000,
-645.000000,
-748.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-135.000000,
-103.000000,
-617.000000,
-413.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-114.000000,
-203.000000,
-596.000000,
-313.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-168.000000,
--15.000000,
-533.000000,
-487.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-173.000000,
-243.000000,
-569.000000,
-616.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-8.000000,
-0.000000,
-615.000000,
-320.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-1.000000,
-0.000000,
-653.000000,
-626.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--8.000000,
--18.000000,
-741.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-25.000000,
-0.000000,
-669.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-74.000000,
--18.000000,
-645.000000,
-780.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-70.000000,
--15.000000,
-591.000000,
-657.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-109.000000,
-44.000000,
-589.000000,
-371.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-193.000000,
-222.000000,
-525.000000,
-616.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-196.000000,
-0.000000,
-523.000000,
-447.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-105.000000,
-39.000000,
-606.000000,
-478.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-54.000000,
--22.000000,
-672.000000,
-790.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-19.000000,
-0.000000,
-641.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-101.000000,
--18.000000,
-715.000000,
-780.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-114.000000,
-16.000000,
-596.000000,
-500.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--9.000000,
-0.000000,
-631.000000,
-780.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-81.000000,
--15.000000,
-608.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-70.000000,
--15.000000,
-608.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--9.000000,
-0.000000,
-665.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
--18.000000,
-667.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-192.000000,
-230.000000,
-541.000000,
-616.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-25.000000,
-0.000000,
-669.000000,
-780.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-18.000000,
-0.000000,
-642.000000,
-636.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-168.000000,
--15.000000,
-496.000000,
-439.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-103.000000,
-14.000000,
-623.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-213.000000,
-230.000000,
-514.000000,
-616.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-6.000000,
--146.000000,
-714.000000,
-658.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-81.000000,
--15.000000,
-604.000000,
-625.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
-0.000000,
-652.000000,
-599.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-71.000000,
--15.000000,
-622.000000,
-625.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-74.000000,
--18.000000,
-645.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-8.000000,
--60.000000,
-698.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
-24.000000,
-614.000000,
-515.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-24.000000,
--15.000000,
-632.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-93.000000,
--27.000000,
-661.000000,
-626.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-307.000000,
-229.000000,
-413.000000,
-333.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-81.000000,
--15.000000,
-604.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-81.000000,
--206.000000,
-631.000000,
-459.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-91.000000,
--15.000000,
-619.000000,
-572.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-101.000000,
--18.000000,
-715.000000,
-748.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-75.000000,
--18.000000,
-674.000000,
-790.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-174.000000,
--15.000000,
-486.000000,
-608.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--26.000000,
--146.000000,
-243.000000,
-601.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-74.000000,
--18.000000,
-668.000000,
-759.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-642.000000,
-748.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
--15.000000,
-592.000000,
-625.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-81.000000,
--15.000000,
-606.000000,
-657.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
-0.000000,
-664.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-14.000000,
--60.000000,
-706.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--45.000000,
-0.000000,
-694.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
--15.000000,
-592.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
-0.000000,
-659.000000,
-790.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-54.000000,
--206.000000,
-672.000000,
-582.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-642.000000,
-748.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-642.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-99.000000,
-45.000000,
-579.000000,
-372.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-101.000000,
--18.000000,
-715.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-67.000000,
--17.000000,
-632.000000,
-667.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-123.000000,
-579.000000,
-734.000000,
-629.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--9.000000,
-0.000000,
-631.000000,
-801.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-74.000000,
--206.000000,
-674.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-642.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-218.000000,
--175.000000,
-488.000000,
-675.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-74.000000,
--18.000000,
-645.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-71.000000,
--15.000000,
-642.000000,
-636.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-109.000000,
-0.000000,
-708.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-107.000000,
--28.000000,
-650.000000,
-611.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-642.000000,
-780.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--9.000000,
-0.000000,
-638.000000,
-759.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-101.000000,
--18.000000,
-715.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-109.000000,
-0.000000,
-708.000000,
-748.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--20.000000,
--142.000000,
-694.000000,
-625.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-552.000000,
-625.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--9.000000,
-0.000000,
-631.000000,
-748.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-50.000000,
--142.000000,
-591.000000,
-439.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-86.000000,
-230.000000,
-868.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-71.000000,
--15.000000,
-622.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
--15.000000,
-592.000000,
-657.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--9.000000,
-0.000000,
-631.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-79.000000,
-0.000000,
-700.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
--15.000000,
-642.000000,
-636.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-19.000000,
-0.000000,
-700.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
--18.000000,
-667.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-19.000000,
-0.000000,
-700.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-70.000000,
--15.000000,
-591.000000,
-625.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-244.000000,
-3.000000,
-556.000000,
-626.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-545.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-25.000000,
-0.000000,
-669.000000,
-748.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-81.000000,
-0.000000,
-632.000000,
-667.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-40.000000,
-143.000000,
-688.000000,
-455.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-41.000000,
--146.000000,
-673.000000,
-667.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-40.000000,
-143.000000,
-708.000000,
-455.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
--15.000000,
-608.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-71.000000,
--15.000000,
-622.000000,
-657.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-67.000000,
--206.000000,
-607.000000,
-459.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-71.000000,
--15.000000,
-622.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-23.000000,
--60.000000,
-715.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-70.000000,
--15.000000,
-591.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-8.000000,
--12.000000,
-729.000000,
-759.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-608.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-20.000000,
-143.000000,
-688.000000,
-455.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-48.000000,
-0.000000,
-619.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-25.000000,
-0.000000,
-669.000000,
-784.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--31.000000,
--142.000000,
-622.000000,
-626.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
--15.000000,
-592.000000,
-678.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--20.000000,
--142.000000,
-694.000000,
-661.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
-0.000000,
-566.000000,
-657.000000
-}
-
-};
deleted file mode 100644
--- a/gfx/src/ps/Courier-Oblique.h
+++ /dev/null
@@ -1,3196 +0,0 @@
-/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is mozilla.org code.
- *
- * The Initial Developer of the Original Code is
- * Netscape.
- * Portions created by the Initial Developer are Copyright (C) 1998
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * either of the GNU General Public License Version 2 or later (the "GPL"),
- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the MPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the MPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-
-// -- AUTOMATICALLY GENERATED FILE FROM AFMGEN.EXE, DO NOT EDIT
-
-#include "nsAFMObject.h"
-
-
-const AFMFontInformation Courier_ObliqueAFM = {
-2.000000,
-"Courier-Oblique",
-"Courier Oblique",
-"Courier",
-"Medium",
--28.000000,
--250.000000,
-742.000000,
-805.000000,
-"002.004",
-"",
-"AdobeStandardEncoding",
-0,
-0,
-"",
-0,
-PR_FALSE,
-0.000000,
-0.000000,
-PR_FALSE,
-562.000000,
-426.000000,
-629.000000,
--157.000000,
--100.000000,
-50.000000,
-260
-};
-
-
-
-const AFMscm AFMCourier_ObliqueChars[] = {
-{
-32,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000
-}
-,
-{
-33,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-243.000000,
--15.000000,
-464.000000,
-572.000000
-}
-,
-{
-34,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-273.000000,
-328.000000,
-532.000000,
-562.000000
-}
-,
-{
-35,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-133.000000,
--32.000000,
-596.000000,
-639.000000
-}
-,
-{
-36,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-108.000000,
--126.000000,
-596.000000,
-662.000000
-}
-,
-{
-37,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-134.000000,
--15.000000,
-599.000000,
-622.000000
-}
-,
-{
-38,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-87.000000,
--15.000000,
-580.000000,
-543.000000
-}
-,
-{
-39,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-283.000000,
-328.000000,
-495.000000,
-562.000000
-}
-,
-{
-40,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-313.000000,
--108.000000,
-572.000000,
-622.000000
-}
-,
-{
-41,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-137.000000,
--108.000000,
-396.000000,
-622.000000
-}
-,
-{
-42,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-212.000000,
-257.000000,
-580.000000,
-607.000000
-}
-,
-{
-43,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-129.000000,
-44.000000,
-580.000000,
-470.000000
-}
-,
-{
-44,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-157.000000,
--112.000000,
-370.000000,
-122.000000
-}
-,
-{
-45,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-152.000000,
-231.000000,
-558.000000,
-285.000000
-}
-,
-{
-46,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-238.000000,
--15.000000,
-382.000000,
-109.000000
-}
-,
-{
-47,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-112.000000,
--80.000000,
-604.000000,
-629.000000
-}
-,
-{
-48,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-154.000000,
--15.000000,
-575.000000,
-622.000000
-}
-,
-{
-49,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-98.000000,
-0.000000,
-515.000000,
-622.000000
-}
-,
-{
-50,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-70.000000,
-0.000000,
-568.000000,
-622.000000
-}
-,
-{
-51,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-82.000000,
--15.000000,
-538.000000,
-622.000000
-}
-,
-{
-52,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-108.000000,
-0.000000,
-541.000000,
-622.000000
-}
-,
-{
-53,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-99.000000,
--15.000000,
-589.000000,
-607.000000
-}
-,
-{
-54,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-155.000000,
--15.000000,
-629.000000,
-622.000000
-}
-,
-{
-55,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-182.000000,
-0.000000,
-612.000000,
-607.000000
-}
-,
-{
-56,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-132.000000,
--15.000000,
-588.000000,
-622.000000
-}
-,
-{
-57,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-93.000000,
--15.000000,
-574.000000,
-622.000000
-}
-,
-{
-58,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-238.000000,
--15.000000,
-441.000000,
-385.000000
-}
-,
-{
-59,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-157.000000,
--112.000000,
-441.000000,
-385.000000
-}
-,
-{
-60,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
-42.000000,
-610.000000,
-472.000000
-}
-,
-{
-61,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-109.000000,
-138.000000,
-600.000000,
-376.000000
-}
-,
-{
-62,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-85.000000,
-42.000000,
-599.000000,
-472.000000
-}
-,
-{
-63,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-222.000000,
--15.000000,
-583.000000,
-572.000000
-}
-,
-{
-64,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-127.000000,
--15.000000,
-582.000000,
-622.000000
-}
-,
-{
-65,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-607.000000,
-562.000000
-}
-,
-{
-66,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-43.000000,
-0.000000,
-616.000000,
-562.000000
-}
-,
-{
-67,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-93.000000,
--18.000000,
-655.000000,
-580.000000
-}
-,
-{
-68,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-43.000000,
-0.000000,
-645.000000,
-562.000000
-}
-,
-{
-69,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
-0.000000,
-660.000000,
-562.000000
-}
-,
-{
-70,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
-0.000000,
-660.000000,
-562.000000
-}
-,
-{
-71,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-83.000000,
--18.000000,
-645.000000,
-580.000000
-}
-,
-{
-72,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-32.000000,
-0.000000,
-687.000000,
-562.000000
-}
-,
-{
-73,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
-0.000000,
-623.000000,
-562.000000
-}
-,
-{
-74,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-52.000000,
--18.000000,
-685.000000,
-562.000000
-}
-,
-{
-75,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-38.000000,
-0.000000,
-671.000000,
-562.000000
-}
-,
-{
-76,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-47.000000,
-0.000000,
-607.000000,
-562.000000
-}
-,
-{
-77,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-4.000000,
-0.000000,
-715.000000,
-562.000000
-}
-,
-{
-78,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-7.000000,
--13.000000,
-712.000000,
-562.000000
-}
-,
-{
-79,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-94.000000,
--18.000000,
-625.000000,
-580.000000
-}
-,
-{
-80,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-79.000000,
-0.000000,
-644.000000,
-562.000000
-}
-,
-{
-81,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-95.000000,
--138.000000,
-625.000000,
-580.000000
-}
-,
-{
-82,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-38.000000,
-0.000000,
-598.000000,
-562.000000
-}
-,
-{
-83,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
--20.000000,
-650.000000,
-580.000000
-}
-,
-{
-84,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-108.000000,
-0.000000,
-665.000000,
-562.000000
-}
-,
-{
-85,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-125.000000,
--18.000000,
-702.000000,
-562.000000
-}
-,
-{
-86,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-105.000000,
--13.000000,
-723.000000,
-562.000000
-}
-,
-{
-87,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-106.000000,
--13.000000,
-722.000000,
-562.000000
-}
-,
-{
-88,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-23.000000,
-0.000000,
-675.000000,
-562.000000
-}
-,
-{
-89,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-133.000000,
-0.000000,
-695.000000,
-562.000000
-}
-,
-{
-90,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-86.000000,
-0.000000,
-610.000000,
-562.000000
-}
-,
-{
-91,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-246.000000,
--108.000000,
-574.000000,
-622.000000
-}
-,
-{
-92,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-249.000000,
--80.000000,
-468.000000,
-629.000000
-}
-,
-{
-93,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-135.000000,
--108.000000,
-463.000000,
-622.000000
-}
-,
-{
-94,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-175.000000,
-354.000000,
-587.000000,
-622.000000
-}
-,
-{
-95,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--27.000000,
--125.000000,
-584.000000,
--75.000000
-}
-,
-{
-96,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-343.000000,
-328.000000,
-457.000000,
-562.000000
-}
-,
-{
-97,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
--15.000000,
-569.000000,
-441.000000
-}
-,
-{
-98,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-29.000000,
--15.000000,
-625.000000,
-629.000000
-}
-,
-{
-99,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-106.000000,
--15.000000,
-608.000000,
-441.000000
-}
-,
-{
-100,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-85.000000,
--15.000000,
-640.000000,
-629.000000
-}
-,
-{
-101,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-106.000000,
--15.000000,
-598.000000,
-441.000000
-}
-,
-{
-102,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-114.000000,
-0.000000,
-662.000000,
-629.000000
-}
-,
-{
-103,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-61.000000,
--157.000000,
-657.000000,
-441.000000
-}
-,
-{
-104,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-33.000000,
-0.000000,
-592.000000,
-629.000000
-}
-,
-{
-105,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-95.000000,
-0.000000,
-515.000000,
-657.000000
-}
-,
-{
-106,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-52.000000,
--157.000000,
-550.000000,
-657.000000
-}
-,
-{
-107,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-58.000000,
-0.000000,
-633.000000,
-629.000000
-}
-,
-{
-108,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-95.000000,
-0.000000,
-515.000000,
-629.000000
-}
-,
-{
-109,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--5.000000,
-0.000000,
-615.000000,
-441.000000
-}
-,
-{
-110,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-26.000000,
-0.000000,
-585.000000,
-441.000000
-}
-,
-{
-111,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-102.000000,
--15.000000,
-588.000000,
-441.000000
-}
-,
-{
-112,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--24.000000,
--157.000000,
-605.000000,
-441.000000
-}
-,
-{
-113,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-85.000000,
--157.000000,
-682.000000,
-441.000000
-}
-,
-{
-114,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-60.000000,
-0.000000,
-636.000000,
-441.000000
-}
-,
-{
-115,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-78.000000,
--15.000000,
-584.000000,
-441.000000
-}
-,
-{
-116,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-167.000000,
--15.000000,
-561.000000,
-561.000000
-}
-,
-{
-117,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-101.000000,
--15.000000,
-572.000000,
-426.000000
-}
-,
-{
-118,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-90.000000,
--10.000000,
-681.000000,
-426.000000
-}
-,
-{
-119,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
--10.000000,
-695.000000,
-426.000000
-}
-,
-{
-120,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-20.000000,
-0.000000,
-655.000000,
-426.000000
-}
-,
-{
-121,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--4.000000,
--157.000000,
-683.000000,
-426.000000
-}
-,
-{
-122,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-99.000000,
-0.000000,
-593.000000,
-426.000000
-}
-,
-{
-123,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-233.000000,
--108.000000,
-569.000000,
-622.000000
-}
-,
-{
-124,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-222.000000,
--250.000000,
-485.000000,
-750.000000
-}
-,
-{
-125,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-140.000000,
--108.000000,
-477.000000,
-622.000000
-}
-,
-{
-126,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-116.000000,
-197.000000,
-600.000000,
-320.000000
-}
-,
-{
-161,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-225.000000,
--157.000000,
-445.000000,
-430.000000
-}
-,
-{
-162,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-151.000000,
--49.000000,
-588.000000,
-614.000000
-}
-,
-{
-163,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-124.000000,
--21.000000,
-621.000000,
-611.000000
-}
-,
-{
-164,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-84.000000,
--57.000000,
-646.000000,
-665.000000
-}
-,
-{
-165,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-120.000000,
-0.000000,
-693.000000,
-562.000000
-}
-,
-{
-166,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--26.000000,
--143.000000,
-671.000000,
-622.000000
-}
-,
-{
-167,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-104.000000,
--78.000000,
-590.000000,
-580.000000
-}
-,
-{
-168,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-94.000000,
-58.000000,
-628.000000,
-506.000000
-}
-,
-{
-169,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-345.000000,
-328.000000,
-460.000000,
-562.000000
-}
-,
-{
-170,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-262.000000,
-328.000000,
-541.000000,
-562.000000
-}
-,
-{
-171,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-92.000000,
-70.000000,
-652.000000,
-446.000000
-}
-,
-{
-172,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-204.000000,
-70.000000,
-540.000000,
-446.000000
-}
-,
-{
-173,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-170.000000,
-70.000000,
-506.000000,
-446.000000
-}
-,
-{
-174,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-619.000000,
-629.000000
-}
-,
-{
-175,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-619.000000,
-629.000000
-}
-,
-{
-177,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-124.000000,
-231.000000,
-586.000000,
-285.000000
-}
-,
-{
-178,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-217.000000,
--78.000000,
-546.000000,
-580.000000
-}
-,
-{
-179,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-163.000000,
--78.000000,
-546.000000,
-580.000000
-}
-,
-{
-180,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-275.000000,
-189.000000,
-434.000000,
-327.000000
-}
-,
-{
-182,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-100.000000,
--78.000000,
-630.000000,
-562.000000
-}
-,
-{
-183,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-224.000000,
-130.000000,
-485.000000,
-383.000000
-}
-,
-{
-184,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-185.000000,
--134.000000,
-397.000000,
-100.000000
-}
-,
-{
-185,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-115.000000,
--134.000000,
-478.000000,
-100.000000
-}
-,
-{
-186,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-213.000000,
-328.000000,
-576.000000,
-562.000000
-}
-,
-{
-187,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-58.000000,
-70.000000,
-618.000000,
-446.000000
-}
-,
-{
-188,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-46.000000,
--15.000000,
-575.000000,
-111.000000
-}
-,
-{
-189,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-59.000000,
--15.000000,
-627.000000,
-622.000000
-}
-,
-{
-191,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-105.000000,
--157.000000,
-466.000000,
-430.000000
-}
-,
-{
-193,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-294.000000,
-497.000000,
-484.000000,
-672.000000
-}
-,
-{
-194,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-348.000000,
-497.000000,
-612.000000,
-672.000000
-}
-,
-{
-195,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-229.000000,
-477.000000,
-581.000000,
-654.000000
-}
-,
-{
-196,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-212.000000,
-489.000000,
-629.000000,
-606.000000
-}
-,
-{
-197,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-232.000000,
-525.000000,
-600.000000,
-565.000000
-}
-,
-{
-198,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-279.000000,
-501.000000,
-576.000000,
-609.000000
-}
-,
-{
-199,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-360.000000,
-477.000000,
-466.000000,
-580.000000
-}
-,
-{
-200,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-262.000000,
-492.000000,
-570.000000,
-595.000000
-}
-,
-{
-202,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-332.000000,
-463.000000,
-500.000000,
-627.000000
-}
-,
-{
-203,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-197.000000,
--151.000000,
-344.000000,
-10.000000
-}
-,
-{
-205,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-239.000000,
-497.000000,
-683.000000,
-672.000000
-}
-,
-{
-206,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-207.000000,
--151.000000,
-348.000000,
-0.000000
-}
-,
-{
-207,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-262.000000,
-492.000000,
-614.000000,
-669.000000
-}
-,
-{
-208,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-49.000000,
-231.000000,
-661.000000,
-285.000000
-}
-,
-{
-225,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-655.000000,
-562.000000
-}
-,
-{
-227,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-209.000000,
-249.000000,
-512.000000,
-580.000000
-}
-,
-{
-232,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-47.000000,
-0.000000,
-607.000000,
-562.000000
-}
-,
-{
-233,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-94.000000,
--80.000000,
-625.000000,
-629.000000
-}
-,
-{
-234,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-59.000000,
-0.000000,
-672.000000,
-562.000000
-}
-,
-{
-235,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-210.000000,
-249.000000,
-535.000000,
-580.000000
-}
-,
-{
-241,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-41.000000,
--15.000000,
-626.000000,
-441.000000
-}
-,
-{
-245,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-95.000000,
-0.000000,
-515.000000,
-426.000000
-}
-,
-{
-248,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-95.000000,
-0.000000,
-583.000000,
-629.000000
-}
-,
-{
-249,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-102.000000,
--80.000000,
-588.000000,
-506.000000
-}
-,
-{
-250,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-54.000000,
--15.000000,
-615.000000,
-441.000000
-}
-,
-{
-251,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-48.000000,
--15.000000,
-617.000000,
-629.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-94.000000,
--18.000000,
-625.000000,
-731.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-155.000000,
-108.000000,
-591.000000,
-369.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-129.000000,
-232.000000,
-580.000000,
-283.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-187.000000,
--15.000000,
-503.000000,
-436.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-214.000000,
-269.000000,
-576.000000,
-622.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-18.000000,
-0.000000,
-593.000000,
-227.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-33.000000,
-0.000000,
-616.000000,
-629.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-32.000000,
--18.000000,
-702.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
-0.000000,
-668.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-94.000000,
--18.000000,
-625.000000,
-775.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-101.000000,
--15.000000,
-572.000000,
-654.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-114.000000,
-68.000000,
-580.000000,
-348.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-213.000000,
-240.000000,
-501.000000,
-622.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-223.000000,
-0.000000,
-503.000000,
-437.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-103.000000,
-43.000000,
-607.000000,
-470.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
--20.000000,
-673.000000,
-805.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-19.000000,
-0.000000,
-641.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-125.000000,
--18.000000,
-702.000000,
-775.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-136.000000,
-48.000000,
-573.000000,
-467.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-607.000000,
-775.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-106.000000,
--15.000000,
-612.000000,
-672.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-101.000000,
--15.000000,
-602.000000,
-672.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-658.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
--18.000000,
-667.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-230.000000,
-249.000000,
-535.000000,
-622.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
-0.000000,
-660.000000,
-775.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-26.000000,
-0.000000,
-629.000000,
-606.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-187.000000,
--15.000000,
-467.000000,
-426.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-103.000000,
-14.000000,
-623.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-231.000000,
-249.000000,
-491.000000,
-622.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-37.000000,
--157.000000,
-630.000000,
-657.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-106.000000,
--15.000000,
-598.000000,
-595.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
-0.000000,
-652.000000,
-599.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-102.000000,
--15.000000,
-588.000000,
-595.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-94.000000,
--18.000000,
-625.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-73.000000,
--56.000000,
-659.000000,
-666.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
-44.000000,
-594.000000,
-558.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-27.000000,
--15.000000,
-617.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-102.000000,
--15.000000,
-639.000000,
-629.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-315.000000,
-220.000000,
-395.000000,
-297.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-106.000000,
--15.000000,
-598.000000,
-672.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-106.000000,
--151.000000,
-614.000000,
-441.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-143.000000,
--15.000000,
-564.000000,
-572.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-125.000000,
--18.000000,
-702.000000,
-731.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-83.000000,
--18.000000,
-645.000000,
-805.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-152.000000,
--15.000000,
-520.000000,
-608.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--28.000000,
--157.000000,
-185.000000,
-607.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-94.000000,
--18.000000,
-656.000000,
-732.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
-0.000000,
-623.000000,
-731.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
--15.000000,
-570.000000,
-595.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-106.000000,
--15.000000,
-598.000000,
-654.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-43.000000,
-0.000000,
-645.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-65.000000,
--57.000000,
-674.000000,
-665.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-8.000000,
-0.000000,
-647.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
--15.000000,
-569.000000,
-672.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-86.000000,
-0.000000,
-643.000000,
-805.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
--151.000000,
-650.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
-0.000000,
-623.000000,
-716.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
-0.000000,
-638.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-108.000000,
-68.000000,
-574.000000,
-348.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-125.000000,
--18.000000,
-702.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-78.000000,
--15.000000,
-614.000000,
-669.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-123.000000,
-579.000000,
-734.000000,
-629.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-607.000000,
-753.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-93.000000,
--151.000000,
-658.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
-0.000000,
-623.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-238.000000,
--175.000000,
-469.000000,
-675.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-94.000000,
--18.000000,
-638.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-102.000000,
--15.000000,
-629.000000,
-606.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-133.000000,
-0.000000,
-695.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-118.000000,
--21.000000,
-621.000000,
-611.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
-0.000000,
-623.000000,
-775.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-656.000000,
-732.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-125.000000,
--18.000000,
-702.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-133.000000,
-0.000000,
-695.000000,
-731.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--4.000000,
--157.000000,
-683.000000,
-595.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-95.000000,
-0.000000,
-540.000000,
-595.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-607.000000,
-731.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-72.000000,
--157.000000,
-572.000000,
-426.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-75.000000,
-263.000000,
-742.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-102.000000,
--15.000000,
-612.000000,
-672.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
--15.000000,
-581.000000,
-654.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-607.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-79.000000,
-0.000000,
-700.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
--15.000000,
-629.000000,
-606.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-19.000000,
-0.000000,
-700.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
--18.000000,
-667.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-19.000000,
-0.000000,
-700.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-101.000000,
--15.000000,
-572.000000,
-595.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-209.000000,
-0.000000,
-577.000000,
-623.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-95.000000,
-0.000000,
-515.000000,
-672.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
-0.000000,
-660.000000,
-731.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-99.000000,
-0.000000,
-624.000000,
-669.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-36.000000,
-115.000000,
-692.000000,
-483.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-61.000000,
--157.000000,
-657.000000,
-669.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-40.000000,
-115.000000,
-693.000000,
-483.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
--15.000000,
-612.000000,
-672.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-102.000000,
--15.000000,
-588.000000,
-654.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-78.000000,
--151.000000,
-584.000000,
-441.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-102.000000,
--15.000000,
-588.000000,
-672.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-65.000000,
--57.000000,
-669.000000,
-665.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-101.000000,
--15.000000,
-572.000000,
-672.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-7.000000,
--13.000000,
-712.000000,
-732.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-95.000000,
-0.000000,
-612.000000,
-672.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-34.000000,
-115.000000,
-688.000000,
-483.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-79.000000,
-0.000000,
-606.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
-0.000000,
-660.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--24.000000,
--157.000000,
-605.000000,
-629.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
--15.000000,
-569.000000,
-627.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--4.000000,
--157.000000,
-683.000000,
-672.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-95.000000,
-0.000000,
-551.000000,
-654.000000
-}
-
-};
deleted file mode 100644
--- a/gfx/src/ps/Courier.h
+++ /dev/null
@@ -1,3196 +0,0 @@
-/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is mozilla.org code.
- *
- * The Initial Developer of the Original Code is
- * Netscape.
- * Portions created by the Initial Developer are Copyright (C) 1998
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * either of the GNU General Public License Version 2 or later (the "GPL"),
- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the MPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the MPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-
-// -- AUTOMATICALLY GENERATED FILE FROM AFMGEN.EXE, DO NOT EDIT
-
-#include "nsAFMObject.h"
-
-
-const AFMFontInformation CourierAFM = {
-2.000000,
-"Courier",
-"Courier",
-"Courier",
-"Medium",
--28.000000,
--250.000000,
-628.000000,
-805.000000,
-"002.004",
-"",
-"AdobeStandardEncoding",
-0,
-0,
-"",
-0,
-PR_FALSE,
-0.000000,
-0.000000,
-PR_FALSE,
-562.000000,
-426.000000,
-629.000000,
--157.000000,
--100.000000,
-50.000000,
-260
-};
-
-
-
-const AFMscm AFMCourierChars[] = {
-{
-32,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000
-}
-,
-{
-33,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-236.000000,
--15.000000,
-364.000000,
-572.000000
-}
-,
-{
-34,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-187.000000,
-328.000000,
-413.000000,
-562.000000
-}
-,
-{
-35,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-93.000000,
--32.000000,
-507.000000,
-639.000000
-}
-,
-{
-36,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-105.000000,
--126.000000,
-496.000000,
-662.000000
-}
-,
-{
-37,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-81.000000,
--15.000000,
-518.000000,
-622.000000
-}
-,
-{
-38,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-63.000000,
--15.000000,
-538.000000,
-543.000000
-}
-,
-{
-39,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-213.000000,
-328.000000,
-376.000000,
-562.000000
-}
-,
-{
-40,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-269.000000,
--108.000000,
-440.000000,
-622.000000
-}
-,
-{
-41,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-160.000000,
--108.000000,
-331.000000,
-622.000000
-}
-,
-{
-42,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-116.000000,
-257.000000,
-484.000000,
-607.000000
-}
-,
-{
-43,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-80.000000,
-44.000000,
-520.000000,
-470.000000
-}
-,
-{
-44,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-181.000000,
--112.000000,
-344.000000,
-122.000000
-}
-,
-{
-45,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-103.000000,
-231.000000,
-497.000000,
-285.000000
-}
-,
-{
-46,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-229.000000,
--15.000000,
-371.000000,
-109.000000
-}
-,
-{
-47,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-125.000000,
--80.000000,
-475.000000,
-629.000000
-}
-,
-{
-48,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-106.000000,
--15.000000,
-494.000000,
-622.000000
-}
-,
-{
-49,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
-0.000000,
-505.000000,
-622.000000
-}
-,
-{
-50,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-70.000000,
-0.000000,
-471.000000,
-622.000000
-}
-,
-{
-51,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-75.000000,
--15.000000,
-466.000000,
-622.000000
-}
-,
-{
-52,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-78.000000,
-0.000000,
-500.000000,
-622.000000
-}
-,
-{
-53,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-92.000000,
--15.000000,
-497.000000,
-607.000000
-}
-,
-{
-54,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-111.000000,
--15.000000,
-497.000000,
-622.000000
-}
-,
-{
-55,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-82.000000,
-0.000000,
-483.000000,
-607.000000
-}
-,
-{
-56,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-102.000000,
--15.000000,
-498.000000,
-622.000000
-}
-,
-{
-57,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
--15.000000,
-489.000000,
-622.000000
-}
-,
-{
-58,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-229.000000,
--15.000000,
-371.000000,
-385.000000
-}
-,
-{
-59,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-181.000000,
--112.000000,
-371.000000,
-385.000000
-}
-,
-{
-60,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-41.000000,
-42.000000,
-519.000000,
-472.000000
-}
-,
-{
-61,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-80.000000,
-138.000000,
-520.000000,
-376.000000
-}
-,
-{
-62,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-66.000000,
-42.000000,
-544.000000,
-472.000000
-}
-,
-{
-63,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-129.000000,
--15.000000,
-492.000000,
-572.000000
-}
-,
-{
-64,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-77.000000,
--15.000000,
-533.000000,
-622.000000
-}
-,
-{
-65,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-597.000000,
-562.000000
-}
-,
-{
-66,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-43.000000,
-0.000000,
-559.000000,
-562.000000
-}
-,
-{
-67,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-41.000000,
--18.000000,
-540.000000,
-580.000000
-}
-,
-{
-68,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-43.000000,
-0.000000,
-574.000000,
-562.000000
-}
-,
-{
-69,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
-0.000000,
-550.000000,
-562.000000
-}
-,
-{
-70,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
-0.000000,
-545.000000,
-562.000000
-}
-,
-{
-71,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-31.000000,
--18.000000,
-575.000000,
-580.000000
-}
-,
-{
-72,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-32.000000,
-0.000000,
-568.000000,
-562.000000
-}
-,
-{
-73,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
-0.000000,
-504.000000,
-562.000000
-}
-,
-{
-74,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-34.000000,
--18.000000,
-566.000000,
-562.000000
-}
-,
-{
-75,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-38.000000,
-0.000000,
-582.000000,
-562.000000
-}
-,
-{
-76,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-47.000000,
-0.000000,
-554.000000,
-562.000000
-}
-,
-{
-77,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-4.000000,
-0.000000,
-596.000000,
-562.000000
-}
-,
-{
-78,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-7.000000,
--13.000000,
-593.000000,
-562.000000
-}
-,
-{
-79,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-43.000000,
--18.000000,
-557.000000,
-580.000000
-}
-,
-{
-80,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-79.000000,
-0.000000,
-558.000000,
-562.000000
-}
-,
-{
-81,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-43.000000,
--138.000000,
-557.000000,
-580.000000
-}
-,
-{
-82,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-38.000000,
-0.000000,
-588.000000,
-562.000000
-}
-,
-{
-83,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-72.000000,
--20.000000,
-529.000000,
-580.000000
-}
-,
-{
-84,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-38.000000,
-0.000000,
-563.000000,
-562.000000
-}
-,
-{
-85,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-17.000000,
--18.000000,
-583.000000,
-562.000000
-}
-,
-{
-86,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--4.000000,
--13.000000,
-604.000000,
-562.000000
-}
-,
-{
-87,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--3.000000,
--13.000000,
-603.000000,
-562.000000
-}
-,
-{
-88,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-23.000000,
-0.000000,
-577.000000,
-562.000000
-}
-,
-{
-89,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-24.000000,
-0.000000,
-576.000000,
-562.000000
-}
-,
-{
-90,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-86.000000,
-0.000000,
-514.000000,
-562.000000
-}
-,
-{
-91,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-269.000000,
--108.000000,
-442.000000,
-622.000000
-}
-,
-{
-92,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-118.000000,
--80.000000,
-482.000000,
-629.000000
-}
-,
-{
-93,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-158.000000,
--108.000000,
-331.000000,
-622.000000
-}
-,
-{
-94,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-94.000000,
-354.000000,
-506.000000,
-622.000000
-}
-,
-{
-95,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
--125.000000,
-600.000000,
--75.000000
-}
-,
-{
-96,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-224.000000,
-328.000000,
-387.000000,
-562.000000
-}
-,
-{
-97,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
--15.000000,
-559.000000,
-441.000000
-}
-,
-{
-98,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-14.000000,
--15.000000,
-575.000000,
-629.000000
-}
-,
-{
-99,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-66.000000,
--15.000000,
-529.000000,
-441.000000
-}
-,
-{
-100,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-45.000000,
--15.000000,
-591.000000,
-629.000000
-}
-,
-{
-101,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-66.000000,
--15.000000,
-548.000000,
-441.000000
-}
-,
-{
-102,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-114.000000,
-0.000000,
-531.000000,
-629.000000
-}
-,
-{
-103,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-45.000000,
--157.000000,
-566.000000,
-441.000000
-}
-,
-{
-104,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-18.000000,
-0.000000,
-582.000000,
-629.000000
-}
-,
-{
-105,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-95.000000,
-0.000000,
-505.000000,
-657.000000
-}
-,
-{
-106,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-82.000000,
--157.000000,
-410.000000,
-657.000000
-}
-,
-{
-107,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-43.000000,
-0.000000,
-580.000000,
-629.000000
-}
-,
-{
-108,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-95.000000,
-0.000000,
-505.000000,
-629.000000
-}
-,
-{
-109,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--5.000000,
-0.000000,
-605.000000,
-441.000000
-}
-,
-{
-110,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-26.000000,
-0.000000,
-575.000000,
-441.000000
-}
-,
-{
-111,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
--15.000000,
-538.000000,
-441.000000
-}
-,
-{
-112,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-9.000000,
--157.000000,
-555.000000,
-441.000000
-}
-,
-{
-113,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-45.000000,
--157.000000,
-591.000000,
-441.000000
-}
-,
-{
-114,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-60.000000,
-0.000000,
-559.000000,
-441.000000
-}
-,
-{
-115,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-80.000000,
--15.000000,
-513.000000,
-441.000000
-}
-,
-{
-116,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-87.000000,
--15.000000,
-530.000000,
-561.000000
-}
-,
-{
-117,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-21.000000,
--15.000000,
-562.000000,
-426.000000
-}
-,
-{
-118,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-10.000000,
--10.000000,
-590.000000,
-426.000000
-}
-,
-{
-119,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
--4.000000,
--10.000000,
-604.000000,
-426.000000
-}
-,
-{
-120,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-20.000000,
-0.000000,
-580.000000,
-426.000000
-}
-,
-{
-121,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-7.000000,
--157.000000,
-592.000000,
-426.000000
-}
-,
-{
-122,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-99.000000,
-0.000000,
-502.000000,
-426.000000
-}
-,
-{
-123,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-182.000000,
--108.000000,
-437.000000,
-622.000000
-}
-,
-{
-124,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-275.000000,
--250.000000,
-326.000000,
-750.000000
-}
-,
-{
-125,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-163.000000,
--108.000000,
-418.000000,
-622.000000
-}
-,
-{
-126,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-63.000000,
-197.000000,
-540.000000,
-320.000000
-}
-,
-{
-161,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-236.000000,
--157.000000,
-364.000000,
-430.000000
-}
-,
-{
-162,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
--49.000000,
-500.000000,
-614.000000
-}
-,
-{
-163,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-84.000000,
--21.000000,
-521.000000,
-611.000000
-}
-,
-{
-164,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-92.000000,
--57.000000,
-509.000000,
-665.000000
-}
-,
-{
-165,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-26.000000,
-0.000000,
-574.000000,
-562.000000
-}
-,
-{
-166,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-4.000000,
--143.000000,
-539.000000,
-622.000000
-}
-,
-{
-167,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-113.000000,
--78.000000,
-488.000000,
-580.000000
-}
-,
-{
-168,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-73.000000,
-58.000000,
-527.000000,
-506.000000
-}
-,
-{
-169,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-259.000000,
-328.000000,
-341.000000,
-562.000000
-}
-,
-{
-170,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-143.000000,
-328.000000,
-471.000000,
-562.000000
-}
-,
-{
-171,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-37.000000,
-70.000000,
-563.000000,
-446.000000
-}
-,
-{
-172,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-149.000000,
-70.000000,
-451.000000,
-446.000000
-}
-,
-{
-173,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-149.000000,
-70.000000,
-451.000000,
-446.000000
-}
-,
-{
-174,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-597.000000,
-629.000000
-}
-,
-{
-175,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-597.000000,
-629.000000
-}
-,
-{
-177,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-75.000000,
-231.000000,
-525.000000,
-285.000000
-}
-,
-{
-178,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-141.000000,
--78.000000,
-459.000000,
-580.000000
-}
-,
-{
-179,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-141.000000,
--78.000000,
-459.000000,
-580.000000
-}
-,
-{
-180,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-222.000000,
-189.000000,
-378.000000,
-327.000000
-}
-,
-{
-182,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-50.000000,
--78.000000,
-511.000000,
-562.000000
-}
-,
-{
-183,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-172.000000,
-130.000000,
-428.000000,
-383.000000
-}
-,
-{
-184,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-213.000000,
--134.000000,
-376.000000,
-100.000000
-}
-,
-{
-185,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-143.000000,
--134.000000,
-457.000000,
-100.000000
-}
-,
-{
-186,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-143.000000,
-328.000000,
-457.000000,
-562.000000
-}
-,
-{
-187,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-37.000000,
-70.000000,
-563.000000,
-446.000000
-}
-,
-{
-188,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-37.000000,
--15.000000,
-563.000000,
-111.000000
-}
-,
-{
-189,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
--15.000000,
-600.000000,
-622.000000
-}
-,
-{
-191,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-108.000000,
--157.000000,
-471.000000,
-430.000000
-}
-,
-{
-193,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-151.000000,
-497.000000,
-378.000000,
-672.000000
-}
-,
-{
-194,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-242.000000,
-497.000000,
-469.000000,
-672.000000
-}
-,
-{
-195,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-124.000000,
-477.000000,
-476.000000,
-654.000000
-}
-,
-{
-196,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-105.000000,
-489.000000,
-503.000000,
-606.000000
-}
-,
-{
-197,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-120.000000,
-525.000000,
-480.000000,
-565.000000
-}
-,
-{
-198,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-153.000000,
-501.000000,
-447.000000,
-609.000000
-}
-,
-{
-199,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-249.000000,
-477.000000,
-352.000000,
-580.000000
-}
-,
-{
-200,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-148.000000,
-492.000000,
-453.000000,
-595.000000
-}
-,
-{
-202,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-218.000000,
-463.000000,
-382.000000,
-627.000000
-}
-,
-{
-203,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-224.000000,
--151.000000,
-362.000000,
-10.000000
-}
-,
-{
-205,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-133.000000,
-497.000000,
-540.000000,
-672.000000
-}
-,
-{
-206,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-227.000000,
--151.000000,
-370.000000,
-0.000000
-}
-,
-{
-207,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-124.000000,
-492.000000,
-476.000000,
-669.000000
-}
-,
-{
-208,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
-231.000000,
-600.000000,
-285.000000
-}
-,
-{
-225,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-550.000000,
-562.000000
-}
-,
-{
-227,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-156.000000,
-249.000000,
-442.000000,
-580.000000
-}
-,
-{
-232,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-47.000000,
-0.000000,
-554.000000,
-562.000000
-}
-,
-{
-233,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-43.000000,
--80.000000,
-557.000000,
-629.000000
-}
-,
-{
-234,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-7.000000,
-0.000000,
-567.000000,
-562.000000
-}
-,
-{
-235,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-157.000000,
-249.000000,
-443.000000,
-580.000000
-}
-,
-{
-241,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-19.000000,
--15.000000,
-570.000000,
-441.000000
-}
-,
-{
-245,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-95.000000,
-0.000000,
-505.000000,
-426.000000
-}
-,
-{
-248,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-95.000000,
-0.000000,
-505.000000,
-629.000000
-}
-,
-{
-249,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
--80.000000,
-538.000000,
-506.000000
-}
-,
-{
-250,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-19.000000,
--15.000000,
-559.000000,
-441.000000
-}
-,
-{
-251,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-48.000000,
--15.000000,
-588.000000,
-629.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-43.000000,
--18.000000,
-557.000000,
-731.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-87.000000,
-108.000000,
-513.000000,
-369.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-80.000000,
-232.000000,
-520.000000,
-283.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-160.000000,
--15.000000,
-440.000000,
-436.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-123.000000,
-269.000000,
-477.000000,
-622.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-18.000000,
-0.000000,
-582.000000,
-227.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-18.000000,
-0.000000,
-567.000000,
-629.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-32.000000,
--18.000000,
-583.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
-0.000000,
-550.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-43.000000,
--18.000000,
-557.000000,
-775.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-21.000000,
--15.000000,
-562.000000,
-654.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-70.000000,
-68.000000,
-530.000000,
-348.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-155.000000,
-240.000000,
-406.000000,
-622.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-160.000000,
-0.000000,
-440.000000,
-437.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-87.000000,
-43.000000,
-515.000000,
-470.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-72.000000,
--20.000000,
-529.000000,
-805.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-19.000000,
-0.000000,
-581.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-17.000000,
--18.000000,
-583.000000,
-775.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-87.000000,
-48.000000,
-513.000000,
-467.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-597.000000,
-775.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-66.000000,
--15.000000,
-548.000000,
-672.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-21.000000,
--15.000000,
-562.000000,
-672.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-597.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
--18.000000,
-600.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-177.000000,
-249.000000,
-424.000000,
-622.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
-0.000000,
-550.000000,
-775.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-26.000000,
-0.000000,
-575.000000,
-606.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-160.000000,
--15.000000,
-440.000000,
-426.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-40.000000,
-14.000000,
-560.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-172.000000,
-249.000000,
-428.000000,
-622.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-37.000000,
--157.000000,
-490.000000,
-657.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-66.000000,
--15.000000,
-548.000000,
-595.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-76.000000,
-0.000000,
-525.000000,
-599.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
--15.000000,
-538.000000,
-595.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-43.000000,
--18.000000,
-557.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-8.000000,
--56.000000,
-593.000000,
-666.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-87.000000,
-44.000000,
-513.000000,
-558.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-27.000000,
--15.000000,
-577.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-62.000000,
--15.000000,
-538.000000,
-629.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-261.000000,
-220.000000,
-339.000000,
-297.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-66.000000,
--15.000000,
-548.000000,
-672.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-66.000000,
--151.000000,
-529.000000,
-441.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-136.000000,
--15.000000,
-464.000000,
-572.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-17.000000,
--18.000000,
-583.000000,
-731.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-31.000000,
--18.000000,
-575.000000,
-805.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-116.000000,
--15.000000,
-484.000000,
-608.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-5.000000,
--157.000000,
-56.000000,
-607.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-43.000000,
--18.000000,
-557.000000,
-732.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
-0.000000,
-504.000000,
-731.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
--15.000000,
-559.000000,
-595.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-66.000000,
--15.000000,
-548.000000,
-654.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-30.000000,
-0.000000,
-574.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
--57.000000,
-600.000000,
-665.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-8.000000,
-0.000000,
-592.000000,
-562.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-53.000000,
--15.000000,
-559.000000,
-672.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-86.000000,
-0.000000,
-514.000000,
-805.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-72.000000,
--151.000000,
-529.000000,
-580.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
-0.000000,
-504.000000,
-716.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-96.000000,
-0.000000,
-504.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-70.000000,
-68.000000,
-530.000000,
-348.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-17.000000,
--18.000000,
-583.000000,
-793.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-80.000000,
--15.000000,
-513.000000,
-669.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-0.000000,
-579.000000,
-600.000000,
-629.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-3.000000,
-0.000000,
-597.000000,
-753.000000
-}
-,
-{
--1,
-600.000000,
-0.000000,
-0.000000,
-0.000000,
-41.000000,
--151.000000,