::backdrop
pseudo-element support for inline SVG mode
#313
Labels
enhancement
New feature or request
::backdrop
pseudo-element support for inline SVG mode
#313
::backdrop
pseudo-element can define styles for the background if in full-screen mode. This is helpful to change the color of letterboxes.Marpit inline SVG mode is treating the parent
<svg>
element as the viewbox for scaling, so we can regard it as the backdrop of the slide element. Redirectingsection::backdrop
selector to the parent SVG will be useful for styling the letterbox.Related: marp-team/marp-cli#358, marp-team/marp#183
ToDo
section::backdrop
selector for an original usagesection
in the parent SVG element<style scoped>
into account::backdrop
selector to prevent circulate selectorThe text was updated successfully, but these errors were encountered: