--- /dev/null
+clip {
+ clip: 24995 24995 10 10;
+ child: transform {
+ transform: translate(25000, 25000) rotate(90) translate(-25000, -25000);
+ child: texture-scale {
+ texture: url("data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAKElEQVQYlWNkYGD4z4AG/v/HEGJgwhDBAQZQIQs2hzMyMtLBauorBACQUgcSISWLRgAAAABJRU5ErkJggg==");
+ bounds: 0 0 50000 50000;
+ filter: nearest;
+ }
+ }
+}
'scaled-texture',
'shadow-in-opacity',
'texture-scale-magnify-10000x',
+ 'texture-scale-magnify-rotate',
'texture-scale-stripes',
'texture-url',
'transform-in-transform',
'texture-fail.node',
'texture-fail.ref.node',
'texture-fail.ref.errors',
+ 'texture-scale-filters.node',
+ 'texture-scale-filters.ref.node',
'texture-scale-unknown-filter.errors',
'texture-scale-unknown-filter.node',
'texture-scale-unknown-filter.ref.node',
--- /dev/null
+texture-scale {
+ texture: url('data:,<svg><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>');
+ bounds: 0 0 50 50;
+ filter: linear;
+}
+
+texture-scale {
+ texture: url('data:,<svg><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>');
+ bounds: 0 0 50 50;
+ filter: trilinear;
+}
--- /dev/null
+texture-scale {
+ bounds: 0 0 50 50;
+ texture: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWP8z8Dwn4EIwESMolGF\
+1FMIAD2cAhL1w47oAAAAAElFTkSuQmCC\
+");
+}
+texture-scale {
+ bounds: 0 0 50 50;
+ texture: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWP8z8Dwn4EIwESMolGF\
+1FMIAD2cAhL1w47oAAAAAElFTkSuQmCC\
+");
+}
+texture-scale {
+ bounds: 0 0 50 50;
+ filter: nearest;
+ texture: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWP8z8Dwn4EIwESMolGF\
+1FMIAD2cAhL1w47oAAAAAElFTkSuQmCC\
+");
+}
+texture-scale {
+ bounds: 0 0 50 50;
+ filter: trilinear;
+ texture: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWP8z8Dwn4EIwESMolGF\
+1FMIAD2cAhL1w47oAAAAAElFTkSuQmCC\
+");
+}