File:SVG center text vertically.svg

Uploaded by Watchduck
Upload date 2026-07-09T15:02:49Z
MIME type image/svg+xml
Dimensions 512 × 717 px
File size 1.1 KB

Summary

Description
dominant-baseline fail

The aim here is to center text vertically (with cap height understood as the height of the text).
Each text should be in the middle of an ellipse.

The red text uses dominant-baseline="central", which is supposed to work, no matter the typeface.
It does work in the browser — but not on Commons. Instead, the baseline is centered.

The green text is initially placed with the baseline at the target height, and then moved down with a transform.
That is unreliable, because it depends on the typeface.

<g font-size="15" style="font-family: Arial, Helvetica, sans-serif;">

    <text x="25" y="20" text-anchor="middle" dominant-baseline="central" style="fill: red;">678</text>

    <text x="25" y="50" text-anchor="middle" transform="translate(0, 5.6)" style="fill: green;">678</text>

</g>
Date
Source Own work
Author
Watchduck
You can name the author as "T. Piesk", "Tilman Piesk" or "Watchduck".

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

9 July 2026

Category:CC-Zero Category:Creative Commons CC0 1.0 Universal Public Domain Dedication missing SDC copyright license Category:Pictures showing a librsvg bug (without description) Category:SVG example images Category:SVG examples by Watchduck Category:Self-published work Category:Self-published work missing SDC copyright license