| commit | c51f84657ddb3d5712da3c059883a9686a8c0acb | [log] [tgz] |
|---|---|---|
| author | shanmuga.m <shanmuga.m@samsung.com> | Wed Jul 13 05:07:29 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 13 05:10:09 2016 |
| tree | 24ca9f596d5de0aa392b41ce895f2374e3552789 | |
| parent | eaed87169fe72b9c0a8a8c749856dd8a9d7c12ba [diff] |
Support viewport units for SVG Length animations Add support of viewport units such as vm,vw, vmin, vmax for animations on SVG Length. Chrome already supporting all viewport units for SVGLength. https://bugs.chromium.org/p/chromium/issues/detail?id=368598 In that case, supporting those units for SVG animation will make sense. BUG=626297 Review-Url: https://codereview.chromium.org/2130753003 Cr-Commit-Position: refs/heads/master@{#405038}