4 <template id=
"target-template">
5 <svg width=
"90" height=
"90">
6 <pattern class=
"target" />
9 <script src=
"resources/interpolation-test.js"></script>
12 assertAttributeInterpolation({
13 property
: 'patternContentUnits',
14 from: 'userSpaceOnUse',
15 to
: 'objectBoundingBox',
17 {at
: -2.4, is
: 'userSpaceOnUse'},
18 {at
: 0, is
: 'userSpaceOnUse'},
19 {at
: 0.2, is
: 'userSpaceOnUse'},
20 {at
: 0.6, is
: 'objectBoundingBox'},
21 {at
: 1, is
: 'objectBoundingBox'},
22 {at
: 3.4, is
: 'objectBoundingBox'}