child: texture-scale {
bounds: 0 0 19991 19991;
filter: nearest;
- texture: url('data:,<svg><rect width="10" height="10" style="fill:red" /></svg>');
+ texture: url('data:,<svg width="10" height="10" viewBox="0 0 10 10"><rect width="10" height="10" style="fill:red" /></svg>');
}
}
\ No newline at end of file
texture {
bounds: 10 10 30 30;
- texture: url('data:,<svg><rect width="10" height="10" style="fill:red"/></svg>');
+ texture: url('data:,<svg width="10" height="10" viewBox="0 0 10 10"><rect width="10" height="10" style="fill:red"/></svg>');
}
texture-scale {
- texture: url('data:,<svg><rect width="10" height="10" style="fill:red"/></svg>');
+ texture: url('data:,<svg width="10" height="10" viewBox="0 0 10 10"><rect width="10" height="10" style="fill:red"/></svg>');
bounds: 0 0 50 50;
}
texture-scale {
- texture: url('data:,<svg><rect width="10" height="10" style="fill:red"/></svg>');
+ texture: url('data:,<svg width="10" height="10" viewBox="0 0 10 10"><rect width="10" height="10" style="fill:red"/></svg>');
bounds: 0 0 50 50;
filter: linear;
}
texture-scale {
- texture: url('data:,<svg><rect width="10" height="10" style="fill:red"/></svg>');
+ texture: url('data:,<svg width="10" height="10" viewBox="0 0 10 10"><rect width="10" height="10" style="fill:red"/></svg>');
bounds: 0 0 50 50;
filter: nearest;
}
texture-scale {
- texture: url('data:,<svg><rect width="10" height="10" style="fill:red"/></svg>');
+ texture: url('data:,<svg width="10" height="10" viewBox="0 0 10 10"><rect width="10" height="10" style="fill:red"/></svg>');
bounds: 0 0 50 50;
filter: trilinear;
}