12 lines
194 B
Text
12 lines
194 B
Text
texture { }
|
|
|
|
/* The bilinear filtering code can differ
|
|
between implementations, so cover it */
|
|
color {
|
|
bounds: 21 0 10 50;
|
|
color: black;
|
|
}
|
|
color {
|
|
bounds: 0 21 50 10;
|
|
color: black;
|
|
}
|