images to svg

This commit is contained in:
Ilya Kantor 2019-07-28 15:42:37 +03:00
parent a31e881856
commit 3ba28aa104
734 changed files with 11682 additions and 245 deletions

View file

@ -8,7 +8,7 @@ From the DOM point of view, the root document element is `document.documentEleme
Properties `clientWidth/clientHeight` of `document.documentElement` is exactly what we want here:
![](document-client-width-height.png)
![](document-client-width-height.svg)
```online
For instance, this button shows the height of your window: