<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="600">
<style>
#t1, #g1 {
font-size: 40px;
text-emphasis-style: circle;
-webkit-text-emphasis-style: circle;
}
#t2 {
font-size: 20px;
text-emphasis-style: '✔';
-webkit-text-emphasis-style: '✔';
}
</style>
<text id="t1" x="20" y="60">Not scaled</text>
<text id="t2" x="10" y="100" transform="scale(2)">Scaled</text>
<g id="g1"><text x="20" y="300">Wrapped with <g></text></g>
</svg>