css4j / echosvg

SVG implementation in the Java™ Language, fork of Apache Batik, supporting level 4 selectors and colors.
Apache License 2.0
40 stars 2 forks source link

FontGlyphChoice test reference seems incorrect #29

Closed carlosame closed 3 years ago

carlosame commented 3 years ago

The test SamplesRenderingTest.testFontGlyphChoice() (rendering of samples/tests/spec/fonts/fontGlyphChoice.svg) fails because the vertical text is shifted to the left, compared to the reference. The expected result is at the left:

fontGlyphChoice_cmp

However, it seems that the current rendered position is correct: both Chrome and Firefox reproduce the current rendering, so I'm replacing the old reference with the new one. I open this issue to keep a log that the change was made.