Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/text/reftests/dominant-baseline-central-large-font-size.svg - WPT Dashboard Interop Dashboard
<title>'dominant-baseline: central' on <text> with large font-size (and scaling)</title>
<h:link rel="match" href="dominant-baseline-central-large-font-size-ref.svg"/>
<h:link rel="stylesheet" type="text/css" href="/fonts/ahem.css"/>
<svg viewBox="0 0 1000 2000" width="100" height="200">
<text dominant-baseline="central" fill="green" y="400"
font-size="1000" font-family="Ahem" text-decoration="underline">X</text>
</svg>
</svg>