Issue with SVG tspans not aligning with text-anchor=“end”
问题 I have a bit of code like this: svg {font-family:Verdana,sans-serif;color:#000;} .key {font-size:75%;overflow:visible;} .caphgh {font-weight:bold;} .keynor {font-weight:normal;} .keysub {font-weight:normal;font-size:85%;} .keyshf,.keyctl,.keyalt {text-anchor:end;} .keyshf {fill:#077BC7;} /* CIE-L*ch ( 50, 47,270) blue */ .keyctl {fill:#028946;} /* CIE-L*ch ( 50, 55,150) green */ .keyalt {fill:#ED0631;} /* CIE-L*ch ( 50, 88, 30) red */ .yel {fill:#CEB46C;} /* CIE-L*ch ( 74, 40, 90) */ .non