With the penguin theme, there is a white space at the bottom and the right of the slide that is added when generating PDF. This seems to only happen with pdf. Example: example-export.pdf
I pinpointed the issue from the CornerCurves, more specifically, CurveSmall. The use of left-40, introduces the bug.
Hello,
With the penguin theme, there is a white space at the bottom and the right of the slide that is added when generating PDF. This seems to only happen with pdf. Example: example-export.pdf
I pinpointed the issue from the
CornerCurves
, more specifically,CurveSmall
. The use ofleft-40
, introduces the bug.CornerCurves.vue
<CurveSmall class="absolute bottom-0 left-40 opacity-40" />
I don't know how to fix it. I don't either know if the final issue comes from the template or a bug in slidev itself.
Although, this is very annoying because PDF format is a very practical format for sharing.
Could you takes a look? Thanks!