Tests that contain the draft-watermark are under development and may be incorrectly testing a feature.

text-text-04-t.svg

FAIL

raster image of text-text-04-t.svg

Operator Script

Run the test. No interaction required.

Pass Criteria

In all the above tests, blue markers represent the expected glyph positions. The orange markers are showing positions where no glyph should appear. The glyphs are black squares of increasing sizes.

Test Description

The purpose of this test is to validate proper handling of the text element's x and y attributes. In the various samples, a orange marker shows the text's (0,0) coordinate. The blue markers show the current text positions. These are either defined by absolute x/y positioning or they are computed from the embeded font's glyphs advances.

The first text sample shows a reference piece of text.

The second text sample (x all) shows a piece of text where all the glyphs are positioned along the x axis.

The third text sample (x more) is a text element where there are more x values than characters (5 values for 4 characters). The last x value should be ignored and the result should be the same as the third sample.

The fourth text sample (x fewer) is a text element where there are fewer x values than characters (3 values for 4 characters). The last character should not be positioned but laid out normally, following its previous character sibling.

The fifth (y all), sixth (y more) and seventh (y fewer) text sample parallel the second, third and fourth test, but for the y attribute values.

The samples in the right column show combinations of x/y value sets.