C_O_L_R_test: undo PaintColrSlice

This commit is contained in:
Cosimo Lupo 2020-11-11 15:13:36 +00:00
parent cf2097f7c0
commit c695429b1b
No known key found for this signature in database
GPG Key ID: 179A8F0895A02F4F

View File

@ -197,8 +197,6 @@ COLR_V1_DATA = (
b"\x00\x00\x00\x00"
b"\x05" # Paint[0].SourcePaint.Format (5)
b"\x00\n" # Paint[0].SourcePaint.Glyph (10)
b"\x00" # Paint[0].SourcePaint.FirstLayerIndex (0)
b"\xff" # Paint[0].SourcePaint.LastLayerIndex (255)
)
@ -324,17 +322,13 @@ COLR_V1_XML = [
" <LayerV1List>",
" <!-- LayerCount=1 -->",
' <Paint index="0" Format="7"><!-- PaintComposite -->',
' <SourcePaint Format="5"><!-- PaintColrSlice -->',
' <SourcePaint Format="5"><!-- PaintColorGlyph -->',
' <Glyph value="glyph00010"/>',
' <FirstLayerIndex value="0"/>',
' <LastLayerIndex value="255"/>',
" </SourcePaint>",
' <CompositeMode value="src_over"/>',
' <BackdropPaint Format="6"><!-- PaintTransform -->',
' <Paint Format="5"><!-- PaintColrSlice -->',
' <Paint Format="5"><!-- PaintColorGlyph -->',
' <Glyph value="glyph00010"/>',
' <FirstLayerIndex value="0"/>',
' <LastLayerIndex value="255"/>',
" </Paint>",
" <Transform>",
' <xx value="1.0"/>',