mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-17 00:44:40 -04:00
removed overline decoration from SVG export because it looks awful.
This commit is contained in:
parent
57312fab37
commit
f118a6c565
@ -12,7 +12,7 @@ public class GraphicSVGIndexTest extends TestCase {
|
||||
|
||||
assertEquals("Z<tspan style=\"font-size:80%;baseline-shift:sub\">0</tspan>", gs.formatText("Z_0", Style.NORMAL));
|
||||
assertEquals("<a>", gs.formatText("<a>", Style.NORMAL));
|
||||
assertEquals("<tspan style=\"text-decoration: overline\">Z</tspan>", gs.formatText("~Z", Style.NORMAL));
|
||||
assertEquals("\u00ACZ", gs.formatText("~Z", Style.NORMAL));
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user