You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2016/10/07 22:17:32 UTC

[43/50] [abbrv] incubator-predictionio git commit: Prepare 0.10.0-incubating-rc5

Prepare 0.10.0-incubating-rc5

* Fixed licensing of semver.sh
* Added APLv2 to JavaScript sources
* Unbundled vector logos from sources


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/57e3f3dd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/57e3f3dd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/57e3f3dd

Branch: refs/heads/develop
Commit: 57e3f3ddea57c88f0926507d6c255ac42081262a
Parents: 602d099
Author: Donald Szeto <do...@apache.org>
Authored: Thu Sep 29 13:26:39 2016 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Thu Sep 29 13:26:39 2016 -0700

----------------------------------------------------------------------
 bin/semver.sh                                   |   35 +-
 build.sbt                                       |    2 +-
 docs/manual/bower.json                          |    5 +-
 docs/manual/data/versions.yml                   |    2 +-
 .../logos/downloads/banner-dark-background.eps  | 1287 -----------------
 .../logos/downloads/banner-dark-background.svg  |   43 -
 .../logos/downloads/banner-light-background.eps | 1317 ------------------
 .../logos/downloads/banner-light-background.png |  Bin 22195 -> 0 bytes
 .../logos/downloads/banner-light-background.svg |   48 -
 .../logos/downloads/frog-dark-background.eps    |  886 ------------
 .../logos/downloads/frog-dark-background.png    |  Bin 17890 -> 0 bytes
 .../logos/downloads/frog-dark-background.svg    |   23 -
 .../logos/downloads/frog-light-background.eps   |  916 ------------
 .../logos/downloads/frog-light-background.png   |  Bin 21104 -> 0 bytes
 .../logos/downloads/frog-light-background.svg   |   28 -
 .../logos/downloads/predictionio-logo.sketch    |  Bin 286720 -> 0 bytes
 docs/manual/source/javascripts/application.js   |   21 +-
 docs/manual/source/javascripts/tryit.js         |   27 +-
 18 files changed, 67 insertions(+), 4573 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/57e3f3dd/bin/semver.sh
----------------------------------------------------------------------
diff --git a/bin/semver.sh b/bin/semver.sh
index 2ea64a9..5c290de 100644
--- a/bin/semver.sh
+++ b/bin/semver.sh
@@ -1,20 +1,31 @@
 #!/usr/bin/env sh
 #
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
+# Copyright (c) 2013, Ray Bejjani
+# All rights reserved.
 #
