We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\pause
1 parent 97ecf0a commit d84fda4Copy full SHA for d84fda4
CHANGELOG.md
@@ -12,6 +12,7 @@ a major and minor version only.
12
13
- fixed issue of block body not adapting to surrounding pgf fill opacity
14
- fixed section title alignment in tree and smoothtree outer themes if combined with a split-based outer theme
15
+- fixed incorrect uncovering of rounded shadow blocks after `\pause`, see https://tex.stackexchange.com/q/745623/36296
16
17
## [v3.72]
18
base/beamerbaseboxes.sty
@@ -245,10 +245,10 @@
245
\else%
246
\vskip2bp%
247
\fi%
248
- \egroup% of \vbox\bgroup
249
\ifbmb@shadow%
250
\xdef\beamer@colorhook{\beamer@storecolorhook}
251
\fi
+ \egroup% of \vbox\bgroup
252
}
253
254
% Shadings
0 commit comments