diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2015-09-10 16:19:19 +1200 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-09-18 10:49:29 -0400 |
commit | e745e6c475059455839c85e341cb32b6db433741 (patch) | |
tree | 127a48568bd06348ba5d734766f934800597409c /renderproto.txt | |
parent | 9c2a89681abcbbb7bde4d43ceb29872b149b419a (diff) |
Remove non-existant dst-x, dst-y fields from CompositeGlyphs* requests
Signed-off-by: Robert Ancell <robert.ancell@canonical.com>
Diffstat (limited to 'renderproto.txt')
-rw-r--r-- | renderproto.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/renderproto.txt b/renderproto.txt index 9f1f231..357e651 100644 --- a/renderproto.txt +++ b/renderproto.txt @@ -979,7 +979,6 @@ CompositeGlyphs32 mask-format: PICTFORMAT or None glyphset: GLYPHABLE src-x, src-y: INT16 - dst-x, dst-y: INT16 glyphcmds: LISTofGLYPHITEM8 CompositeGlyphs8 glyphcmds: LISTofGLYPHITEM16 CompositeGlyphs16 glyphcmds: LISTofGLYPHITEM32 CompositeGlyphs32 @@ -987,7 +986,7 @@ CompositeGlyphs32 Errors: Picture, PictOp, PictFormat, GlyphSet, Glyph - The dst-x and dst-y coordinates are relative to the drawable's + The src-x and src-y coordinates are relative to the drawable's origin and specify the baseline starting position (the initial glyph origin). Each glyph item is processed in turn. A glyphset item causes the glyphset to be used for subsequent glyphs. Switching |