8 stroke-dashoffset:
80px;
14 stroke-dashoffset:
20px;
21 <template id=
"target-template">
22 <svg height=
"200" width=
"5">
23 <path d=
"M0,0 l0,200" stroke-dasharray=
"10,20" class=
"target">
26 <script src=
"resources/interpolation-test.js"></script>
29 property
: 'stroke-dashoffset',
33 {at
: -0.25, is
: '15px'},
35 {at
: 0.25, is
: '25px'},
36 {at
: 0.5, is
: '30px'},
37 {at
: 0.75, is
: '35px'},
39 {at
: 1.25, is
: '45px'},
43 property
: 'stroke-dashoffset',
47 {at
: -0.25, is
: '-10px'},
49 {at
: 0.25, is
: '10px'},
50 {at
: 0.5, is
: '20px'},
51 {at
: 0.75, is
: '30px'},
53 {at
: 1.25, is
: '50px'},
57 property
: 'stroke-dashoffset',
61 {at
: -0.25, is
: '90px'},
63 {at
: 0.25, is
: '70px'},
64 {at
: 0.5, is
: '60px'},
65 {at
: 0.75, is
: '50px'},
67 {at
: 1.25, is
: '30px'},
71 property
: 'stroke-dashoffset',
75 {at
: -0.25, is
: '90px'},
77 {at
: 0.25, is
: '70px'},
78 {at
: 0.5, is
: '60px'},
79 {at
: 0.75, is
: '50px'},
81 {at
: 1.25, is
: '30px'},
85 property
: 'stroke-dashoffset',
89 {at
: -0.25, is
: '-15px'},
91 {at
: 0.25, is
: '-5px'},
93 {at
: 0.75, is
: '5px'},
95 {at
: 1.25, is
: '15px'},
99 property
: 'stroke-dashoffset',
103 {at
: -0.25, is
: '-145px'},
104 {at
: 0, is
: '-20px'},
105 {at
: 0.25, is
: '105px'},
106 {at
: 0.5, is
: '230px'},
107 {at
: 0.75, is
: '355px'},
109 {at
: 1.25, is
: '605px'},
112 assertInterpolation({
113 property
: 'stroke-dashoffset',
117 {at
: -0.25, is
: '-15'},
119 {at
: 0.25, is
: '-5'},
123 {at
: 1.25, is
: '15'},