@@ -47,11 +47,11 @@ const ZOOM: &[Zoom] = &[
4747 Zoom :: new ( 3.5 , 3 , 1.6 , measures:: BASE_D3 ) ,
4848 Zoom :: new ( 4.0 , 4 , 1.3 , measures:: BASE_D4 ) ,
4949 Zoom :: new ( 4.5 , 4 , 1.6 , measures:: BASE_D4 ) ,
50- Zoom :: new ( 5.0 , 5 , 1.3 , measures:: BASE_D4 ) , // 15
51- Zoom :: new ( 5.5 , 5 , 1.6 , measures:: BASE_D4 ) ,
52- Zoom :: new ( 5.5 , 5 , 1.9 , measures:: BASE_D4 ) ,
53- Zoom :: new ( 5.5 , 5 , 2.2 , measures:: BASE_D4 ) ,
54- Zoom :: new ( 5.5 , 5 , 2.5 , measures:: BASE_D4 ) ,
50+ Zoom :: new ( 5.0 , 5 , 1.3 , measures:: BASE_D5 ) , // 15
51+ Zoom :: new ( 5.5 , 5 , 1.6 , measures:: BASE_D5 ) ,
52+ Zoom :: new ( 5.5 , 5 , 1.9 , measures:: BASE_D5 ) ,
53+ Zoom :: new ( 5.5 , 5 , 2.2 , measures:: BASE_D5 ) ,
54+ Zoom :: new ( 5.5 , 5 , 2.5 , measures:: BASE_D5 ) ,
5555] ;
5656
5757const PROOF_ZOOM : & [ Zoom ] = & [
@@ -69,11 +69,11 @@ const PROOF_ZOOM: &[Zoom] = &[
6969 Zoom :: new ( 3.5 , 3 , 1.3 , measures:: BASE_D3 ) ,
7070 Zoom :: new ( 4.0 , 4 , 1.0 , measures:: BASE_D4 ) ,
7171 Zoom :: new ( 4.5 , 4 , 1.3 , measures:: BASE_D4 ) ,
72- Zoom :: new ( 5.0 , 5 , 1.0 , measures:: BASE_D4 ) ,
73- Zoom :: new ( 5.5 , 5 , 1.3 , measures:: BASE_D4 ) , // 15
74- Zoom :: new ( 5.5 , 5 , 1.6 , measures:: BASE_D4 ) ,
75- Zoom :: new ( 5.5 , 5 , 1.9 , measures:: BASE_D4 ) ,
76- Zoom :: new ( 5.5 , 5 , 2.1 , measures:: BASE_D4 ) ,
72+ Zoom :: new ( 5.0 , 5 , 1.0 , measures:: BASE_D5 ) ,
73+ Zoom :: new ( 5.5 , 5 , 1.3 , measures:: BASE_D6 ) , // 15
74+ Zoom :: new ( 5.5 , 5 , 1.6 , measures:: BASE_D6 ) ,
75+ Zoom :: new ( 5.5 , 5 , 1.9 , measures:: BASE_D6 ) ,
76+ Zoom :: new ( 5.5 , 5 , 2.1 , measures:: BASE_D6 ) ,
7777] ;
7878
7979/// Size correction for feature bounds.
0 commit comments