| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../../resources/ahem.js"></script> |
| 4 <style> | 5 <style> |
| 5 :root { | 6 :root { |
| 6 font: 10px Ahem; | 7 font: 10px Ahem; |
| 7 } | 8 } |
| 8 </style> | 9 </style> |
| 9 </head> | 10 </head> |
| 10 <body> | 11 <body> |
| 11 <template id="target-template"> | 12 <template id="target-template"> |
| 12 <svg width="200px" height="300px" viewBox="0 0 1500 1000"> | 13 <svg width="200px" height="300px" viewBox="0 0 1500 1000"> |
| 13 <rect class="target" x="10" y="10" width="10" height="10" /> | 14 <rect class="target" x="10" y="10" width="10" height="10" /> |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 {at: -0.4, is: '1264'}, | 85 {at: -0.4, is: '1264'}, |
| 85 {at: 0, is: '10in'}, | 86 {at: 0, is: '10in'}, |
| 86 {at: 0.2, is: '808'}, | 87 {at: 0.2, is: '808'}, |
| 87 {at: 0.6, is: '504'}, | 88 {at: 0.6, is: '504'}, |
| 88 {at: 1, is: '20rem'}, | 89 {at: 1, is: '20rem'}, |
| 89 {at: 1.4, is: '0'} | 90 {at: 1.4, is: '0'} |
| 90 ]); | 91 ]); |
| 91 </script> | 92 </script> |
| 92 </body> | 93 </body> |
| 93 </html> | 94 </html> |
| OLD | NEW |