-#    http://www.apache.org/licenses/LICENSE-2.0
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
 #
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# 1. Redistributions of source code must retain the above copyright notice, this
+#    list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright notice,
+#    this list of conditions and the following disclaimer in the documentation
+#    and/or other materials provided with the distribution.
 #
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+# The views and conclusions contained in the software and documentation are those
+# of the authors and should not be interpreted as representing official policies,
+# either expressed or implied, of the FreeBSD Project.
 
 function semverParseInto() {
   local RE='[^0-9]*\([0-9]*\)[.]\([0-9]*\)[.]\([0-9]*\)\([0-9A-Za-z-]*\)'

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/57e3f3dd/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index 94d78a1..29a237c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -19,7 +19,7 @@ import UnidocKeys._
 
 name := "apache-predictionio-parent"
 
-version in ThisBuild := "0.10.0-incubating-rc4"
+version in ThisBuild := "0.10.0-incubating-rc5"
 
 organization in ThisBuild := "org.apache.predictionio"
 

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/57e3f3dd/docs/manual/bower.json
----------------------------------------------------------------------
diff --git a/docs/manual/bower.json b/docs/manual/bower.json
index bf2789f..8b2564e 100644
--- a/docs/manual/bower.json
+++ b/docs/manual/bower.json
@@ -2,9 +2,10 @@
   "name": "predictionio.incubator.apache.org",
   "version": "2.0.0",
   "authors": [
-    "David Singer <da...@ramaboo.com>"
+    "David Singer <da...@ramaboo.com>",
+    "Donald Szeto <do...@apache.org>"
   ],
-  "description": "PredictionIO Docs",
+  "description": "Apache PredictionIO (incubating) Documentation",
   "license": "Apache-2.0",
   "homepage": "predictionio.incubator.apache.org",
   "ignore": [

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/57e3f3dd/docs/manual/data/versions.yml
----------------------------------------------------------------------
diff --git a/docs/manual/data/versions.yml b/docs/manual/data/versions.yml
index 36ac734..26fa83d 100644
--- a/docs/manual/data/versions.yml
+++ b/docs/manual/data/versions.yml
@@ -1,4 +1,4 @@
-pio: 0.9.6
+pio: 0.10.0-incubating-rc5
 spark: 1.5.2
 spark_download_filename: spark-1.5.1-bin-hadoop2.6
 elasticsearch_download_filename: elasticsearch-1.4.4

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/57e3f3dd/docs/manual/source/images/logos/downloads/banner-dark-background.eps
----------------------------------------------------------------------
diff --git a/docs/manual/source/images/logos/downloads/banner-dark-background.eps b/docs/manual/source/images/logos/downloads/banner-dark-background.eps
deleted file mode 100644
index a207164..0000000
--- a/docs/manual/source/images/logos/downloads/banner-dark-background.eps
+++ /dev/null
@@ -1,1287 +0,0 @@
-%!PS-Adobe-3.0 EPSF-3.0
-%APL_DSC_Encoding: UTF8
-%APLProducer: (Version 10.10.3 (Build 14D131) Quartz PS Context)
-%%Title: (Unknown)
-%%Creator: (Unknown)
-%%CreationDate: (Unknown)
-%%For: (Unknown)
-%%DocumentData: Clean7Bit
-%%LanguageLevel: 2
-%%Pages: 1
-%%BoundingBox: 0 0 1554 168
-%%EndComments
-%%BeginProlog
-%%BeginFile: cg-pdf.ps
-%%Copyright: Copyright 2000-2004 Apple Computer Incorporated.
-%%Copyright: All Rights Reserved.
-currentpacking true setpacking
-/cg_md 141 dict def
-cg_md begin
-/L3? languagelevel 3 ge def
-/bd{bind def}bind def
-/ld{load def}bd
-/xs{exch store}bd
-/xd{exch def}bd
-/cmmtx matrix def
-mark
-/sc/setcolor
-/scs/setcolorspace
-/dr/defineresource
-/fr/findresource
-/T/true
-/F/false
-/d/setdash
-/w/setlinewidth
-/J/setlinecap
-/j/setlinejoin
-/M/setmiterlimit
-/i/setflat
-/rc/rectclip
-/rf/rectfill
-/rs/rectstroke
-/f/fill
-/f*/eofill
-/sf/selectfont
-/s/show
-/xS/xshow
-/yS/yshow
-/xyS/xyshow
-/S/stroke
-/m/moveto
-/l/lineto
-/c/curveto
-/h/closepath
-/n/newpath
-/q/gsave
-/Q/grestore
-counttomark 2 idiv
-{ld}repeat pop
-/SC{	
-    /ColorSpace fr scs
-}bd
-/sopr /setoverprint where{pop/setoverprint}{/pop}ifelse ld
-/soprm /setoverprintmode where{pop/setoverprintmode}{/pop}ifelse ld
-/cgmtx matrix def
-/sdmtx{cgmtx currentmatrix pop}bd
-/CM {cgmtx setmatrix}bd		
-/cm {cmmtx astore CM concat}bd	
-/W{clip newpath}bd
-/W*{eoclip newpath}bd
-statusdict begin product end dup (HP) anchorsearch{
-    pop pop pop	
-    true
-}{
-    pop	
-   (hp) anchorsearch{
-	pop pop true
-    }{
-	pop false
-    }ifelse
-}ifelse
-{	
-    { 
-	{ 
-	    pop pop 
-	    (0)dup 0 4 -1 roll put
-	    F charpath
-	}cshow
-    }
-}{
-    {F charpath}
-}ifelse
-/cply exch bd
-/cps {cply stroke}bd
-/pgsave 0 def
-/bp{/pgsave save store}bd
-/ep{pgsave restore showpage}def		
-/re{4 2 roll m 1 index 0 rlineto 0 exch rlineto neg 0 rlineto h}bd
-/scrdict 10 dict def
-/scrmtx matrix def
-/patarray 0 def
-/createpat{patarray 3 1 roll put}bd
-/makepat{
-scrmtx astore pop
-gsave
-initgraphics
-CM 
-patarray exch get
-scrmtx
-makepattern
-grestore
-setpattern
-}bd
-/cg_BeginEPSF{
-    userdict save/cg_b4_Inc_state exch put
-    userdict/cg_endepsf/cg_EndEPSF load put
-    count userdict/cg_op_count 3 -1 roll put 
-    countdictstack dup array dictstack userdict/cg_dict_array 3 -1 roll put
-    3 sub{end}repeat
-    /showpage {} def
-    0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin
-    10 setmiterlimit [] 0 setdash newpath
-    false setstrokeadjust false setoverprint	
-}bd
-/cg_EndEPSF{
-  countdictstack 3 sub { end } repeat
-  cg_dict_array 3 1 index length 3 sub getinterval
-  {begin}forall
-  count userdict/cg_op_count get sub{pop}repeat
-  userdict/cg_b4_Inc_state get restore
-  F setpacking
-}bd
-/cg_biproc{currentfile/RunLengthDecode filter}bd
-/cg_aiproc{currentfile/ASCII85Decode filter/RunLengthDecode filter}bd
-/ImageDataSource 0 def
-L3?{
-    /cg_mibiproc{pop pop/ImageDataSource{cg_biproc}def}bd
-    /cg_miaiproc{pop pop/ImageDataSource{cg_aiproc}def}bd
-}{
-    /ImageBandMask 0 def
-    /ImageBandData 0 def
-    /cg_mibiproc{
-	string/ImageBandMask xs
-	string/ImageBandData xs
-	/ImageDataSource{[currentfile/RunLengthDecode filter dup ImageBandMask/readstring cvx
-	    /pop cvx dup ImageBandData/readstring cvx/pop cvx]cvx bind}bd
-    }bd
-    /cg_miaiproc{	
-	string/ImageBandMask xs
-	string/ImageBandData xs
-	/ImageDataSource{[currentfile/ASCII85Decode filter/RunLengthDecode filter
-	    dup ImageBandMask/readstring cvx
-	    /pop cvx dup ImageBandData/readstring cvx/pop cvx]cvx bind}bd
-    }bd
-}ifelse
-/imsave 0 def
-/BI{save/imsave xd mark}bd
-/EI{imsave restore}bd
-/ID{
-counttomark 2 idiv
-dup 2 add	
-dict begin
-{def} repeat
-pop		
-/ImageType 1 def
-/ImageMatrix[Width 0 0 Height neg 0 Height]def
-currentdict dup/ImageMask known{ImageMask}{F}ifelse exch
-L3?{
-    dup/MaskedImage known
-    { 
-	pop
-	<<
-	    /ImageType 3
-	    /InterleaveType 2
-	    /DataDict currentdict
-	    /MaskDict
-	    <<  /ImageType 1
-		/Width Width
-		/Height Height
-		/ImageMatrix ImageMatrix
-		/BitsPerComponent 1
-		/Decode [0 1]
-		currentdict/Interpolate known
-		{/Interpolate Interpolate}if
-	    >>
-	>>
-    }if
-}if
-exch
-{imagemask}{image}ifelse	
-end	
-}bd
-/cguidfix{statusdict begin mark version end
-{cvr}stopped{cleartomark 0}{exch pop}ifelse
-2012 lt{dup findfont dup length dict begin
-{1 index/FID ne 2 index/UniqueID ne and
-{def} {pop pop} ifelse}forall
-currentdict end definefont pop
-}{pop}ifelse
-}bd
-/t_array 0 def
-/t_i 0 def
-/t_c 1 string def
-/x_proc{ 
-    exch t_array t_i get add exch moveto
-    /t_i t_i 1 add store
-}bd
-/y_proc{ 
-    t_array t_i get add moveto
-    /t_i t_i 1 add store
-}bd
-/xy_proc{
-        
-	t_array t_i 2 copy 1 add get 3 1 roll get 
-	4 -1 roll add 3 1 roll add moveto
-	/t_i t_i 2 add store
-}bd
-/sop 0 def		
-/cp_proc/x_proc ld 	
-/base_charpath		
-{
-    /t_array xs
-    /t_i 0 def
-    { 
-	t_c 0 3 -1 roll put
-        currentpoint
-	t_c cply sop
-        cp_proc
-    }forall
-    /t_array 0 def
-}bd
-/sop/stroke ld		
-/nop{}def
-/xsp/base_charpath ld
-/ysp{/cp_proc/y_proc ld base_charpath/cp_proc/x_proc ld}bd
-/xysp{/cp_proc/xy_proc ld base_charpath/cp_proc/x_proc ld}bd
-/xmp{/sop/nop ld /cp_proc/x_proc ld base_charpath/sop/stroke ld}bd
-/ymp{/sop/nop ld /cp_proc/y_proc ld base_charpath/sop/stroke ld}bd
-/xymp{/sop/nop ld /cp_proc/xy_proc ld base_charpath/sop/stroke ld}bd
-/refnt{ 
-findfont dup length dict copy dup
-/Encoding 4 -1 roll put 
-definefont pop
-}bd
-/renmfont{ 
-findfont dup length dict copy definefont pop
-}bd
-L3? dup dup{save exch}if
-/Range 0 def
-/DataSource 0 def
-/val 0 def
-/nRange 0 def
-/mulRange 0 def
-/d0 0 def
-/r0 0 def
-/di 0 def
-/ri 0 def
-/a0 0 def
-/a1 0 def
-/r1 0 def
-/r2 0 def
-/dx 0 def
-/Nsteps 0 def
-/sh3tp 0 def
-/ymax 0 def
-/ymin 0 def
-/xmax 0 def
-/xmin 0 def
-/setupFunEval 
-{
-    begin
-	/nRange Range length 2 idiv store
-	/mulRange   
-		    
-	[ 
-	    0 1 nRange 1 sub
-	    { 
-		    2 mul/nDim2 xd		
-		    Range nDim2 get		
-		    Range nDim2 1 add get	
-		    1 index sub			
-						
-		    255 div			
-		    exch			
-	    }for
-	]store
-    end
-}bd
-/FunEval 
-{
-    begin
-	
-	nRange mul /val xd	
-				
-	0 1 nRange 1 sub
-	{
-	    dup 2 mul/nDim2 xd 
-	    val	
-	    add DataSource exch get 
-	    mulRange nDim2 get mul 	
-	    mulRange nDim2 1 add get 
-	    add 
-	}for	
-    end
-}bd
-/max 
-{
-	2 copy lt
-	{exch pop}{pop}ifelse
-}bd
-/sh2
-{	
-	/Coords load aload pop 	
-	3 index 3 index translate	
-					
-	3 -1 roll sub	
-	3 1 roll exch 	
-	sub				
-	2 copy
-	dup mul exch dup mul add sqrt	
-	dup
-	scale  
-	atan	
-	
-	rotate		
-	
-	/Function load setupFunEval	
-	
-	
-	clippath {pathbbox}stopped {0 0 0 0}if newpath 	
-	/ymax xs
-	/xmax xs
-	/ymin xs
-	/xmin xs
-	currentdict/Extend known
-	{
-		/Extend load 0 get
-		{	
-			0/Function load FunEval sc	
-			xmin ymin xmin abs ymax ymin sub rectfill
-		}if
-	}if
-	
-	/Nsteps/Function load/Size get 0 get 1 sub store
-	/dx 1 Nsteps div store
-	gsave
-		/di ymax ymin sub store
-		/Function load
-		
-		0 1 Nsteps
-		{
-			1 index FunEval sc
-			0 ymin dx di rectfill
-			dx 0 translate
-		}for
-		pop	
-	grestore	
-	currentdict/Extend known
-	{
-		/Extend load 1 get
-		{	
-			Nsteps/Function load FunEval sc	
-			1 ymin xmax 1 sub abs ymax ymin sub rectfill
-		}if
-	}if
-}bd
-/shp	
-{	
-	4 copy
-	
-	dup 0 gt{
-		0 exch a1 a0 arc
-	}{
-		pop 0 moveto
-	}ifelse
-	dup 0 gt{
-		0 exch a0 a1 arcn
-	}{
-		pop 0 lineto
-	}ifelse
-	
-	fill
-	
-	dup 0 gt{
-		0 exch a0 a1 arc
-	}{
-		pop 0 moveto
-	}ifelse
-	dup 0 gt{
-		0 exch a1 a0 arcn
-	}{
-		pop 0 lineto
-	}ifelse
-	
-	fill
-}bd
-/calcmaxs
-{	
-	
-	xmin dup mul ymin dup mul add sqrt		
-	xmax dup mul ymin dup mul add sqrt		
-	xmin dup mul ymax dup mul add sqrt		
-	xmax dup mul ymax dup mul add sqrt		
-	max max max								
-}bd
-/sh3
-{	
-	/Coords load aload pop 	
-	5 index 5 index translate	
-	3 -1 roll 6 -1 roll sub		
-	3 -1 roll 5 -1 roll sub		
-	2 copy dup mul exch dup mul add sqrt
-	/dx xs						
-	2 copy 0 ne exch 0 ne or
-	{
-		
-		exch atan rotate	
-	}{
-		pop pop
-	}ifelse
-	
-	/r2 xs
-	/r1 xs
-	/Function load 
-	dup/Size get 0 get 1 sub	
-	/Nsteps xs		
-	setupFunEval		
-	
-	
-	
-	
-	
-	dx r2 add r1 lt{
-		
-		0 
-	}{
-		dx r1 add r2 le
-		{ 
-			1
-		}{ 
-			r1 r2 eq
-			{	
-				2
-			}{ 
-				3
-			}ifelse		
-		}ifelse
-	}ifelse
-	/sh3tp xs		
-	clippath {pathbbox}stopped {0 0 0 0}if 
-	newpath 	
-	/ymax xs
-	/xmax xs
-	/ymin xs
-	/xmin xs
-	
-	dx dup mul r2 r1 sub dup mul sub dup 0 gt
-	{
-		sqrt r2 r1 sub atan
-		/a0 exch 180 exch sub store 
-		/a1 a0 neg store 
-	}{
-		pop
-		/a0 0 store
-		/a1 360 store		
-	}ifelse		
-	currentdict/Extend known
-	{
-		/Extend load 0 get r1 0 gt and	
-		{	
-			0/Function load FunEval sc	
-			
-			
-			
-			
-			{ 
-				{	
-					dx 0 r1 360 0 arcn
-					xmin ymin moveto
-					xmax ymin lineto
-					xmax ymax lineto
-					xmin ymax lineto
-					xmin ymin lineto
-					eofill		
-				}
-				{	
-					r1 0 gt{0 0 r1 0 360 arc fill}if
-				}
-				{	
-					
-					
-				
-					
-					0 r1 xmin abs r1 add neg r1 shp
-				}
-				{	
-					
-				
-					r2 r1 gt{	
-						
-						0 r1
-						r1 neg r2 r1 sub div dx mul	
-						0	
-						shp	
-					}{	
-						
-						
-						
-						0 r1 calcmaxs	
-						dup
-						
-						r2 add dx mul dx r1 r2 sub sub div
-						neg				
-						exch 1 index	
-						abs exch sub
-						shp
-					}ifelse
-				} 
-			}sh3tp get exec	
-		}if
-	}if
-	
-	/d0 0 store
-	/r0 r1 store
-	/di dx Nsteps div store
-	/ri r2 r1 sub Nsteps div store 
-	/Function load 
-	0 1 Nsteps
-	{	
-		1 index FunEval sc
-		d0 di add r0 ri add d0 r0 shp
-		{
-		
-		d0 0 r0 a1 a0 arc
-		d0 di add 0 r0 ri add a0 a1 arcn
-		fill
-		
-		
-		d0 0 r0 a0 a1 arc
-		d0 di add 0 r0 ri add a1 a0 arcn
-		fill
-		}pop
-		
-		
-		/d0 d0 di add store
-		/r0 r0 ri add store
-	}for
-	pop	
-	
-	currentdict/Extend known
-	{
-		/Extend load 1 get r2 0 gt and	
-		{	
-			Nsteps/Function load FunEval sc	
-			
-			
-			
-			
-			{ 
-				{
-					dx 0 r2 0 360 arc fill
-				} 
-				{
-					dx 0 r2 360 0 arcn
-					xmin ymin moveto
-					xmax ymin lineto
-					xmax ymax lineto
-					xmin ymax lineto
-					xmin ymin lineto
-					eofill		
-				} 
-				{	
-					
-					
-					xmax abs r1 add r1 dx r1 shp
-				}	
-				{	
-			
-					r2 r1 gt{
-						
-						
-						
-						calcmaxs dup	
-						
-						r1 add dx mul dx r2 r1 sub sub div	
-						exch 1 index	
-						exch sub
-						dx r2
-						shp
-					}{	
-						
-						r1 neg r2 r1 sub div dx mul	
-						0		
-						dx 		
-						r2		
-						shp
-					}ifelse
-				}
-			}			
-			sh3tp get exec	
-		}if
-	}if
-}bd
-/sh		
-{	
-	begin
-		/ShadingType load dup dup 2 eq exch 3 eq or
-		{	
-			gsave
-				newpath
-				/ColorSpace load scs
-				currentdict/BBox known
-				{
-					/BBox load aload pop	
-					2 index sub				
-					3 index					
-					3 -1 roll exch sub 
-					exch rectclip
-				}if
-				2 eq
-				{sh2}{sh3}ifelse
-			grestore
-		}{
-			
-			pop 
-			(DEBUG: shading type unimplemented\n)print flush
-		}ifelse
-	end
-}bd
-{restore}if not dup{save exch}if
-	L3?{	
-		/sh/shfill ld
-		/csq/clipsave ld
-		/csQ/cliprestore ld
-	}if
-{restore}if
-end
-setpacking
-%%EndFile
-%%EndProlog
-%%BeginSetup
-%%EndSetup
-%%Page: 1 1
-%%PageBoundingBox: 0 0 1554 168
-%%BeginPageSetup
-cg_md begin
-bp
-sdmtx
-[ /CIEBasedABC 4 dict dup begin 
-/WhitePoint [ 0.9505 1.0000 1.0891 ] def 
-/DecodeABC [ 
-{ 1.0 0.0 3 -1 roll 1 index 1 index le { exch pop} { pop } ifelse 
- 1 index 1 index ge { exch pop } { pop } ifelse < 
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000001010101010101010101010101
-0101010101010101010101010101010101010101010101020202020202020202
-0202020202020202020202020202020202030303030303030303030303030303
-0303030303030304040404040404040404040404040404040404050505050505
-0505050505050505050506060606060606060606060606060607070707070707
-0707070707070708080808080808080808080808090909090909090909090909
-0a0a0a0a0a0a0a0a0a0a0a0b0b0b0b0b0b0b0b0b0b0b0c0c0c0c0c0c0c0c0c0c
-0d0d0d0d0d0d0d0d0d0d0e0e0e0e0e0e0e0e0e0f0f0f0f0f0f0f0f0f10101010
-1010101010111111111111111112121212121212121313131313131313141414
-1414141414151515151515151616161616161616171717171717171818181818
-18181919191919191a1a1a1a1a1a1a1b1b1b1b1b1b1c1c1c1c1c1c1c1d1d1d1d
-1d1d1e1e1e1e1e1e1f1f1f1f1f1f202020202020212121212121222222222223
-2323232323242424242425252525252526262626262727272727282828282829
-292929292a2a2a2a2a2b2b2b2b2b2c2c2c2c2c2d2d2d2d2d2e2e2e2e2e2f2f2f
-2f2f303030303131313131323232323333333333343434343535353535363636
-36373737373838383839393939393a3a3a3a3b3b3b3b3c3c3c3c3d3d3d3d3e3e
-3e3e3f3f3f3f4040404041414141424242424343434444444445454545464646
-4647474748484848494949494a4a4a4b4b4b4b4c4c4c4d4d4d4d4e4e4e4f4f4f
-4f50505051515151525252535353535454545555555656565657575758585859
-59595a5a5a5a5b5b5b5c5c5c5d5d5d5e5e5e5f5f5f6060606061616162626263
-63636464646565656666666767676868686969696a6a6a6b6b6b6c6c6d6d6d6e
-6e6e6f6f6f707070717171727273737374747475757576767677777878787979
-797a7a7b7b7b7c7c7c7d7d7e7e7e7f7f7f808081818182828283838484848585
-86868687878888888989898a8a8b8b8b8c8c8d8d8d8e8e8f8f90909091919292
-9293939494949595969697979798989999999a9a9b9b9c9c9c9d9d9e9e9f9f9f
-a0a0a1a1a2a2a3a3a3a4a4a5a5a6a6a6a7a7a8a8a9a9aaaaabababacacadadae
-aeafafb0b0b0b1b1b2b2b3b3b4b4b5b5b6b6b6b7b7b8b8b9b9bababbbbbcbcbd
-bdbebebebfbfc0c0c1c1c2c2c3c3c4c4c5c5c6c6c7c7c8c8c9c9cacacbcbcccc
-cdcdcececfcfd0d0d1d1d2d2d3d3d4d4d5d5d6d6d7d7d8d8d9d9dadadbdcdcdd
-dddededfdfe0e0e1e1e2e2e3e3e4e4e5e6e6e7e7e8e8e9e9eaeaebebecededee
-eeefeff0f0f1f1f2f3f3f4f4f5f5f6f6f7f8f8f9f9fafafbfcfcfdfdfefeffff
->  dup length 1 sub 3 -1 roll mul dup dup floor cvi exch ceiling 
- cvi 3 index exch get 4 -1 roll 3 -1 roll get
- dup 3 1 roll sub 3 -1 roll dup floor cvi sub mul add 255 div } bind 
-
-{ 1.0 0.0 3 -1 roll 1 index 1 index le { exch pop} { pop } ifelse 
- 1 index 1 index ge { exch pop } { pop } ifelse < 
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000001010101010101010101010101
-0101010101010101010101010101010101010101010101020202020202020202
-0202020202020202020202020202020202030303030303030303030303030303
-0303030303030304040404040404040404040404040404040404050505050505
-0505050505050505050506060606060606060606060606060607070707070707
-0707070707070708080808080808080808080808090909090909090909090909
-0a0a0a0a0a0a0a0a0a0a0a0b0b0b0b0b0b0b0b0b0b0b0c0c0c0c0c0c0c0c0c0c
-0d0d0d0d0d0d0d0d0d0d0e0e0e0e0e0e0e0e0e0f0f0f0f0f0f0f0f0f10101010
-1010101010111111111111111112121212121212121313131313131313141414
-1414141414151515151515151616161616161616171717171717171818181818
-18181919191919191a1a1a1a1a1a1a1b1b1b1b1b1b1c1c1c1c1c1c1c1d1d1d1d
-1d1d1e1e1e1e1e1e1f1f1f1f1f1f202020202020212121212121222222222223
-2323232323242424242425252525252526262626262727272727282828282829
-292929292a2a2a2a2a2b2b2b2b2b2c2c2c2c2c2d2d2d2d2d2e2e2e2e2e2f2f2f
-2f2f303030303131313131323232323333333333343434343535353535363636
-36373737373838383839393939393a3a3a3a3b3b3b3b3c3c3c3c3d3d3d3d3e3e
-3e3e3f3f3f3f4040404041414141424242424343434444444445454545464646
-4647474748484848494949494a4a4a4b4b4b4b4c4c4c4d4d4d4d4e4e4e4f4f4f
-4f50505051515151525252535353535454545555555656565657575758585859
-59595a5a5a5a5b5b5b5c5c5c5d5d5d5e5e5e5f5f5f6060606061616162626263
-63636464646565656666666767676868686969696a6a6a6b6b6b6c6c6d6d6d6e
-6e6e6f6f6f707070717171727273737374747475757576767677777878787979
-797a7a7b7b7b7c7c7c7d7d7e7e7e7f7f7f808081818182828283838484848585
-86868687878888888989898a8a8b8b8b8c8c8d8d8d8e8e8f8f90909091919292
-9293939494949595969697979798989999999a9a9b9b9c9c9c9d9d9e9e9f9f9f
-a0a0a1a1a2a2a3a3a3a4a4a5a5a6a6a6a7a7a8a8a9a9aaaaabababacacadadae
-aeafafb0b0b0b1b1b2b2b3b3b4b4b5b5b6b6b6b7b7b8b8b9b9bababbbbbcbcbd
-bdbebebebfbfc0c0c1c1c2c2c3c3c4c4c5c5c6c6c7c7c8c8c9c9cacacbcbcccc
-cdcdcececfcfd0d0d1d1d2d2d3d3d4d4d5d5d6d6d7d7d8d8d9d9dadadbdcdcdd
-dddededfdfe0e0e1e1e2e2e3e3e4e4e5e6e6e7e7e8e8e9e9eaeaebebecededee
-eeefeff0f0f1f1f2f3f3f4f4f5f5f6f6f7f8f8f9f9fafafbfcfcfdfdfefeffff
->  dup length 1 sub 3 -1 roll mul dup dup floor cvi exch ceiling 
- cvi 3 index exch get 4 -1 roll 3 -1 roll get
- dup 3 1 roll sub 3 -1 roll dup floor cvi sub mul add 255 div } bind 
-
-{ 1.0 0.0 3 -1 roll 1 index 1 index le { exch pop} { pop } ifelse 
- 1 index 1 index ge { exch pop } { pop } ifelse < 
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000001010101010101010101010101
-0101010101010101010101010101010101010101010101020202020202020202
-0202020202020202020202020202020202030303030303030303030303030303
-0303030303030304040404040404040404040404040404040404050505050505
-0505050505050505050506060606060606060606060606060607070707070707
-0707070707070708080808080808080808080808090909090909090909090909
-0a0a0a0a0a0a0a0a0a0a0a0b0b0b0b0b0b0b0b0b0b0b0c0c0c0c0c0c0c0c0c0c
-0d0d0d0d0d0d0d0d0d0d0e0e0e0e0e0e0e0e0e0f0f0f0f0f0f0f0f0f10101010
-1010101010111111111111111112121212121212121313131313131313141414
-1414141414151515151515151616161616161616171717171717171818181818
-18181919191919191a1a1a1a1a1a1a1b1b1b1b1b1b1c1c1c1c1c1c1c1d1d1d1d
-1d1d1e1e1e1e1e1e1f1f1f1f1f1f202020202020212121212121222222222223
-2323232323242424242425252525252526262626262727272727282828282829
-292929292a2a2a2a2a2b2b2b2b2b2c2c2c2c2c2d2d2d2d2d2e2e2e2e2e2f2f2f
-2f2f303030303131313131323232323333333333343434343535353535363636
-36373737373838383839393939393a3a3a3a3b3b3b3b3c3c3c3c3d3d3d3d3e3e
-3e3e3f3f3f3f4040404041414141424242424343434444444445454545464646
-4647474748484848494949494a4a4a4b4b4b4b4c4c4c4d4d4d4d4e4e4e4f4f4f
-4f50505051515151525252535353535454545555555656565657575758585859
-59595a5a5a5a5b5b5b5c5c5c5d5d5d5e5e5e5f5f5f6060606061616162626263
-63636464646565656666666767676868686969696a6a6a6b6b6b6c6c6d6d6d6e
-6e6e6f6f6f707070717171727273737374747475757576767677777878787979
-797a7a7b7b7b7c7c7c7d7d7e7e7e7f7f7f808081818182828283838484848585
-86868687878888888989898a8a8b8b8b8c8c8d8d8d8e8e8f8f90909091919292
-9293939494949595969697979798989999999a9a9b9b9c9c9c9d9d9e9e9f9f9f
-a0a0a1a1a2a2a3a3a3a4a4a5a5a6a6a6a7a7a8a8a9a9aaaaabababacacadadae
-aeafafb0b0b0b1b1b2b2b3b3b4b4b5b5b6b6b6b7b7b8b8b9b9bababbbbbcbcbd
-bdbebebebfbfc0c0c1c1c2c2c3c3c4c4c5c5c6c6c7c7c8c8c9c9cacacbcbcccc
-cdcdcececfcfd0d0d1d1d2d2d3d3d4d4d5d5d6d6d7d7d8d8d9d9dadadbdcdcdd
-dddededfdfe0e0e1e1e2e2e3e3e4e4e5e6e6e7e7e8e8e9e9eaeaebebecededee
-eeefeff0f0f1f1f2f3f3f4f4f5f5f6f6f7f8f8f9f9fafafbfcfcfdfdfefeffff
->  dup length 1 sub 3 -1 roll mul dup dup floor cvi exch ceiling 
- cvi 3 index exch get 4 -1 roll 3 -1 roll get
- dup 3 1 roll sub 3 -1 roll dup floor cvi sub mul add 255 div } bind 
-] def 
-/MatrixABC [ 0.4124 0.2126 0.0193 0.3576 0.7151 0.1192 0.1805 0.0722 0.9508 ] def 
-/RangeLMN [ 0.0 0.9505 0.0 1.0000 0.0 1.0891 ] def 
-end ] /Cs1 exch/ColorSpace dr pop
-%%EndPageSetup
-0.60000002 i
-/Cs1 SC
-1 1 1 sc
-q
-1410.8719 85.218002 m
-1410.8719 67.582001 1416.802 53.080002 1428.666 41.698002 c
-1440.4561 30.33 1454.084 24.646 1469.532 24.646 c
-1486.278 24.646 1500.4139 30.448 1511.944 42.018002 c
-1523.4561 53.736 1529.21 67.987999 1529.21 84.807999 c
-1529.21 101.832 1523.53 116.084 1512.146 127.598 c
-1500.8361 139.17 1486.83 144.95599 1470.142 144.95599 c
-1453.53 144.95599 1439.496 139.17 1428.052 127.598 c
-1416.6 116.158 1410.8719 102.034 1410.8719 85.218002 c
-1410.8719 85.218002 l
-h
-1386.576 85.480003 m
-1386.576 107.952 1394.8101 127.278 1411.292 143.396 c
-1427.704 159.54401 1447.424 167.618 1470.462 167.618 c
-1493.214 167.618 1512.728 159.472 1529.0081 143.192 c
-1545.3459 126.928 1553.522 107.37 1553.522 84.545998 c
-1553.522 61.576 1545.316 42.108002 1528.906 26.106001 c
-1512.422 10.044 1492.53 2 1469.21 2 c
-1448.604 2 1430.08 9.1400003 1413.67 23.424 c
-1395.598 39.206001 1386.576 59.886002 1386.576 85.480003 c
-1386.576 85.480003 l
-h
-1386.576 85.480003 m
-W*
-0 0 1554 168 rc
-1376.576 177.618 m
-1563.522 177.618 l
-1563.522 -8 l
-1376.576 -8 l
-h
-f
-Q
-q
-1293.578 164.616 m
-1363.9139 164.616 l
-1363.9139 147.914 l
-1293.578 147.914 l
-1293.578 164.616 l
-h
-1293.578 164.616 m
-W*
-0 0 1554 168 rc
-1283.578 174.616 m
-1373.9139 174.616 l
-1373.9139 137.914 l
-1283.578 137.914 l
-h
-f
-Q
-q
-1316.694 157.06599 m
-1340.796 157.06599 l
-1340.796 10.29 l
-1316.694 10.29 l
-1316.694 157.06599 l
-h
-1316.694 157.06599 m
-W*
-0 0 1554 168 rc
-1306.694 167.06599 m
-1350.796 167.06599 l
-1350.796 0.28999999 l
-1306.694 0.28999999 l
-h
-f
-Q
-q
-1293.578 21.601999 m
-1363.9139 21.601999 l
-1363.9139 4.8979998 l
-1293.578 4.8979998 l
-1293.578 21.601999 l
-h
-1293.578 21.601999 m
-W*
-0 0 1554 168 rc
-1283.578 31.601999 m
-1373.9139 31.601999 l
-1373.9139 -5.1020002 l
-1283.578 -5.1020002 l
-h
-f
-Q
-0.21170345 0.62719434 0.80599272 sc
-q
-1168.068 117.44 m
-1182.552 117.44 l
-1182.552 97.269997 l
-1188.34 104.992 1194.752 110.78 1201.792 114.598 c
-1208.83 118.416 1216.4821 120.34 1224.76 120.34 c
-1233.17 120.34 1240.63 118.198 1247.146 113.926 c
-1253.66 109.642 1258.468 103.9 1261.574 96.641998 c
-1264.678 89.416 1266.238 78.134003 1266.238 62.830002 c
-1266.238 4.8979998 l
-1251.75 4.8979998 l
-1251.75 58.576 l
-1251.75 71.545998 1251.212 80.204002 1250.134 84.545998 c
-1248.458 91.994003 1245.236 97.603996 1240.486 101.364 c
-1235.734 105.11 1229.526 106.992 1221.8621 106.992 c
-1213.1021 106.992 1205.26 104.106 1198.322 98.302002 c
-1191.4 92.503998 1186.824 85.334 1184.624 76.792 c
-1183.238 71.197998 1182.552 60.993999 1182.552 46.174 c
-1182.552 4.8979998 l
-1168.068 4.8979998 l
-1168.068 117.44 l
-W*
-0 0 1554 168 rc
-1158.068 130.34 m
-1276.238 130.34 l
-1276.238 -5.1020002 l
-1158.068 -5.1020002 l
-h
-f
-Q
-q
-1081.92 106.172 m
-1069.88 106.172 1059.536 101.714 1050.8781 92.825996 c
-1042.234 83.931999 1037.906 73.178001 1037.906 60.556 c
-1037.906 52.41 1039.874 44.816002 1043.822 37.792 c
-1047.76 30.77 1053.092 25.332001 1059.8101 21.497999 c
-1066.516 17.68 1073.8879 15.756 1081.92 15.756 c
-1089.95 15.756 1097.3101 17.68 1104.03 21.497999 c
-1110.746 25.332001 1116.066 30.77 1120.0179 37.792 c
-1123.952 44.816002 1125.934 52.41 1125.934 60.556 c
-1125.934 73.178001 1121.592 83.931999 1112.9041 92.825996 c
-1104.2159 101.714 1093.884 106.172 1081.92 106.172 c
-1081.92 106.172 l
-h
-1081.964 120.34 m
-1099.306 120.34 1113.678 114.058 1125.072 101.508 c
-1135.438 90.054001 1140.624 76.514 1140.624 60.848 c
-1140.624 45.136002 1135.142 31.393999 1124.2 19.632 c
-1113.238 7.8860002 1099.176 2 1081.964 2 c
-1064.694 2 1050.584 7.8860002 1039.64 19.632 c
-1028.696 31.393999 1023.216 45.136002 1023.216 60.848 c
-1023.216 76.444 1028.3879 89.966003 1038.7679 101.408 c
-1050.162 114.03 1064.5601 120.34 1081.964 120.34 c
-1081.964 120.34 l
-h
-1081.964 120.34 m
-W*
-0 0 1554 168 rc
-1013.216 130.34 m
-1150.624 130.34 l
-1150.624 -8 l
-1013.216 -8 l
-h
-f
-Q
-q
-983.03601 117.44 m
-997.52197 117.44 l
-997.52197 4.8979998 l
-983.03601 4.8979998 l
-983.03601 117.44 l
-h
-990.21997 163.77 m
-993.53003 163.77 996.34003 162.604 998.672 160.272 c
-1001.004 157.912 1002.17 155.086 1002.17 151.79201 c
-1002.17 148.54201 1001.004 145.758 998.672 143.396 c
-996.34003 141.064 993.53003 139.884 990.21997 139.884 c
-986.99799 139.884 984.21399 141.064 981.88202 143.396 c
-979.54999 145.758 978.38599 148.54201 978.38599 151.79201 c
-978.38599 155.086 979.54999 157.912 981.88202 160.272 c
-984.21399 162.604 986.99799 163.77 990.21997 163.77 c
-990.21997 163.77 l
-h
-990.21997 163.77 m
-W*
-0 0 1554 168 rc
-968.38599 173.77 m
-1012.17 173.77 l
-1012.17 -5.1020002 l
-968.38599 -5.1020002 l
-h
-f
-Q
-q
-925.23401 159.224 m
-939.71997 159.224 l
-939.71997 117.44 l
-962.67603 117.44 l
-962.67603 104.922 l
-939.71997 104.922 l
-939.71997 4.8979998 l
-925.23401 4.8979998 l
-925.23401 104.922 l
-905.48602 104.922 l
-905.48602 117.44 l
-925.23401 117.44 l
-925.23401 159.224 l
-W*
-0 0 1554 168 rc
-895.48602 169.224 m
-972.67603 169.224 l
-972.67603 -5.1020002 l
-895.48602 -5.1020002 l
-h
-f
-Q
-q
-887.73401 94.064003 m
-876.25 86.935997 l
-866.34198 100.096 852.79999 106.684 835.646 106.684 c
-821.948 106.684 810.56598 102.268 801.51599 93.466003 c
-792.45001 84.632004 787.91602 73.938004 787.91602 61.313999 c
-787.91602 53.124001 790.00201 45.414001 794.16998 38.172001 c
-798.33801 30.944 804.04999 25.332001 811.32397 21.337999 c
-818.59601 17.344 826.72803 15.35 835.76398 15.35 c
-852.29199 15.35 865.78601 21.934 876.25 35.112 c
-887.73401 27.559999 l
-882.35797 19.458 875.14203 13.162 866.06403 8.7040005 c
-856.99799 4.2420001 846.664 2 835.09399 2 c
-817.29797 2 802.53601 7.652 790.81799 18.964001 c
-779.09998 30.271999 773.22601 44.029999 773.22601 60.236 c
-773.22601 71.136002 775.98199 81.251999 781.46002 90.608002 c
-786.94 99.933998 794.46002 107.222 804.04999 112.468 c
-813.64001 117.716 824.36798 120.34 836.22998 120.34 c
-843.664 120.34 850.862 119.204 857.79999 116.928 c
-864.72198 114.656 870.59601 111.682 875.43402 108.024 c
-880.24402 104.368 884.354 99.718002 887.73401 94.064003 c
-W*
-0 0 1554 168 rc
-763.22601 130.34 m
-897.73401 130.34 l
-897.73401 -8 l
-763.22601 -8 l
-h
-f
-Q
-q
-732.94397 117.44 m
-747.42999 117.44 l
-747.42999 4.8979998 l
-732.94397 4.8979998 l
-732.94397 117.44 l
-h
-740.12799 163.77 m
-743.422 163.77 746.25 162.604 748.58197 160.272 c
-750.914 157.912 752.08002 155.086 752.08002 151.79201 c
-752.08002 148.54201 750.914 145.758 748.58197 143.396 c
-746.25 141.064 743.422 139.884 740.12799 139.884 c
-736.90802 139.884 734.12598 141.064 731.79199 143.396 c
-729.46002 145.758 728.29401 148.54201 728.29401 151.79201 c
-728.29401 155.086 729.46002 157.912 731.79199 160.272 c
-734.12598 162.604 736.90802 163.77 740.12799 163.77 c
-740.12799 163.77 l
-h
-740.12799 163.77 m
-W*
-0 0 1554 168 rc
-718.29401 173.77 m
-762.08002 173.77 l
-762.08002 -5.1020002 l
-718.29401 -5.1020002 l
-h
-f
-Q
-q
-642.30798 106.376 m
-634.26202 106.376 626.81598 104.394 619.99597 100.432 c
-613.19 96.466003 607.75201 90.900002 603.71399 83.744003 c
-599.69397 76.587997 597.68201 69.012001 597.68201 61.023998 c
-597.68201 53.096001 599.72198 45.518002 603.77399 38.287998 c
-607.84003 31.058001 613.30603 25.417999 620.15601 21.382 c
-627.00403 17.360001 634.34998 15.35 642.21997 15.35 c
-650.13397 15.35 657.64001 17.344 664.73798 21.337999 c
-671.83398 25.332001 677.28601 30.738001 681.104 37.557999 c
-684.93597 44.380001 686.84601 52.060001 686.84601 60.602001 c
-686.84601 73.615997 682.56201 84.501999 673.992 93.246002 c
-665.40802 102.006 654.84198 106.376 642.30798 106.376 c
-642.30798 106.376 l
-h
-700.19598 160.884 m
-700.19598 4.8979998 l
-685.914 4.8979998 l
-685.914 24.238001 l
-679.84998 16.864 673.03003 11.31 665.47998 7.5960002 c
-657.93201 3.8659999 649.68201 2 640.70599 2 c
-624.78998 2 611.17798 7.7719998 599.89801 19.326 c
-588.63 30.884001 582.992 44.936001 582.992 61.490002 c
-582.992 77.681999 588.67603 91.540001 600.05798 103.056 c
-611.44 114.568 625.12598 120.34 641.12598 120.34 c
-650.36798 120.34 658.71802 118.372 666.20801 114.436 c
-673.70001 110.516 680.258 104.614 685.914 96.760002 c
-685.914 160.884 l
-700.19598 160.884 l
-700.19598 160.884 l
-h
-700.19598 160.884 m
-W*
-0 0 1554 168 rc
-572.992 170.884 m
-710.19598 170.884 l
-710.19598 -8 l
-572.992 -8 l
-h
-f
-Q
-q
-545.52197 72.538002 m
-543.58398 80.260002 540.78601 86.440002 537.08398 91.059998 c
-533.38 95.68 528.5 99.410004 522.41998 102.238 c
-516.35797 105.066 509.95999 106.466 503.272 106.466 c
-492.224 106.466 482.72198 102.924 474.79401 95.825996 c
-468.99399 90.653999 464.59201 82.884003 461.63199 72.538002 c
-545.52197 72.538002 l
-545.52197 72.538002 l
-h
-545.52197 42.237999 m
-557.71997 35.824001 l
-553.72803 27.969999 549.09198 21.615999 543.84601 16.794001 c
-538.59802 11.966 532.71002 8.2959995 526.15198 5.7880001 c
-519.59399 3.2520001 512.16199 2 503.884 2 c
-485.51999 2 471.17999 8.0179996 460.81799 20.056 c
-450.45599 32.080002 445.29599 45.692001 445.29599 60.848 c
-445.29599 75.129997 449.668 87.853996 458.44199 99.031998 c
-469.54599 113.228 484.41199 120.34 503.06799 120.34 c
-522.24799 120.34 537.578 113.054 549.034 98.508003 c
-557.16602 88.234001 561.30402 75.405998 561.45203 60.032001 c
-460.19 60.032001 l
-460.45401 46.959999 464.63599 36.245998 472.724 27.882 c
-480.798 19.516001 490.76801 15.35 502.64401 15.35 c
-508.37201 15.35 513.94 16.337999 519.362 18.336 c
-524.78198 20.334 529.388 22.969999 533.20801 26.280001 c
-536.99597 29.572001 541.10602 34.891998 545.52197 42.237999 c
-545.52197 42.237999 l
-h
-545.52197 42.237999 m
-W*
-0 0 1554 168 rc
-435.29599 130.34 m
-571.45203 130.34 l
-571.45203 -8 l
-435.29599 -8 l
-h
-f
-Q
-q
-385.23599 117.44 m
-400.02802 117.44 l
-400.02802 100.984 l
-404.42999 107.484 409.09399 112.324 413.98999 115.53 c
-418.88599 118.738 423.98801 120.34 429.29401 120.34 c
-433.302 120.34 437.57199 119.058 442.12 116.508 c
-434.57001 104.31 l
-431.53799 105.622 429.00201 106.262 426.93201 106.262 c
-422.09399 106.262 417.42999 104.28 412.95599 100.314 c
-408.48199 96.351997 405.07199 90.202003 402.70999 81.865997 c
-400.93201 75.452003 400.02802 62.48 400.02802 42.966 c
-400.02802 4.8979998 l
-385.23599 4.8979998 l
-385.23599 117.44 l
-W*
-0 0 1554 168 rc
-375.23599 130.34 m
-452.12 130.34 l
-452.12 -5.1020002 l
-375.23599 -5.1020002 l
-h
-f
-Q
-q
-283.02802 142.172 m
-283.02802 90.550003 l
-308.78 90.227997 l
-319.202 90.227997 326.80801 91.192001 331.64801 93.071999 c
-336.45801 94.966003 340.26001 98.028 343.01599 102.268 c
-345.784 106.496 347.15399 111.216 347.15399 116.464 c
-347.15399 121.55 345.784 126.214 343.01599 130.45399 c
-340.26001 134.68201 336.63199 137.68401 332.11401 139.476 c
-327.59601 141.26801 320.19199 142.172 309.918 142.172 c
-283.02802 142.172 l
-283.02802 142.172 l
-h
-267.81201 157.06599 m
-298.12601 157.06599 l
-315.5 157.06599 327.216 156.308 333.29401 154.778 c
-341.98001 152.636 349.078 148.25 354.60199 141.59 c
-360.12601 134.944 362.87799 126.578 362.87799 116.508 c
-362.87799 106.376 360.18399 98.012001 354.82001 91.424004 c
-349.42801 84.837997 342.02399 80.405998 332.57999 78.134003 c
-325.672 76.472 312.79001 75.655998 293.88599 75.655998 c
-283.02802 75.655998 l
-283.02802 4.8979998 l
-267.81201 4.8979998 l
-267.81201 157.06599 l
-267.81201 157.06599 l
-h
-267.81201 157.06599 m
-W*
-0 0 1554 168 rc
-257.81201 167.06599 m
-372.87799 167.06599 l
-372.87799 -5.1020002 l
-257.81201 -5.1020002 l
-h
-f
-Q
-1 1 1 sc
-q
-62.440159 117.5983 m
-77.109352 123.26598 93.589378 126.72977 111.0079 126.72977 c
-128.36958 126.72977 144.80148 123.37823 159.43719 117.84554 c
-159.43719 117.84554 l
-162.82149 111.05977 170.05458 106.36117 178.42383 106.36117 c
-179.71689 106.36117 180.9825 106.47301 182.21078 106.68713 c
-206.53091 91.698242 222 70.795044 222 52.917763 c
-222 25.817602 172.2975 4.0847459 111.0079 4.0847459 c
-49.688667 4.0847459 0 24.189499 0 52.917763 c
-0 70.262634 15.670612 91.404854 40.27137 106.60921 c
-41.348083 106.44596 42.451878 106.36117 43.576172 106.36117 c
-51.854786 106.36117 59.008545 110.9459 62.440159 117.5983 c
-h
-135.28125 96.198799 m
-135.28125 94.134583 133.52937 92.493179 131.3799 92.493179 c
-129.22647 92.493179 127.47656 94.134583 127.47656 96.198799 c
-127.47656 98.203186 129.22647 99.86055 131.3799 99.86055 c
-133.52937 99.86055 135.28125 98.203186 135.28125 96.198799 c
-h
-94.523438 96.198799 m
-94.523438 94.134583 92.773094 92.493179 90.621094 92.493179 c
-88.469093 92.493179 86.71875 94.134583 86.71875 96.198799 c
-86.71875 98.203186 88.469093 99.86055 90.621094 99.86055 c
-92.773094 99.86055 94.523438 98.203186 94.523438 96.198799 c
-h
-94.523438 96.198799 m
-W*
-0 0 1554 168 rc
--10 136.72978 m
-232 136.72978 l
-232 -5.9152541 l
--10 -5.9152541 l
-h
-f
-Q
-q
-82.382812 126.72459 m
-82.382812 106.15635 65.034935 89.459557 43.576172 89.459557 c
-22.147623 89.459557 4.7695312 106.15635 4.7695312 126.72459 c
-4.7695312 147.30113 22.147623 164 43.576172 164 c
-65.034935 164 82.382812 147.30113 82.382812 126.72459 c
-h
-64.605469 126.50795 m
-64.605469 115.39894 55.19952 106.36117 43.576172 106.36117 c
-31.968832 106.36117 22.546875 115.39894 22.546875 126.50795 c
-22.546875 137.64165 31.968832 146.66501 43.576172 146.66501 c
-55.19952 146.66501 64.605469 137.64165 64.605469 126.50795 c
-h
-64.605469 126.50795 m
-W*
-0 0 1554 168 rc
--5.2304688 174 m
-92.382812 174 l
-92.382812 79.459557 l
--5.2304688 79.459557 l
-h
-f
-Q
-q
-51.597656 126.73183 m
-51.597656 122.42542 47.919601 118.92903 43.359375 118.92903 c
-38.813282 118.92903 35.121094 122.42542 35.121094 126.73183 c
-35.121094 131.06079 38.813282 134.53052 43.359375 134.53052 c
-47.919601 134.53052 51.597656 131.06079 51.597656 126.73183 c
-W*
-0 0 1554 168 rc
-25.121094 144.53052 m
-61.597656 144.53052 l
-61.597656 108.92903 l
-25.121094 108.92903 l
-h
-f
-Q
-q
-217.23047 126.72459 m
-217.23047 106.15635 199.88258 89.459557 178.42383 89.459557 c
-156.99529 89.459557 139.61719 106.15635 139.61719 126.72459 c
-139.61719 147.30113 156.99529 164 178.42383 164 c
-199.88258 164 217.23047 147.30113 217.23047 126.72459 c
-h
-199.45312 126.50795 m
-199.45312 115.39894 190.04718 106.36117 178.42383 106.36117 c
-166.81648 106.36117 157.39453 115.39894 157.39453 126.50795 c
-157.39453 137.64165 166.81648 146.66501 178.42383 146.66501 c
-190.04718 146.66501 199.45312 137.64165 199.45312 126.50795 c
-h
-199.45312 126.50795 m
-W*
-0 0 1554 168 rc
-129.61719 174 m
-227.23047 174 l
-227.23047 79.459557 l
-129.61719 79.459557 l
-h
-f
-Q
-q
-186.44531 126.73183 m
-186.44531 122.42542 182.76726 118.92903 178.20703 118.92903 c
-173.66093 118.92903 169.96875 122.42542 169.96875 126.73183 c
-169.96875 131.06079 173.66093 134.53052 178.20703 134.53052 c
-182.76726 134.53052 186.44531 131.06079 186.44531 126.73183 c
-W*
-0 0 1554 168 rc
-159.96875 144.53052 m
-196.44531 144.53052 l
-196.44531 108.92903 l
-159.96875 108.92903 l
-h
-f
-ep
-end
-%%Trailer
-%%EOF

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/57e3f3dd/docs/manual/source/images/logos/downloads/banner-dark-background.svg
----------------------------------------------------------------------
diff --git a/docs/manual/source/images/logos/downloads/banner-dark-background.svg b/docs/manual/source/images/logos/downloads/banner-dark-background.svg
deleted file mode 100644
index 6e748f4..0000000
--- a/docs/manual/source/images/logos/downloads/banner-dark-background.svg
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg width="777px" height="84px" viewBox="0 0 777 84" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
-    <!-- Generator: Sketch 3.3 (11970) - http://www.bohemiancoding.com/sketch -->
-    <title>banner-dark-background</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
-        <g id="Banner-(Dark-Background)" sketch:type="MSLayerGroup">
-            <g id="IO" transform="translate(646.000000, 0.000000)" fill="#FFFFFF" sketch:type="MSShapeGroup">
-                <path d="M59.436,41.391 C59.436,50.209 62.401,57.46 68.333,63.151 C74.228,68.835 81.042,71.677 88.766,71.677 C97.139,71.677 104.207,68.776 109.972,62.991 C115.728,57.132 118.605,50.006 118.605,41.596 C118.605,33.084 115.765,25.958 110.073,20.201 C104.418,14.415 97.415,11.522 89.071,11.522 C80.765,11.522 73.748,14.415 68.026,20.201 C62.3,25.921 59.436,32.983 59.436,41.391 L59.436,41.391 Z M47.288,41.26 C47.288,30.024 51.405,20.361 59.646,12.302 C67.852,4.228 77.712,0.191 89.231,0.191 C100.607,0.191 110.364,4.264 118.504,12.404 C126.673,20.536 130.761,30.315 130.761,41.727 C130.761,53.212 126.658,62.946 118.453,70.947 C110.211,78.978 100.265,83 88.605,83 C78.302,83 69.04,79.43 60.835,72.288 C51.799,64.397 47.288,54.057 47.288,41.26 L47.288,41.26 Z" id="Fill-19"></path>
-                <path d="M0.789,1.692 L35.957,1.692 L35.957,10.043 L0.789,10.043 L0.789,1.692 Z" id="Fill-16"></path>
-                <path d="M12.347,5.467 L24.398,5.467 L24.398,78.855 L12.347,78.855 L12.347,5.467 Z" id="Fill-15"></path>
-                <path d="M0.789,73.199 L35.957,73.199 L35.957,81.551 L0.789,81.551 L0.789,73.199 Z" id="Fill-17"></path>
-            </g>
-            <g id="Prediction" transform="translate(133.000000, 2.000000)" fill="#36A0CE" sketch:type="MSShapeGroup">
-                <path d="M451.034,23.28 L458.276,23.28 L458.276,33.365 C461.17,29.504 464.376,26.61 467.896,24.701 C471.415,22.792 475.241,21.83 479.38,21.83 C483.585,21.83 487.315,22.901 490.573,25.037 C493.83,27.179 496.234,30.05 497.787,33.679 C499.339,37.292 500.119,42.933 500.119,50.585 L500.119,79.551 L492.875,79.551 L492.875,52.712 C492.875,46.227 492.606,41.898 492.067,39.727 C491.229,36.003 489.618,33.198 487.243,31.318 C484.867,29.445 481.763,28.504 477.931,28.504 C473.551,28.504 469.63,29.947 466.161,32.849 C462.7,35.748 460.412,39.333 459.312,43.604 C458.619,46.401 458.276,51.503 458.276,58.913 L458.276,79.551 L451.034,79.551 L451.034,23.28" id="Fill-14"></path>
-                <path d="M407.96,28.914 C401.94,28.914 396.768,31.143 392.439,35.587 C388.117,40.034 385.953,45.411 385.953,51.722 C385.953,55.795 386.937,59.592 388.911,63.104 C390.88,66.615 393.546,69.334 396.905,71.251 C400.258,73.16 403.944,74.122 407.96,74.122 C411.975,74.122 415.655,73.16 419.015,71.251 C422.373,69.334 425.033,66.615 427.009,63.104 C428.976,59.592 429.967,55.795 429.967,51.722 C429.967,45.411 427.796,40.034 423.452,35.587 C419.108,31.143 413.942,28.914 407.96,28.914 L407.96,28.914 Z M407.982,21.83 C416.653,21.83 423.839,24.971 429.536,31.246 C434.719,36.973 437.312,43.743 437.312,51.576 C437.312,59.432 434.571,66.303 429.1,72.184 C423.619,78.057 416.588,81 407.982,81 C399.347,81 392.292,78.057 386.82,72.184 C381.348,66.303 378.608,59.432 378.608,51.576 C378.608,43.778 381.194,37.017 386.384,31.296 C392.081,24.985 399.28,21.83 407.982,21.83 L407.982,21.83 Z" id="Fill-12"></path>
-                <path d="M358.518,23.28 L365.761,23.28 L365.761,79.551 L358.518,79.551 L358.518,23.28 Z M362.11,0.115 C363.765,0.115 365.17,0.698 366.336,1.864 C367.502,3.044 368.085,4.457 368.085,6.104 C368.085,7.729 367.502,9.121 366.336,10.302 C365.17,11.468 363.765,12.058 362.11,12.058 C360.499,12.058 359.107,11.468 357.941,10.302 C356.775,9.121 356.193,7.729 356.193,6.104 C356.193,4.457 356.775,3.044 357.941,1.864 C359.107,0.698 360.499,0.115 362.11,0.115 L362.11,0.115 Z" id="Fill-10"></path>
-                <path d="M329.617,2.388 L336.86,2.388 L336.86,23.28 L348.338,23.28 L348.338,29.539 L336.86,29.539 L336.86,79.551 L329.617,79.551 L329.617,29.539 L319.743,29.539 L319.743,23.28 L329.617,23.28 L329.617,2.388" id="Fill-9"></path>
-                <path d="M310.867,34.968 L305.125,38.532 C300.171,31.952 293.4,28.658 284.823,28.658 C277.974,28.658 272.283,30.866 267.758,35.267 C263.225,39.684 260.958,45.031 260.958,51.343 C260.958,55.438 262.001,59.293 264.085,62.914 C266.169,66.528 269.025,69.334 272.662,71.331 C276.298,73.328 280.364,74.325 284.882,74.325 C293.146,74.325 299.893,71.033 305.125,64.444 L310.867,68.22 C308.179,72.271 304.571,75.419 300.032,77.648 C295.499,79.879 290.332,81 284.547,81 C275.649,81 268.268,78.174 262.409,72.518 C256.55,66.864 253.613,59.985 253.613,51.882 C253.613,46.432 254.991,41.374 257.73,36.696 C260.47,32.033 264.23,28.389 269.025,25.766 C273.82,23.142 279.184,21.83 285.115,21.83 C288.832,21.83 292.431,22.398 295.9,23.536 C299.361,24.672 302.298,26.159 304.717,27.988 C307.122,29.816 309.177,32.141 310.867,34.968" id="Fill-7"></path>
-                <path d="M233.472,23.28 L240.715,23.28 L240.715,79.551 L233.472,79.551 L233.472,23.28 Z M237.064,0.115 C238.711,0.115 240.125,0.698 241.291,1.864 C242.457,3.044 243.04,4.457 243.04,6.104 C243.04,7.729 242.457,9.121 241.291,10.302 C240.125,11.468 238.711,12.058 237.064,12.058 C235.454,12.058 234.063,11.468 232.896,10.302 C231.73,9.121 231.147,7.729 231.147,6.104 C231.147,4.457 231.73,3.044 232.896,1.864 C234.063,0.698 235.454,0.115 237.064,0.115 L237.064,0.115 Z" id="Fill-6"></path>
-                <path d="M188.154,28.812 C184.131,28.812 180.408,29.803 176.998,31.784 C173.595,33.767 170.876,36.55 168.857,40.128 C166.847,43.706 165.841,47.494 165.841,51.488 C165.841,55.452 166.861,59.241 168.887,62.856 C170.92,66.471 173.653,69.291 177.078,71.309 C180.502,73.32 184.175,74.325 188.11,74.325 C192.067,74.325 195.82,73.328 199.369,71.331 C202.917,69.334 205.643,66.631 207.552,63.221 C209.468,59.81 210.423,55.97 210.423,51.699 C210.423,45.192 208.281,39.749 203.996,35.377 C199.704,30.997 194.421,28.812 188.154,28.812 L188.154,28.812 Z M217.098,1.558 L217.098,79.551 L209.957,79.551 L209.957,69.881 C206.925,73.568 203.515,76.345 199.74,78.202 C195.966,80.067 191.841,81 187.353,81 C179.395,81 172.589,78.114 166.949,72.337 C161.315,66.558 158.496,59.532 158.496,51.255 C158.496,43.159 161.338,36.23 167.029,30.472 C172.72,24.716 179.563,21.83 187.563,21.83 C192.184,21.83 196.359,22.814 200.104,24.782 C203.85,26.742 207.129,29.693 209.957,33.62 L209.957,1.558 L217.098,1.55
 8 L217.098,1.558 Z" id="Fill-5"></path>
-                <path d="M139.761,45.731 C138.792,41.87 137.393,38.78 135.542,36.47 C133.69,34.16 131.25,32.295 128.21,30.881 C125.179,29.467 121.98,28.767 118.636,28.767 C113.112,28.767 108.361,30.538 104.397,34.087 C101.497,36.673 99.296,40.558 97.816,45.731 L139.761,45.731 L139.761,45.731 Z M139.761,60.881 L145.86,64.088 C143.864,68.015 141.546,71.192 138.923,73.603 C136.299,76.017 133.355,77.852 130.076,79.106 C126.797,80.374 123.081,81 118.942,81 C109.76,81 102.59,77.991 97.409,71.972 C92.228,65.96 89.648,59.154 89.648,51.576 C89.648,44.435 91.834,38.073 96.221,32.484 C101.773,25.386 109.206,21.83 118.534,21.83 C128.124,21.83 135.789,25.473 141.517,32.746 C145.583,37.883 147.652,44.297 147.726,51.984 L97.095,51.984 C97.227,58.52 99.318,63.877 103.362,68.059 C107.399,72.242 112.384,74.325 118.322,74.325 C121.186,74.325 123.97,73.831 126.681,72.832 C129.391,71.833 131.694,70.515 133.604,68.86 C135.498,67.214 137.553,64.554 139.761,60.881 L139.761,60.881 Z" id="Fill-4"></path>
-                <path d="M59.618,23.28 L67.014,23.28 L67.014,31.508 C69.215,28.258 71.547,25.838 73.995,24.235 C76.443,22.631 78.994,21.83 81.647,21.83 C83.651,21.83 85.786,22.471 88.06,23.746 L84.285,29.845 C82.769,29.189 81.501,28.869 80.466,28.869 C78.047,28.869 75.715,29.86 73.478,31.843 C71.241,33.824 69.536,36.899 68.355,41.067 C67.466,44.274 67.014,50.76 67.014,60.517 L67.014,79.551 L59.618,79.551 L59.618,23.28" id="Fill-2"></path>
-                <path d="M8.514,10.914 L8.514,36.725 L21.39,36.886 C26.601,36.886 30.404,36.404 32.824,35.464 C35.229,34.517 37.13,32.986 38.508,30.866 C39.892,28.752 40.577,26.392 40.577,23.768 C40.577,21.225 39.892,18.893 38.508,16.773 C37.13,14.659 35.316,13.158 33.057,12.262 C30.798,11.366 27.096,10.914 21.959,10.914 L8.514,10.914 L8.514,10.914 Z M0.906,3.467 L16.063,3.467 C24.75,3.467 30.608,3.846 33.647,4.611 C37.99,5.682 41.539,7.875 44.301,11.205 C47.063,14.528 48.439,18.711 48.439,23.746 C48.439,28.812 47.092,32.994 44.41,36.288 C41.714,39.581 38.012,41.797 33.29,42.933 C29.836,43.764 23.395,44.172 13.943,44.172 L8.514,44.172 L8.514,79.551 L0.906,79.551 L0.906,3.467 L0.906,3.467 Z" id="Fill-1"></path>
-            </g>
-            <g id="Frog" transform="translate(0.000000, 2.000000)">
-                <path d="M31.2200794,23.2008514 C38.5546744,20.3670127 46.7946898,18.6351109 55.5039506,18.6351109 C64.1847927,18.6351109 72.4007395,20.3108838 79.7185939,23.0772302 L79.7185939,23.0772302 C81.4107445,26.4701171 85.0272927,28.8194157 89.2119141,28.8194157 C89.858443,28.8194157 90.4912508,28.7634909 91.1053892,28.6564369 C103.265454,36.1508796 111,46.6024782 111,55.5411187 C111,69.0911992 86.1487525,79.9576271 55.5039506,79.9576271 C24.8443339,79.9576271 0,69.9052505 0,55.5411187 C0,46.8686834 7.83530637,36.2975719 20.135685,28.6953925 C20.6740416,28.7770195 21.2259379,28.8194157 21.7880859,28.8194157 C25.9273938,28.8194157 29.5042731,26.5270489 31.2200794,23.2008514 Z M67.640625,33.9005989 C67.640625,34.9327087 66.7646891,35.7534105 65.6899452,35.7534105 C64.613233,35.7534105 63.7382812,34.9327087 63.7382812,33.9005989 C63.7382812,32.8984053 64.613233,32.0697258 65.6899452,32.0697258 C66.7646891,32.0697258 67.640625,32.8984053 67.640625,33.9005989 Z M47.2617187,33.90
 05989 C47.2617187,34.9327087 46.3865463,35.7534105 45.3105469,35.7534105 C44.2345475,35.7534105 43.359375,34.9327087 43.359375,33.9005989 C43.359375,32.8984053 44.2345475,32.0697258 45.3105469,32.0697258 C46.3865463,32.0697258 47.2617187,32.8984053 47.2617187,33.9005989 Z" id="Face" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
-                <g id="Eyes" transform="translate(2.005639, 0.000000)" fill="#FFFFFF" sketch:type="MSShapeGroup">
-                    <g id="Left" transform="translate(0.162330, 0.000000)">
-                        <path d="M39.0234375,18.637703 C39.0234375,28.9218249 30.3494977,37.2702219 19.6201172,37.2702219 C8.90584279,37.2702219 0.216796875,28.9218249 0.216796875,18.637703 C0.216796875,8.34943379 8.90584279,0 19.6201172,0 C30.3494977,0 39.0234375,8.34943379 39.0234375,18.637703 Z M30.1347656,18.7460256 C30.1347656,24.300531 25.4317919,28.8194157 19.6201172,28.8194157 C13.8164475,28.8194157 9.10546875,24.300531 9.10546875,18.7460256 C9.10546875,13.1791792 13.8164475,8.66749345 19.6201172,8.66749345 C25.4317919,8.66749345 30.1347656,13.1791792 30.1347656,18.7460256 Z" id="Socket"></path>
-                        <path d="M23.6308594,18.6340856 C23.6308594,20.7872878 21.7918311,22.535483 19.5117187,22.535483 C17.2386718,22.535483 15.3925781,20.7872878 15.3925781,18.6340856 C15.3925781,16.4696047 17.2386718,14.7347389 19.5117187,14.7347389 C21.7918311,14.7347389 23.6308594,16.4696047 23.6308594,18.6340856" id="Pupil"></path>
-                    </g>
-                    <g id="Right" transform="translate(67.586158, 0.000000)">
-                        <path d="M39.0234375,18.637703 C39.0234375,28.9218249 30.3494977,37.2702219 19.6201172,37.2702219 C8.90584279,37.2702219 0.216796875,28.9218249 0.216796875,18.637703 C0.216796875,8.34943379 8.90584279,0 19.6201172,0 C30.3494977,0 39.0234375,8.34943379 39.0234375,18.637703 Z M30.1347656,18.7460256 C30.1347656,24.300531 25.4317919,28.8194157 19.6201172,28.8194157 C13.8164475,28.8194157 9.10546875,24.300531 9.10546875,18.7460256 C9.10546875,13.1791792 13.8164475,8.66749345 19.6201172,8.66749345 C25.4317919,8.66749345 30.1347656,13.1791792 30.1347656,18.7460256 Z" id="Socket"></path>
-                        <path d="M23.6308594,18.6340856 C23.6308594,20.7872878 21.7918311,22.535483 19.5117187,22.535483 C17.2386718,22.535483 15.3925781,20.7872878 15.3925781,18.6340856 C15.3925781,16.4696047 17.2386718,14.7347389 19.5117187,14.7347389 C21.7918311,14.7347389 23.6308594,16.4696047 23.6308594,18.6340856" id="Pupil"></path>
-                    </g>
-                </g>
-                <g id="Nose" transform="translate(43.307898, 31.946418)"></g>
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/57e3f3dd/docs/manual/source/images/logos/downloads/banner-light-background.eps
----------------------------------------------------------------------
diff --git a/docs/manual/source/images/logos/downloads/banner-light-background.eps b/docs/manual/source/images/logos/downloads/banner-light-background.eps
deleted file mode 100644
index a4fd7c9..0000000
--- a/docs/manual/source/images/logos/downloads/banner-light-background.eps
+++ /dev/null
@@ -1,1317 +0,0 @@
-%!PS-Adobe-3.0 EPSF-3.0
-%APL_DSC_Encoding: UTF8
-%APLProducer: (Version 10.10.3 (Build 14D131) Quartz PS Context)
-%%Title: (Unknown)
-%%Creator: (Unknown)
-%%CreationDate: (Unknown)
-%%For: (Unknown)
-%%DocumentData: Clean7Bit
-%%LanguageLevel: 2
-%%Pages: 1
-%%BoundingBox: 0 0 777 84
-%%EndComments
-%%BeginProlog
-%%BeginFile: cg-pdf.ps
-%%Copyright: Copyright 2000-2004 Apple Computer Incorporated.
-%%Copyright: All Rights Reserved.
-currentpacking true setpacking
-/cg_md 141 dict def
-cg_md begin
-/L3? languagelevel 3 ge def
-/bd{bind def}bind def
-/ld{load def}bd
-/xs{exch store}bd
-/xd{exch def}bd
-/cmmtx matrix def
-mark
-/sc/setcolor
-/scs/setcolorspace
-/dr/defineresource
-/fr/findresource
-/T/true
-/F/false
-/d/setdash
-/w/setlinewidth
-/J/setlinecap
-/j/setlinejoin
-/M/setmiterlimit
-/i/setflat
-/rc/rectclip
-/rf/rectfill
-/rs/rectstroke
-/f/fill
-/f*/eofill
-/sf/selectfont
-/s/show
-/xS/xshow
-/yS/yshow
-/xyS/xyshow
-/S/stroke
-/m/moveto
-/l/lineto
-/c/curveto
-/h/closepath
-/n/newpath
-/q/gsave
-/Q/grestore
-counttomark 2 idiv
-{ld}repeat pop
-/SC{	
-    /ColorSpace fr scs
-}bd
-/sopr /setoverprint where{pop/setoverprint}{/pop}ifelse ld
-/soprm /setoverprintmode where{pop/setoverprintmode}{/pop}ifelse ld
-/cgmtx matrix def
-/sdmtx{cgmtx currentmatrix pop}bd
-/CM {cgmtx setmatrix}bd		
-/cm {cmmtx astore CM concat}bd	
-/W{clip newpath}bd
-/W*{eoclip newpath}bd
-statusdict begin product end dup (HP) anchorsearch{
-    pop pop pop	
-    true
-}{
-    pop	
-   (hp) anchorsearch{
-	pop pop true
-    }{
-	pop false
-    }ifelse
-}ifelse
-{	
-    { 
-	{ 
-	    pop pop 
-	    (0)dup 0 4 -1 roll put
-	    F charpath
-	}cshow
-    }
-}{
-    {F charpath}
-}ifelse
-/cply exch bd
-/cps {cply stroke}bd
-/pgsave 0 def
-/bp{/pgsave save store}bd
-/ep{pgsave restore showpage}def		
-/re{4 2 roll m 1 index 0 rlineto 0 exch rlineto neg 0 rlineto h}bd
-/scrdict 10 dict def
-/scrmtx matrix def
-/patarray 0 def
-/createpat{patarray 3 1 roll put}bd
-/makepat{
-scrmtx astore pop
-gsave
-initgraphics
-CM 
-patarray exch get
-scrmtx
-makepattern
-grestore
-setpattern
-}bd
-/cg_BeginEPSF{
-    userdict save/cg_b4_Inc_state exch put
-    userdict/cg_endepsf/cg_EndEPSF load put
-    count userdict/cg_op_count 3 -1 roll put 
-    countdictstack dup array dictstack userdict/cg_dict_array 3 -1 roll put
-    3 sub{end}repeat
-    /showpage {} def
-    0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin
-    10 setmiterlimit [] 0 setdash newpath
-    false setstrokeadjust false setoverprint	
-}bd
-/cg_EndEPSF{
-  countdictstack 3 sub { end } repeat
-  cg_dict_array 3 1 index length 3 sub getinterval
-  {begin}forall
-  count userdict/cg_op_count get sub{pop}repeat
-  userdict/cg_b4_Inc_state get restore
-  F setpacking
-}bd
-/cg_biproc{currentfile/RunLengthDecode filter}bd
-/cg_aiproc{currentfile/ASCII85Decode filter/RunLengthDecode filter}bd
-/ImageDataSource 0 def
-L3?{
-    /cg_mibiproc{pop pop/ImageDataSource{cg_biproc}def}bd
-    /cg_miaiproc{pop pop/ImageDataSource{cg_aiproc}def}bd
-}{
-    /ImageBandMask 0 def
-    /ImageBandData 0 def
-    /cg_mibiproc{
-	string/ImageBandMask xs
-	string/ImageBandData xs
-	/ImageDataSource{[currentfile/RunLengthDecode filter dup ImageBandMask/readstring cvx
-	    /pop cvx dup ImageBandData/readstring cvx/pop cvx]cvx bind}bd
-    }bd
-    /cg_miaiproc{	
-	string/ImageBandMask xs
-	string/ImageBandData xs
-	/ImageDataSource{[currentfile/ASCII85Decode filter/RunLengthDecode filter
-	    dup ImageBandMask/readstring cvx
-	    /pop cvx dup ImageBandData/readstring cvx/pop cvx]cvx bind}bd
-    }bd
-}ifelse
-/imsave 0 def
-/BI{save/imsave xd mark}bd
-/EI{imsave restore}bd
-/ID{
-counttomark 2 idiv
-dup 2 add	
-dict begin
-{def} repeat
-pop		
-/ImageType 1 def
-/ImageMatrix[Width 0 0 Height neg 0 Height]def
-currentdict dup/ImageMask known{ImageMask}{F}ifelse exch
-L3?{
-    dup/MaskedImage known
-    { 
-	pop
-	<<
-	    /ImageType 3
-	    /InterleaveType 2
-	    /DataDict currentdict
-	    /MaskDict
-	    <<  /ImageType 1
-		/Width Width
-		/Height Height
-		/ImageMatrix ImageMatrix
-		/BitsPerComponent 1
-		/Decode [0 1]
-		currentdict/Interpolate known
-		{/Interpolate Interpolate}if
-	    >>
-	>>
-    }if
-}if
-exch
-{imagemask}{image}ifelse	
-end	
-}bd
-/cguidfix{statusdict begin mark version end
-{cvr}stopped{cleartomark 0}{exch pop}ifelse
-2012 lt{dup findfont dup length dict begin
-{1 index/FID ne 2 index/UniqueID ne and
-{def} {pop pop} ifelse}forall
-currentdict end definefont pop
-}{pop}ifelse
-}bd
-/t_array 0 def
-/t_i 0 def
-/t_c 1 string def
-/x_proc{ 
-    exch t_array t_i get add exch moveto
-    /t_i t_i 1 add store
-}bd
-/y_proc{ 
-    t_array t_i get add moveto
-    /t_i t_i 1 add store
-}bd
-/xy_proc{
-        
-	t_array t_i 2 copy 1 add get 3 1 roll get 
-	4 -1 roll add 3 1 roll add moveto
-	/t_i t_i 2 add store
-}bd
-/sop 0 def		
-/cp_proc/x_proc ld 	
-/base_charpath		
-{
-    /t_array xs
-    /t_i 0 def
-    { 
-	t_c 0 3 -1 roll put
-        currentpoint
-	t_c cply sop
-        cp_proc
-    }forall
-    /t_array 0 def
-}bd
-/sop/stroke ld		
-/nop{}def
-/xsp/base_charpath ld
-/ysp{/cp_proc/y_proc ld base_charpath/cp_proc/x_proc ld}bd
-/xysp{/cp_proc/xy_proc ld base_charpath/cp_proc/x_proc ld}bd
-/xmp{/sop/nop ld /cp_proc/x_proc ld base_charpath/sop/stroke ld}bd
-/ymp{/sop/nop ld /cp_proc/y_proc ld base_charpath/sop/stroke ld}bd
-/xymp{/sop/nop ld /cp_proc/xy_proc ld base_charpath/sop/stroke ld}bd
-/refnt{ 
-findfont dup length dict copy dup
-/Encoding 4 -1 roll put 
-definefont pop
-}bd
-/renmfont{ 
-findfont dup length dict copy definefont pop
-}bd
-L3? dup dup{save exch}if
-/Range 0 def
-/DataSource 0 def
-/val 0 def
-/nRange 0 def
-/mulRange 0 def
-/d0 0 def
-/r0 0 def
-/di 0 def
-/ri 0 def
-/a0 0 def
-/a1 0 def
-/r1 0 def
-/r2 0 def
-/dx 0 def
-/Nsteps 0 def
-/sh3tp 0 def
-/ymax 0 def
-/ymin 0 def
-/xmax 0 def
-/xmin 0 def
-/setupFunEval 
-{
-    begin
-	/nRange Range length 2 idiv store
-	/mulRange   
-		    
-	[ 
-	    0 1 nRange 1 sub
-	    { 
-		    2 mul/nDim2 xd		
-		    Range nDim2 get		
-		    Range nDim2 1 add get	
-		    1 index sub			
-						
-		    255 div			
-		    exch			
-	    }for
-	]store
-    end
-}bd
-/FunEval 
-{
-    begin
-	
-	nRange mul /val xd	
-				
-	0 1 nRange 1 sub
-	{
-	    dup 2 mul/nDim2 xd 
-	    val	
-	    add DataSource exch get 
-	    mulRange nDim2 get mul 	
-	    mulRange nDim2 1 add get 
-	    add 
-	}for	
-    end
-}bd
-/max 
-{
-	2 copy lt
-	{exch pop}{pop}ifelse
-}bd
-/sh2
-{	
-	/Coords load aload pop 	
-	3 index 3 index translate	
-					
-	3 -1 roll sub	
-	3 1 roll exch 	
-	sub				
-	2 copy
-	dup mul exch dup mul add sqrt	
-	dup
-	scale  
-	atan	
-	
-	rotate		
-	
-	/Function load setupFunEval	
-	
-	
-	clippath {pathbbox}stopped {0 0 0 0}if newpath 	
-	/ymax xs
-	/xmax xs
-	/ymin xs
-	/xmin xs
-	currentdict/Extend known
-	{
-		/Extend load 0 get
-		{	
-			0/Function load FunEval sc	
-			xmin ymin xmin abs ymax ymin sub rectfill
-		}if
-	}if
-	
-	/Nsteps/Function load/Size get 0 get 1 sub store
-	/dx 1 Nsteps div store
-	gsave
-		/di ymax ymin sub store
-		/Function load
-		
-		0 1 Nsteps
-		{
-			1 index FunEval sc
-			0 ymin dx di rectfill
-			dx 0 translate
-		}for
-		pop	
-	grestore	
-	currentdict/Extend known
-	{
-		/Extend load 1 get
-		{	
-			Nsteps/Function load FunEval sc	
-			1 ymin xmax 1 sub abs ymax ymin sub rectfill
-		}if
-	}if
-}bd
-/shp	
-{	
-	4 copy
-	
-	dup 0 gt{
-		0 exch a1 a0 arc
-	}{
-		pop 0 moveto
-	}ifelse
-	dup 0 gt{
-		0 exch a0 a1 arcn
-	}{
-		pop 0 lineto
-	}ifelse
-	
-	fill
-	
-	dup 0 gt{
-		0 exch a0 a1 arc
-	}{
-		pop 0 moveto
-	}ifelse
-	dup 0 gt{
-		0 exch a1 a0 arcn
-	}{
-		pop 0 lineto
-	}ifelse
-	
-	fill
-}bd
-/calcmaxs
-{	
-	
-	xmin dup mul ymin dup mul add sqrt		
-	xmax dup mul ymin dup mul add sqrt		
-	xmin dup mul ymax dup mul add sqrt		
-	xmax dup mul ymax dup mul add sqrt		
-	max max max								
-}bd
-/sh3
-{	
-	/Coords load aload pop 	
-	5 index 5 index translate	
-	3 -1 roll 6 -1 roll sub		
-	3 -1 roll 5 -1 roll sub		
-	2 copy dup mul exch dup mul add sqrt
-	/dx xs						
-	2 copy 0 ne exch 0 ne or
-	{
-		
-		exch atan rotate	
-	}{
-		pop pop
-	}ifelse
-	
-	/r2 xs
-	/r1 xs
-	/Function load 
-	dup/Size get 0 get 1 sub	
-	/Nsteps xs		
-	setupFunEval		
-	
-	
-	
-	
-	
-	dx r2 add r1 lt{
-		
-		0 
-	}{
-		dx r1 add r2 le
-		{ 
-			1
-		}{ 
-			r1 r2 eq
-			{	
-				2
-			}{ 
-				3
-			}ifelse		
-		}ifelse
-	}ifelse
-	/sh3tp xs		
-	clippath {pathbbox}stopped {0 0 0 0}if 
-	newpath 	
-	/ymax xs
-	/xmax xs
-	/ymin xs
-	/xmin xs
-	
-	dx dup mul r2 r1 sub dup mul sub dup 0 gt
-	{
-		sqrt r2 r1 sub atan
-		/a0 exch 180 exch sub store 
-		/a1 a0 neg store 
-	}{
-		pop
-		/a0 0 store
-		/a1 360 store		
-	}ifelse		
-	currentdict/Extend known
-	{
-		/Extend load 0 get r1 0 gt and	
-		{	
-			0/Function load FunEval sc	
-			
-			
-			
-			
-			{ 
-				{	
-					dx 0 r1 360 0 arcn
-					xmin ymin moveto
-					xmax ymin lineto
-					xmax ymax lineto
-					xmin ymax lineto
-					xmin ymin lineto
-					eofill		
-				}
-				{	
-					r1 0 gt{0 0 r1 0 360 arc fill}if
-				}
-				{	
-					
-					
-				
-					
-					0 r1 xmin abs r1 add neg r1 shp
-				}
-				{	
-					
-				
-					r2 r1 gt{	
-						
-						0 r1
-						r1 neg r2 r1 sub div dx mul	
-						0	
-						shp	
-					}{	
-						
-						
-						
-						0 r1 calcmaxs	
-						dup
-						
-						r2 add dx mul dx r1 r2 sub sub div
-						neg				
-						exch 1 index	
-						abs exch sub
-						shp
-					}ifelse
-				} 
-			}sh3tp get exec	
-		}if
-	}if
-	
-	/d0 0 store
-	/r0 r1 store
-	/di dx Nsteps div store
-	/ri r2 r1 sub Nsteps div store 
-	/Function load 
-	0 1 Nsteps
-	{	
-		1 index FunEval sc
-		d0 di add r0 ri add d0 r0 shp
-		{
-		
-		d0 0 r0 a1 a0 arc
-		d0 di add 0 r0 ri add a0 a1 arcn
-		fill
-		
-		
-		d0 0 r0 a0 a1 arc
-		d0 di add 0 r0 ri add a1 a0 arcn
-		fill
-		}pop
-		
-		
-		/d0 d0 di add store
-		/r0 r0 ri add store
-	}for
-	pop	
-	
-	currentdict/Extend known
-	{
-		/Extend load 1 get r2 0 gt and	
-		{	
-			Nsteps/Function load FunEval sc	
-			
-			
-			
-			
-			{ 
-				{
-					dx 0 r2 0 360 arc fill
-				} 
-				{
-					dx 0 r2 360 0 arcn
-					xmin ymin moveto
-					xmax ymin lineto
-					xmax ymax lineto
-					xmin ymax lineto
-					xmin ymin lineto
-					eofill		
-				} 
-				{	
-					
-					
-					xmax abs r1 add r1 dx r1 shp
-				}	
-				{	
-			
-					r2 r1 gt{
-						
-						
-						
-						calcmaxs dup	
-						
-						r1 add dx mul dx r2 r1 sub sub div	
-						exch 1 index	
-						exch sub
-						dx r2
-						shp
-					}{	
-						
-						r1 neg r2 r1 sub div dx mul	
-						0		
-						dx 		
-						r2		
-						shp
-					}ifelse
-				}
-			}			
-			sh3tp get exec	
-		}if
-	}if
-}bd
-/sh		
-{	
-	begin
-		/ShadingType load dup dup 2 eq exch 3 eq or
-		{	
-			gsave
-				newpath
-				/ColorSpace load scs
-				currentdict/BBox known
-				{
-					/BBox load aload pop	
-					2 index sub				
-					3 index					
-					3 -1 roll exch sub 
-					exch rectclip
-				}if
-				2 eq
-				{sh2}{sh3}ifelse
-			grestore
-		}{
-			
-			pop 
-			(DEBUG: shading type unimplemented\n)print flush
-		}ifelse
-	end
-}bd
-{restore}if not dup{save exch}if
-	L3?{	
-		/sh/shfill ld
-		/csq/clipsave ld
-		/csQ/cliprestore ld
-	}if
-{restore}if
-end
-setpacking
-%%EndFile
-%%EndProlog
-%%BeginSetup
-%%EndSetup
-%%Page: 1 1
-%%PageBoundingBox: 0 0 777 84
-%%BeginPageSetup
-cg_md begin
-bp
-sdmtx
-[ /CIEBasedABC 4 dict dup begin 
-/WhitePoint [ 0.9505 1.0000 1.0891 ] def 
-/DecodeABC [ 
-{ 1.0 0.0 3 -1 roll 1 index 1 index le { exch pop} { pop } ifelse 
- 1 index 1 index ge { exch pop } { pop } ifelse < 
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000001010101010101010101010101
-0101010101010101010101010101010101010101010101020202020202020202
-0202020202020202020202020202020202030303030303030303030303030303
-0303030303030304040404040404040404040404040404040404050505050505
-0505050505050505050506060606060606060606060606060607070707070707
-0707070707070708080808080808080808080808090909090909090909090909
-0a0a0a0a0a0a0a0a0a0a0a0b0b0b0b0b0b0b0b0b0b0b0c0c0c0c0c0c0c0c0c0c
-0d0d0d0d0d0d0d0d0d0d0e0e0e0e0e0e0e0e0e0f0f0f0f0f0f0f0f0f10101010
-1010101010111111111111111112121212121212121313131313131313141414
-1414141414151515151515151616161616161616171717171717171818181818
-18181919191919191a1a1a1a1a1a1a1b1b1b1b1b1b1c1c1c1c1c1c1c1d1d1d1d
-1d1d1e1e1e1e1e1e1f1f1f1f1f1f202020202020212121212121222222222223
-2323232323242424242425252525252526262626262727272727282828282829
-292929292a2a2a2a2a2b2b2b2b2b2c2c2c2c2c2d2d2d2d2d2e2e2e2e2e2f2f2f
-2f2f303030303131313131323232323333333333343434343535353535363636
-36373737373838383839393939393a3a3a3a3b3b3b3b3c3c3c3c3d3d3d3d3e3e
-3e3e3f3f3f3f4040404041414141424242424343434444444445454545464646
-4647474748484848494949494a4a4a4b4b4b4b4c4c4c4d4d4d4d4e4e4e4f4f4f
-4f50505051515151525252535353535454545555555656565657575758585859
-59595a5a5a5a5b5b5b5c5c5c5d5d5d5e5e5e5f5f5f6060606061616162626263
-63636464646565656666666767676868686969696a6a6a6b6b6b6c6c6d6d6d6e
-6e6e6f6f6f707070717171727273737374747475757576767677777878787979
-797a7a7b7b7b7c7c7c7d7d7e7e7e7f7f7f808081818182828283838484848585
-86868687878888888989898a8a8b8b8b8c8c8d8d8d8e8e8f8f90909091919292
-9293939494949595969697979798989999999a9a9b9b9c9c9c9d9d9e9e9f9f9f
-a0a0a1a1a2a2a3a3a3a4a4a5a5a6a6a6a7a7a8a8a9a9aaaaabababacacadadae
-aeafafb0b0b0b1b1b2b2b3b3b4b4b5b5b6b6b6b7b7b8b8b9b9bababbbbbcbcbd
-bdbebebebfbfc0c0c1c1c2c2c3c3c4c4c5c5c6c6c7c7c8c8c9c9cacacbcbcccc
-cdcdcececfcfd0d0d1d1d2d2d3d3d4d4d5d5d6d6d7d7d8d8d9d9dadadbdcdcdd
-dddededfdfe0e0e1e1e2e2e3e3e4e4e5e6e6e7e7e8e8e9e9eaeaebebecededee
-eeefeff0f0f1f1f2f3f3f4f4f5f5f6f6f7f8f8f9f9fafafbfcfcfdfdfefeffff
->  dup length 1 sub 3 -1 roll mul dup dup floor cvi exch ceiling 
- cvi 3 index exch get 4 -1 roll 3 -1 roll get
- dup 3 1 roll sub 3 -1 roll dup floor cvi sub mul add 255 div } bind 
-
-{ 1.0 0.0 3 -1 roll 1 index 1 index le { exch pop} { pop } ifelse 
- 1 index 1 index ge { exch pop } { pop } ifelse < 
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000001010101010101010101010101
-0101010101010101010101010101010101010101010101020202020202020202
-0202020202020202020202020202020202030303030303030303030303030303
-0303030303030304040404040404040404040404040404040404050505050505
-0505050505050505050506060606060606060606060606060607070707070707
-0707070707070708080808080808080808080808090909090909090909090909
-0a0a0a0a0a0a0a0a0a0a0a0b0b0b0b0b0b0b0b0b0b0b0c0c0c0c0c0c0c0c0c0c
-0d0d0d0d0d0d0d0d0d0d0e0e0e0e0e0e0e0e0e0f0f0f0f0f0f0f0f0f10101010
-1010101010111111111111111112121212121212121313131313131313141414
-1414141414151515151515151616161616161616171717171717171818181818
-18181919191919191a1a1a1a1a1a1a1b1b1b1b1b1b1c1c1c1c1c1c1c1d1d1d1d
-1d1d1e1e1e1e1e1e1f1f1f1f1f1f202020202020212121212121222222222223
-2323232323242424242425252525252526262626262727272727282828282829
-292929292a2a2a2a2a2b2b2b2b2b2c2c2c2c2c2d2d2d2d2d2e2e2e2e2e2f2f2f
-2f2f303030303131313131323232323333333333343434343535353535363636
-36373737373838383839393939393a3a3a3a3b3b3b3b3c3c3c3c3d3d3d3d3e3e
-3e3e3f3f3f3f4040404041414141424242424343434444444445454545464646
-4647474748484848494949494a4a4a4b4b4b4b4c4c4c4d4d4d4d4e4e4e4f4f4f
-4f50505051515151525252535353535454545555555656565657575758585859
-59595a5a5a5a5b5b5b5c5c5c5d5d5d5e5e5e5f5f5f6060606061616162626263
-63636464646565656666666767676868686969696a6a6a6b6b6b6c6c6d6d6d6e
-6e6e6f6f6f707070717171727273737374747475757576767677777878787979
-797a7a7b7b7b7c7c7c7d7d7e7e7e7f7f7f808081818182828283838484848585
-86868687878888888989898a8a8b8b8b8c8c8d8d8d8e8e8f8f90909091919292
-9293939494949595969697979798989999999a9a9b9b9c9c9c9d9d9e9e9f9f9f
-a0a0a1a1a2a2a3a3a3a4a4a5a5a6a6a6a7a7a8a8a9a9aaaaabababacacadadae
-aeafafb0b0b0b1b1b2b2b3b3b4b4b5b5b6b6b6b7b7b8b8b9b9bababbbbbcbcbd
-bdbebebebfbfc0c0c1c1c2c2c3c3c4c4c5c5c6c6c7c7c8c8c9c9cacacbcbcccc
-cdcdcececfcfd0d0d1d1d2d2d3d3d4d4d5d5d6d6d7d7d8d8d9d9dadadbdcdcdd
-dddededfdfe0e0e1e1e2e2e3e3e4e4e5e6e6e7e7e8e8e9e9eaeaebebecededee
-eeefeff0f0f1f1f2f3f3f4f4f5f5f6f6f7f8f8f9f9fafafbfcfcfdfdfefeffff
->  dup length 1 sub 3 -1 roll mul dup dup floor cvi exch ceiling 
- cvi 3 index exch get 4 -1 roll 3 -1 roll get
- dup 3 1 roll sub 3 -1 roll dup floor cvi sub mul add 255 div } bind 
-
-{ 1.0 0.0 3 -1 roll 1 index 1 index le { exch pop} { pop } ifelse 
- 1 index 1 index ge { exch pop } { pop } ifelse < 
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000001010101010101010101010101
-0101010101010101010101010101010101010101010101020202020202020202
-0202020202020202020202020202020202030303030303030303030303030303
-0303030303030304040404040404040404040404040404040404050505050505
-0505050505050505050506060606060606060606060606060607070707070707
-0707070707070708080808080808080808080808090909090909090909090909
-0a0a0a0a0a0a0a0a0a0a0a0b0b0b0b0b0b0b0b0b0b0b0c0c0c0c0c0c0c0c0c0c
-0d0d0d0d0d0d0d0d0d0d0e0e0e0e0e0e0e0e0e0f0f0f0f0f0f0f0f0f10101010
-1010101010111111111111111112121212121212121313131313131313141414
-1414141414151515151515151616161616161616171717171717171818181818
-18181919191919191a1a1a1a1a1a1a1b1b1b1b1b1b1c1c1c1c1c1c1c1d1d1d1d
-1d1d1e1e1e1e1e1e1f1f1f1f1f1f202020202020212121212121222222222223
-2323232323242424242425252525252526262626262727272727282828282829
-292929292a2a2a2a2a2b2b2b2b2b2c2c2c2c2c2d2d2d2d2d2e2e2e2e2e2f2f2f
-2f2f303030303131313131323232323333333333343434343535353535363636
-36373737373838383839393939393a3a3a3a3b3b3b3b3c3c3c3c3d3d3d3d3e3e
-3e3e3f3f3f3f4040404041414141424242424343434444444445454545464646
-4647474748484848494949494a4a4a4b4b4b4b4c4c4c4d4d4d4d4e4e4e4f4f4f
-4f50505051515151525252535353535454545555555656565657575758585859
-59595a5a5a5a5b5b5b5c5c5c5d5d5d5e5e5e5f5f5f6060606061616162626263
-63636464646565656666666767676868686969696a6a6a6b6b6b6c6c6d6d6d6e
-6e6e6f6f6f707070717171727273737374747475757576767677777878787979
-797a7a7b7b7b7c7c7c7d7d7e7e7e7f7f7f808081818182828283838484848585
-86868687878888888989898a8a8b8b8b8c8c8d8d8d8e8e8f8f90909091919292
-9293939494949595969697979798989999999a9a9b9b9c9c9c9d9d9e9e9f9f9f
-a0a0a1a1a2a2a3a3a3a4a4a5a5a6a6a6a7a7a8a8a9a9aaaaabababacacadadae
-aeafafb0b0b0b1b1b2b2b3b3b4b4b5b5b6b6b6b7b7b8b8b9b9bababbbbbcbcbd
-bdbebebebfbfc0c0c1c1c2c2c3c3c4c4c5c5c6c6c7c7c8c8c9c9cacacbcbcccc
-cdcdcececfcfd0d0d1d1d2d2d3d3d4d4d5d5d6d6d7d7d8d8d9d9dadadbdcdcdd
-dddededfdfe0e0e1e1e2e2e3e3e4e4e5e6e6e7e7e8e8e9e9eaeaebebecededee
-eeefeff0f0f1f1f2f3f3f4f4f5f5f6f6f7f8f8f9f9fafafbfcfcfdfdfefeffff
->  dup length 1 sub 3 -1 roll mul dup dup floor cvi exch ceiling 
- cvi 3 index exch get 4 -1 roll 3 -1 roll get
- dup 3 1 roll sub 3 -1 roll dup floor cvi sub mul add 255 div } bind 
-] def 
-/MatrixABC [ 0.4124 0.2126 0.0193 0.3576 0.7151 0.1192 0.1805 0.0722 0.9508 ] def 
-/RangeLMN [ 0.0 0.9505 0.0 1.0000 0.0 1.0891 ] def 
-end ] /Cs1 exch/ColorSpace dr pop
-%%EndPageSetup
-0.60000002 i
-/Cs1 SC
-0.20460644 0.20595476 0.20248061 sc
-q
-705.43597 42.609001 m
-705.43597 33.791 708.401 26.540001 714.33301 20.849001 c
-720.22803 15.165 727.04199 12.323 734.76599 12.323 c
-743.13898 12.323 750.20697 15.224 755.97198 21.009001 c
-761.72803 26.868 764.60498 33.993999 764.60498 42.403999 c
-764.60498 50.916 761.76501 58.042 756.073 63.799 c
-750.41803 69.584999 743.41498 72.477997 735.07098 72.477997 c
-726.76501 72.477997 719.74799 69.584999 714.026 63.799 c
-708.29999 58.078999 705.43597 51.016998 705.43597 42.609001 c
-705.43597 42.609001 l
-h
-693.28802 42.740002 m
-693.28802 53.976002 697.40503 63.639 705.646 71.697998 c
-713.85199 79.772003 723.71198 83.808998 735.23102 83.808998 c
-746.60699 83.808998 756.36401 79.736 764.50403 71.596001 c
-772.67297 63.464001 776.76099 53.685001 776.76099 42.272999 c
-776.76099 30.788 772.65802 21.054001 764.453 13.053 c
-756.211 5.0219998 746.26501 1 734.60498 1 c
-724.302 1 715.03998 4.5700002 706.83502 11.712 c
-697.79901 19.603001 693.28802 29.943001 693.28802 42.740002 c
-693.28802 42.740002 l
-h
-693.28802 42.740002 m
-W*
-0 0 777 84 rc
-688.28802 88.808998 m
-781.76099 88.808998 l
-781.76099 -4 l
-688.28802 -4 l
-h
-f
-Q
-q
-646.789 82.307999 m
-681.95697 82.307999 l
-681.95697 73.957001 l
-646.789 73.957001 l
-646.789 82.307999 l
-h
-646.789 82.307999 m
-W*
-0 0 777 84 rc
-641.789 87.307999 m
-686.95697 87.307999 l
-686.95697 68.957001 l
-641.789 68.957001 l
-h
-f
-Q
-q
-658.34698 78.532997 m
-670.39801 78.532997 l
-670.39801 5.145 l
-658.34698 5.145 l
-658.34698 78.532997 l
-h
-658.34698 78.532997 m
-W*
-0 0 777 84 rc
-653.34698 83.532997 m
-675.39801 83.532997 l
-675.39801 0.145 l
-653.34698 0.145 l
-h
-f
-Q
-q
-646.789 10.801 m
-681.95697 10.801 l
-681.95697 2.4489999 l
-646.789 2.4489999 l
-646.789 10.801 l
-h
-646.789 10.801 m
-W*
-0 0 777 84 rc
-641.789 15.801 m
-686.95697 15.801 l
-686.95697 -2.5510001 l
-641.789 -2.5510001 l
-h
-f
-Q
-0.21170345 0.62719434 0.80599272 sc
-q
-584.034 58.720001 m
-591.276 58.720001 l
-591.276 48.634998 l
-594.16998 52.495998 597.37598 55.389999 600.896 57.299 c
-604.41498 59.208 608.24103 60.169998 612.38 60.169998 c
-616.58502 60.169998 620.315 59.098999 623.573 56.963001 c
-626.83002 54.820999 629.23401 51.950001 630.78699 48.320999 c
-632.33899 44.708 633.11902 39.067001 633.11902 31.415001 c
-633.11902 2.4489999 l
-625.875 2.4489999 l
-625.875 29.288 l
-625.875 35.772999 625.60602 40.102001 625.06702 42.272999 c
-624.229 45.997002 622.61798 48.801998 620.24298 50.681999 c
-617.867 52.555 614.763 53.495998 610.93103 53.495998 c
-606.55103 53.495998 602.63 52.053001 599.16101 49.151001 c
-595.70001 46.251999 593.41199 42.667 592.31201 38.396 c
-591.61902 35.598999 591.276 30.497 591.276 23.087 c
-591.276 2.4489999 l
-584.034 2.4489999 l
-584.034 58.720001 l
-W*
-0 0 777 84 rc
-579.034 65.169998 m
-638.11902 65.169998 l
-638.11902 -2.5510001 l
-579.034 -2.5510001 l
-h
-f
-Q
-q
-540.96002 53.085999 m
-534.94 53.085999 529.76801 50.856998 525.43903 46.412998 c
-521.117 41.966 518.953 36.589001 518.953 30.278 c
-518.953 26.205 519.93701 22.408001 521.91101 18.896 c
-523.88 15.385 526.54602 12.666 529.90503 10.749 c
-533.258 8.8400002 536.94397 7.8779998 540.96002 7.8779998 c
-544.97498 7.8779998 548.65503 8.8400002 552.01501 10.749 c
-555.37299 12.666 558.03302 15.385 560.00897 18.896 c
-561.97601 22.408001 562.96698 26.205 562.96698 30.278 c
-562.96698 36.589001 560.79602 41.966 556.45203 46.412998 c
-552.10797 50.856998 546.94202 53.085999 540.96002 53.085999 c
-540.96002 53.085999 l
-h
-540.98199 60.169998 m
-549.65302 60.169998 556.83899 57.028999 562.53601 50.754002 c
-567.71899 45.027 570.31201 38.257 570.31201 30.424 c
-570.31201 22.568001 567.57098 15.697 562.09998 9.816 c
-556.61902 3.9430001 549.58801 1 540.98199 1 c
-532.34698 1 525.29199 3.9430001 519.82001 9.816 c
-514.34802 15.697 511.608 22.568001 511.608 30.424 c
-511.608 38.222 514.19397 44.983002 519.38397 50.703999 c
-525.08099 57.014999 532.28003 60.169998 540.98199 60.169998 c
-540.98199 60.169998 l
-h
-540.98199 60.169998 m
-W*
-0 0 777 84 rc
-506.608 65.169998 m
-575.31201 65.169998 l
-575.31201 -4 l
-506.608 -4 l
-h
-f
-Q
-q
-491.51801 58.720001 m
-498.76099 58.720001 l
-498.76099 2.4489999 l
-491.51801 2.4489999 l
-491.51801 58.720001 l
-h
-495.10999 81.885002 m
-496.76501 81.885002 498.17001 81.302002 499.336 80.136002 c
-500.50201 78.956001 501.08499 77.542999 501.08499 75.896004 c
-501.08499 74.271004 500.50201 72.878998 499.336 71.697998 c
-498.17001 70.531998 496.76501 69.942001 495.10999 69.942001 c
-493.49899 69.942001 492.10699 70.531998 490.94101 71.697998 c
-489.77499 72.878998 489.19299 74.271004 489.19299 75.896004 c
-489.19299 77.542999 489.77499 78.956001 490.94101 80.136002 c
-492.10699 81.302002 493.49899 81.885002 495.10999 81.885002 c
-495.10999 81.885002 l
-h
-495.10999 81.885002 m
-W*
-0 0 777 84 rc
-484.19299 86.885002 m
-506.08499 86.885002 l
-506.08499 -2.5510001 l
-484.19299 -2.5510001 l
-h
-f
-Q
-q
-462.617 79.612 m
-469.85999 79.612 l
-469.85999 58.720001 l
-481.33801 58.720001 l
-481.33801 52.460999 l
-469.85999 52.460999 l
-469.85999 2.4489999 l
-462.617 2.4489999 l
-462.617 52.460999 l
-452.74301 52.460999 l
-452.74301 58.720001 l
-462.617 58.720001 l
-462.617 79.612 l
-W*
-0 0 777 84 rc
-447.74301 84.612 m
-486.33801 84.612 l
-486.33801 -2.5510001 l
-447.74301 -2.5510001 l
-h
-f
-Q
-q
-443.867 47.032001 m
-438.125 43.467999 l
-433.17099 50.048 426.39999 53.341999 417.823 53.341999 c
-410.974 53.341999 405.28299 51.133999 400.758 46.733002 c
-396.22501 42.316002 393.95801 36.969002 393.95801 30.657 c
-393.95801 26.562 395.00101 22.707001 397.08499 19.086 c
-399.16901 15.472 402.02499 12.666 405.66199 10.669 c
-409.298 8.6719999 413.36401 7.6750002 417.88199 7.6750002 c
-426.146 7.6750002 432.89301 10.967 438.125 17.556 c
-443.867 13.78 l
-441.17899 9.7290001 437.57101 6.5809999 433.03201 4.3520002 c
-428.49899 2.1210001 423.332 1 417.547 1 c
-408.64899 1 401.26801 3.826 395.409 9.4820004 c
-389.54999 15.136 386.61301 22.014999 386.61301 30.118 c
-386.61301 35.568001 387.991 40.625999 390.73001 45.304001 c
-393.47 49.966999 397.23001 53.611 402.02499 56.234001 c
-406.82001 58.858002 412.18399 60.169998 418.11499 60.169998 c
-421.832 60.169998 425.431 59.602001 428.89999 58.464001 c
-432.36099 57.327999 435.298 55.841 437.71701 54.012001 c
-440.12201 52.183998 442.177 49.859001 443.867 47.032001 c
-W*
-0 0 777 84 rc
-381.61301 65.169998 m
-448.867 65.169998 l
-448.867 -4 l
-381.61301 -4 l
-h
-f
-Q
-q
-366.47198 58.720001 m
-373.715 58.720001 l
-373.715 2.4489999 l
-366.47198 2.4489999 l
-366.47198 58.720001 l
-h
-370.064 81.885002 m
-371.711 81.885002 373.125 81.302002 374.29099 80.136002 c
-375.457 78.956001 376.04001 77.542999 376.04001 75.896004 c
-376.04001 74.271004 375.457 72.878998 374.29099 71.697998 c
-373.125 70.531998 371.711 69.942001 370.064 69.942001 c
-368.45401 69.942001 367.06299 70.531998 365.896 71.697998 c
-364.73001 72.878998 364.147 74.271004 364.147 75.896004 c
-364.147 77.542999 364.73001 78.956001 365.896 80.136002 c
-367.06299 81.302002 368.45401 81.885002 370.064 81.885002 c
-370.064 81.885002 l
-h
-370.064 81.885002 m
-W*
-0 0 777 84 rc
-359.147 86.885002 m
-381.04001 86.885002 l
-381.04001 -2.5510001 l
-359.147 -2.5510001 l
-h
-f
-Q
-q
-321.15399 53.188 m
-317.13101 53.188 313.40799 52.196999 309.99799 50.216 c
-306.595 48.233002 303.87601 45.450001 301.85699 41.872002 c
-299.84698 38.293999 298.841 34.506001 298.841 30.511999 c
-298.841 26.548 299.86099 22.759001 301.88699 19.143999 c
-303.92001 15.529 306.65302 12.709 310.078 10.691 c
-313.50201 8.6800003 317.17499 7.6750002 321.10999 7.6750002 c
-325.06699 7.6750002 328.82001 8.6719999 332.36899 10.669 c
-335.91699 12.666 338.64301 15.369 340.552 18.778999 c
-342.46799 22.190001 343.423 26.030001 343.423 30.301001 c
-343.423 36.807999 341.28101 42.250999 336.996 46.623001 c
-332.70401 51.002998 327.42099 53.188 321.15399 53.188 c
-321.15399 53.188 l
-h
-350.09799 80.442001 m
-350.09799 2.4489999 l
-342.957 2.4489999 l
-342.957 12.119 l
-339.92499 8.4320002 336.51501 5.6550002 332.73999 3.7980001 c
-328.966 1.933 324.841 1 320.353 1 c
-312.39499 1 305.58899 3.8859999 299.94901 9.6630001 c
-294.315 15.442 291.496 22.468 291.496 30.745001 c
-291.496 38.841 294.33801 45.77 300.02899 51.528 c
-305.72 57.284 312.56299 60.169998 320.56299 60.169998 c
-325.18399 60.169998 329.35901 59.186001 333.104 57.217999 c
-336.85001 55.257999 340.129 52.306999 342.957 48.380001 c
-342.957 80.442001 l
-350.09799 80.442001 l
-350.09799 80.442001 l
-h
-350.09799 80.442001 m
-W*
-0 0 777 84 rc
-286.496 85.442001 m
-355.09799 85.442001 l
-355.09799 -4 l
-286.496 -4 l
-h
-f
-Q
-q
-272.76099 36.269001 m
-271.79199 40.130001 270.39301 43.220001 268.54199 45.529999 c
-266.69 47.84 264.25 49.705002 261.20999 51.118999 c
-258.17899 52.533001 254.98 53.233002 251.636 53.233002 c
-246.112 53.233002 241.36099 51.462002 237.397 47.912998 c
-234.49699 45.327 232.29601 41.442001 230.81599 36.269001 c
-272.76099 36.269001 l
-272.76099 36.269001 l
-h
-272.76099 21.118999 m
-278.85999 17.912001 l
-276.86401 13.985 274.54599 10.808 271.923 8.3970003 c
-269.29901 5.9829998 266.35501 4.1479998 263.07599 2.8940001 c
-259.797 1.626 256.08099 1 251.942 1 c
-242.75999 1 235.59 4.0089998 230.409 10.028 c
-225.228 16.040001 222.64799 22.846001 222.64799 30.424 c
-222.64799 37.564999 224.834 43.926998 229.22099 49.515999 c
-234.77299 56.613998 242.20599 60.169998 251.534 60.169998 c
-261.12399 60.169998 268.789 56.527 274.517 49.254002 c
-278.58301 44.117001 280.65201 37.702999 280.72601 30.016001 c
-230.095 30.016001 l
-230.22701 23.48 232.31799 18.122999 236.362 13.941 c
-240.399 9.7580004 245.384 7.6750002 251.32201 7.6750002 c
-254.186 7.6750002 256.97 8.1689997 259.681 9.1680002 c
-262.39099 10.167 264.694 11.485 266.604 13.14 c
-268.49799 14.786 270.55301 17.445999 272.76099 21.118999 c
-272.76099 21.118999 l
-h
-272.76099 21.118999 m
-W*
-0 0 777 84 rc
-217.64799 65.169998 m
-285.72601 65.169998 l
-285.72601 -4 l
-217.64799 -4 l
-h
-f
-Q
-q
-192.618 58.720001 m
-200.01401 58.720001 l
-200.01401 50.492001 l
-202.215 53.742001 204.547 56.161999 206.995 57.764999 c
-209.44299 59.368999 211.994 60.169998 214.647 60.169998 c
-216.651 60.169998 218.786 59.528999 221.06 58.254002 c
-217.285 52.154999 l
-215.769 52.811001 214.50101 53.131001 213.466 53.131001 c
-211.047 53.131001 208.715 52.139999 206.478 50.157001 c
-204.241 48.175999 202.536 45.101002 201.355 40.932999 c
-200.466 37.726002 200.01401 31.24 200.01401 21.483 c
-200.01401 2.4489999 l
-192.618 2.4489999 l
-192.618 58.720001 l
-W*
-0 0 777 84 rc
-187.618 65.169998 m
-226.06 65.169998 l
-226.06 -2.5510001 l
-187.618 -2.5510001 l
-h
-f
-Q
-q
-141.51401 71.085999 m
-141.51401 45.275002 l
-154.39 45.113998 l
-159.601 45.113998 163.40401 45.596001 165.82401 46.535999 c
-168.229 47.483002 170.13 49.014 171.508 51.133999 c
-172.892 53.248001 173.577 55.608002 173.577 58.231998 c
-173.577 60.775002 172.892 63.106998 171.508 65.226997 c
-170.13 67.341003 168.31599 68.842003 166.05701 69.737999 c
-163.798 70.634003 160.09599 71.085999 154.959 71.085999 c
-141.51401 71.085999 l
-141.51401 71.085999 l
-h
-133.90601 78.532997 m
-149.063 78.532997 l
-157.75 78.532997 163.608 78.153999 166.647 77.389 c
-170.99001 76.318001 174.539 74.125 177.30099 70.794998 c
-180.063 67.472 181.439 63.289001 181.439 58.254002 c
-181.439 53.188 180.092 49.006001 177.41 45.712002 c
-174.714 42.418999 171.01199 40.202999 166.28999 39.067001 c
-162.836 38.236 156.395 37.827999 146.94299 37.827999 c
-141.51401 37.827999 l
-141.51401 2.4489999 l
-133.90601 2.4489999 l
-133.90601 78.532997 l
-133.90601 78.532997 l
-h
-133.90601 78.532997 m
-W*
-0 0 777 84 rc
-128.90601 83.532997 m
-186.439 83.532997 l
-186.439 -2.5510001 l
-128.90601 -2.5510001 l
-h
-f
-Q
-0.10196079 0.098039217 0.098039217 sc
-q
-55.503952 2.0423729 m
-24.844334 2.0423729 0 12.094749 0 26.458881 c
-0 41.901707 24.844334 63.364887 55.503952 63.364887 c
-86.14875 63.364887 111 42.481304 111 26.458881 c
-111 12.908801 86.14875 2.0423729 55.503952 2.0423729 c
-h
-55.503952 2.0423729 m
-W*
-0 0 777 84 rc
--5 68.364891 m
-116 68.364891 l
-116 -2.9576271 l
--5 -2.9576271 l
-h
-f
-Q
-q
-41.191406 63.362297 m
-41.191406 53.078175 32.517467 44.729778 21.788086 44.729778 c
-11.073812 44.729778 2.3847656 53.078175 2.3847656 63.362297 c
-2.3847656 73.650566 11.073812 82 21.788086 82 c
-32.517467 82 41.191406 73.650566 41.191406 63.362297 c
-W*
-0 0 777 84 rc
--2.6152344 87 m
-46.191406 87 l
-46.191406 39.729778 l
--2.6152344 39.729778 l
-h
-f
-Q
-1 0.99871939 0.9961471 sc
-q
-32.302734 63.253975 m
-32.302734 57.699471 27.59976 53.180584 21.788086 53.180584 c
-15.984416 53.180584 11.273438 57.699471 11.273438 63.253975 c
-11.273438 68.820824 15.984416 73.332504 21.788086 73.332504 c
-27.59976 73.332504 32.302734 68.820824 32.302734 63.253975 c
-W*
-0 0 777 84 rc
-6.2734375 78.332504 m
-37.302734 78.332504 l
-37.302734 48.180584 l
-6.2734375 48.180584 l
-h
-f
-Q
-0.10196079 0.098039217 0.098039217 sc
-q
-25.798828 63.365913 m
-25.798828 61.212711 23.959801 59.464516 21.679688 59.464516 c
-19.406641 59.464516 17.560547 61.212711 17.560547 63.365913 c
-17.560547 65.530396 19.406641 67.265259 21.679688 67.265259 c
-23.959801 67.265259 25.798828 65.530396 25.798828 63.365913 c
-W*
-0 0 777 84 rc
-12.560547 72.265259 m
-30.798828 72.265259 l
-30.798828 54.464516 l
-12.560547 54.464516 l
-h
-f
-Q
-q
-108.61523 63.362297 m
-108.61523 53.078175 99.941292 44.729778 89.211914 44.729778 c
-78.497643 44.729778 69.808594 53.078175 69.808594 63.362297 c
-69.808594 73.650566 78.497643 82 89.211914 82 c
-99.941292 82 108.61523 73.650566 108.61523 63.362297 c
-W*
-0 0 777 84 rc
-64.808594 87 m
-113.61523 87 l
-113.61523 39.729778 l
-64.808594 39.729778 l
-h
-f
-Q
-1 0.99871939 0.9961471 sc
-q
-99.726562 63.253975 m
-99.726562 57.699471 95.02359 53.180584 89.211914 53.180584 c
-83.408241 53.180584 78.697266 57.699471 78.697266 63.253975 c
-78.697266 68.820824 83.408241 73.332504 89.211914 73.332504 c
-95.02359 73.332504 99.726562 68.820824 99.726562 63.253975 c
-W*
-0 0 777 84 rc
-73.697266 78.332504 m
-104.72656 78.332504 l
-104.72656 48.180584 l
-73.697266 48.180584 l
-h
-f
-Q
-0.10196079 0.098039217 0.098039217 sc
-q
-93.222656 63.365913 m
-93.222656 61.212711 91.383629 59.464516 89.103516 59.464516 c
-86.830467 59.464516 84.984375 61.212711 84.984375 63.365913 c
-84.984375 65.530396 86.830467 67.265259 89.103516 67.265259 c
-91.383629 67.265259 93.222656 65.530396 93.222656 63.365913 c
-W*
-0 0 777 84 rc
-79.984375 72.265259 m
-98.222656 72.265259 l
-98.222656 54.464516 l
-79.984375 54.464516 l
-h
-f
-Q
-1 0.99871939 0.9961471 sc
-q
-67.640625 48.0994 m
-67.640625 47.067291 66.764687 46.24659 65.689949 46.24659 c
-64.613235 46.24659 63.738281 47.067291 63.738281 48.0994 c
-63.738281 49.101593 64.613235 49.930275 65.689949 49.930275 c
-66.764687 49.930275 67.640625 49.101593 67.640625 48.0994 c
-W*
-0 0 777 84 rc
-58.738281 54.930275 m
-72.640625 54.930275 l
-72.640625 41.24659 l
-58.738281 41.24659 l
-h
-f
-Q
-q
-47.261719 48.0994 m
-47.261719 47.067291 46.386547 46.24659 45.310547 46.24659 c
-44.234547 46.24659 43.359375 47.067291 43.359375 48.0994 c
-43.359375 49.101593 44.234547 49.930275 45.310547 49.930275 c
-46.386547 49.930275 47.261719 49.101593 47.261719 48.0994 c
-W*
-0 0 777 84 rc
-38.359375 54.930275 m
-52.261719 54.930275 l
-52.261719 41.24659 l
-38.359375 41.24659 l
-h
-f
-ep
-end
-%%Trailer
-%%EOF

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/57e3f3dd/docs/manual/source/images/logos/downloads/banner-light-background.png
----------------------------------------------------------------------
diff --git a/docs/manual/source/images/logos/downloads/banner-light-background.png b/docs/manual/source/images/logos/downloads/banner-light-background.png
deleted file mode 100644
index e8117e3..0000000
Binary files a/docs/manual/source/images/logos/downloads/banner-light-background.png and /dev/null differ