Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>SVG reference: Thai locale should not disrupt font sizing</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<style>
svg.ref {
display: block;
margin: 10px;
border: 2px solid gray;
font: 20px Ahem;
}
</style>
<p>All three rectangles should contain similar small black bars:</p>
<svg class="ref">
<g>
<text x="50" y="100">abc</text>
</g>
</svg>
<svg class="ref">
<g>
<text x="50" y="100">abc</text>
</g>
</svg>
<svg class="ref">
<g>
<text x="50" y="100">abc</text>
</g>
</svg>