1 Commits

Author SHA1 Message Date
Tobias Christian Nauen
78765791be iccv 2025 submission 2026-02-24 12:08:38 +01:00
320 changed files with 1048 additions and 6682 deletions

File diff suppressed because one or more lines are too long

BIN
ForAug-supplementary.pdf Normal file

Binary file not shown.

BIN
ForAug.pdf Normal file

Binary file not shown.

View File

@@ -1,21 +0,0 @@
# CVPR/ICCV/3DV Official LaTeX template
**Note:** the Microsoft Word version of the template is in the branch [`main-msword`](https://github.com/cvpr-org/author-kit/tree/main-msword).
### History (in reverse chronological order)
- updated for CVPR 2026 [Vladimir Pavlovic](mailto:vladimir@rutgers.edu)
- added styles for `subsubsection` and fixed the wrong PDF bookmarks by [Di Fang](https://github.com/fang-d)
- modernized for CVPR 2025 by [Christian Richardt](https://richardt.name/)
- fixed page centering for CVPR 2025 by [Stefan Roth](mailto:stefan.roth@NOSPAMtu-darmstadt.de)
- inline enumerations and `cvprblue` links for CVPR 2025 by [Ioannis Gkioulekas
](https://www.cs.cmu.edu/~igkioule/)
- added automated LaTeX build testing for CVPR 2025 by [Ahan Shabanov](https://ahanio.github.io)
- references in `cvprblue` for CVPR 2024 by [Klaus Greff](https://github.com/Qwlouse)
- added natbib for CVPR 2024 by [Christian Richardt](https://richardt.name/)
- replaced buggy (review-mode) line numbering for 3DV 2024 by [Adín Ramírez Rivera
](https://openreview.net/profile?id=~Ad%C3%ADn_Ram%C3%ADrez_Rivera1)
- logic for inline supplementary for 3DV 2024 by [Andrea Tagliasacchi](https://taiya.github.io)
- modernized for CVPR 2022 by [Stefan Roth](mailto:stefan.roth@NOSPAMtu-darmstadt.de)
- created cvpr.sty file to unify review/rebuttal/final versions by [Ming-Ming Cheng](https://github.com/MCG-NKU/CVPR_Template)
- developed CVPR 2005 template by [Paolo Ienne](mailto:Paolo.Ienne@di.epfl.ch) and [Andrew Fitzgibbon](mailto:awf@acm.org)

View File

@@ -9,7 +9,7 @@
%
% use as
% \documentclass[times,10pt,twocolumn]{article}
% \usepackage[options]{cvpr}
% \usepackage[options]{ICCV}
% \usepackage{times}
%
% "options" should be replaced by
@@ -25,7 +25,7 @@
% ---------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{cvpr}[2026 LaTeX class for IEEE CVPR]
\ProvidesPackage{iccv}[2025 LaTeX class for IEEE ICCV]
\RequirePackage{times} % Integrate Times for here
\RequirePackage{xspace}
@@ -50,20 +50,20 @@
\RequirePackage[font=footnotesize,skip=3pt,subrefformat=parens]{subcaption}
\newtoggle{cvprfinal} % Camera-ready version
\newtoggle{cvprrebuttal} % Rebuttal
\newtoggle{cvprpagenumbers} % Force page numbers (in camera ready)
\toggletrue{cvprfinal}
\togglefalse{cvprrebuttal}
\togglefalse{cvprpagenumbers}
\DeclareOption{review}{\togglefalse{cvprfinal}\toggletrue{cvprpagenumbers}}
\DeclareOption{rebuttal}{\togglefalse{cvprfinal}\toggletrue{cvprrebuttal}}
\DeclareOption{pagenumbers}{\toggletrue{cvprpagenumbers}}
\DeclareOption*{\PackageWarning{cvpr}{Unkown option `\CurrentOption'}}
\newtoggle{iccvfinal} % Camera-ready version
\newtoggle{iccvrebuttal} % Rebuttal
\newtoggle{iccvpagenumbers} % Force page numbers (in camera ready)
\toggletrue{iccvfinal}
\togglefalse{iccvrebuttal}
\togglefalse{iccvpagenumbers}
\DeclareOption{review}{\togglefalse{iccvfinal}\toggletrue{iccvpagenumbers}}
\DeclareOption{rebuttal}{\togglefalse{iccvfinal}\toggletrue{iccvrebuttal}}
\DeclareOption{pagenumbers}{\toggletrue{iccvpagenumbers}}
\DeclareOption*{\PackageWarning{iccv}{Unkown option `\CurrentOption'}}
\ProcessOptions\relax
% Don't warn about missing author for rebuttal
\iftoggle{cvprrebuttal}{%
\iftoggle{iccvrebuttal}{%
\ActivateWarningFilters[rebuttal]
}{}
@@ -212,19 +212,19 @@
% ---------------------------------------------------------------
\typeout{CVPR 8.5 x 11-Inch Proceedings Style `cvpr.sty'.}
\typeout{ICCV 8.5 x 11-Inch Proceedings Style `iccv.sty'.}
% ten point helvetica bold required for captions
% eleven point times bold required for second-order headings
% in some sites the name of the fonts may differ,
% change the name here:
\font\cvprtenhv = phvb at 8pt % *** IF THIS FAILS, SEE cvpr.sty ***
\font\iccvtenhv = phvb at 8pt % *** IF THIS FAILS, SEE iccv.sty ***
\font\elvbf = ptmb scaled 1100
\font\tenbf = ptmb scaled 1000
% If the above lines give an error message, try to comment them and
% uncomment these:
%\font\cvprtenhv = phvb7t at 8pt
%\font\iccvtenhv = phvb7t at 8pt
%\font\elvbf = ptmb7t scaled 1100
%\font\tenbf = ptmb7t scaled 1000
@@ -241,37 +241,37 @@
% Suppress page numbers when the appropriate option is given
\iftoggle{cvprpagenumbers}{}{%
\iftoggle{iccvpagenumbers}{}{%
\pagestyle{empty}
}
\AtBeginDocument{%
% Print an error if document class other than article is used
\@ifclassloaded{article}{}{%
\PackageError{cvpr}{Package only meant to be used with document class `article'}{Change document class to `article'.}
\PackageError{iccv}{Package only meant to be used with document class `article'}{Change document class to `article'.}
}
% Print a warning if incorrect options for article are specified
\@ifclasswith{article}{10pt}{}{%
\PackageWarningNoLine{cvpr}{Incorrect font size specified - CVPR requires 10-point fonts. Please load document class `article' with `10pt' option}
\PackageWarningNoLine{iccv}{Incorrect font size specified - ICCV requires 10-point fonts. Please load document class `article' with `10pt' option}
}
\@ifclasswith{article}{twocolumn}{}{%
\PackageWarningNoLine{cvpr}{Single column document - CVPR requires papers to have two-column layout. Please load document class `article' with `twocolumn' option}
\PackageWarningNoLine{iccv}{Single column document - ICCV requires papers to have two-column layout. Please load document class `article' with `twocolumn' option}
}
\@ifclasswith{article}{letterpaper}{}{%
\PackageWarningNoLine{cvpr}{Incorrect paper size - CVPR uses paper size `letter'. Please load document class `article' with `letterpaper' option}
\PackageWarningNoLine{iccv}{Incorrect paper size - ICCV uses paper size `letter'. Please load document class `article' with `letterpaper' option}
}
% Print a warning if hyperref is not loaded and/or if the pagebackref option is missing
\iftoggle{cvprfinal}{%
\iftoggle{iccvfinal}{%
\@ifpackageloaded{hyperref}{}{%
\PackageWarningNoLine{cvpr}{Package `hyperref' is not loaded, but highly recommended for camera-ready version}
\PackageWarningNoLine{iccv}{Package `hyperref' is not loaded, but highly recommended for camera-ready version}
}
}{%
\@ifpackageloaded{hyperref}{
\@ifpackagewith{hyperref}{pagebackref}{}{
\PackageWarningNoLine{cvpr}{Package `hyperref' is not loaded with option `pagebackref', which is strongly recommended for review version}
\PackageWarningNoLine{iccv}{Package `hyperref' is not loaded with option `pagebackref', which is strongly recommended for review version}
}
}{%
\PackageWarningNoLine{cvpr}{Package `hyperref' is not loaded, but strongly recommended for review version}
\PackageWarningNoLine{iccv}{Package `hyperref' is not loaded, but strongly recommended for review version}
}
}
}
@@ -279,19 +279,19 @@
\def\@maketitle{
\newpage
\null
\iftoggle{cvprrebuttal}{\vspace*{-.3in}}{\vskip .375in}
\iftoggle{iccvrebuttal}{\vspace*{-.3in}}{\vskip .375in}
\begin{center}
% smaller title font only for rebuttal
\iftoggle{cvprrebuttal}{{\large \bf \@title \par}}{{\Large \bf \@title \par}}
\iftoggle{iccvrebuttal}{{\large \bf \@title \par}}{{\Large \bf \@title \par}}
% additional two empty lines at the end of the title
\iftoggle{cvprrebuttal}{\vspace*{-22pt}}{\vspace*{24pt}}{
\iftoggle{iccvrebuttal}{\vspace*{-22pt}}{\vspace*{24pt}}{
\large
\lineskip .5em
\begin{tabular}[t]{c}
\iftoggle{cvprfinal}{
\iftoggle{iccvfinal}{
\@author
}{
\iftoggle{cvprrebuttal}{}{
\iftoggle{iccvrebuttal}{}{
Anonymous \confName~submission\\
\vspace*{1pt}\\
Paper ID \paperID
@@ -309,7 +309,7 @@
\def\abstract{%
% Suppress page numbers when the appropriate option is given
\iftoggle{cvprpagenumbers}{}{%
\iftoggle{iccvpagenumbers}{}{%
\thispagestyle{empty}
}
\centerline{\large\bf Abstract}%
@@ -325,26 +325,26 @@
\def\affiliation#1{\gdef\@affiliation{#1}} \gdef\@affiliation{}
% correct heading spacing and type
\def\cvprsection{\@startsection {section}{1}{\z@}
\def\iccvsection{\@startsection {section}{1}{\z@}
{-10pt plus -2pt minus -2pt}{7pt} {\large\bf}}
\def\cvprssect#1{\cvprsection*{#1}}
\def\cvprsect#1{\cvprsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\section{\@ifstar\cvprssect\cvprsect}
\def\iccvssect#1{\iccvsection*{#1}}
\def\iccvsect#1{\iccvsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\section{\@ifstar\iccvssect\iccvsect}
\def\cvprsubsection{\@startsection {subsection}{2}{\z@}
\def\iccvsubsection{\@startsection {subsection}{2}{\z@}
{-8pt plus -2pt minus -2pt}{5pt} {\elvbf}}
\def\cvprssubsect#1{\cvprsubsection*{#1}}
\def\cvprsubsect#1{\cvprsubsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\subsection{\@ifstar\cvprssubsect\cvprsubsect}
\def\iccvssubsect#1{\iccvsubsection*{#1}}
\def\iccvsubsect#1{\iccvsubsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\subsection{\@ifstar\iccvssubsect\iccvsubsect}
\def\cvprsubsubsection{\@startsection {subsubsection}{3}{\z@}
\def\iccvsubsubsection{\@startsection {subsubsection}{3}{\z@}
{-6pt plus -2pt minus -2pt}{3pt} {\tenbf}}
\def\cvprssubsubsect#1{\cvprsubsubsection*{#1}}
\def\cvprsubsubsect#1{\cvprsubsubsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\subsubsection{\@ifstar\cvprssubsubsect\cvprsubsubsect}
\def\iccvssubsubsect#1{\iccvsubsubsection*{#1}}
\def\iccvsubsubsect#1{\iccvsubsubsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\subsubsection{\@ifstar\iccvssubsubsect\iccvsubsubsect}
%% --------- Page background marks: Ruler and confidentiality (only for review and rebuttal)
\iftoggle{cvprfinal}{
\iftoggle{iccvfinal}{
% In review and rebuttal mode, we use the "lineno" package for numbering lines.
% When switching to a different mode, the "\@LN" macro may remain in cached .aux files,
% leading to build errors (https://github.com/cvpr-org/author-kit/issues/49).
@@ -355,9 +355,9 @@
}{
% ----- define vruler
\makeatletter
\newbox\cvprrulerbox
\newcount\cvprrulercount
\newdimen\cvprruleroffset
\newbox\iccvrulerbox
\newcount\iccvrulercount
\newdimen\iccvruleroffset
\newdimen\cv@lineheight
\newdimen\cv@boxheight
\newbox\cv@tmpbox
@@ -378,8 +378,8 @@
%% Define linenumber setup
\RequirePackage[switch,mathlines]{lineno}
% Line numbers in CVPR blue using font from \cvprtenhv
\renewcommand\linenumberfont{\cvprtenhv\color[rgb]{.5,.5,1}}
% Line numbers in ICCV blue using font from \iccvtenhv
\renewcommand\linenumberfont{\iccvtenhv\color[rgb]{.5,.5,1}}
\renewcommand\thelinenumber{\fillzeros[3]{\arabic{linenumber}}}
@@ -426,7 +426,7 @@
}
% \makevruler[<SCALE>][<INITIAL_COUNT>][<STEP>][<DIGITS>][<HEIGHT>]
\def\cvprruler#1{\makevruler[12pt][#1][1][3][0.993\textheight]\usebox{\cvprrulerbox}}
\def\iccvruler#1{\makevruler[12pt][#1][1][3][0.993\textheight]\usebox{\iccvrulerbox}}
\AddToShipoutPicture{%
\color[rgb]{.5,.5,1}
@@ -436,11 +436,11 @@
\put(\LenToUnit{\textwidth-12pt},\LenToUnit{45pt}){\pid}
}
\AtTextUpperLeft{%confidential
\put(0,\LenToUnit{1cm}){\parbox{\textwidth}{\centering\cvprtenhv
\put(0,\LenToUnit{1cm}){\parbox{\textwidth}{\centering\iccvtenhv
\confName~\confYear~Submission \#\paperID. CONFIDENTIAL REVIEW COPY. DO NOT DISTRIBUTE.}}
}
}
} % end of not cvprfinal
} % end of not iccvfinal
%%% Make figure placement a little more predictable.
% We trust the user to move figures if this results

Binary file not shown.

View File

@@ -1,71 +0,0 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
xœµ”MŽA …÷>…OÐc—«ü³¤¬<C2A4>%<25>Ñ4ƒ×GåªN2­ bÃ"rRýâï=»»>}{<~:¼Ã÷Ÿááúëñ'0>ã Ÿ<>ð72<1E>ñ „„+p­Høœµž<7F>
pØeÛÅ—#~ÁïHKD)"Ö´ -êÊaÊ*H¸haõŠ/gäDà_ÿ0=UOKÕ±zš¥ hñbµQ8Õî¥S<>Š´´nÂ¥YçßUÂN9<4E>øÜK"7ÓP²#šy³ÞÑU¨µžªIaò<>~[;á@¾ÞC27ÓR²-”Ì«p¦aiÆFpŠfR*ó€ßQÂN9f»Þ
ÍYϧ<EFBFBD><EFBFBD>´ÔÑQ¬¯­pS×þõòl¿ÞfÊþnÃgH5jîEZïã-ª¸Z±£RGÈ;JØ)'v½Î¶Iðfd367\Zeêm<C3AA>¸
«÷{5´IXlî(a§ã\oã¾~Ôæ¸ÇŽ3Q‰Ê¹9bwñàÜq­áE#æŽßVÂN9±ëmØ<6D>½øØŒý¯<ñ—¡__5'58ÁGøÀ<>÷“
endstream
endobj
12 0 obj
420
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073347+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000970 00000 n
0000000865 00000 n
0000000886 00000 n
0000000907 00000 n
0000000928 00000 n
0000000949 00000 n
0000000065 00000 n
0000000330 00000 n
0000000845 00000 n
0000000208 00000 n
0000000825 00000 n
0000001030 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1187

Binary file not shown.

View File

@@ -1,71 +0,0 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”MnÛ@ …÷<<4F>C9Ü&¼n»èÛMH
$×/æ/»èBý<ñ{|CéîÛáãéñðc<63>?áî|õøŸ<>ñ„„ÏHø‰Œ{d<¬Š„/m­Ç ÐXá
«l>|?à/|EÚ…YÎ,Éi§áš”Ìi—"“X0¾Ÿ<C2BE>sÿýÆp¥¥™ÒZš¥±Ôp¬å¤˜”(¹šqe/<>vf™2IãßÂFØ<46> „5DXNþ°ÓÉÅ…SöÄ•¦.fiR͉e ¯+a£ìÐË<C390>hÔéb˜jtKlE¢&Wz
ñ¨™²sæÑ÷
!\
{²ËºÑ°ôXÚÝJ®ò¢ÂâRw<52>³K®¹ñþùx”_Öµú­E<C2AD>¢I¬o§¯Î%‚ˆ¤ ä
!l„ºœs­'
;mL[}<>‰5BkUÍ®ªmj“[.9RüJØ({˜ËºÙËm„Ýé™$™‡k× ¢a-Q+Lš=³
úu%l”»¬›íØ/ÓØov·$QgÊÈ¥_×ø5{ò9ÞW•°QðrŽýü«ùò2ÍÁ¾Ã_¢÷m
endstream
endobj
12 0 obj
432
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150053+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000982 00000 n
0000000877 00000 n
0000000898 00000 n
0000000919 00000 n
0000000940 00000 n
0000000961 00000 n
0000000065 00000 n
0000000330 00000 n
0000000857 00000 n
0000000208 00000 n
0000000837 00000 n

Binary file not shown.

View File

@@ -1,71 +0,0 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”ËnÜ0 E÷ü
~<7E>CJ|nÛ³n»èq€¦@ûû…di^ÍYôãZç^Šöçýï<1F>û/»øñ+<œ¯ã0‘ð ÿ ã<19>@H¸ ás¯íxõ;À~b“͇¯{ü†/HK¦”Z2¼"-ÆšliH˜kd<6B>p|="wæÞýÆp%ÑMI D·4J»  ˜E!ÑæF
»Q#-jLÉÞ
ÜUÂ<EFBFBD>rC®Ð,ás+9 C<><43>©•RÒZ”¨™!V¸](— âecßQÂ<51>rƒ^ïE§NÃT§×H±Ö;wµ"®éHKM ñj&ýŽn”[w×˨i½Û£ô»<C3B4>ÝÖ$©\û6V +.Ú<>ÿ}<_/3õõ'nâ{ÈQ¹px·^Uª²´<C2B2>¡•kÞ2Þµp@×sgÛIÇNÓÖØá÷<C3A1>÷]%ü;Öi[<5B>gØë<C398>m4{›í ÎÌR¹OlªzXiá5”¢˜ŽÙ~[ 7Ê<37>]/ÃnØ“<C398>il8«:å6¶¥¤ïßY•ê,§ñ~C׺]Ï-?ÿjN>¦18Àgø ò#ø9
endstream
endobj
12 0 obj
429
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073409+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000979 00000 n
0000000874 00000 n
0000000895 00000 n
0000000916 00000 n
0000000937 00000 n
0000000958 00000 n
0000000065 00000 n
0000000330 00000 n
0000000854 00000 n
0000000208 00000 n
0000000834 00000 n
0000001039 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1196

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,73 +0,0 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”ËnÛ@ E÷ü
~<7E>Br8|lÛ^·]ô;mh
´¿_ÌC±-ØEÂèq5çòÒçãï<1F>Ç/‡øñ+<œ¯ã30>!á3þAÆ2>
¬Š„/}mÇ Ð\¿œà'6ÙöðíˆßðiIó,U)+ÒRÉUH¤ -iµ¤§àÛrGà_˜ž4º%
Ôè†æÒn h‰ ÎL)ܼhÖêa¢më¨bFµñï*a§ÈÒ:$m 7ÓPggw6±æÞ­P2sÒ¢Â"b<Øw”°Sèu':us1M
zÏJÞ<4A>éìT8¹gÕ©jzä¤ßVÂN9Ò]/KMëiÏ¥ßmìV!yháâ½s\-L\GÔÿ|<·_/kêûo¸
ßt©šÄiÜ;XX8ܤ¬DF%²Qä%ì”»ž³m'¼ÙŒ<C399>”]£Öõ6RÕ•(³µa)".Bef|[åzYêõ‡6£“]-D%£ô¦sÕìƒ] ¥¦•m°o
a'œÐõ²Ì}w±ÙšÃ­ä)D}d=Ô28KOž¹P)³Û÷”°SNðzüü£y÷²™ƒ|†¿q÷-
endstream
endobj
12 0 obj
441
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073347+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000991 00000 n
0000000886 00000 n
0000000907 00000 n
0000000928 00000 n
0000000949 00000 n
0000000970 00000 n
0000000065 00000 n
0000000330 00000 n
0000000866 00000 n
0000000208 00000 n
0000000846 00000 n
0000001051 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,70 +0,0 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
xœµ”An1 E÷<O0!%J$·M¯Û.r€Àvx$Úë¢$Û8i7] 8žùÖûŸ¤}÷yÿëÇãþëîÞƒ»Ë§ÇŸÀøŒG$|BÂßȸCÆ#®À"HxŠÚ®ШßðM6_¾îñŸ‘W±R,‰"-¥¨¹{EZrJše|="qÿ¨ŽÄÂ<C384>Š…<C5A0>QÚC8´ÃrR/¤fá„•2;3ÒRRWó†W eG®Ð á©•@NÃPg{ʦErn8ÏfÕk<C395> Nd¤ÙÒ`ßVÂFÙ¡oçÔéb˜
z•Jŵ8&fI³J .\XŒú¯2ˆfõnÏ<6E>^£Ï£ÄÓFmß#5ÉœµeI\ªÕ¤Röáëqüz<C3BC>&Ο¸<C2B8>xeN+!-êÊE\H<48>Rrg®=á;JØ(v½tµÝx™Æútµ¦ìNkZ5÷“cM5çR…xL÷¶6ÊÞÎõ:îÛÙh÷ÿÛëÀ_…íØ³<C398>il.·‰9I£rõRˆc¨B.EÛÞž—û^/m¿üÍœ½Lsp€/ðKöç
endstream
endobj
12 0 obj
416
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073412+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000966 00000 n
0000000861 00000 n
0000000882 00000 n
0000000903 00000 n
0000000924 00000 n
0000000945 00000 n
0000000065 00000 n
0000000330 00000 n
0000000841 00000 n
0000000208 00000 n
0000000821 00000 n
0000001026 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1183
%%EOF

View File

@@ -1,71 +0,0 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”MŽÛ0 …÷<Oà!%Š"·m<C2B7>¬Û.z€AvÐ)0sýB”'ARtaÐ?ÏúŸh?}Ù¿ÿzÞÛ}ÂÏßái»zþŒ/ÀxDÂ$ü@Æ2<1E><>pAÂSÔvœ€Fý p€ßØdóáÛà+ÒâU¬KR¹»"-9¥še|;"qÿ©ŽÄÂ<C384>Š…<C5A0>QÚM8´Åza®©½ïêIRqGZTœŠQmôGB¸
ÍžZ àä;<3B><WÌHK%OZT+#-BÉÝLt¢ï+áFÙ¡×»Ôéb˜
ºfM¬½…h"%qε5.,T¹0wø!\ {²ëe£®ô(q·£¿j9G?‰‹š¦*%xÿ|<_/;Šõ'nâ£ÅÂÆdÂn-6O&æ$9Ì% ¥Î|¤„åÀ®[²í$ÀÓÈ4Öw¸f©\…ÛÈ©Bbòì;|_ 7ÊçzÙîõg6âîôB9iõ*p2q<32>˜¤ÔÂs¾î+áF9°ëe³{ö1<C3B6>ÍO9×¢)˜Ê^•5Ú·>Tržï{B¸캅¾ýfÎN¦58ÀWø ­ ö™
endstream
endobj
12 0 obj
433
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073412+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000983 00000 n
0000000878 00000 n
0000000899 00000 n
0000000920 00000 n
0000000941 00000 n
0000000962 00000 n
0000000065 00000 n
0000000330 00000 n
0000000858 00000 n
0000000208 00000 n
0000000838 00000 n
0000001043 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1200
%%EOF

View File

@@ -1,70 +0,0 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”ËnA E÷þ
ÁÄ.»üØÒ¬<C392>MQ:AßGõš™´&ˆE«úqÛç^»ºï><3E>~ÿ¸?}9~À<>_áîruÿ Ÿ€ñ Ÿ<>ð2‘ñ 7`U$|îk;ž<>æúà~b“­‡¯'ü†/H‡t+IîH‡j.é\5R\¤šãë#rgá¿ß˜®4º)
ÔèæÒnÂC+§ªQ"¹ 7VT¼¶ s!<21>(®ÍÀ»JØ)´IÈå`ì,UY„éàÄÕMØ¢EI«že±o+a§з³èÔåbšêtsªEj«5UÂÜé %ÄÅiÑßQÂN9º»]GMëÝžK¿ÛØ<C39B>A*,Þj®V\kþóñ,¿]gêõná{ÈZ]Ý#…u&£ê„ª=Š<><C5A0>ï(a§œØíÒÛvÒÁËÈ26fì¢Î®l<C2AE>¡®¤¡ÚR S(gÌßVÂN9Ú¹]Ç}û¹Ívz%)æÙÇšžšÖ{jÁ¤Õ+Û¤ßVÂN9±ÛuØ<75>=ûXÆÖ—ðªÒ™)fÖ·8Q<38>K”󿥄<C2A5>r·KÛ/?œ³—eà3ü™øù
endstream
endobj
12 0 obj
437
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073413+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000987 00000 n
0000000882 00000 n
0000000903 00000 n
0000000924 00000 n
0000000945 00000 n
0000000966 00000 n
0000000065 00000 n
0000000330 00000 n
0000000862 00000 n
0000000208 00000 n
0000000842 00000 n
0000001047 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1204

Binary file not shown.

Binary file not shown.

View File

@@ -42,9 +42,9 @@ endobj
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
@@ -65,5 +65,5 @@ xref
0000000330 00000 n
0000000862 00000 n
0000000208 00000 n
0000000842 00000 n
0000000842 00000 n
0000001047 00000 n

View File

@@ -43,9 +43,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150051+02'00') >>
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094747+02'00') >>
endobj
xref
0 14
@@ -66,5 +66,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1210
1208
%%EOF

View File

@@ -45,9 +45,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150046+02'00') >>
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094737+02'00') >>
endobj
xref
0 14
@@ -68,5 +68,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1212
1210
%%EOF

Binary file not shown.

Binary file not shown.

View File

@@ -42,9 +42,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150050+02'00') >>
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094746+02'00') >>
endobj
xref
0 14
@@ -65,5 +65,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1206
1204
%%EOF

View File

@@ -42,9 +42,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150050+02'00') >>
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094746+02'00') >>
endobj
xref
0 14
@@ -65,5 +65,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1199
1197
%%EOF

View File

@@ -43,9 +43,9 @@ endobj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094738+02'00') >>
@@ -66,5 +66,5 @@ xref
0000000208 00000 n
0000000843 00000 n
0000001048 00000 n
trailer
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>

Binary file not shown.

Binary file not shown.

View File

@@ -42,9 +42,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150049+02'00') >>
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094745+02'00') >>
endobj
xref
0 14
@@ -65,5 +65,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1170
1168
%%EOF

Binary file not shown.

View File

@@ -44,9 +44,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150045+02'00') >>
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250301004049+02'00') >>
endobj
xref
0 14
@@ -67,5 +67,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1209
1207
%%EOF

View File

@@ -43,9 +43,9 @@ endobj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250301004048+02'00') >>
@@ -66,5 +66,5 @@ xref
0000000208 00000 n
0000000842 00000 n
0000001047 00000 n
trailer
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>

View File

@@ -43,9 +43,9 @@ endobj
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094737+02'00') >>
endobj
@@ -66,5 +66,5 @@ xref
0000000845 00000 n
0000001050 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref

Binary file not shown.

View File

@@ -42,9 +42,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150045+02'00') >>
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094736+02'00') >>
endobj
xref
0 14
@@ -65,5 +65,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1193
1191
%%EOF

View File

@@ -43,9 +43,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150049+02'00') >>
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094745+02'00') >>
endobj
xref
0 14
@@ -66,5 +66,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1206
1204
%%EOF

Binary file not shown.

Binary file not shown.

View File

@@ -42,9 +42,9 @@ endobj
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094738+02'00') >>
endobj
@@ -65,5 +65,5 @@ xref
0000000820 00000 n
0000001025 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref

View File

@@ -43,9 +43,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150048+02'00') >>
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094744+02'00') >>
endobj
xref
0 14
@@ -66,5 +66,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1190
1188
%%EOF

Binary file not shown.

Binary file not shown.

View File

@@ -43,9 +43,9 @@ endobj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094737+02'00') >>
@@ -66,5 +66,5 @@ xref
0000000208 00000 n
0000000848 00000 n
0000001053 00000 n
trailer
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>

View File

@@ -44,9 +44,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150051+02'00') >>
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094746+02'00') >>
endobj
xref
0 14
@@ -67,5 +67,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1210
1208
%%EOF

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Some files were not shown because too many files have changed in this diff Show More