I'd like to put an image into the headline using scrpage2, but the text runs through the image, because the height of the headline seems not to be adjusted. The KOMA-Script documentation doesn't seem to mention anything related to the height of the headline, so I would have thought that this is adjusted automatically.
Is there anything that I can add to the example to have the text start below the image in the headline?
This is the current example, replacing the image with a simple bar for simplicity:
\documentclass{scrartcl}
\usepackage{scrpage2}
\chead{\rule{2cm}{2cm}}
\pagestyle{scrheadings}
\begin{document}
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy
nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut
wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit
lobortis nisl ut aliquip ex ea commodo consequat.
\end{document}
And that's what it looks like:

